diff --git a/.gitignore b/.gitignore index 59cf60a56..c52c9e1f1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ out CMakeUserPresets.json .vscode +build diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt new file mode 100644 index 000000000..2967a2bea --- /dev/null +++ b/build/CMakeCache.txt @@ -0,0 +1,897 @@ +# This is the CMakeCache file. +# For build in directory: /home/carlon/code/mysql-connector-cpp/build +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Build static version of connector library +BUILD_STATIC:STRING=OFF + +//If enabled, external libraries used by the connector, such as +// openSSL, will be installed together with the connector library +BUNDLE_DEPENDENCIES:STRING=OFF + +//Doc Install location (Relative to CMAKE_INSTALL_PREFIX) +CMAKE_INSTALL_DOCDIR:STRING=. + +//Include Install location (Relative to CMAKE_INSTALL_PREFIX) +CMAKE_INSTALL_INCLUDEDIR:STRING=include + +//Library Install location (Relative to CMAKE_INSTALL_PREFIX) +CMAKE_INSTALL_LIBDIR:STRING=lib64 + +//Install location +CMAKE_INSTALL_PREFIX:PATH=/usr/local/mysql/connector-cpp + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=MySQL_CONCPP + +//Set -fdebug-prefix-map option to ensure relative source locations +// in debug entries. +DEBUG_PREFIX_MAP:BOOL=ON + +//Debug Protobuf messages +DEBUG_PROTOBUF:STRING=OFF + +//Path to a program. +GIT_FOUND:FILEPATH=/usr/bin/git + +//Path to a program. +LDD:FILEPATH=/usr/bin/ldd + +//enable libmysqlclient static binding (default : ON) +MYSQLCLIENT_STATIC_BINDING:STRING=ON + +//enable libmysqlclient static linking +MYSQLCLIENT_STATIC_LINKING:STRING=OFF + +//Value Computed by CMake +MYSQLCPPCONN_BINARY_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/jdbc + +//Value Computed by CMake +MYSQLCPPCONN_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +MYSQLCPPCONN_SOURCE_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/jdbc + +//Path to a library. +MYSQL_DLL:FILEPATH=/usr/lib64/mysql/libmysqlclient.so + +//Path to a library. +MYSQL_DLL_DEBUG:FILEPATH=MYSQL_DLL_DEBUG-NOTFOUND + +//Path to MYSQL headers (computed). +MYSQL_INCLUDE_DIR:PATH=/usr/include/mysql + +//Path to a library. +MYSQL_LIB:FILEPATH=/usr/lib64/mysql/libmysqlclient.a + +//Path to a library. +MYSQL_LIB_DEBUG:FILEPATH=MYSQL_LIB_DEBUG-NOTFOUND + +//Path to MYSQL libraries (computed). +MYSQL_LIB_DIR:PATH=/usr/lib64/mysql + +//Path to MYSQL plugin libraries (computed). +MYSQL_PLUGIN_DIR:PATH= + +//Value Computed by CMake +MySQLCDK_BINARY_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/cdk + +//Value Computed by CMake +MySQLCDK_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +MySQLCDK_SOURCE_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/cdk + +//Value Computed by CMake +MySQL_CONCPP_BINARY_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build + +//Value Computed by CMake +MySQL_CONCPP_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +MySQL_CONCPP_SOURCE_DIR:STATIC=/home/carlon/code/mysql-connector-cpp + +//Path to a library. +OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib64/libcrypto.so + +//Path to a file. +OPENSSL_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib64/libssl.so + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Path to a file. +PROTOBUF_INCLUDE_DIR:PATH=/usr/include + +//Path to a program. +ProcessorCount_cmd_nproc:FILEPATH=/usr/bin/nproc + +//Path to a program. +ProcessorCount_cmd_sysctl:FILEPATH=/usr/bin/sysctl + +//Show compile warnings for legacy code +SHOW_JDBC_WARNINGS:BOOL=OFF + +//DEFAULT (default : Show version information for targets built +// on Windows) +SHOW_VERSION_INFO:STRING=Show version information for targets built on Windows + +//Use static MSVC runtime library +STATIC_MSVCRT:STRING=OFF + +//Turn THROW() statements in the code into asserts for easier debugging +THROW_AS_ASSERT:STRING=OFF + +VERSION_INFO_HOME:STRING=/home/carlon/code/mysql-connector-cpp/cmake/version_info + +//No help, variable specified on the command line. +WITH_BOOST:UNINITIALIZED=system + +//Build with coverage support (debug, gcc only) +WITH_COVERAGE:STRING=OFF + +//Build Project's documentation +WITH_DOC:BOOL=OFF + +//Add Public header checks to the project +WITH_HEADER_CHECKS:BOOL=OFF + +//Whether to build a variant of connector library which implements +// legacy JDBC API +WITH_JDBC:STRING=ON + +//Configure for building binary/source packages +WITH_PACKAGES:BOOL=OFF + +//Enable, disable or point to PROTOBUF installation. +WITH_PROTOBUF:STRING=system + +//Either 'system' to use system-wide OpenSSL library, or custom +// OpenSSL location. (default : system) +WITH_SSL:STRING=system + +//Build project's unit tests +WITH_TESTS:STRING=OFF + +//Dependencies for the target +cdk_LIB_DEPENDS:STATIC=general;cdk_mysqlx;general;cdk_parser;general;ext::protobuf-lite; + +//Dependencies for the target +jdbc_LIB_DEPENDS:STATIC=general;pthread;general;resolv; + +//Path to a library. +library:FILEPATH=/usr/lib64/libprotobuf.so + +//Path to a library. +pkgcfg_lib__OPENSSL_crypto:FILEPATH=/usr/lib64/libcrypto.so + +//Path to a library. +pkgcfg_lib__OPENSSL_ssl:FILEPATH=/usr/lib64/libssl.so + + +######################## +# INTERNAL cache entries +######################## + +//version info +ABI_VERSION:INTERNAL=2.1 +//version info +ABI_VERSION_MAJOR:INTERNAL=2 +//version info +ABI_VERSION_MINOR:INTERNAL=1 +BIG_ENDIAN:INTERNAL=0 +//bootstrap project location +BOOTSTRAP_CACHE:INTERNAL=/home/carlon/code/mysql-connector-cpp/build/platform-cache +//bootstrap project location +BOOTSTRAP_SRC:INTERNAL=/home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap +BUILD_SHARED_LIBS:INTERNAL=ON +BUILD_STATIC_DOC:INTERNAL=Build static version of connector library +BUNDLE_DEPENDENCIES_ADVANCED:INTERNAL=YES +BUNDLE_DEPENDENCIES_DOC:INTERNAL=If enabled, external libraries used by the connector, such as openSSL, will be installed together with the connector library +//DO NOT EDIT, Bootstrap_BINARY_DIR loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +Bootstrap_BINARY_DIR:INTERNAL=/home/carlon/code/mysql-connector-cpp/build/platform-cache +//DO NOT EDIT, Bootstrap_IS_TOP_LEVEL loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +Bootstrap_IS_TOP_LEVEL:INTERNAL=ON +//DO NOT EDIT, Bootstrap_SOURCE_DIR loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +Bootstrap_SOURCE_DIR:INTERNAL=/home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap +//config setting +CDK_BIG_ENDIAN:INTERNAL=0 +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_ADDR2LINE loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_ADDR2LINE:INTERNAL=/usr/bin/addr2line +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_AR loaded from external file. To change this +// value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_AR:INTERNAL=/usr/bin/ar +//DO NOT EDIT, CMAKE_BUILD_TYPE loaded from external file. To +// change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_BUILD_TYPE:INTERNAL=Release +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/carlon/code/mysql-connector-cpp/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=31 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=6 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_COLOR_MAKEFILE loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_COLOR_MAKEFILE:INTERNAL=ON +//DO NOT EDIT, CMAKE_COMMAND loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//DO NOT EDIT, CMAKE_CPACK_COMMAND loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//DO NOT EDIT, CMAKE_CTEST_COMMAND loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_CXX_COMPILER loaded from external file. To +// change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_CXX_COMPILER:INTERNAL=/usr/bin/c++ +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_CXX_COMPILER_AR loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_CXX_COMPILER_AR:INTERNAL=/usr/bin/gcc-ar +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_CXX_COMPILER_RANLIB loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_CXX_COMPILER_RANLIB:INTERNAL=/usr/bin/gcc-ranlib +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_CXX_FLAGS loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_CXX_FLAGS:INTERNAL= +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_CXX_FLAGS_DEBUG loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_CXX_FLAGS_DEBUG:INTERNAL=-g +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_CXX_FLAGS_MINSIZEREL loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_CXX_FLAGS_MINSIZEREL:INTERNAL=-Os -DNDEBUG +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_CXX_FLAGS_RELEASE loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_CXX_FLAGS_RELEASE:INTERNAL=-O3 -DNDEBUG +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_CXX_FLAGS_RELWITHDEBINFO loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_CXX_FLAGS_RELWITHDEBINFO:INTERNAL=-O2 -g -DNDEBUG +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_C_COMPILER loaded from external file. To +// change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_C_COMPILER:INTERNAL=/usr/bin/cc +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_C_COMPILER_AR loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_C_COMPILER_AR:INTERNAL=/usr/bin/gcc-ar +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_C_COMPILER_RANLIB loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_C_COMPILER_RANLIB:INTERNAL=/usr/bin/gcc-ranlib +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_C_FLAGS loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_C_FLAGS:INTERNAL= +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_C_FLAGS_DEBUG loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_C_FLAGS_DEBUG:INTERNAL=-g +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_C_FLAGS_MINSIZEREL loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_C_FLAGS_MINSIZEREL:INTERNAL=-Os -DNDEBUG +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_C_FLAGS_RELEASE loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_C_FLAGS_RELEASE:INTERNAL=-O3 -DNDEBUG +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_C_FLAGS_RELWITHDEBINFO loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_C_FLAGS_RELWITHDEBINFO:INTERNAL=-O2 -g -DNDEBUG +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_DLLTOOL loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_DLLTOOL:INTERNAL=CMAKE_DLLTOOL-NOTFOUND +//DO NOT EDIT, CMAKE_EDIT_COMMAND loaded from external file. To +// change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//DO NOT EDIT, CMAKE_EXECUTABLE_FORMAT loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_EXE_LINKER_FLAGS loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_EXE_LINKER_FLAGS:INTERNAL= +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_EXE_LINKER_FLAGS_DEBUG loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_EXE_LINKER_FLAGS_DEBUG:INTERNAL= +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_EXE_LINKER_FLAGS_MINSIZEREL loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:INTERNAL= +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_EXE_LINKER_FLAGS_RELEASE loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_EXE_LINKER_FLAGS_RELEASE:INTERNAL= +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO loaded from +// external file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:INTERNAL= +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_EXPORT_COMPILE_COMMANDS loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_EXPORT_COMPILE_COMMANDS:INTERNAL= +//DO NOT EDIT, CMAKE_EXTRA_GENERATOR loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_EXTRA_GENERATOR:INTERNAL= +//DO NOT EDIT, CMAKE_FIND_PACKAGE_REDIRECTS_DIR loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:INTERNAL=/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/pkgRedirects +//DO NOT EDIT, CMAKE_GENERATOR loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//DO NOT EDIT, CMAKE_GENERATOR_INSTANCE loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//DO NOT EDIT, CMAKE_GENERATOR_PLATFORM loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//DO NOT EDIT, CMAKE_GENERATOR_TOOLSET loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/carlon/code/mysql-connector-cpp +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_LINKER loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_LINKER:INTERNAL=/usr/bin/ld +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_MAKE_PROGRAM loaded from external file. To +// change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_MAKE_PROGRAM:INTERNAL=/usr/bin/gmake +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_MODULE_LINKER_FLAGS loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_MODULE_LINKER_FLAGS:INTERNAL= +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_MODULE_LINKER_FLAGS_DEBUG loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_MODULE_LINKER_FLAGS_DEBUG:INTERNAL= +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL loaded from +// external file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:INTERNAL= +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_MODULE_LINKER_FLAGS_RELEASE loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_MODULE_LINKER_FLAGS_RELEASE:INTERNAL= +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO loaded +// from external file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:INTERNAL= +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_NM loaded from external file. To change this +// value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_NM:INTERNAL=/usr/bin/nm +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=37 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_OBJCOPY loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_OBJCOPY:INTERNAL=/usr/bin/objcopy +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_OBJDUMP loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_OBJDUMP:INTERNAL=/usr/bin/objdump +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_RANLIB loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_RANLIB:INTERNAL=/usr/bin/ranlib +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_READELF loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_READELF:INTERNAL=/usr/bin/readelf +//DO NOT EDIT, CMAKE_ROOT loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_SHARED_LINKER_FLAGS loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_SHARED_LINKER_FLAGS:INTERNAL= +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_SHARED_LINKER_FLAGS_DEBUG loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_SHARED_LINKER_FLAGS_DEBUG:INTERNAL= +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL loaded from +// external file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:INTERNAL= +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_SHARED_LINKER_FLAGS_RELEASE loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_SHARED_LINKER_FLAGS_RELEASE:INTERNAL= +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO loaded +// from external file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:INTERNAL= +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_SKIP_INSTALL_RPATH loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_SKIP_INSTALL_RPATH:INTERNAL=NO +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_SKIP_RPATH loaded from external file. To +// change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_SKIP_RPATH:INTERNAL=NO +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_STATIC_LINKER_FLAGS loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_STATIC_LINKER_FLAGS:INTERNAL= +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_STATIC_LINKER_FLAGS_DEBUG loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_STATIC_LINKER_FLAGS_DEBUG:INTERNAL= +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL loaded from +// external file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:INTERNAL= +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_STATIC_LINKER_FLAGS_RELEASE loaded from external +// file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_STATIC_LINKER_FLAGS_RELEASE:INTERNAL= +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO loaded +// from external file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:INTERNAL= +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_STRIP loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_STRIP:INTERNAL=/usr/bin/strip +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_TAPI loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_TAPI:INTERNAL=CMAKE_TAPI-NOTFOUND +//DO NOT EDIT, CMAKE_UNAME loaded from external file. To change +// this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//DO NOT EDIT, CMAKE_VERBOSE_MAKEFILE loaded from external file. +// To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +CMAKE_VERBOSE_MAKEFILE:INTERNAL=FALSE +//Result of TRY_COMPILE +COMPILE_RESULT:INTERNAL=FALSE +//license info +CONCPP_LICENSE:INTERNAL=GPL-2.0 +//version info +CONCPP_VERSION:INTERNAL=9.4.0 +//version info +CONCPP_VERSION_LEVEL:INTERNAL= +//version info +CONCPP_VERSION_MAJOR:INTERNAL=9 +//version info +CONCPP_VERSION_MICRO:INTERNAL=0 +//version info +CONCPP_VERSION_MINOR:INTERNAL=4 +//version info +CONCPP_VERSION_NUMBER:INTERNAL=9040000 +CONFIG_OPTIONS:INTERNAL=SHOW_VERSION_INFO;BUNDLE_DEPENDENCIES;STATIC_MSVCRT;WITH_COVERAGE;BUILD_STATIC;THROW_AS_ASSERT;WERROR;WITH_SSL;WITH_TESTS;WITH_PROTOBUF;PROTOBUF_DIR;PROTOBUF_ROOT_DIR;PROTOBUF_INCLUDE_DIR;PROTOBUF_LIB_DIR;PROTOBUF_BIN_DIR;PROTOBUF_LIBRARY;WITH_ZLIB;ZLIB_DIR;ZLIB_ROOT_DIR;ZLIB_INCLUDE_DIR;ZLIB_LIB_DIR;ZLIB_BIN_DIR;ZLIB_LIBRARY;WITH_LZ4;LZ4_DIR;LZ4_ROOT_DIR;LZ4_INCLUDE_DIR;LZ4_LIB_DIR;LZ4_BIN_DIR;LZ4_LIBRARY;WITH_ZSTD;ZSTD_DIR;ZSTD_ROOT_DIR;ZSTD_INCLUDE_DIR;ZSTD_LIB_DIR;ZSTD_BIN_DIR;ZSTD_LIBRARY;DEBUG_PROTOBUF;WITH_JDBC;MYSQLCLIENT_STATIC_LINKING;MYSQLCLIENT_STATIC_BINDING;MYSQL_CONFIG_EXECUTABLE;WITH_MYSQL;MYSQL_INCLUDE_DIR;MYSQL_LIB_DIR;MYSQL_PLUGIN_DIR +//configuration settings +CONFIG_VARS:INTERNAL=HAVE_REQUIRED_X509_FUNCTIONS;HAVE_MOVE_SEMANTICS;WITH_SSL;HAVE_ENDIAN_H;HAVE_BYTEORDER_H +//configuration settings +CONFIG_VARS_VAL:INTERNAL=CDK_BIG_ENDIAN;WCHAR_SIZE +//version info +COPYRIGHT_YEAR:INTERNAL=2025 +CXX_FRONTEND:INTERNAL=GCC +CXX_FRONTEND_GCC:INTERNAL=1 +DEBUG_PROTOBUF_ADVANCED:INTERNAL=YES +DEBUG_PROTOBUF_DOC:INTERNAL=Debug Protobuf messages +//external project utils location +EXT_DIR:INTERNAL=/home/carlon/code/mysql-connector-cpp/cdk/cmake/ext +//Details about finding OpenSSL +FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib64/libcrypto.so][/usr/include][c ][v3.2.6()] +GCC:INTERNAL=15.2.1 +//Have include sys/byteorder.h +HAVE_BYTEORDER_H:INTERNAL= +//Have include sys/endian.h +HAVE_ENDIAN_H:INTERNAL= +//Have function strtoimax +HAVE_FUNCTION_STRTOIMAX:INTERNAL=1 +//Have function strtol +HAVE_FUNCTION_STRTOL:INTERNAL=1 +//Have function strtold +HAVE_FUNCTION_STRTOLD:INTERNAL=1 +//Have function strtoll +HAVE_FUNCTION_STRTOLL:INTERNAL=1 +//Have function strtoul +HAVE_FUNCTION_STRTOUL:INTERNAL=1 +//Have function strtoull +HAVE_FUNCTION_STRTOULL:INTERNAL=1 +//Have function strtoumax +HAVE_FUNCTION_STRTOUMAX:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_HAVE_INT16_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_HAVE_INT32_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_HAVE_INT64_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_HAVE_INT8_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_HAVE_MS_INT16:INTERNAL=FALSE +//Result of TRY_COMPILE +HAVE_HAVE_MS_INT32:INTERNAL=FALSE +//Result of TRY_COMPILE +HAVE_HAVE_MS_INT64:INTERNAL=FALSE +//Result of TRY_COMPILE +HAVE_HAVE_MS_INT8:INTERNAL=FALSE +//Result of TRY_COMPILE +HAVE_HAVE_MS_UINT16:INTERNAL=FALSE +//Result of TRY_COMPILE +HAVE_HAVE_MS_UINT32:INTERNAL=FALSE +//Result of TRY_COMPILE +HAVE_HAVE_MS_UINT64:INTERNAL=FALSE +//Result of TRY_COMPILE +HAVE_HAVE_MS_UINT8:INTERNAL=FALSE +//Result of TRY_COMPILE +HAVE_HAVE_UINT16_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_HAVE_UINT32_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_HAVE_UINT64_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_HAVE_UINT8_T:INTERNAL=TRUE +//CHECK_TYPE_SIZE: sizeof(int16_t) +HAVE_INT16_T:INTERNAL=2 +//CHECK_TYPE_SIZE: sizeof(int32_t) +HAVE_INT32_T:INTERNAL=4 +//CHECK_TYPE_SIZE: sizeof(int64_t) +HAVE_INT64_T:INTERNAL=8 +//CHECK_TYPE_SIZE: sizeof(int8_t) +HAVE_INT8_T:INTERNAL=1 +//Have include inttypes.h +HAVE_INTTYPES_H:INTERNAL=1 +//CHECK_TYPE_SIZE: __int16 unknown +HAVE_MS_INT16:INTERNAL= +//CHECK_TYPE_SIZE: __int32 unknown +HAVE_MS_INT32:INTERNAL= +//CHECK_TYPE_SIZE: __int64 unknown +HAVE_MS_INT64:INTERNAL= +//CHECK_TYPE_SIZE: __int8 unknown +HAVE_MS_INT8:INTERNAL= +//CHECK_TYPE_SIZE: unsigned __int16 unknown +HAVE_MS_UINT16:INTERNAL= +//CHECK_TYPE_SIZE: unsigned __int32 unknown +HAVE_MS_UINT32:INTERNAL= +//CHECK_TYPE_SIZE: unsigned __int64 unknown +HAVE_MS_UINT64:INTERNAL= +//CHECK_TYPE_SIZE: unsigned __int8 unknown +HAVE_MS_UINT8:INTERNAL= +//Indicates the presence of required X509 functionality +HAVE_REQUIRED_X509_FUNCTIONS:INTERNAL=ON +//Have symbol SHA512_DIGEST_LENGTH +HAVE_SHA512_DIGEST_LENGTH:INTERNAL=1 +//Have symbol SSL_get0_param +HAVE_SSL_GET0_PARAM:INTERNAL=1 +//Have include stddef.h +HAVE_STDDEF_H:INTERNAL=1 +//Have include stdint.h +HAVE_STDINT_H:INTERNAL=1 +//Have include sys/types.h +HAVE_SYS_TYPES_H:INTERNAL=1 +//CHECK_TYPE_SIZE: sizeof(uint16_t) +HAVE_UINT16_T:INTERNAL=2 +//CHECK_TYPE_SIZE: sizeof(uint32_t) +HAVE_UINT32_T:INTERNAL=4 +//CHECK_TYPE_SIZE: sizeof(uint64_t) +HAVE_UINT64_T:INTERNAL=8 +//CHECK_TYPE_SIZE: sizeof(uint8_t) +HAVE_UINT8_T:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_WCHAR_SIZE:INTERNAL=TRUE +//Have symbol X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS +HAVE_X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS:INTERNAL=1 +//Have symbol X509_VERIFY_PARAM_set1_host +HAVE_X509_VERIFY_PARAM_SET1_HOST:INTERNAL=1 +//Have symbol X509_VERIFY_PARAM_set_hostflags +HAVE_X509_VERIFY_PARAM_SET_HOSTFLAGS:INTERNAL=1 +//Install location for documentation files +INSTALL_DOC_DIR:INTERNAL=. +//Install location for include headers +INSTALL_INCLUDE_DIR:INTERNAL=include +//Library install location (relative to install root) +INSTALL_LIB_DIR:INTERNAL=lib64 +//Library install location for debug builds (relative to install +// root) +INSTALL_LIB_DIR_DEBUG:INTERNAL=lib64/debug +//Install location for static libraries (relative to install root) +INSTALL_LIB_DIR_STATIC:INTERNAL=lib64 +//Install location for static libraries for debug builds (relative +// to install root) +INSTALL_LIB_DIR_STATIC_DEBUG:INTERNAL=lib64/debug +IS64BIT:INTERNAL=TRUE +//version info +JDBC_ABI_VERSION:INTERNAL=10.0 +//version info +JDBC_ABI_VERSION_MAJOR:INTERNAL=10 +//version info +JDBC_ABI_VERSION_MINOR:INTERNAL=0 +LIBUTILS_BIN_DIR:INTERNAL=/home/carlon/code/mysql-connector-cpp/build/libutils +LINUX:INTERNAL=TRUE +LZ4_BIN_DIR_ADVANCED:INTERNAL=YES +LZ4_BIN_DIR_DOC:INTERNAL=Path to LZ4 bin directory. +LZ4_DIR_ADVANCED:INTERNAL=YES +LZ4_DIR_DOC:INTERNAL=Path to LZ4 instalation dir. +LZ4_INCLUDE_DIR_ADVANCED:INTERNAL=YES +LZ4_INCLUDE_DIR_DOC:INTERNAL=Path to LZ4 include directory. +LZ4_LIBRARY_ADVANCED:INTERNAL=YES +LZ4_LIBRARY_DOC:INTERNAL=LZ4 library name +LZ4_LIB_DIR_ADVANCED:INTERNAL=YES +LZ4_LIB_DIR_DOC:INTERNAL=Path to LZ4 lib directory. +LZ4_ROOT_DIR_ADVANCED:INTERNAL=YES +LZ4_ROOT_DIR_DOC:INTERNAL=Path to LZ4 instalation dir. +MYSQLCLIENT_STATIC_BINDING_ADVANCED:INTERNAL=YES +MYSQLCLIENT_STATIC_BINDING_DOC:INTERNAL=enable libmysqlclient static binding (default : ON) +MYSQLCLIENT_STATIC_LINKING_ADVANCED:INTERNAL=YES +MYSQLCLIENT_STATIC_LINKING_DOC:INTERNAL=enable libmysqlclient static linking +MYSQL_CONFIG_EXECUTABLE_ADVANCED:INTERNAL=YES +MYSQL_CONFIG_EXECUTABLE_DOC:INTERNAL=Location of mysql_config program. +//List of external libraries on which MySQL client library depends. +MYSQL_EXTERNAL_DEPENDENCIES:INTERNAL= +//List of locations of external libraries on which MySQL client +// library depends as reported by mysql_config. +MYSQL_EXTERNAL_SEARCHPATH:INTERNAL= +MYSQL_INCLUDE_DIR_ADVANCED:INTERNAL=YES +MYSQL_INCLUDE_DIR_DOC:INTERNAL=Path to MYSQL headers. +MYSQL_INCLUDE_DIR_SET:INTERNAL=true +MYSQL_LIB_DIR_ADVANCED:INTERNAL=YES +MYSQL_LIB_DIR_DOC:INTERNAL=Path to MYSQL libraries. +MYSQL_LIB_DIR_SET:INTERNAL=true +//MySQL client library version +MYSQL_NUM_VERSION:INTERNAL=80406 +MYSQL_PLUGIN_DIR_ADVANCED:INTERNAL=YES +MYSQL_PLUGIN_DIR_DOC:INTERNAL=Path to MYSQL plugin libraries. +//MySQL client library version +MYSQL_VERSION:INTERNAL=8.4.6 +//MySQL client library version +MYSQL_VERSION_ID:INTERNAL=80406 +//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY +OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSSL_INCLUDE_DIR +OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +OPENSSL_LIB_DIR:INTERNAL=/usr/lib64 +//ADVANCED property for variable: OPENSSL_SSL_LIBRARY +OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1 +//OpenSSL Version +OPENSSL_VERSION_GLOBAL:INTERNAL=3.2.6 +OPENTELEMETRY_CPP_TAG:INTERNAL=opentelemetry-cpp-1.12.0 +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +PROTOBUF_BIN_DIR_ADVANCED:INTERNAL=YES +PROTOBUF_BIN_DIR_DOC:INTERNAL=Path to PROTOBUF bin directory. +PROTOBUF_DIR_ADVANCED:INTERNAL=YES +PROTOBUF_DIR_DOC:INTERNAL=Path to PROTOBUF instalation dir. +PROTOBUF_INCLUDE_DIR_ADVANCED:INTERNAL=YES +PROTOBUF_INCLUDE_DIR_DOC:INTERNAL=Path to PROTOBUF include directory. +PROTOBUF_INCLUDE_DIR_SET:INTERNAL=true +PROTOBUF_LIBRARY_ADVANCED:INTERNAL=YES +PROTOBUF_LIBRARY_DOC:INTERNAL=PROTOBUF library name +PROTOBUF_LIB_DIR_ADVANCED:INTERNAL=YES +PROTOBUF_LIB_DIR_DOC:INTERNAL=Path to PROTOBUF lib directory. +PROTOBUF_ROOT_DIR_ADVANCED:INTERNAL=YES +PROTOBUF_ROOT_DIR_DOC:INTERNAL=Path to PROTOBUF instalation dir. +//ADVANCED property for variable: ProcessorCount_cmd_nproc +ProcessorCount_cmd_nproc-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ProcessorCount_cmd_sysctl +ProcessorCount_cmd_sysctl-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SHOW_JDBC_WARNINGS +SHOW_JDBC_WARNINGS-ADVANCED:INTERNAL=1 +SHOW_VERSION_INFO_ADVANCED:INTERNAL=YES +SHOW_VERSION_INFO_DOC:INTERNAL=DEFAULT (default : Show version information for targets built on Windows) +STATIC_MSVCRT_ADVANCED:INTERNAL=YES +STATIC_MSVCRT_DOC:INTERNAL=Use static MSVC runtime library +//Whether connector is built with OTel support +TELEMETRY:INTERNAL=ON +THROW_AS_ASSERT_ADVANCED:INTERNAL=YES +THROW_AS_ASSERT_DOC:INTERNAL=Turn THROW() statements in the code into asserts for easier debugging +TOOLSET:INTERNAL=GCC +TOOLSET_GCC:INTERNAL=1 +//config setting +WCHAR_SIZE:INTERNAL=4 +WERROR_ADVANCED:INTERNAL=YES +WERROR_DOC:INTERNAL=Turn compile warnings into errors +WITH_COVERAGE_ADVANCED:INTERNAL=YES +WITH_COVERAGE_DOC:INTERNAL=Build with coverage support (debug, gcc only) +WITH_JDBC_DOC:INTERNAL=Whether to build a variant of connector library which implements legacy JDBC API +WITH_JDBC_SET:INTERNAL=true +WITH_LZ4_DOC:INTERNAL=Enable, disable or point to LZ4 installation. +WITH_MYSQL_DOC:INTERNAL=Base location of (monolithic) MySQL installation. +WITH_PROTOBUF_DOC:INTERNAL=Enable, disable or point to PROTOBUF installation. +WITH_PROTOBUF_SET:INTERNAL=true +WITH_SSL_DOC:INTERNAL=Either 'system' to use system-wide OpenSSL library, or custom OpenSSL location. (default : system) +WITH_TESTS_ADVANCED:INTERNAL=YES +WITH_TESTS_DOC:INTERNAL=Build project's unit tests +WITH_ZLIB_DOC:INTERNAL=Enable, disable or point to ZLIB installation. +WITH_ZSTD_DOC:INTERNAL=Enable, disable or point to ZSTD installation. +ZLIB_BIN_DIR_ADVANCED:INTERNAL=YES +ZLIB_BIN_DIR_DOC:INTERNAL=Path to ZLIB bin directory. +ZLIB_DIR_ADVANCED:INTERNAL=YES +ZLIB_DIR_DOC:INTERNAL=Path to ZLIB instalation dir. +ZLIB_INCLUDE_DIR_ADVANCED:INTERNAL=YES +ZLIB_INCLUDE_DIR_DOC:INTERNAL=Path to ZLIB include directory. +ZLIB_LIBRARY_ADVANCED:INTERNAL=YES +ZLIB_LIBRARY_DOC:INTERNAL=ZLIB library name +ZLIB_LIB_DIR_ADVANCED:INTERNAL=YES +ZLIB_LIB_DIR_DOC:INTERNAL=Path to ZLIB lib directory. +ZLIB_ROOT_DIR_ADVANCED:INTERNAL=YES +ZLIB_ROOT_DIR_DOC:INTERNAL=Path to ZLIB instalation dir. +ZSTD_BIN_DIR_ADVANCED:INTERNAL=YES +ZSTD_BIN_DIR_DOC:INTERNAL=Path to ZSTD bin directory. +ZSTD_DIR_ADVANCED:INTERNAL=YES +ZSTD_DIR_DOC:INTERNAL=Path to ZSTD instalation dir. +ZSTD_INCLUDE_DIR_ADVANCED:INTERNAL=YES +ZSTD_INCLUDE_DIR_DOC:INTERNAL=Path to ZSTD include directory. +ZSTD_LIBRARY_ADVANCED:INTERNAL=YES +ZSTD_LIBRARY_DOC:INTERNAL=ZSTD library name +ZSTD_LIB_DIR_ADVANCED:INTERNAL=YES +ZSTD_LIB_DIR_DOC:INTERNAL=Path to ZSTD lib directory. +ZSTD_ROOT_DIR_ADVANCED:INTERNAL=YES +ZSTD_ROOT_DIR_DOC:INTERNAL=Path to ZSTD instalation dir. +//DO NOT EDIT, _CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED loaded +// from external file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +_CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//DO NOT EDIT, _CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED loaded from +// external file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +_CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//DO NOT EDIT, _CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED loaded from +// external file. To change this value edit this file: /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeCache.txt +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +_OPENSSL_CFLAGS:INTERNAL=-I/usr/include +_OPENSSL_CFLAGS_I:INTERNAL= +_OPENSSL_CFLAGS_OTHER:INTERNAL= +_OPENSSL_FOUND:INTERNAL=1 +_OPENSSL_INCLUDEDIR:INTERNAL=/usr/include +_OPENSSL_INCLUDE_DIRS:INTERNAL=/usr/include +_OPENSSL_LDFLAGS:INTERNAL=-L/usr/lib64;-lssl;-lcrypto +_OPENSSL_LDFLAGS_OTHER:INTERNAL= +_OPENSSL_LIBDIR:INTERNAL=/usr/lib64 +_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto +_OPENSSL_LIBRARY_DIRS:INTERNAL=/usr/lib64 +_OPENSSL_LIBS:INTERNAL= +_OPENSSL_LIBS_L:INTERNAL= +_OPENSSL_LIBS_OTHER:INTERNAL= +_OPENSSL_LIBS_PATHS:INTERNAL= +_OPENSSL_MODULE_NAME:INTERNAL=openssl +_OPENSSL_PREFIX:INTERNAL=/usr +_OPENSSL_STATIC_CFLAGS:INTERNAL=-I/usr/include +_OPENSSL_STATIC_CFLAGS_I:INTERNAL= +_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL= +_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +_OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib64;-lssl;-lcrypto;-lz;-ldl;-pthread +_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +_OPENSSL_STATIC_LIBDIR:INTERNAL= +_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;z;dl +_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib64 +_OPENSSL_STATIC_LIBS:INTERNAL= +_OPENSSL_STATIC_LIBS_L:INTERNAL= +_OPENSSL_STATIC_LIBS_OTHER:INTERNAL= +_OPENSSL_STATIC_LIBS_PATHS:INTERNAL= +_OPENSSL_VERSION:INTERNAL=3.2.6 +_OPENSSL_openssl_INCLUDEDIR:INTERNAL= +_OPENSSL_openssl_LIBDIR:INTERNAL= +_OPENSSL_openssl_PREFIX:INTERNAL= +_OPENSSL_openssl_VERSION:INTERNAL= +__pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl +__pkg_config_checked__OPENSSL:INTERNAL=1 +//Result of TRY_COMPILE +_compile_result:INTERNAL=TRUE +//Result of try_run() +_run_result:INTERNAL=0 +//Test flag_supported +flag_supported:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto +pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl +pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib64 +//global variable +test_environment:INTERNAL= +//global variable +test_includes:INTERNAL= +//global variable +test_libs:INTERNAL= +//global variable +test_tests:INTERNAL= +//Location of testing.cmake support files +tests_dir:INTERNAL=/home/carlon/code/mysql-connector-cpp/cdk/cmake/testing + diff --git a/build/CMakeFiles/3.31.6/CMakeCCompiler.cmake b/build/CMakeFiles/3.31.6/CMakeCCompiler.cmake new file mode 100644 index 000000000..1bf4193c0 --- /dev/null +++ b/build/CMakeFiles/3.31.6/CMakeCCompiler.cmake @@ -0,0 +1,81 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "15.2.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake b/build/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake new file mode 100644 index 000000000..a540e86b2 --- /dev/null +++ b/build/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "15.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +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_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +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_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +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++/15;/usr/include/c++/15/x86_64-redhat-linux;/usr/include/c++/15/backward;/usr/lib/gcc/x86_64-redhat-linux/15/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/15;/usr/lib64;/lib64;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + + diff --git a/build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 000000000..ffc550dac Binary files /dev/null and b/build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin b/build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 000000000..ec72276a8 Binary files /dev/null and b/build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/CMakeFiles/3.31.6/CMakeSystem.cmake b/build/CMakeFiles/3.31.6/CMakeSystem.cmake new file mode 100644 index 000000000..d73d28be7 --- /dev/null +++ b/build/CMakeFiles/3.31.6/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.16.11-200.fc42.x86_64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.16.11-200.fc42.x86_64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.16.11-200.fc42.x86_64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.16.11-200.fc42.x86_64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 000000000..50d95e5ba --- /dev/null +++ b/build/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,904 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/CMakeFiles/3.31.6/CompilerIdC/a.out b/build/CMakeFiles/3.31.6/CompilerIdC/a.out new file mode 100755 index 000000000..38903a162 Binary files /dev/null and b/build/CMakeFiles/3.31.6/CompilerIdC/a.out differ diff --git a/build/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 000000000..3b6e114ca --- /dev/null +++ b/build/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* 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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#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/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/CMakeFiles/3.31.6/CompilerIdCXX/a.out b/build/CMakeFiles/3.31.6/CompilerIdCXX/a.out new file mode 100755 index 000000000..fd1a065db Binary files /dev/null and b/build/CMakeFiles/3.31.6/CompilerIdCXX/a.out differ diff --git a/build/CMakeFiles/CMakeConfigureLog.yaml b/build/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 000000000..76591341c --- /dev/null +++ b/build/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,652 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:35 (project)" + message: | + The system is: Linux - 6.16.11-200.fc42.x86_64 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:35 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/3.31.6/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:35 (project)" + message: | + 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/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/3.31.6/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ" + binary: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_320a1/fast + /usr/bin/gmake -f CMakeFiles/cmTC_320a1.dir/build.make CMakeFiles/cmTC_320a1.dir/build + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + Building C object CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o + /usr/bin/cc -v -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/' + /usr/libexec/gcc/x86_64-redhat-linux/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_320a1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccfmGvFw.s + GNU C23 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux) + compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1), GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../x86_64-redhat-linux/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-redhat-linux/15/include + /usr/local/include + /usr/include + End of search list. + Compiler executable checksum: 2f5fb64c856191160801414dd9eb2451 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/' + as -v --64 -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o /tmp/ccfmGvFw.s + GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_320a1 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_320a1.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.' + /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1) + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + GNU ld version 2.44-6.fc42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.' + /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -o cmTC_320a1 + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-redhat-linux/15/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/15/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_320a1/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_320a1.dir/build.make CMakeFiles/cmTC_320a1.dir/build] + ignore line: [gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ'] + ignore line: [Building C object CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_320a1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccfmGvFw.s] + ignore line: [GNU C23 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux)] + ignore line: [ compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1) GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 2f5fb64c856191160801414dd9eb2451] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o /tmp/ccfmGvFw.s] + ignore line: [GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_320a1] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_320a1.dir/link.txt --verbose=1] + 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/15/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccfGPXr1.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--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_320a1] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + ignore line: [collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1)] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + linker tool for 'C': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15] ==> [/usr/lib/gcc/x86_64-redhat-linux/15] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Running the C compiler's linker: "/usr/bin/ld" "-v" + GNU ld version 2.44-6.fc42 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl" + binary: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9945d/fast + /usr/bin/gmake -f CMakeFiles/cmTC_9945d.dir/build.make CMakeFiles/cmTC_9945d.dir/build + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + Building CXX object CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o + /usr/bin/c++ -v -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/' + /usr/libexec/gcc/x86_64-redhat-linux/15/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_9945d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccbQPWa6.s + GNU C++17 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux) + compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1), GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../x86_64-redhat-linux/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15 + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward + /usr/lib/gcc/x86_64-redhat-linux/15/include + /usr/local/include + /usr/include + End of search list. + Compiler executable checksum: 7616bbd86ab77c360311eb36cf6ebbe2 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/' + as -v --64 -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbQPWa6.s + GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_9945d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9945d.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.' + /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1) + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + GNU ld version 2.44-6.fc42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.' + /usr/bin/c++ -v -Wl,-v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_9945d + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15] ==> [/usr/include/c++/15] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] ==> [/usr/include/c++/15/x86_64-redhat-linux] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] ==> [/usr/include/c++/15/backward] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/15/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/15;/usr/include/c++/15/x86_64-redhat-linux;/usr/include/c++/15/backward;/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9945d/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_9945d.dir/build.make CMakeFiles/cmTC_9945d.dir/build] + ignore line: [gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl'] + ignore line: [Building CXX object CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_9945d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccbQPWa6.s] + ignore line: [GNU C++17 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux)] + ignore line: [ compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1) GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../../../include/c++/15] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 7616bbd86ab77c360311eb36cf6ebbe2] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbQPWa6.s] + ignore line: [GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_9945d] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9945d.dir/link.txt --verbose=1] + 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/15/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc5zF09D.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--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_9945d] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_9945d.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/15/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + ignore line: [collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1)] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15] ==> [/usr/lib/gcc/x86_64-redhat-linux/15] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld version 2.44-6.fc42 +... + +--- +events: + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "cdk/cmake/platform.cmake:124 (CHECK_CXX_COMPILER_FLAG)" + - "jdbc/CMakeLists.txt:218 (set_compiler_flag)" + checks: + - "Performing Test flag_supported" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-lg7FfD" + binary: "/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-lg7FfD" + cmakeVariables: + CMAKE_CXX_FLAGS: "-Wall " + CMAKE_CXX_FLAGS_DEBUG: "-fdebug-prefix-map=/home/carlon/code/mysql-connector-cpp=. -g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/carlon/code/mysql-connector-cpp/cmake;/home/carlon/code/mysql-connector-cpp/cmake/../cdk/cmake;/home/carlon/code/mysql-connector-cpp/jdbc/cmake;/home/carlon/code/mysql-connector-cpp/cmake;/home/carlon/code/mysql-connector-cpp/cmake/../cdk/cmake;/home/carlon/code/mysql-connector-cpp/cdk/cmake" + buildResult: + variable: "flag_supported" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-lg7FfD' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_07eb3/fast + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-lg7FfD' + /usr/bin/gmake -f CMakeFiles/cmTC_07eb3.dir/build.make CMakeFiles/cmTC_07eb3.dir/build + gmake[2]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-lg7FfD' + Building CXX object CMakeFiles/cmTC_07eb3.dir/src.cxx.o + /usr/bin/c++ -Dflag_supported -Wall -std=c++17 -Wno-unused-parameter -o CMakeFiles/cmTC_07eb3.dir/src.cxx.o -c /home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-lg7FfD/src.cxx + Linking CXX executable cmTC_07eb3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07eb3.dir/link.txt --verbose=1 + /usr/bin/c++ -Wall CMakeFiles/cmTC_07eb3.dir/src.cxx.o -o cmTC_07eb3 + gmake[2]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-lg7FfD' + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-lg7FfD' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "cdk/cmake/platform.cmake:124 (CHECK_CXX_COMPILER_FLAG)" + - "jdbc/CMakeLists.txt:219 (set_compiler_flag)" + checks: + - "Performing Test flag_supported" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-MYdEGt" + binary: "/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-MYdEGt" + cmakeVariables: + CMAKE_CXX_FLAGS: "-Wall " + CMAKE_CXX_FLAGS_DEBUG: "-fdebug-prefix-map=/home/carlon/code/mysql-connector-cpp=. -g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/carlon/code/mysql-connector-cpp/cmake;/home/carlon/code/mysql-connector-cpp/cmake/../cdk/cmake;/home/carlon/code/mysql-connector-cpp/jdbc/cmake;/home/carlon/code/mysql-connector-cpp/cmake;/home/carlon/code/mysql-connector-cpp/cmake/../cdk/cmake;/home/carlon/code/mysql-connector-cpp/cdk/cmake" + buildResult: + variable: "flag_supported" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-MYdEGt' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_98dd6/fast + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-MYdEGt' + /usr/bin/gmake -f CMakeFiles/cmTC_98dd6.dir/build.make CMakeFiles/cmTC_98dd6.dir/build + gmake[2]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-MYdEGt' + Building CXX object CMakeFiles/cmTC_98dd6.dir/src.cxx.o + /usr/bin/c++ -Dflag_supported -Wall -std=c++17 -Wno-deprecated-declarations -o CMakeFiles/cmTC_98dd6.dir/src.cxx.o -c /home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-MYdEGt/src.cxx + Linking CXX executable cmTC_98dd6 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98dd6.dir/link.txt --verbose=1 + /usr/bin/c++ -Wall CMakeFiles/cmTC_98dd6.dir/src.cxx.o -o cmTC_98dd6 + gmake[2]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-MYdEGt' + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeScratch/TryCompile-MYdEGt' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "jdbc/CMakeLists.txt:230 (TRY_COMPILE)" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeTmp" + binary: "/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-fdebug-prefix-map=/home/carlon/code/mysql-connector-cpp=. -g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/carlon/code/mysql-connector-cpp/cmake;/home/carlon/code/mysql-connector-cpp/cmake/../cdk/cmake;/home/carlon/code/mysql-connector-cpp/jdbc/cmake;/home/carlon/code/mysql-connector-cpp/cmake;/home/carlon/code/mysql-connector-cpp/cmake/../cdk/cmake;/home/carlon/code/mysql-connector-cpp/cdk/cmake" + buildResult: + variable: "COMPILE_RESULT" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_a93e7/fast + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeTmp' wordt binnengegaan + /usr/bin/gmake -f CMakeFiles/cmTC_a93e7.dir/build.make CMakeFiles/cmTC_a93e7.dir/build + gmake[2]: Map '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeTmp' wordt binnengegaan + Building C object CMakeFiles/cmTC_a93e7.dir/type_vector.c.o + /usr/bin/cc -I/usr/include/mysql -o CMakeFiles/cmTC_a93e7.dir/type_vector.c.o -c /home/carlon/code/mysql-connector-cpp/jdbc/cmake/type_vector.c + /home/carlon/code/mysql-connector-cpp/jdbc/cmake/type_vector.c: In functie ‘main’: + /home/carlon/code/mysql-connector-cpp/jdbc/cmake/type_vector.c:33:16: fout: ‘MYSQL_TYPE_VECTOR’ undeclared (first use in this function); did you mean ‘MYSQL_TYPE_SET’? + 33 | printf("%d", MYSQL_TYPE_VECTOR); + | ^~~~~~~~~~~~~~~~~ + | MYSQL_TYPE_SET + /home/carlon/code/mysql-connector-cpp/jdbc/cmake/type_vector.c:33:16: note: each undeclared identifier is reported only once for each function it appears in + gmake[2]: *** [CMakeFiles/cmTC_a93e7.dir/build.make:81: CMakeFiles/cmTC_a93e7.dir/type_vector.c.o] Fout 1 + gmake[2]: Map '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeTmp' wordt verlaten + gmake[1]: *** [Makefile:134: cmTC_a93e7/fast] Fout 2 + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/CMakeFiles/CMakeTmp' wordt verlaten + + exitCode: 2 +... diff --git a/build/CMakeFiles/CMakeDirectoryInformation.cmake b/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..64b21c62f --- /dev/null +++ b/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build/platform-cache") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/CMakeFiles/CMakeRuleHashes.txt b/build/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 000000000..ed197ac5b --- /dev/null +++ b/build/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,34 @@ +# Hashes of file build rules. +bd06bd72051c5bcabbf43deaa68e9bb9 CMakeFiles/link_test +2cd88c7c5ef7e0ab6a94589a3fc95ec8 CMakeFiles/sub_project_test +292dc9f86b0a88700c33e1777c1d7c47 cdk/protocol/mysqlx/CMakeFiles/lz4-build +a5d35d37982a7bc8fc2462b5615da171 cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild +477864c5622a202e72ed850c3abd29b1 cdk/protocol/mysqlx/CMakeFiles/zlib-build +4830c692004ff9942c7daa86f0a41696 cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild +d0f1ccf6815cc4e94fc8289c419a2da8 cdk/protocol/mysqlx/CMakeFiles/zstd-build +b196c268ca162e0bb1c2fd702fd2a441 cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild +a49545606de18b69064c02242b05ce3c cdk/protocol/mysqlx/lite/mysqlx.proto +a4609b5c0891286aa83f0e5d5509ba3c cdk/protocol/mysqlx/lite/mysqlx_connection.proto +d3fb2a0ab1933a73f7aa47018610c16c cdk/protocol/mysqlx/lite/mysqlx_crud.proto +7a25eb78e39868c966a2b2dfcfd13190 cdk/protocol/mysqlx/lite/mysqlx_cursor.proto +58018c0fb968d526af551ae9d5aae750 cdk/protocol/mysqlx/lite/mysqlx_datatypes.proto +c16c1416fb2d58387a77dcd40cda1104 cdk/protocol/mysqlx/lite/mysqlx_expect.proto +0ad5e84ef5536c971708e14ac6a52b02 cdk/protocol/mysqlx/lite/mysqlx_expr.proto +adaa677abf42d4755e3e757326721cc6 cdk/protocol/mysqlx/lite/mysqlx_notice.proto +130ac2302b2f2af6de2145f58d2574d2 cdk/protocol/mysqlx/lite/mysqlx_prepare.proto +88419b7e58ce2f3d8eb8516a275786d6 cdk/protocol/mysqlx/lite/mysqlx_resultset.proto +49c70b321bddf11ec3512c6a477d3db6 cdk/protocol/mysqlx/lite/mysqlx_session.proto +388d3e871a20426653506ca79c9bd196 cdk/protocol/mysqlx/lite/mysqlx_sql.proto +c2e27e75f0081edbd4179e631e35e41a cdk/protocol/mysqlx/prepare_pb_lite +f938b4428fca6d057ad40d80da6590ad cdk/protocol/mysqlx/protobuf/mysqlx.pb.cc +f0722cc074e3f19be4ea2b7aef1e6d1d cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.cc +fce4e614af69043d97cc39d99612c565 cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.cc +3333b0bc6901871e4b9287aaacb92bac cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.cc +d0b94232505bdec0a23e8ed539fee03c cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.cc +add78320c3ddf214a6d62cb47a1586f1 cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.cc +7ce72699ae904fb3e95480e329b00ef5 cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.cc +754c88fd0e8cd9f9da051dd432eeccc0 cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.cc +b542b9395c41c47cde5333bf701bf2a0 cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.cc +1641dbaa4feef661ed6092b7d5be8859 cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.cc +7e6bb61a92af96119ed4fff350a13211 cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.cc +47b8d5c0534cfbbf2a8573aa3ba183c4 cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.cc diff --git a/build/CMakeFiles/CheckTypeSize/HAVE_INT16_T.bin b/build/CMakeFiles/CheckTypeSize/HAVE_INT16_T.bin new file mode 100755 index 000000000..6a3875893 Binary files /dev/null and b/build/CMakeFiles/CheckTypeSize/HAVE_INT16_T.bin differ diff --git a/build/CMakeFiles/CheckTypeSize/HAVE_INT32_T.bin b/build/CMakeFiles/CheckTypeSize/HAVE_INT32_T.bin new file mode 100755 index 000000000..bce1883a2 Binary files /dev/null and b/build/CMakeFiles/CheckTypeSize/HAVE_INT32_T.bin differ diff --git a/build/CMakeFiles/CheckTypeSize/HAVE_INT64_T.bin b/build/CMakeFiles/CheckTypeSize/HAVE_INT64_T.bin new file mode 100755 index 000000000..281198e47 Binary files /dev/null and b/build/CMakeFiles/CheckTypeSize/HAVE_INT64_T.bin differ diff --git a/build/CMakeFiles/CheckTypeSize/HAVE_INT8_T.bin b/build/CMakeFiles/CheckTypeSize/HAVE_INT8_T.bin new file mode 100755 index 000000000..2fa7a3877 Binary files /dev/null and b/build/CMakeFiles/CheckTypeSize/HAVE_INT8_T.bin differ diff --git a/build/CMakeFiles/CheckTypeSize/HAVE_UINT16_T.bin b/build/CMakeFiles/CheckTypeSize/HAVE_UINT16_T.bin new file mode 100755 index 000000000..27c4b6239 Binary files /dev/null and b/build/CMakeFiles/CheckTypeSize/HAVE_UINT16_T.bin differ diff --git a/build/CMakeFiles/CheckTypeSize/HAVE_UINT32_T.bin b/build/CMakeFiles/CheckTypeSize/HAVE_UINT32_T.bin new file mode 100755 index 000000000..fa82415af Binary files /dev/null and b/build/CMakeFiles/CheckTypeSize/HAVE_UINT32_T.bin differ diff --git a/build/CMakeFiles/CheckTypeSize/HAVE_UINT64_T.bin b/build/CMakeFiles/CheckTypeSize/HAVE_UINT64_T.bin new file mode 100755 index 000000000..f5845c652 Binary files /dev/null and b/build/CMakeFiles/CheckTypeSize/HAVE_UINT64_T.bin differ diff --git a/build/CMakeFiles/CheckTypeSize/HAVE_UINT8_T.bin b/build/CMakeFiles/CheckTypeSize/HAVE_UINT8_T.bin new file mode 100755 index 000000000..2a7de309c Binary files /dev/null and b/build/CMakeFiles/CheckTypeSize/HAVE_UINT8_T.bin differ diff --git a/build/CMakeFiles/CheckTypeSize/WCHAR_SIZE.bin b/build/CMakeFiles/CheckTypeSize/WCHAR_SIZE.bin new file mode 100755 index 000000000..a78925232 Binary files /dev/null and b/build/CMakeFiles/CheckTypeSize/WCHAR_SIZE.bin differ diff --git a/build/CMakeFiles/Makefile.cmake b/build/CMakeFiles/Makefile.cmake new file mode 100644 index 000000000..a185e6cbb --- /dev/null +++ b/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,61 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "CMakeFiles/3.31.6/CMakeCCompiler.cmake" + "CMakeFiles/3.31.6/CMakeCXXCompiler.cmake" + "CMakeFiles/3.31.6/CMakeSystem.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap/CMakeLists.txt" + "/usr/share/cmake/Modules/CMakeCInformation.cmake" + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + "/usr/share/cmake/Modules/CheckTypeSize.cmake" + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake/Modules/Compiler/GNU.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/usr/share/cmake/Modules/Linker/GNU-C.cmake" + "/usr/share/cmake/Modules/Linker/GNU-CXX.cmake" + "/usr/share/cmake/Modules/Linker/GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linker/GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + "/usr/share/cmake/Modules/Platform/Linux.cmake" + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake/Modules/TestBigEndian.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + ) diff --git a/build/CMakeFiles/Makefile2 b/build/CMakeFiles/Makefile2 new file mode 100644 index 000000000..7c0448c56 --- /dev/null +++ b/build/CMakeFiles/Makefile2 @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/platform-cache + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: +.PHONY : all + +# The main recursive "codegen" target. +codegen: +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: +.PHONY : clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 000000000..c26cc6c84 --- /dev/null +++ b/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,2 @@ +/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/edit_cache.dir +/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/rebuild_cache.dir diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache new file mode 100644 index 000000000..3dccd7317 --- /dev/null +++ b/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/CMakeFiles/connector-deps.dir/DependInfo.cmake b/build/CMakeFiles/connector-deps.dir/DependInfo.cmake new file mode 100644 index 000000000..fff3e505f --- /dev/null +++ b/build/CMakeFiles/connector-deps.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc" "CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o" "gcc" "CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o.d" + "" "libconnector-deps.so" "gcc" "CMakeFiles/connector-deps.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/connector-deps.dir/build.make b/build/CMakeFiles/connector-deps.dir/build.make new file mode 100644 index 000000000..f0dcb0db3 --- /dev/null +++ b/build/CMakeFiles/connector-deps.dir/build.make @@ -0,0 +1,128 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include CMakeFiles/connector-deps.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/connector-deps.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/connector-deps.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/connector-deps.dir/flags.make + +CMakeFiles/connector-deps.dir/codegen: +.PHONY : CMakeFiles/connector-deps.dir/codegen + +CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o: CMakeFiles/connector-deps.dir/flags.make +CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o: /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc +CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o: CMakeFiles/connector-deps.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o -MF CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o.d -o CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o -c /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc + +CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc > CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.i + +CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc -o CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.s + +# Object files for target connector-deps +connector__deps_OBJECTS = \ +"CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o" + +# External object files for target connector-deps +connector__deps_EXTERNAL_OBJECTS = + +libconnector-deps.so: CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o +libconnector-deps.so: CMakeFiles/connector-deps.dir/build.make +libconnector-deps.so: CMakeFiles/connector-deps.dir/compiler_depend.ts +libconnector-deps.so: xapi/libxapi.a +libconnector-deps.so: devapi/libdevapi.a +libconnector-deps.so: common/libcommon.a +libconnector-deps.so: cdk/core/libcdk.a +libconnector-deps.so: cdk/mysqlx/libcdk_mysqlx.a +libconnector-deps.so: cdk/protocol/mysqlx/libcdk_proto_mysqlx.a +libconnector-deps.so: cdk/protocol/mysqlx/zlib/libzlib.a +libconnector-deps.so: cdk/protocol/mysqlx/lz4/liblz4.a +libconnector-deps.so: cdk/protocol/mysqlx/zstd/libzstd.a +libconnector-deps.so: cdk/parser/libcdk_parser.a +libconnector-deps.so: cdk/foundation/libcdk_foundation.a +libconnector-deps.so: /usr/lib64/libssl.so +libconnector-deps.so: /usr/lib64/libcrypto.so +libconnector-deps.so: /usr/lib64/libprotobuf-lite.so +libconnector-deps.so: CMakeFiles/connector-deps.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX shared library libconnector-deps.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/connector-deps.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/connector-deps.dir/build: libconnector-deps.so +.PHONY : CMakeFiles/connector-deps.dir/build + +CMakeFiles/connector-deps.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/connector-deps.dir/cmake_clean.cmake +.PHONY : CMakeFiles/connector-deps.dir/clean + +CMakeFiles/connector-deps.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/CMakeFiles/connector-deps.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/connector-deps.dir/depend + diff --git a/build/CMakeFiles/connector-deps.dir/cmake_clean.cmake b/build/CMakeFiles/connector-deps.dir/cmake_clean.cmake new file mode 100644 index 000000000..f8c2eb2fd --- /dev/null +++ b/build/CMakeFiles/connector-deps.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/connector-deps.dir/link.d" + "CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o" + "CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o.d" + "libconnector-deps.pdb" + "libconnector-deps.so" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/connector-deps.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/connector-deps.dir/compiler_depend.make b/build/CMakeFiles/connector-deps.dir/compiler_depend.make new file mode 100644 index 000000000..62518dfbe --- /dev/null +++ b/build/CMakeFiles/connector-deps.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for connector-deps. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/connector-deps.dir/compiler_depend.ts b/build/CMakeFiles/connector-deps.dir/compiler_depend.ts new file mode 100644 index 000000000..61d01a427 --- /dev/null +++ b/build/CMakeFiles/connector-deps.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for connector-deps. diff --git a/build/CMakeFiles/connector-deps.dir/depend.make b/build/CMakeFiles/connector-deps.dir/depend.make new file mode 100644 index 000000000..c17dd0b94 --- /dev/null +++ b/build/CMakeFiles/connector-deps.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for connector-deps. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/connector-deps.dir/flags.make b/build/CMakeFiles/connector-deps.dir/flags.make new file mode 100644 index 000000000..1f1c542d7 --- /dev/null +++ b/build/CMakeFiles/connector-deps.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -Dconnector_deps_EXPORTS + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/include -I/home/carlon/code/mysql-connector-cpp/build/include/mysqlx -I/home/carlon/code/mysql-connector-cpp/cdk/include -I/home/carlon/code/mysql-connector-cpp/build/cdk/include -I/home/carlon/code/mysql-connector-cpp/cdk/extra/rapidjson/include -I/home/carlon/code/mysql-connector-cpp/cdk/parser + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fPIC -fvisibility=hidden -Wno-stringop-overflow -DRAPIDJSON_HAS_CXX11_NOEXCEPT=1 -DRAPIDJSON_HAS_CXX11_RANGE_FOR=1 -DRAPIDJSON_HAS_CXX11_RVALUE_REFS=1 + diff --git a/build/CMakeFiles/connector-deps.dir/link.txt b/build/CMakeFiles/connector-deps.dir/link.txt new file mode 100644 index 000000000..fc712aa4c --- /dev/null +++ b/build/CMakeFiles/connector-deps.dir/link.txt @@ -0,0 +1 @@ +/home/carlon/code/mysql-connector-cpp/build/libutils/save_linker_opts /home/carlon/code/mysql-connector-cpp/build/./connector.log.STATIC /usr/bin/c++ -fPIC -Wall -O3 -DNDEBUG -Wno-stringop-overflow -Wl,--dependency-file=CMakeFiles/connector-deps.dir/link.d -shared -Wl,-soname,libconnector-deps.so -o libconnector-deps.so "CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o" xapi/libxapi.a devapi/libdevapi.a common/libcommon.a cdk/core/libcdk.a cdk/mysqlx/libcdk_mysqlx.a cdk/protocol/mysqlx/libcdk_proto_mysqlx.a cdk/protocol/mysqlx/zlib/libzlib.a cdk/protocol/mysqlx/lz4/liblz4.a cdk/protocol/mysqlx/zstd/libzstd.a cdk/parser/libcdk_parser.a cdk/foundation/libcdk_foundation.a /usr/lib64/libssl.so /usr/lib64/libcrypto.so -lresolv /usr/lib64/libprotobuf-lite.so diff --git a/build/CMakeFiles/connector-deps.dir/progress.make b/build/CMakeFiles/connector-deps.dir/progress.make new file mode 100644 index 000000000..976550c56 --- /dev/null +++ b/build/CMakeFiles/connector-deps.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 55 +CMAKE_PROGRESS_2 = + diff --git a/build/CMakeFiles/connector.dir/DependInfo.cmake b/build/CMakeFiles/connector.dir/DependInfo.cmake new file mode 100644 index 000000000..bd06d8670 --- /dev/null +++ b/build/CMakeFiles/connector.dir/DependInfo.cmake @@ -0,0 +1,31 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc" "CMakeFiles/connector.dir/cmake/libutils/empty.cc.o" "gcc" "CMakeFiles/connector.dir/cmake/libutils/empty.cc.o.d" + "" "libmysqlcppconnx.so" "gcc" "CMakeFiles/connector.dir/link.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/carlon/code/mysql-connector-cpp/build/libmysqlcppconnx.so" "/home/carlon/code/mysql-connector-cpp/build/libmysqlcppconnx.so.2.9.4.0" + "/home/carlon/code/mysql-connector-cpp/build/libmysqlcppconnx.so.2" "/home/carlon/code/mysql-connector-cpp/build/libmysqlcppconnx.so.2.9.4.0" + ) + + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/connector.dir/build.make b/build/CMakeFiles/connector.dir/build.make new file mode 100644 index 000000000..714c2b91a --- /dev/null +++ b/build/CMakeFiles/connector.dir/build.make @@ -0,0 +1,136 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include CMakeFiles/connector.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/connector.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/connector.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/connector.dir/flags.make + +CMakeFiles/connector.dir/codegen: +.PHONY : CMakeFiles/connector.dir/codegen + +CMakeFiles/connector.dir/cmake/libutils/empty.cc.o: CMakeFiles/connector.dir/flags.make +CMakeFiles/connector.dir/cmake/libutils/empty.cc.o: /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc +CMakeFiles/connector.dir/cmake/libutils/empty.cc.o: CMakeFiles/connector.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/connector.dir/cmake/libutils/empty.cc.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/connector.dir/cmake/libutils/empty.cc.o -MF CMakeFiles/connector.dir/cmake/libutils/empty.cc.o.d -o CMakeFiles/connector.dir/cmake/libutils/empty.cc.o -c /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc + +CMakeFiles/connector.dir/cmake/libutils/empty.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/connector.dir/cmake/libutils/empty.cc.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc > CMakeFiles/connector.dir/cmake/libutils/empty.cc.i + +CMakeFiles/connector.dir/cmake/libutils/empty.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/connector.dir/cmake/libutils/empty.cc.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc -o CMakeFiles/connector.dir/cmake/libutils/empty.cc.s + +# Object files for target connector +connector_OBJECTS = \ +"CMakeFiles/connector.dir/cmake/libutils/empty.cc.o" + +# External object files for target connector +connector_EXTERNAL_OBJECTS = + +libmysqlcppconnx.so.2.9.4.0: CMakeFiles/connector.dir/cmake/libutils/empty.cc.o +libmysqlcppconnx.so.2.9.4.0: CMakeFiles/connector.dir/build.make +libmysqlcppconnx.so.2.9.4.0: CMakeFiles/connector.dir/compiler_depend.ts +libmysqlcppconnx.so.2.9.4.0: xapi/libxapi.a +libmysqlcppconnx.so.2.9.4.0: devapi/libdevapi.a +libmysqlcppconnx.so.2.9.4.0: common/libcommon.a +libmysqlcppconnx.so.2.9.4.0: cdk/core/libcdk.a +libmysqlcppconnx.so.2.9.4.0: cdk/mysqlx/libcdk_mysqlx.a +libmysqlcppconnx.so.2.9.4.0: cdk/protocol/mysqlx/libcdk_proto_mysqlx.a +libmysqlcppconnx.so.2.9.4.0: cdk/protocol/mysqlx/zlib/libzlib.a +libmysqlcppconnx.so.2.9.4.0: cdk/protocol/mysqlx/lz4/liblz4.a +libmysqlcppconnx.so.2.9.4.0: cdk/protocol/mysqlx/zstd/libzstd.a +libmysqlcppconnx.so.2.9.4.0: cdk/parser/libcdk_parser.a +libmysqlcppconnx.so.2.9.4.0: cdk/foundation/libcdk_foundation.a +libmysqlcppconnx.so.2.9.4.0: /usr/lib64/libssl.so +libmysqlcppconnx.so.2.9.4.0: /usr/lib64/libcrypto.so +libmysqlcppconnx.so.2.9.4.0: /usr/lib64/libprotobuf-lite.so +libmysqlcppconnx.so.2.9.4.0: CMakeFiles/connector.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX shared library libmysqlcppconnx.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/connector.dir/link.txt --verbose=$(VERBOSE) + $(CMAKE_COMMAND) -E cmake_symlink_library libmysqlcppconnx.so.2.9.4.0 libmysqlcppconnx.so.2 libmysqlcppconnx.so + /usr/bin/cmake -DTARGET=/home/carlon/code/mysql-connector-cpp/build/libmysqlcppconnx.so.2.9.4.0 -DTYPE=SHARED -DBUILD_LOG=/home/carlon/code/mysql-connector-cpp/build/./connector.log.SHARED -DMSBUILD= -DMSVC= -DWIN32= -DCLANG= -DTOOLSET_MSVC= -DTOOLSET_GCC=1 -DCXX_FRONTEND_MSVC= -DCXX_FRONTEND_GCC=1 -DTOOLSET_GCC=1 -DINFO= -DINFO_PREFIX= -P /home/carlon/code/mysql-connector-cpp/build/libutils/merge_archives.cmake + +libmysqlcppconnx.so.2: libmysqlcppconnx.so.2.9.4.0 + @$(CMAKE_COMMAND) -E touch_nocreate libmysqlcppconnx.so.2 + +libmysqlcppconnx.so: libmysqlcppconnx.so.2.9.4.0 + @$(CMAKE_COMMAND) -E touch_nocreate libmysqlcppconnx.so + +# Rule to build all files generated by this target. +CMakeFiles/connector.dir/build: libmysqlcppconnx.so +.PHONY : CMakeFiles/connector.dir/build + +CMakeFiles/connector.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/connector.dir/cmake_clean.cmake +.PHONY : CMakeFiles/connector.dir/clean + +CMakeFiles/connector.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/CMakeFiles/connector.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/connector.dir/depend + diff --git a/build/CMakeFiles/connector.dir/cmake_clean.cmake b/build/CMakeFiles/connector.dir/cmake_clean.cmake new file mode 100644 index 000000000..05d1cea61 --- /dev/null +++ b/build/CMakeFiles/connector.dir/cmake_clean.cmake @@ -0,0 +1,15 @@ +file(REMOVE_RECURSE + ".2" + "CMakeFiles/connector.dir/link.d" + "CMakeFiles/connector.dir/cmake/libutils/empty.cc.o" + "CMakeFiles/connector.dir/cmake/libutils/empty.cc.o.d" + "libmysqlcppconnx.pdb" + "libmysqlcppconnx.so" + "libmysqlcppconnx.so.2" + "libmysqlcppconnx.so.2.9.4.0" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/connector.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/connector.dir/compiler_depend.make b/build/CMakeFiles/connector.dir/compiler_depend.make new file mode 100644 index 000000000..a32b543be --- /dev/null +++ b/build/CMakeFiles/connector.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for connector. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/connector.dir/compiler_depend.ts b/build/CMakeFiles/connector.dir/compiler_depend.ts new file mode 100644 index 000000000..551600153 --- /dev/null +++ b/build/CMakeFiles/connector.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for connector. diff --git a/build/CMakeFiles/connector.dir/depend.make b/build/CMakeFiles/connector.dir/depend.make new file mode 100644 index 000000000..809313194 --- /dev/null +++ b/build/CMakeFiles/connector.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for connector. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/connector.dir/flags.make b/build/CMakeFiles/connector.dir/flags.make new file mode 100644 index 000000000..e26164d4a --- /dev/null +++ b/build/CMakeFiles/connector.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -Dconnector_EXPORTS + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/include -I/home/carlon/code/mysql-connector-cpp/build/include/mysqlx -I/home/carlon/code/mysql-connector-cpp/cdk/include -I/home/carlon/code/mysql-connector-cpp/build/cdk/include -I/home/carlon/code/mysql-connector-cpp/cdk/extra/rapidjson/include -I/home/carlon/code/mysql-connector-cpp/cdk/parser + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fPIC -fvisibility=hidden -Wno-stringop-overflow -DRAPIDJSON_HAS_CXX11_NOEXCEPT=1 -DRAPIDJSON_HAS_CXX11_RANGE_FOR=1 -DRAPIDJSON_HAS_CXX11_RVALUE_REFS=1 + diff --git a/build/CMakeFiles/connector.dir/link.txt b/build/CMakeFiles/connector.dir/link.txt new file mode 100644 index 000000000..2083f514d --- /dev/null +++ b/build/CMakeFiles/connector.dir/link.txt @@ -0,0 +1 @@ +/home/carlon/code/mysql-connector-cpp/build/libutils/save_linker_opts /home/carlon/code/mysql-connector-cpp/build/./connector.log.SHARED /usr/bin/c++ -fPIC -Wall -O3 -DNDEBUG -Wno-stringop-overflow -Wl,--dependency-file=CMakeFiles/connector.dir/link.d -shared -Wl,-soname,libmysqlcppconnx.so.2 -o libmysqlcppconnx.so.2.9.4.0 CMakeFiles/connector.dir/cmake/libutils/empty.cc.o -Wl,-rpath,"\$ORIGIN:\$ORIGIN/private" xapi/libxapi.a devapi/libdevapi.a common/libcommon.a cdk/core/libcdk.a cdk/mysqlx/libcdk_mysqlx.a cdk/protocol/mysqlx/libcdk_proto_mysqlx.a cdk/protocol/mysqlx/zlib/libzlib.a cdk/protocol/mysqlx/lz4/liblz4.a cdk/protocol/mysqlx/zstd/libzstd.a cdk/parser/libcdk_parser.a cdk/foundation/libcdk_foundation.a /usr/lib64/libssl.so /usr/lib64/libcrypto.so -lresolv /usr/lib64/libprotobuf-lite.so diff --git a/build/CMakeFiles/connector.dir/progress.make b/build/CMakeFiles/connector.dir/progress.make new file mode 100644 index 000000000..f524363f2 --- /dev/null +++ b/build/CMakeFiles/connector.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 53 +CMAKE_PROGRESS_2 = 54 + diff --git a/build/CMakeFiles/link_test.dir/DependInfo.cmake b/build/CMakeFiles/link_test.dir/DependInfo.cmake new file mode 100644 index 000000000..29b95a515 --- /dev/null +++ b/build/CMakeFiles/link_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/link_test.dir/build.make b/build/CMakeFiles/link_test.dir/build.make new file mode 100644 index 000000000..c13ae56ba --- /dev/null +++ b/build/CMakeFiles/link_test.dir/build.make @@ -0,0 +1,98 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Utility rule file for link_test. + +# Include any custom commands dependencies for this target. +include CMakeFiles/link_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/link_test.dir/progress.make + +CMakeFiles/link_test: + cd /home/carlon/code/mysql-connector-cpp/build/link_test && /usr/bin/cmake -E echo ====\ Installing\ con/C++\ ==== + cd /home/carlon/code/mysql-connector-cpp/build/link_test && /usr/bin/cmake -E remove_directory /home/carlon/code/mysql-connector-cpp/build/install + cd /home/carlon/code/mysql-connector-cpp/build/link_test && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/install + cd /home/carlon/code/mysql-connector-cpp/build/link_test && /usr/bin/cmake -D CMAKE_INSTALL_PREFIX=/home/carlon/code/mysql-connector-cpp/build/install -D CMAKE_INSTALL_CONFIG_NAME=Release -P /home/carlon/code/mysql-connector-cpp/build/cmake_install.cmake + cd /home/carlon/code/mysql-connector-cpp/build/link_test && /usr/bin/cmake -E echo ====\ Configuring\ test\ application\ build\ ==== + cd /home/carlon/code/mysql-connector-cpp/build/link_test && /usr/bin/cmake -E remove -f /home/carlon/code/mysql-connector-cpp/build/link_test/CMakeCache.txt + cd /home/carlon/code/mysql-connector-cpp/build/link_test && /usr/bin/cmake -G Unix\ Makefiles -D mysql-concpp_DIR=/home/carlon/code/mysql-connector-cpp/build/install -D mysql-concpp_FIND_VERBOSE=1 -D WITH_SSL="system" -D BUILD_STATIC=OFF -DWITH_JDBC=ON /home/carlon/code/mysql-connector-cpp/testapp + cd /home/carlon/code/mysql-connector-cpp/build/link_test && /usr/bin/cmake -E echo ====\ Building\ test\ application\ ==== + cd /home/carlon/code/mysql-connector-cpp/build/link_test && /usr/bin/cmake --build . --config Release --clean-first + +CMakeFiles/link_test.dir/codegen: +.PHONY : CMakeFiles/link_test.dir/codegen + +link_test: CMakeFiles/link_test +link_test: CMakeFiles/link_test.dir/build.make +.PHONY : link_test + +# Rule to build all files generated by this target. +CMakeFiles/link_test.dir/build: link_test +.PHONY : CMakeFiles/link_test.dir/build + +CMakeFiles/link_test.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/link_test.dir/cmake_clean.cmake +.PHONY : CMakeFiles/link_test.dir/clean + +CMakeFiles/link_test.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/CMakeFiles/link_test.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/link_test.dir/depend + diff --git a/build/CMakeFiles/link_test.dir/cmake_clean.cmake b/build/CMakeFiles/link_test.dir/cmake_clean.cmake new file mode 100644 index 000000000..0f3ad6971 --- /dev/null +++ b/build/CMakeFiles/link_test.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/link_test" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/link_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/link_test.dir/compiler_depend.make b/build/CMakeFiles/link_test.dir/compiler_depend.make new file mode 100644 index 000000000..e83c83b33 --- /dev/null +++ b/build/CMakeFiles/link_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for link_test. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/link_test.dir/compiler_depend.ts b/build/CMakeFiles/link_test.dir/compiler_depend.ts new file mode 100644 index 000000000..41e2f4189 --- /dev/null +++ b/build/CMakeFiles/link_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for link_test. diff --git a/build/CMakeFiles/link_test.dir/progress.make b/build/CMakeFiles/link_test.dir/progress.make new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/build/CMakeFiles/link_test.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/CMakeFiles/progress.marks b/build/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/CMakeFiles/rebuild-ext.dir/DependInfo.cmake b/build/CMakeFiles/rebuild-ext.dir/DependInfo.cmake new file mode 100644 index 000000000..29b95a515 --- /dev/null +++ b/build/CMakeFiles/rebuild-ext.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/rebuild-ext.dir/build.make b/build/CMakeFiles/rebuild-ext.dir/build.make new file mode 100644 index 000000000..4cf46926d --- /dev/null +++ b/build/CMakeFiles/rebuild-ext.dir/build.make @@ -0,0 +1,86 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Utility rule file for rebuild-ext. + +# Include any custom commands dependencies for this target. +include CMakeFiles/rebuild-ext.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/rebuild-ext.dir/progress.make + +CMakeFiles/rebuild-ext.dir/codegen: +.PHONY : CMakeFiles/rebuild-ext.dir/codegen + +rebuild-ext: CMakeFiles/rebuild-ext.dir/build.make +.PHONY : rebuild-ext + +# Rule to build all files generated by this target. +CMakeFiles/rebuild-ext.dir/build: rebuild-ext +.PHONY : CMakeFiles/rebuild-ext.dir/build + +CMakeFiles/rebuild-ext.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/rebuild-ext.dir/cmake_clean.cmake +.PHONY : CMakeFiles/rebuild-ext.dir/clean + +CMakeFiles/rebuild-ext.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/CMakeFiles/rebuild-ext.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/rebuild-ext.dir/depend + diff --git a/build/CMakeFiles/rebuild-ext.dir/cmake_clean.cmake b/build/CMakeFiles/rebuild-ext.dir/cmake_clean.cmake new file mode 100644 index 000000000..e8fcc304d --- /dev/null +++ b/build/CMakeFiles/rebuild-ext.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/rebuild-ext.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/rebuild-ext.dir/compiler_depend.make b/build/CMakeFiles/rebuild-ext.dir/compiler_depend.make new file mode 100644 index 000000000..a8203c49c --- /dev/null +++ b/build/CMakeFiles/rebuild-ext.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for rebuild-ext. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/rebuild-ext.dir/compiler_depend.ts b/build/CMakeFiles/rebuild-ext.dir/compiler_depend.ts new file mode 100644 index 000000000..ce2b97e88 --- /dev/null +++ b/build/CMakeFiles/rebuild-ext.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for rebuild-ext. diff --git a/build/CMakeFiles/rebuild-ext.dir/progress.make b/build/CMakeFiles/rebuild-ext.dir/progress.make new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/build/CMakeFiles/rebuild-ext.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/CMakeFiles/save_linker_opts.dir/DependInfo.cmake b/build/CMakeFiles/save_linker_opts.dir/DependInfo.cmake new file mode 100644 index 000000000..4fcce6ccc --- /dev/null +++ b/build/CMakeFiles/save_linker_opts.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cmake/libutils/save_linker_opts.cc" "CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o" "gcc" "CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o.d" + "" "libutils/save_linker_opts" "gcc" "CMakeFiles/save_linker_opts.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/save_linker_opts.dir/build.make b/build/CMakeFiles/save_linker_opts.dir/build.make new file mode 100644 index 000000000..32e9f2108 --- /dev/null +++ b/build/CMakeFiles/save_linker_opts.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include CMakeFiles/save_linker_opts.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/save_linker_opts.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/save_linker_opts.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/save_linker_opts.dir/flags.make + +CMakeFiles/save_linker_opts.dir/codegen: +.PHONY : CMakeFiles/save_linker_opts.dir/codegen + +CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o: CMakeFiles/save_linker_opts.dir/flags.make +CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o: /home/carlon/code/mysql-connector-cpp/cmake/libutils/save_linker_opts.cc +CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o: CMakeFiles/save_linker_opts.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o -MF CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o.d -o CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o -c /home/carlon/code/mysql-connector-cpp/cmake/libutils/save_linker_opts.cc + +CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cmake/libutils/save_linker_opts.cc > CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.i + +CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cmake/libutils/save_linker_opts.cc -o CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.s + +# Object files for target save_linker_opts +save_linker_opts_OBJECTS = \ +"CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o" + +# External object files for target save_linker_opts +save_linker_opts_EXTERNAL_OBJECTS = + +libutils/save_linker_opts: CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o +libutils/save_linker_opts: CMakeFiles/save_linker_opts.dir/build.make +libutils/save_linker_opts: CMakeFiles/save_linker_opts.dir/compiler_depend.ts +libutils/save_linker_opts: CMakeFiles/save_linker_opts.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable libutils/save_linker_opts" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/save_linker_opts.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/save_linker_opts.dir/build: libutils/save_linker_opts +.PHONY : CMakeFiles/save_linker_opts.dir/build + +CMakeFiles/save_linker_opts.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/save_linker_opts.dir/cmake_clean.cmake +.PHONY : CMakeFiles/save_linker_opts.dir/clean + +CMakeFiles/save_linker_opts.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/CMakeFiles/save_linker_opts.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/save_linker_opts.dir/depend + diff --git a/build/CMakeFiles/save_linker_opts.dir/cmake_clean.cmake b/build/CMakeFiles/save_linker_opts.dir/cmake_clean.cmake new file mode 100644 index 000000000..9b00a337a --- /dev/null +++ b/build/CMakeFiles/save_linker_opts.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/save_linker_opts.dir/link.d" + "CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o" + "CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o.d" + "libutils/save_linker_opts" + "libutils/save_linker_opts.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/save_linker_opts.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/save_linker_opts.dir/compiler_depend.make b/build/CMakeFiles/save_linker_opts.dir/compiler_depend.make new file mode 100644 index 000000000..4377cc3b9 --- /dev/null +++ b/build/CMakeFiles/save_linker_opts.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for save_linker_opts. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/save_linker_opts.dir/compiler_depend.ts b/build/CMakeFiles/save_linker_opts.dir/compiler_depend.ts new file mode 100644 index 000000000..a0639206b --- /dev/null +++ b/build/CMakeFiles/save_linker_opts.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for save_linker_opts. diff --git a/build/CMakeFiles/save_linker_opts.dir/depend.make b/build/CMakeFiles/save_linker_opts.dir/depend.make new file mode 100644 index 000000000..9e2980f18 --- /dev/null +++ b/build/CMakeFiles/save_linker_opts.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for save_linker_opts. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/save_linker_opts.dir/flags.make b/build/CMakeFiles/save_linker_opts.dir/flags.make new file mode 100644 index 000000000..a79b93563 --- /dev/null +++ b/build/CMakeFiles/save_linker_opts.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/include + +CXX_FLAGS = -Wall -O3 -DNDEBUG + diff --git a/build/CMakeFiles/save_linker_opts.dir/link.txt b/build/CMakeFiles/save_linker_opts.dir/link.txt new file mode 100644 index 000000000..f085ff175 --- /dev/null +++ b/build/CMakeFiles/save_linker_opts.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -Wall -O3 -DNDEBUG -Wl,--dependency-file=CMakeFiles/save_linker_opts.dir/link.d CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o -o libutils/save_linker_opts diff --git a/build/CMakeFiles/save_linker_opts.dir/progress.make b/build/CMakeFiles/save_linker_opts.dir/progress.make new file mode 100644 index 000000000..a6704b138 --- /dev/null +++ b/build/CMakeFiles/save_linker_opts.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 89 + diff --git a/build/CMakeFiles/sub_project_test.dir/DependInfo.cmake b/build/CMakeFiles/sub_project_test.dir/DependInfo.cmake new file mode 100644 index 000000000..29b95a515 --- /dev/null +++ b/build/CMakeFiles/sub_project_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/sub_project_test.dir/build.make b/build/CMakeFiles/sub_project_test.dir/build.make new file mode 100644 index 000000000..00c008f5a --- /dev/null +++ b/build/CMakeFiles/sub_project_test.dir/build.make @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Utility rule file for sub_project_test. + +# Include any custom commands dependencies for this target. +include CMakeFiles/sub_project_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/sub_project_test.dir/progress.make + +CMakeFiles/sub_project_test: + cd /home/carlon/code/mysql-connector-cpp/build/sub_project_test && /usr/bin/cmake -E remove -f /home/carlon/code/mysql-connector-cpp/build/sub_project_test/CMakeCache.txt + cd /home/carlon/code/mysql-connector-cpp/build/sub_project_test && /usr/bin/cmake -G "Unix Makefiles" -D CONCPP_CACHE=/home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/testing/sub_project_test + cd /home/carlon/code/mysql-connector-cpp/build/sub_project_test && /usr/bin/cmake --build . --config Release --clean-first + +CMakeFiles/sub_project_test.dir/codegen: +.PHONY : CMakeFiles/sub_project_test.dir/codegen + +sub_project_test: CMakeFiles/sub_project_test +sub_project_test: CMakeFiles/sub_project_test.dir/build.make +.PHONY : sub_project_test + +# Rule to build all files generated by this target. +CMakeFiles/sub_project_test.dir/build: sub_project_test +.PHONY : CMakeFiles/sub_project_test.dir/build + +CMakeFiles/sub_project_test.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/sub_project_test.dir/cmake_clean.cmake +.PHONY : CMakeFiles/sub_project_test.dir/clean + +CMakeFiles/sub_project_test.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/CMakeFiles/sub_project_test.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/sub_project_test.dir/depend + diff --git a/build/CMakeFiles/sub_project_test.dir/cmake_clean.cmake b/build/CMakeFiles/sub_project_test.dir/cmake_clean.cmake new file mode 100644 index 000000000..6f0a02c78 --- /dev/null +++ b/build/CMakeFiles/sub_project_test.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/sub_project_test" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/sub_project_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/sub_project_test.dir/compiler_depend.make b/build/CMakeFiles/sub_project_test.dir/compiler_depend.make new file mode 100644 index 000000000..ffb746fae --- /dev/null +++ b/build/CMakeFiles/sub_project_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for sub_project_test. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/sub_project_test.dir/compiler_depend.ts b/build/CMakeFiles/sub_project_test.dir/compiler_depend.ts new file mode 100644 index 000000000..3dba14af7 --- /dev/null +++ b/build/CMakeFiles/sub_project_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for sub_project_test. diff --git a/build/CMakeFiles/sub_project_test.dir/progress.make b/build/CMakeFiles/sub_project_test.dir/progress.make new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/build/CMakeFiles/sub_project_test.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/CMakeFiles/try.dir/DependInfo.cmake b/build/CMakeFiles/try.dir/DependInfo.cmake new file mode 100644 index 000000000..5b5316210 --- /dev/null +++ b/build/CMakeFiles/try.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/try.cc" "CMakeFiles/try.dir/try.cc.o" "gcc" "CMakeFiles/try.dir/try.cc.o.d" + "" "try" "gcc" "CMakeFiles/try.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/try.dir/build.make b/build/CMakeFiles/try.dir/build.make new file mode 100644 index 000000000..3e0019761 --- /dev/null +++ b/build/CMakeFiles/try.dir/build.make @@ -0,0 +1,117 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include CMakeFiles/try.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/try.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/try.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/try.dir/flags.make + +CMakeFiles/try.dir/codegen: +.PHONY : CMakeFiles/try.dir/codegen + +CMakeFiles/try.dir/try.cc.o: CMakeFiles/try.dir/flags.make +CMakeFiles/try.dir/try.cc.o: /home/carlon/code/mysql-connector-cpp/try.cc +CMakeFiles/try.dir/try.cc.o: CMakeFiles/try.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/try.dir/try.cc.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/try.dir/try.cc.o -MF CMakeFiles/try.dir/try.cc.o.d -o CMakeFiles/try.dir/try.cc.o -c /home/carlon/code/mysql-connector-cpp/try.cc + +CMakeFiles/try.dir/try.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/try.dir/try.cc.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/try.cc > CMakeFiles/try.dir/try.cc.i + +CMakeFiles/try.dir/try.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/try.dir/try.cc.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/try.cc -o CMakeFiles/try.dir/try.cc.s + +# Object files for target try +try_OBJECTS = \ +"CMakeFiles/try.dir/try.cc.o" + +# External object files for target try +try_EXTERNAL_OBJECTS = + +try: CMakeFiles/try.dir/try.cc.o +try: CMakeFiles/try.dir/build.make +try: CMakeFiles/try.dir/compiler_depend.ts +try: libmysqlcppconnx.so.2.9.4.0 +try: CMakeFiles/try.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable try" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/try.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Checking dynamic library dependencies:" + /usr/bin/ldd /home/carlon/code/mysql-connector-cpp/build/try + +# Rule to build all files generated by this target. +CMakeFiles/try.dir/build: try +.PHONY : CMakeFiles/try.dir/build + +CMakeFiles/try.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/try.dir/cmake_clean.cmake +.PHONY : CMakeFiles/try.dir/clean + +CMakeFiles/try.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/CMakeFiles/try.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/try.dir/depend + diff --git a/build/CMakeFiles/try.dir/cmake_clean.cmake b/build/CMakeFiles/try.dir/cmake_clean.cmake new file mode 100644 index 000000000..9e188e99a --- /dev/null +++ b/build/CMakeFiles/try.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/try.dir/link.d" + "CMakeFiles/try.dir/try.cc.o" + "CMakeFiles/try.dir/try.cc.o.d" + "try" + "try.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/try.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/try.dir/compiler_depend.make b/build/CMakeFiles/try.dir/compiler_depend.make new file mode 100644 index 000000000..a9a4b5387 --- /dev/null +++ b/build/CMakeFiles/try.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for try. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/try.dir/compiler_depend.ts b/build/CMakeFiles/try.dir/compiler_depend.ts new file mode 100644 index 000000000..eb6e2528c --- /dev/null +++ b/build/CMakeFiles/try.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for try. diff --git a/build/CMakeFiles/try.dir/depend.make b/build/CMakeFiles/try.dir/depend.make new file mode 100644 index 000000000..b46a06a28 --- /dev/null +++ b/build/CMakeFiles/try.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for try. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/try.dir/flags.make b/build/CMakeFiles/try.dir/flags.make new file mode 100644 index 000000000..dbe66fbb4 --- /dev/null +++ b/build/CMakeFiles/try.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/include -I/home/carlon/code/mysql-connector-cpp/build/include/mysqlx + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -Wno-stringop-overflow + diff --git a/build/CMakeFiles/try.dir/link.txt b/build/CMakeFiles/try.dir/link.txt new file mode 100644 index 000000000..9c0dad23b --- /dev/null +++ b/build/CMakeFiles/try.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -Wall -O3 -DNDEBUG -Wno-stringop-overflow -Wl,--dependency-file=CMakeFiles/try.dir/link.d CMakeFiles/try.dir/try.cc.o -o try -Wl,-rpath,/home/carlon/code/mysql-connector-cpp/build libmysqlcppconnx.so.2.9.4.0 diff --git a/build/CMakeFiles/try.dir/progress.make b/build/CMakeFiles/try.dir/progress.make new file mode 100644 index 000000000..b75f5a2c4 --- /dev/null +++ b/build/CMakeFiles/try.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 90 +CMAKE_PROGRESS_2 = 91 + diff --git a/build/CMakeFiles/try_jdbc.dir/DependInfo.cmake b/build/CMakeFiles/try_jdbc.dir/DependInfo.cmake new file mode 100644 index 000000000..43249b96f --- /dev/null +++ b/build/CMakeFiles/try_jdbc.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/try_jdbc.cc" "CMakeFiles/try_jdbc.dir/try_jdbc.cc.o" "gcc" "CMakeFiles/try_jdbc.dir/try_jdbc.cc.o.d" + "" "try_jdbc" "gcc" "CMakeFiles/try_jdbc.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/try_jdbc.dir/build.make b/build/CMakeFiles/try_jdbc.dir/build.make new file mode 100644 index 000000000..66d1593db --- /dev/null +++ b/build/CMakeFiles/try_jdbc.dir/build.make @@ -0,0 +1,118 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include CMakeFiles/try_jdbc.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/try_jdbc.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/try_jdbc.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/try_jdbc.dir/flags.make + +CMakeFiles/try_jdbc.dir/codegen: +.PHONY : CMakeFiles/try_jdbc.dir/codegen + +CMakeFiles/try_jdbc.dir/try_jdbc.cc.o: CMakeFiles/try_jdbc.dir/flags.make +CMakeFiles/try_jdbc.dir/try_jdbc.cc.o: /home/carlon/code/mysql-connector-cpp/try_jdbc.cc +CMakeFiles/try_jdbc.dir/try_jdbc.cc.o: CMakeFiles/try_jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/try_jdbc.dir/try_jdbc.cc.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/try_jdbc.dir/try_jdbc.cc.o -MF CMakeFiles/try_jdbc.dir/try_jdbc.cc.o.d -o CMakeFiles/try_jdbc.dir/try_jdbc.cc.o -c /home/carlon/code/mysql-connector-cpp/try_jdbc.cc + +CMakeFiles/try_jdbc.dir/try_jdbc.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/try_jdbc.dir/try_jdbc.cc.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/try_jdbc.cc > CMakeFiles/try_jdbc.dir/try_jdbc.cc.i + +CMakeFiles/try_jdbc.dir/try_jdbc.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/try_jdbc.dir/try_jdbc.cc.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/try_jdbc.cc -o CMakeFiles/try_jdbc.dir/try_jdbc.cc.s + +# Object files for target try_jdbc +try_jdbc_OBJECTS = \ +"CMakeFiles/try_jdbc.dir/try_jdbc.cc.o" + +# External object files for target try_jdbc +try_jdbc_EXTERNAL_OBJECTS = + +try_jdbc: CMakeFiles/try_jdbc.dir/try_jdbc.cc.o +try_jdbc: CMakeFiles/try_jdbc.dir/build.make +try_jdbc: CMakeFiles/try_jdbc.dir/compiler_depend.ts +try_jdbc: jdbc/libmysqlcppconn.so.10.9.4.0 +try_jdbc: /usr/lib64/mysql/libmysqlclient.so +try_jdbc: CMakeFiles/try_jdbc.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable try_jdbc" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/try_jdbc.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Checking dynamic library dependencies:" + /usr/bin/ldd /home/carlon/code/mysql-connector-cpp/build/try_jdbc + +# Rule to build all files generated by this target. +CMakeFiles/try_jdbc.dir/build: try_jdbc +.PHONY : CMakeFiles/try_jdbc.dir/build + +CMakeFiles/try_jdbc.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/try_jdbc.dir/cmake_clean.cmake +.PHONY : CMakeFiles/try_jdbc.dir/clean + +CMakeFiles/try_jdbc.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/CMakeFiles/try_jdbc.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/try_jdbc.dir/depend + diff --git a/build/CMakeFiles/try_jdbc.dir/cmake_clean.cmake b/build/CMakeFiles/try_jdbc.dir/cmake_clean.cmake new file mode 100644 index 000000000..909d67ee1 --- /dev/null +++ b/build/CMakeFiles/try_jdbc.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/try_jdbc.dir/link.d" + "CMakeFiles/try_jdbc.dir/try_jdbc.cc.o" + "CMakeFiles/try_jdbc.dir/try_jdbc.cc.o.d" + "try_jdbc" + "try_jdbc.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/try_jdbc.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/try_jdbc.dir/compiler_depend.make b/build/CMakeFiles/try_jdbc.dir/compiler_depend.make new file mode 100644 index 000000000..3d2e7575d --- /dev/null +++ b/build/CMakeFiles/try_jdbc.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for try_jdbc. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/try_jdbc.dir/compiler_depend.ts b/build/CMakeFiles/try_jdbc.dir/compiler_depend.ts new file mode 100644 index 000000000..36054e93f --- /dev/null +++ b/build/CMakeFiles/try_jdbc.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for try_jdbc. diff --git a/build/CMakeFiles/try_jdbc.dir/depend.make b/build/CMakeFiles/try_jdbc.dir/depend.make new file mode 100644 index 000000000..cd82273ee --- /dev/null +++ b/build/CMakeFiles/try_jdbc.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for try_jdbc. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/try_jdbc.dir/flags.make b/build/CMakeFiles/try_jdbc.dir/flags.make new file mode 100644 index 000000000..014301c7b --- /dev/null +++ b/build/CMakeFiles/try_jdbc.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/include -I/home/carlon/code/mysql-connector-cpp/build/include/jdbc -I/home/carlon/code/mysql-connector-cpp/build/include/jdbc/cppconn -isystem /usr/include/mysql + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -Wno-stringop-overflow + diff --git a/build/CMakeFiles/try_jdbc.dir/link.txt b/build/CMakeFiles/try_jdbc.dir/link.txt new file mode 100644 index 000000000..5bd68bc38 --- /dev/null +++ b/build/CMakeFiles/try_jdbc.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -Wall -O3 -DNDEBUG -Wno-stringop-overflow -Wl,--dependency-file=CMakeFiles/try_jdbc.dir/link.d CMakeFiles/try_jdbc.dir/try_jdbc.cc.o -o try_jdbc -Wl,-rpath,/home/carlon/code/mysql-connector-cpp/build/jdbc:/usr/lib64/mysql jdbc/libmysqlcppconn.so.10.9.4.0 /usr/lib64/mysql/libmysqlclient.so -L/usr/lib64/mysql -L/usr/lib64/mysql/private diff --git a/build/CMakeFiles/try_jdbc.dir/progress.make b/build/CMakeFiles/try_jdbc.dir/progress.make new file mode 100644 index 000000000..ae9f48add --- /dev/null +++ b/build/CMakeFiles/try_jdbc.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 92 +CMAKE_PROGRESS_2 = 93 + diff --git a/build/INFO_BIN b/build/INFO_BIN new file mode 100644 index 000000000..d51b4f8f4 --- /dev/null +++ b/build/INFO_BIN @@ -0,0 +1,10 @@ +MySQL Connector/C++ Build Information + +build-date : 2025-10-22 +os-info : Linux-6.16.11-200.fc42.x86_64 +compiler : GNU 15.2.1 +protobuf-version : 3.6.1 +build-type : Release +ssl-library : OpenSSL 3.2.6 +mysql-version : 8.4.6 + diff --git a/build/INFO_SRC b/build/INFO_SRC new file mode 100644 index 000000000..6eb75bb7f --- /dev/null +++ b/build/INFO_SRC @@ -0,0 +1,8 @@ +MySQL Connector/C++ Sources Information + +version : 9.4.0 +date : 2025-10-21 +branch : 9.5 +commit : 20c3eeb2bb48849015c4438baed13b0ac79669be +short : 20c3eeb2 + diff --git a/build/Makefile b/build/Makefile new file mode 100644 index 000000000..0427e305a --- /dev/null +++ b/build/Makefile @@ -0,0 +1,650 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named rebuild-ext + +# Build rule for target. +rebuild-ext: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rebuild-ext +.PHONY : rebuild-ext + +# fast build rule for target. +rebuild-ext/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/rebuild-ext.dir/build.make CMakeFiles/rebuild-ext.dir/build +.PHONY : rebuild-ext/fast + +#============================================================================= +# Target rules for targets named save_linker_opts + +# Build rule for target. +save_linker_opts: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 save_linker_opts +.PHONY : save_linker_opts + +# fast build rule for target. +save_linker_opts/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/save_linker_opts.dir/build.make CMakeFiles/save_linker_opts.dir/build +.PHONY : save_linker_opts/fast + +#============================================================================= +# Target rules for targets named connector + +# Build rule for target. +connector: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 connector +.PHONY : connector + +# fast build rule for target. +connector/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/connector.dir/build.make CMakeFiles/connector.dir/build +.PHONY : connector/fast + +#============================================================================= +# Target rules for targets named connector-deps + +# Build rule for target. +connector-deps: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 connector-deps +.PHONY : connector-deps + +# fast build rule for target. +connector-deps/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/connector-deps.dir/build.make CMakeFiles/connector-deps.dir/build +.PHONY : connector-deps/fast + +#============================================================================= +# Target rules for targets named try + +# Build rule for target. +try: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 try +.PHONY : try + +# fast build rule for target. +try/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/try.dir/build.make CMakeFiles/try.dir/build +.PHONY : try/fast + +#============================================================================= +# Target rules for targets named try_jdbc + +# Build rule for target. +try_jdbc: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 try_jdbc +.PHONY : try_jdbc + +# fast build rule for target. +try_jdbc/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/try_jdbc.dir/build.make CMakeFiles/try_jdbc.dir/build +.PHONY : try_jdbc/fast + +#============================================================================= +# Target rules for targets named sub_project_test + +# Build rule for target. +sub_project_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sub_project_test +.PHONY : sub_project_test + +# fast build rule for target. +sub_project_test/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/sub_project_test.dir/build.make CMakeFiles/sub_project_test.dir/build +.PHONY : sub_project_test/fast + +#============================================================================= +# Target rules for targets named link_test + +# Build rule for target. +link_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 link_test +.PHONY : link_test + +# fast build rule for target. +link_test/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/link_test.dir/build.make CMakeFiles/link_test.dir/build +.PHONY : link_test/fast + +#============================================================================= +# Target rules for targets named cdk_parser + +# Build rule for target. +cdk_parser: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk_parser +.PHONY : cdk_parser + +# fast build rule for target. +cdk_parser/fast: + $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/build +.PHONY : cdk_parser/fast + +#============================================================================= +# Target rules for targets named cdk_foundation + +# Build rule for target. +cdk_foundation: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk_foundation +.PHONY : cdk_foundation + +# fast build rule for target. +cdk_foundation/fast: + $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/build +.PHONY : cdk_foundation/fast + +#============================================================================= +# Target rules for targets named zlib-build + +# Build rule for target. +zlib-build: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zlib-build +.PHONY : zlib-build + +# fast build rule for target. +zlib-build/fast: + $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/build.make cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/build +.PHONY : zlib-build/fast + +#============================================================================= +# Target rules for targets named zlib-rebuild + +# Build rule for target. +zlib-rebuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zlib-rebuild +.PHONY : zlib-rebuild + +# fast build rule for target. +zlib-rebuild/fast: + $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/build.make cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/build +.PHONY : zlib-rebuild/fast + +#============================================================================= +# Target rules for targets named lz4-build + +# Build rule for target. +lz4-build: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lz4-build +.PHONY : lz4-build + +# fast build rule for target. +lz4-build/fast: + $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/build.make cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/build +.PHONY : lz4-build/fast + +#============================================================================= +# Target rules for targets named lz4-rebuild + +# Build rule for target. +lz4-rebuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lz4-rebuild +.PHONY : lz4-rebuild + +# fast build rule for target. +lz4-rebuild/fast: + $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/build.make cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/build +.PHONY : lz4-rebuild/fast + +#============================================================================= +# Target rules for targets named zstd-build + +# Build rule for target. +zstd-build: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zstd-build +.PHONY : zstd-build + +# fast build rule for target. +zstd-build/fast: + $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/build.make cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/build +.PHONY : zstd-build/fast + +#============================================================================= +# Target rules for targets named zstd-rebuild + +# Build rule for target. +zstd-rebuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zstd-rebuild +.PHONY : zstd-rebuild + +# fast build rule for target. +zstd-rebuild/fast: + $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/build.make cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/build +.PHONY : zstd-rebuild/fast + +#============================================================================= +# Target rules for targets named cdk_proto_mysqlx + +# Build rule for target. +cdk_proto_mysqlx: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk_proto_mysqlx +.PHONY : cdk_proto_mysqlx + +# fast build rule for target. +cdk_proto_mysqlx/fast: + $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build +.PHONY : cdk_proto_mysqlx/fast + +#============================================================================= +# Target rules for targets named cdk_mysqlx + +# Build rule for target. +cdk_mysqlx: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk_mysqlx +.PHONY : cdk_mysqlx + +# fast build rule for target. +cdk_mysqlx/fast: + $(MAKE) $(MAKESILENT) -f cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build +.PHONY : cdk_mysqlx/fast + +#============================================================================= +# Target rules for targets named cdk + +# Build rule for target. +cdk: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk +.PHONY : cdk + +# fast build rule for target. +cdk/fast: + $(MAKE) $(MAKESILENT) -f cdk/core/CMakeFiles/cdk.dir/build.make cdk/core/CMakeFiles/cdk.dir/build +.PHONY : cdk/fast + +#============================================================================= +# Target rules for targets named connector-jdbc + +# Build rule for target. +connector-jdbc: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 connector-jdbc +.PHONY : connector-jdbc + +# fast build rule for target. +connector-jdbc/fast: + $(MAKE) $(MAKESILENT) -f jdbc/CMakeFiles/connector-jdbc.dir/build.make jdbc/CMakeFiles/connector-jdbc.dir/build +.PHONY : connector-jdbc/fast + +#============================================================================= +# Target rules for targets named connector-jdbc-deps + +# Build rule for target. +connector-jdbc-deps: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 connector-jdbc-deps +.PHONY : connector-jdbc-deps + +# fast build rule for target. +connector-jdbc-deps/fast: + $(MAKE) $(MAKESILENT) -f jdbc/CMakeFiles/connector-jdbc-deps.dir/build.make jdbc/CMakeFiles/connector-jdbc-deps.dir/build +.PHONY : connector-jdbc-deps/fast + +#============================================================================= +# Target rules for targets named jdbc + +# Build rule for target. +jdbc: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc +.PHONY : jdbc + +# fast build rule for target. +jdbc/fast: + $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/build +.PHONY : jdbc/fast + +#============================================================================= +# Target rules for targets named common + +# Build rule for target. +common: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common +.PHONY : common + +# fast build rule for target. +common/fast: + $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/build +.PHONY : common/fast + +#============================================================================= +# Target rules for targets named xapi + +# Build rule for target. +xapi: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xapi +.PHONY : xapi + +# fast build rule for target. +xapi/fast: + $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/build +.PHONY : xapi/fast + +#============================================================================= +# Target rules for targets named devapi + +# Build rule for target. +devapi: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 devapi +.PHONY : devapi + +# fast build rule for target. +devapi/fast: + $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/build +.PHONY : devapi/fast + +cmake/libutils/empty.o: cmake/libutils/empty.cc.o +.PHONY : cmake/libutils/empty.o + +# target to build an object file +cmake/libutils/empty.cc.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/connector.dir/build.make CMakeFiles/connector.dir/cmake/libutils/empty.cc.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/connector-deps.dir/build.make CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.o +.PHONY : cmake/libutils/empty.cc.o + +cmake/libutils/empty.i: cmake/libutils/empty.cc.i +.PHONY : cmake/libutils/empty.i + +# target to preprocess a source file +cmake/libutils/empty.cc.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/connector.dir/build.make CMakeFiles/connector.dir/cmake/libutils/empty.cc.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/connector-deps.dir/build.make CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.i +.PHONY : cmake/libutils/empty.cc.i + +cmake/libutils/empty.s: cmake/libutils/empty.cc.s +.PHONY : cmake/libutils/empty.s + +# target to generate assembly for a file +cmake/libutils/empty.cc.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/connector.dir/build.make CMakeFiles/connector.dir/cmake/libutils/empty.cc.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/connector-deps.dir/build.make CMakeFiles/connector-deps.dir/cmake/libutils/empty.cc.s +.PHONY : cmake/libutils/empty.cc.s + +cmake/libutils/save_linker_opts.o: cmake/libutils/save_linker_opts.cc.o +.PHONY : cmake/libutils/save_linker_opts.o + +# target to build an object file +cmake/libutils/save_linker_opts.cc.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/save_linker_opts.dir/build.make CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.o +.PHONY : cmake/libutils/save_linker_opts.cc.o + +cmake/libutils/save_linker_opts.i: cmake/libutils/save_linker_opts.cc.i +.PHONY : cmake/libutils/save_linker_opts.i + +# target to preprocess a source file +cmake/libutils/save_linker_opts.cc.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/save_linker_opts.dir/build.make CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.i +.PHONY : cmake/libutils/save_linker_opts.cc.i + +cmake/libutils/save_linker_opts.s: cmake/libutils/save_linker_opts.cc.s +.PHONY : cmake/libutils/save_linker_opts.s + +# target to generate assembly for a file +cmake/libutils/save_linker_opts.cc.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/save_linker_opts.dir/build.make CMakeFiles/save_linker_opts.dir/cmake/libutils/save_linker_opts.cc.s +.PHONY : cmake/libutils/save_linker_opts.cc.s + +try.o: try.cc.o +.PHONY : try.o + +# target to build an object file +try.cc.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/try.dir/build.make CMakeFiles/try.dir/try.cc.o +.PHONY : try.cc.o + +try.i: try.cc.i +.PHONY : try.i + +# target to preprocess a source file +try.cc.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/try.dir/build.make CMakeFiles/try.dir/try.cc.i +.PHONY : try.cc.i + +try.s: try.cc.s +.PHONY : try.s + +# target to generate assembly for a file +try.cc.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/try.dir/build.make CMakeFiles/try.dir/try.cc.s +.PHONY : try.cc.s + +try_jdbc.o: try_jdbc.cc.o +.PHONY : try_jdbc.o + +# target to build an object file +try_jdbc.cc.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/try_jdbc.dir/build.make CMakeFiles/try_jdbc.dir/try_jdbc.cc.o +.PHONY : try_jdbc.cc.o + +try_jdbc.i: try_jdbc.cc.i +.PHONY : try_jdbc.i + +# target to preprocess a source file +try_jdbc.cc.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/try_jdbc.dir/build.make CMakeFiles/try_jdbc.dir/try_jdbc.cc.i +.PHONY : try_jdbc.cc.i + +try_jdbc.s: try_jdbc.cc.s +.PHONY : try_jdbc.s + +# target to generate assembly for a file +try_jdbc.cc.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/try_jdbc.dir/build.make CMakeFiles/try_jdbc.dir/try_jdbc.cc.s +.PHONY : try_jdbc.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... link_test" + @echo "... lz4-build" + @echo "... lz4-rebuild" + @echo "... rebuild-ext" + @echo "... sub_project_test" + @echo "... zlib-build" + @echo "... zlib-rebuild" + @echo "... zstd-build" + @echo "... zstd-rebuild" + @echo "... cdk" + @echo "... cdk_foundation" + @echo "... cdk_mysqlx" + @echo "... cdk_parser" + @echo "... cdk_proto_mysqlx" + @echo "... common" + @echo "... connector" + @echo "... connector-deps" + @echo "... connector-jdbc" + @echo "... connector-jdbc-deps" + @echo "... devapi" + @echo "... jdbc" + @echo "... save_linker_opts" + @echo "... try" + @echo "... try_jdbc" + @echo "... xapi" + @echo "... cmake/libutils/empty.o" + @echo "... cmake/libutils/empty.i" + @echo "... cmake/libutils/empty.s" + @echo "... cmake/libutils/save_linker_opts.o" + @echo "... cmake/libutils/save_linker_opts.i" + @echo "... cmake/libutils/save_linker_opts.s" + @echo "... try.o" + @echo "... try.i" + @echo "... try.s" + @echo "... try_jdbc.o" + @echo "... try_jdbc.i" + @echo "... try_jdbc.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/CMakeFiles/progress.marks b/build/cdk/CMakeFiles/progress.marks new file mode 100644 index 000000000..abac1ea7b --- /dev/null +++ b/build/cdk/CMakeFiles/progress.marks @@ -0,0 +1 @@ +47 diff --git a/build/cdk/Makefile b/build/cdk/Makefile new file mode 100644 index 000000000..1735bc58f --- /dev/null +++ b/build/cdk/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/cmake_install.cmake b/build/cdk/cmake_install.cmake new file mode 100644 index 000000000..be514bff3 --- /dev/null +++ b/build/cdk/cmake_install.cmake @@ -0,0 +1,85 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/include/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/extra/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/parser/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/foundation/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/core/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/core/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/core/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/core/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/core/CMakeFiles/cdk.dir/DependInfo.cmake b/build/cdk/core/CMakeFiles/cdk.dir/DependInfo.cmake new file mode 100644 index 000000000..905aec415 --- /dev/null +++ b/build/cdk/core/CMakeFiles/cdk.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cdk/core/codec.cc" "cdk/core/CMakeFiles/cdk.dir/codec.cc.o" "gcc" "cdk/core/CMakeFiles/cdk.dir/codec.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/core/session.cc" "cdk/core/CMakeFiles/cdk.dir/session.cc.o" "gcc" "cdk/core/CMakeFiles/cdk.dir/session.cc.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/core/CMakeFiles/cdk.dir/build.make b/build/cdk/core/CMakeFiles/cdk.dir/build.make new file mode 100644 index 000000000..4743a9eb9 --- /dev/null +++ b/build/cdk/core/CMakeFiles/cdk.dir/build.make @@ -0,0 +1,130 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include cdk/core/CMakeFiles/cdk.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include cdk/core/CMakeFiles/cdk.dir/compiler_depend.make + +# Include the progress variables for this target. +include cdk/core/CMakeFiles/cdk.dir/progress.make + +# Include the compile flags for this target's objects. +include cdk/core/CMakeFiles/cdk.dir/flags.make + +cdk/core/CMakeFiles/cdk.dir/codegen: +.PHONY : cdk/core/CMakeFiles/cdk.dir/codegen + +cdk/core/CMakeFiles/cdk.dir/session.cc.o: cdk/core/CMakeFiles/cdk.dir/flags.make +cdk/core/CMakeFiles/cdk.dir/session.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/core/session.cc +cdk/core/CMakeFiles/cdk.dir/session.cc.o: cdk/core/CMakeFiles/cdk.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object cdk/core/CMakeFiles/cdk.dir/session.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/core && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/core/CMakeFiles/cdk.dir/session.cc.o -MF CMakeFiles/cdk.dir/session.cc.o.d -o CMakeFiles/cdk.dir/session.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/core/session.cc + +cdk/core/CMakeFiles/cdk.dir/session.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk.dir/session.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/core && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/core/session.cc > CMakeFiles/cdk.dir/session.cc.i + +cdk/core/CMakeFiles/cdk.dir/session.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk.dir/session.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/core && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/core/session.cc -o CMakeFiles/cdk.dir/session.cc.s + +cdk/core/CMakeFiles/cdk.dir/codec.cc.o: cdk/core/CMakeFiles/cdk.dir/flags.make +cdk/core/CMakeFiles/cdk.dir/codec.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/core/codec.cc +cdk/core/CMakeFiles/cdk.dir/codec.cc.o: cdk/core/CMakeFiles/cdk.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object cdk/core/CMakeFiles/cdk.dir/codec.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/core && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/core/CMakeFiles/cdk.dir/codec.cc.o -MF CMakeFiles/cdk.dir/codec.cc.o.d -o CMakeFiles/cdk.dir/codec.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/core/codec.cc + +cdk/core/CMakeFiles/cdk.dir/codec.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk.dir/codec.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/core && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/core/codec.cc > CMakeFiles/cdk.dir/codec.cc.i + +cdk/core/CMakeFiles/cdk.dir/codec.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk.dir/codec.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/core && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/core/codec.cc -o CMakeFiles/cdk.dir/codec.cc.s + +# Object files for target cdk +cdk_OBJECTS = \ +"CMakeFiles/cdk.dir/session.cc.o" \ +"CMakeFiles/cdk.dir/codec.cc.o" + +# External object files for target cdk +cdk_EXTERNAL_OBJECTS = + +cdk/core/libcdk.a: cdk/core/CMakeFiles/cdk.dir/session.cc.o +cdk/core/libcdk.a: cdk/core/CMakeFiles/cdk.dir/codec.cc.o +cdk/core/libcdk.a: cdk/core/CMakeFiles/cdk.dir/build.make +cdk/core/libcdk.a: cdk/core/CMakeFiles/cdk.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libcdk.a" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/core && $(CMAKE_COMMAND) -P CMakeFiles/cdk.dir/cmake_clean_target.cmake + cd /home/carlon/code/mysql-connector-cpp/build/cdk/core && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cdk.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +cdk/core/CMakeFiles/cdk.dir/build: cdk/core/libcdk.a +.PHONY : cdk/core/CMakeFiles/cdk.dir/build + +cdk/core/CMakeFiles/cdk.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/core && $(CMAKE_COMMAND) -P CMakeFiles/cdk.dir/cmake_clean.cmake +.PHONY : cdk/core/CMakeFiles/cdk.dir/clean + +cdk/core/CMakeFiles/cdk.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/cdk/core /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/cdk/core /home/carlon/code/mysql-connector-cpp/build/cdk/core/CMakeFiles/cdk.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cdk/core/CMakeFiles/cdk.dir/depend + diff --git a/build/cdk/core/CMakeFiles/cdk.dir/cmake_clean.cmake b/build/cdk/core/CMakeFiles/cdk.dir/cmake_clean.cmake new file mode 100644 index 000000000..5f4feda90 --- /dev/null +++ b/build/cdk/core/CMakeFiles/cdk.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/cdk.dir/codec.cc.o" + "CMakeFiles/cdk.dir/codec.cc.o.d" + "CMakeFiles/cdk.dir/session.cc.o" + "CMakeFiles/cdk.dir/session.cc.o.d" + "libcdk.a" + "libcdk.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/cdk.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/core/CMakeFiles/cdk.dir/cmake_clean_target.cmake b/build/cdk/core/CMakeFiles/cdk.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..b93a0b725 --- /dev/null +++ b/build/cdk/core/CMakeFiles/cdk.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libcdk.a" +) diff --git a/build/cdk/core/CMakeFiles/cdk.dir/compiler_depend.make b/build/cdk/core/CMakeFiles/cdk.dir/compiler_depend.make new file mode 100644 index 000000000..1f419493a --- /dev/null +++ b/build/cdk/core/CMakeFiles/cdk.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for cdk. +# This may be replaced when dependencies are built. diff --git a/build/cdk/core/CMakeFiles/cdk.dir/compiler_depend.ts b/build/cdk/core/CMakeFiles/cdk.dir/compiler_depend.ts new file mode 100644 index 000000000..fd6fc7c0c --- /dev/null +++ b/build/cdk/core/CMakeFiles/cdk.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for cdk. diff --git a/build/cdk/core/CMakeFiles/cdk.dir/depend.make b/build/cdk/core/CMakeFiles/cdk.dir/depend.make new file mode 100644 index 000000000..19bffec47 --- /dev/null +++ b/build/cdk/core/CMakeFiles/cdk.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cdk. +# This may be replaced when dependencies are built. diff --git a/build/cdk/core/CMakeFiles/cdk.dir/flags.make b/build/cdk/core/CMakeFiles/cdk.dir/flags.make new file mode 100644 index 000000000..256f61466 --- /dev/null +++ b/build/cdk/core/CMakeFiles/cdk.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DCONCPP_BUILD_SHARED + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/cdk/include -I/home/carlon/code/mysql-connector-cpp/build/cdk/include -I/home/carlon/code/mysql-connector-cpp/cdk/extra/rapidjson/include -I/home/carlon/code/mysql-connector-cpp/cdk/parser + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -Wno-stringop-overflow -Wall -DRAPIDJSON_HAS_CXX11_NOEXCEPT=1 -DRAPIDJSON_HAS_CXX11_RANGE_FOR=1 -DRAPIDJSON_HAS_CXX11_RVALUE_REFS=1 + diff --git a/build/cdk/core/CMakeFiles/cdk.dir/link.txt b/build/cdk/core/CMakeFiles/cdk.dir/link.txt new file mode 100644 index 000000000..df39bf890 --- /dev/null +++ b/build/cdk/core/CMakeFiles/cdk.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libcdk.a CMakeFiles/cdk.dir/session.cc.o CMakeFiles/cdk.dir/codec.cc.o +/usr/bin/ranlib libcdk.a diff --git a/build/cdk/core/CMakeFiles/cdk.dir/progress.make b/build/cdk/core/CMakeFiles/cdk.dir/progress.make new file mode 100644 index 000000000..783f634f6 --- /dev/null +++ b/build/cdk/core/CMakeFiles/cdk.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 1 +CMAKE_PROGRESS_3 = 2 + diff --git a/build/cdk/core/CMakeFiles/progress.marks b/build/cdk/core/CMakeFiles/progress.marks new file mode 100644 index 000000000..abac1ea7b --- /dev/null +++ b/build/cdk/core/CMakeFiles/progress.marks @@ -0,0 +1 @@ +47 diff --git a/build/cdk/core/Makefile b/build/cdk/core/Makefile new file mode 100644 index 000000000..f552fd2c3 --- /dev/null +++ b/build/cdk/core/Makefile @@ -0,0 +1,258 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/core//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/core/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/core/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/core/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/core/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +cdk/core/CMakeFiles/cdk.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/core/CMakeFiles/cdk.dir/rule +.PHONY : cdk/core/CMakeFiles/cdk.dir/rule + +# Convenience name for target. +cdk: cdk/core/CMakeFiles/cdk.dir/rule +.PHONY : cdk + +# fast build rule for target. +cdk/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/core/CMakeFiles/cdk.dir/build.make cdk/core/CMakeFiles/cdk.dir/build +.PHONY : cdk/fast + +codec.o: codec.cc.o +.PHONY : codec.o + +# target to build an object file +codec.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/core/CMakeFiles/cdk.dir/build.make cdk/core/CMakeFiles/cdk.dir/codec.cc.o +.PHONY : codec.cc.o + +codec.i: codec.cc.i +.PHONY : codec.i + +# target to preprocess a source file +codec.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/core/CMakeFiles/cdk.dir/build.make cdk/core/CMakeFiles/cdk.dir/codec.cc.i +.PHONY : codec.cc.i + +codec.s: codec.cc.s +.PHONY : codec.s + +# target to generate assembly for a file +codec.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/core/CMakeFiles/cdk.dir/build.make cdk/core/CMakeFiles/cdk.dir/codec.cc.s +.PHONY : codec.cc.s + +session.o: session.cc.o +.PHONY : session.o + +# target to build an object file +session.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/core/CMakeFiles/cdk.dir/build.make cdk/core/CMakeFiles/cdk.dir/session.cc.o +.PHONY : session.cc.o + +session.i: session.cc.i +.PHONY : session.i + +# target to preprocess a source file +session.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/core/CMakeFiles/cdk.dir/build.make cdk/core/CMakeFiles/cdk.dir/session.cc.i +.PHONY : session.cc.i + +session.s: session.cc.s +.PHONY : session.s + +# target to generate assembly for a file +session.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/core/CMakeFiles/cdk.dir/build.make cdk/core/CMakeFiles/cdk.dir/session.cc.s +.PHONY : session.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... cdk" + @echo "... codec.o" + @echo "... codec.i" + @echo "... codec.s" + @echo "... session.o" + @echo "... session.i" + @echo "... session.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/core/cmake_install.cmake b/build/cdk/core/cmake_install.cmake new file mode 100644 index 000000000..f422adac8 --- /dev/null +++ b/build/cdk/core/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/core + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/core/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/extra/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/extra/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/extra/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/extra/CMakeFiles/progress.marks b/build/cdk/extra/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/cdk/extra/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/cdk/extra/Makefile b/build/cdk/extra/Makefile new file mode 100644 index 000000000..0614695b6 --- /dev/null +++ b/build/cdk/extra/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/extra//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/extra/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/extra/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/extra/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/extra/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/extra/cmake_install.cmake b/build/cdk/extra/cmake_install.cmake new file mode 100644 index 000000000..b5892ae23 --- /dev/null +++ b/build/cdk/extra/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/extra + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/extra/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/foundation/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/foundation/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/DependInfo.cmake b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/DependInfo.cmake new file mode 100644 index 000000000..545c7f239 --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/DependInfo.cmake @@ -0,0 +1,29 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cdk/foundation/connection_openssl.cc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o" "gcc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/foundation/connection_tcpip.cc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o" "gcc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/foundation/diagnostics.cc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.o" "gcc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/foundation/error.cc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.o" "gcc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/foundation/socket.cc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.o" "gcc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/foundation/socket_detail.cc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.o" "gcc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/foundation/stream.cc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.o" "gcc" "cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make new file mode 100644 index 000000000..0d1b3d6e4 --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make @@ -0,0 +1,210 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include cdk/foundation/CMakeFiles/cdk_foundation.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.make + +# Include the progress variables for this target. +include cdk/foundation/CMakeFiles/cdk_foundation.dir/progress.make + +# Include the compile flags for this target's objects. +include cdk/foundation/CMakeFiles/cdk_foundation.dir/flags.make + +cdk/foundation/CMakeFiles/cdk_foundation.dir/codegen: +.PHONY : cdk/foundation/CMakeFiles/cdk_foundation.dir/codegen + +cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/flags.make +cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/foundation/error.cc +cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.o -MF CMakeFiles/cdk_foundation.dir/error.cc.o.d -o CMakeFiles/cdk_foundation.dir/error.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/foundation/error.cc + +cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_foundation.dir/error.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/foundation/error.cc > CMakeFiles/cdk_foundation.dir/error.cc.i + +cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_foundation.dir/error.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/foundation/error.cc -o CMakeFiles/cdk_foundation.dir/error.cc.s + +cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/flags.make +cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/foundation/stream.cc +cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.o -MF CMakeFiles/cdk_foundation.dir/stream.cc.o.d -o CMakeFiles/cdk_foundation.dir/stream.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/foundation/stream.cc + +cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_foundation.dir/stream.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/foundation/stream.cc > CMakeFiles/cdk_foundation.dir/stream.cc.i + +cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_foundation.dir/stream.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/foundation/stream.cc -o CMakeFiles/cdk_foundation.dir/stream.cc.s + +cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/flags.make +cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/foundation/connection_tcpip.cc +cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o -MF CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o.d -o CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/foundation/connection_tcpip.cc + +cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/foundation/connection_tcpip.cc > CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.i + +cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/foundation/connection_tcpip.cc -o CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.s + +cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/flags.make +cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/foundation/socket.cc +cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.o -MF CMakeFiles/cdk_foundation.dir/socket.cc.o.d -o CMakeFiles/cdk_foundation.dir/socket.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/foundation/socket.cc + +cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_foundation.dir/socket.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/foundation/socket.cc > CMakeFiles/cdk_foundation.dir/socket.cc.i + +cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_foundation.dir/socket.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/foundation/socket.cc -o CMakeFiles/cdk_foundation.dir/socket.cc.s + +cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/flags.make +cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/foundation/diagnostics.cc +cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.o -MF CMakeFiles/cdk_foundation.dir/diagnostics.cc.o.d -o CMakeFiles/cdk_foundation.dir/diagnostics.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/foundation/diagnostics.cc + +cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_foundation.dir/diagnostics.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/foundation/diagnostics.cc > CMakeFiles/cdk_foundation.dir/diagnostics.cc.i + +cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_foundation.dir/diagnostics.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/foundation/diagnostics.cc -o CMakeFiles/cdk_foundation.dir/diagnostics.cc.s + +cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/flags.make +cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/foundation/socket_detail.cc +cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.o -MF CMakeFiles/cdk_foundation.dir/socket_detail.cc.o.d -o CMakeFiles/cdk_foundation.dir/socket_detail.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/foundation/socket_detail.cc + +cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_foundation.dir/socket_detail.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/foundation/socket_detail.cc > CMakeFiles/cdk_foundation.dir/socket_detail.cc.i + +cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_foundation.dir/socket_detail.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/foundation/socket_detail.cc -o CMakeFiles/cdk_foundation.dir/socket_detail.cc.s + +cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/flags.make +cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/foundation/connection_openssl.cc +cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o: cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o -MF CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o.d -o CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/foundation/connection_openssl.cc + +cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_foundation.dir/connection_openssl.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/foundation/connection_openssl.cc > CMakeFiles/cdk_foundation.dir/connection_openssl.cc.i + +cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_foundation.dir/connection_openssl.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/foundation/connection_openssl.cc -o CMakeFiles/cdk_foundation.dir/connection_openssl.cc.s + +# Object files for target cdk_foundation +cdk_foundation_OBJECTS = \ +"CMakeFiles/cdk_foundation.dir/error.cc.o" \ +"CMakeFiles/cdk_foundation.dir/stream.cc.o" \ +"CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o" \ +"CMakeFiles/cdk_foundation.dir/socket.cc.o" \ +"CMakeFiles/cdk_foundation.dir/diagnostics.cc.o" \ +"CMakeFiles/cdk_foundation.dir/socket_detail.cc.o" \ +"CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o" + +# External object files for target cdk_foundation +cdk_foundation_EXTERNAL_OBJECTS = + +cdk/foundation/libcdk_foundation.a: cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.o +cdk/foundation/libcdk_foundation.a: cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.o +cdk/foundation/libcdk_foundation.a: cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o +cdk/foundation/libcdk_foundation.a: cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.o +cdk/foundation/libcdk_foundation.a: cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.o +cdk/foundation/libcdk_foundation.a: cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.o +cdk/foundation/libcdk_foundation.a: cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o +cdk/foundation/libcdk_foundation.a: cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make +cdk/foundation/libcdk_foundation.a: cdk/foundation/CMakeFiles/cdk_foundation.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Linking CXX static library libcdk_foundation.a" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && $(CMAKE_COMMAND) -P CMakeFiles/cdk_foundation.dir/cmake_clean_target.cmake + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cdk_foundation.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +cdk/foundation/CMakeFiles/cdk_foundation.dir/build: cdk/foundation/libcdk_foundation.a +.PHONY : cdk/foundation/CMakeFiles/cdk_foundation.dir/build + +cdk/foundation/CMakeFiles/cdk_foundation.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/foundation && $(CMAKE_COMMAND) -P CMakeFiles/cdk_foundation.dir/cmake_clean.cmake +.PHONY : cdk/foundation/CMakeFiles/cdk_foundation.dir/clean + +cdk/foundation/CMakeFiles/cdk_foundation.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/cdk/foundation /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/cdk/foundation /home/carlon/code/mysql-connector-cpp/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cdk/foundation/CMakeFiles/cdk_foundation.dir/depend + diff --git a/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/cmake_clean.cmake b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/cmake_clean.cmake new file mode 100644 index 000000000..4419f8f5e --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/cmake_clean.cmake @@ -0,0 +1,23 @@ +file(REMOVE_RECURSE + "CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o" + "CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o.d" + "CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o" + "CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o.d" + "CMakeFiles/cdk_foundation.dir/diagnostics.cc.o" + "CMakeFiles/cdk_foundation.dir/diagnostics.cc.o.d" + "CMakeFiles/cdk_foundation.dir/error.cc.o" + "CMakeFiles/cdk_foundation.dir/error.cc.o.d" + "CMakeFiles/cdk_foundation.dir/socket.cc.o" + "CMakeFiles/cdk_foundation.dir/socket.cc.o.d" + "CMakeFiles/cdk_foundation.dir/socket_detail.cc.o" + "CMakeFiles/cdk_foundation.dir/socket_detail.cc.o.d" + "CMakeFiles/cdk_foundation.dir/stream.cc.o" + "CMakeFiles/cdk_foundation.dir/stream.cc.o.d" + "libcdk_foundation.a" + "libcdk_foundation.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/cdk_foundation.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/cmake_clean_target.cmake b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..074409b27 --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libcdk_foundation.a" +) diff --git a/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.make b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.make new file mode 100644 index 000000000..d41e194e7 --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for cdk_foundation. +# This may be replaced when dependencies are built. diff --git a/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.ts b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.ts new file mode 100644 index 000000000..f4b3d3586 --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for cdk_foundation. diff --git a/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/depend.make b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/depend.make new file mode 100644 index 000000000..a033082d4 --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cdk_foundation. +# This may be replaced when dependencies are built. diff --git a/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/flags.make b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/flags.make new file mode 100644 index 000000000..655e5bbcc --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DCONCPP_BUILD_SHARED + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/cdk/include -I/home/carlon/code/mysql-connector-cpp/build/cdk/include -I/home/carlon/code/mysql-connector-cpp/cdk/extra/rapidjson/include + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -Wno-stringop-overflow -Wall -DRAPIDJSON_HAS_CXX11_NOEXCEPT=1 -DRAPIDJSON_HAS_CXX11_RANGE_FOR=1 -DRAPIDJSON_HAS_CXX11_RVALUE_REFS=1 + diff --git a/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/link.txt b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/link.txt new file mode 100644 index 000000000..5591b39a3 --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libcdk_foundation.a CMakeFiles/cdk_foundation.dir/error.cc.o CMakeFiles/cdk_foundation.dir/stream.cc.o CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o CMakeFiles/cdk_foundation.dir/socket.cc.o CMakeFiles/cdk_foundation.dir/diagnostics.cc.o CMakeFiles/cdk_foundation.dir/socket_detail.cc.o CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o +/usr/bin/ranlib libcdk_foundation.a diff --git a/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/progress.make b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/progress.make new file mode 100644 index 000000000..a716360d8 --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/cdk_foundation.dir/progress.make @@ -0,0 +1,9 @@ +CMAKE_PROGRESS_1 = 3 +CMAKE_PROGRESS_2 = 4 +CMAKE_PROGRESS_3 = 5 +CMAKE_PROGRESS_4 = 6 +CMAKE_PROGRESS_5 = 7 +CMAKE_PROGRESS_6 = 8 +CMAKE_PROGRESS_7 = 9 +CMAKE_PROGRESS_8 = 10 + diff --git a/build/cdk/foundation/CMakeFiles/progress.marks b/build/cdk/foundation/CMakeFiles/progress.marks new file mode 100644 index 000000000..45a4fb75d --- /dev/null +++ b/build/cdk/foundation/CMakeFiles/progress.marks @@ -0,0 +1 @@ +8 diff --git a/build/cdk/foundation/Makefile b/build/cdk/foundation/Makefile new file mode 100644 index 000000000..1c87130a1 --- /dev/null +++ b/build/cdk/foundation/Makefile @@ -0,0 +1,393 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/foundation//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/foundation/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/foundation/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/foundation/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/foundation/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +cdk/foundation/CMakeFiles/cdk_foundation.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/foundation/CMakeFiles/cdk_foundation.dir/rule +.PHONY : cdk/foundation/CMakeFiles/cdk_foundation.dir/rule + +# Convenience name for target. +cdk_foundation: cdk/foundation/CMakeFiles/cdk_foundation.dir/rule +.PHONY : cdk_foundation + +# fast build rule for target. +cdk_foundation/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/build +.PHONY : cdk_foundation/fast + +connection_openssl.o: connection_openssl.cc.o +.PHONY : connection_openssl.o + +# target to build an object file +connection_openssl.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.o +.PHONY : connection_openssl.cc.o + +connection_openssl.i: connection_openssl.cc.i +.PHONY : connection_openssl.i + +# target to preprocess a source file +connection_openssl.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.i +.PHONY : connection_openssl.cc.i + +connection_openssl.s: connection_openssl.cc.s +.PHONY : connection_openssl.s + +# target to generate assembly for a file +connection_openssl.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_openssl.cc.s +.PHONY : connection_openssl.cc.s + +connection_tcpip.o: connection_tcpip.cc.o +.PHONY : connection_tcpip.o + +# target to build an object file +connection_tcpip.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.o +.PHONY : connection_tcpip.cc.o + +connection_tcpip.i: connection_tcpip.cc.i +.PHONY : connection_tcpip.i + +# target to preprocess a source file +connection_tcpip.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.i +.PHONY : connection_tcpip.cc.i + +connection_tcpip.s: connection_tcpip.cc.s +.PHONY : connection_tcpip.s + +# target to generate assembly for a file +connection_tcpip.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/connection_tcpip.cc.s +.PHONY : connection_tcpip.cc.s + +diagnostics.o: diagnostics.cc.o +.PHONY : diagnostics.o + +# target to build an object file +diagnostics.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.o +.PHONY : diagnostics.cc.o + +diagnostics.i: diagnostics.cc.i +.PHONY : diagnostics.i + +# target to preprocess a source file +diagnostics.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.i +.PHONY : diagnostics.cc.i + +diagnostics.s: diagnostics.cc.s +.PHONY : diagnostics.s + +# target to generate assembly for a file +diagnostics.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/diagnostics.cc.s +.PHONY : diagnostics.cc.s + +error.o: error.cc.o +.PHONY : error.o + +# target to build an object file +error.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.o +.PHONY : error.cc.o + +error.i: error.cc.i +.PHONY : error.i + +# target to preprocess a source file +error.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.i +.PHONY : error.cc.i + +error.s: error.cc.s +.PHONY : error.s + +# target to generate assembly for a file +error.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/error.cc.s +.PHONY : error.cc.s + +socket.o: socket.cc.o +.PHONY : socket.o + +# target to build an object file +socket.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.o +.PHONY : socket.cc.o + +socket.i: socket.cc.i +.PHONY : socket.i + +# target to preprocess a source file +socket.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.i +.PHONY : socket.cc.i + +socket.s: socket.cc.s +.PHONY : socket.s + +# target to generate assembly for a file +socket.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/socket.cc.s +.PHONY : socket.cc.s + +socket_detail.o: socket_detail.cc.o +.PHONY : socket_detail.o + +# target to build an object file +socket_detail.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.o +.PHONY : socket_detail.cc.o + +socket_detail.i: socket_detail.cc.i +.PHONY : socket_detail.i + +# target to preprocess a source file +socket_detail.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.i +.PHONY : socket_detail.cc.i + +socket_detail.s: socket_detail.cc.s +.PHONY : socket_detail.s + +# target to generate assembly for a file +socket_detail.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/socket_detail.cc.s +.PHONY : socket_detail.cc.s + +stream.o: stream.cc.o +.PHONY : stream.o + +# target to build an object file +stream.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.o +.PHONY : stream.cc.o + +stream.i: stream.cc.i +.PHONY : stream.i + +# target to preprocess a source file +stream.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.i +.PHONY : stream.cc.i + +stream.s: stream.cc.s +.PHONY : stream.s + +# target to generate assembly for a file +stream.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/foundation/CMakeFiles/cdk_foundation.dir/build.make cdk/foundation/CMakeFiles/cdk_foundation.dir/stream.cc.s +.PHONY : stream.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... cdk_foundation" + @echo "... connection_openssl.o" + @echo "... connection_openssl.i" + @echo "... connection_openssl.s" + @echo "... connection_tcpip.o" + @echo "... connection_tcpip.i" + @echo "... connection_tcpip.s" + @echo "... diagnostics.o" + @echo "... diagnostics.i" + @echo "... diagnostics.s" + @echo "... error.o" + @echo "... error.i" + @echo "... error.s" + @echo "... socket.o" + @echo "... socket.i" + @echo "... socket.s" + @echo "... socket_detail.o" + @echo "... socket_detail.i" + @echo "... socket_detail.s" + @echo "... stream.o" + @echo "... stream.i" + @echo "... stream.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/foundation/cmake_install.cmake b/build/cdk/foundation/cmake_install.cmake new file mode 100644 index 000000000..96bae26c4 --- /dev/null +++ b/build/cdk/foundation/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/foundation + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/foundation/tests/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/foundation/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/foundation/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/foundation/tests/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/foundation/tests/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/foundation/tests/CMakeFiles/progress.marks b/build/cdk/foundation/tests/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/cdk/foundation/tests/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/cdk/foundation/tests/Makefile b/build/cdk/foundation/tests/Makefile new file mode 100644 index 000000000..ae3b17a2c --- /dev/null +++ b/build/cdk/foundation/tests/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/foundation/tests//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/foundation/tests/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/foundation/tests/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/foundation/tests/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/foundation/tests/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/foundation/tests/cmake_install.cmake b/build/cdk/foundation/tests/cmake_install.cmake new file mode 100644 index 000000000..c044f3d76 --- /dev/null +++ b/build/cdk/foundation/tests/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/foundation/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/foundation/tests/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/include/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/include/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/include/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/include/CMakeFiles/progress.marks b/build/cdk/include/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/cdk/include/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/cdk/include/Makefile b/build/cdk/include/Makefile new file mode 100644 index 000000000..06073573e --- /dev/null +++ b/build/cdk/include/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/include//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/include/cmake_install.cmake b/build/cdk/include/cmake_install.cmake new file mode 100644 index 000000000..9b20f0cd7 --- /dev/null +++ b/build/cdk/include/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/include + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/include/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/include/mysql/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/include/mysql/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/include/mysql/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/include/mysql/CMakeFiles/progress.marks b/build/cdk/include/mysql/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/cdk/include/mysql/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/cdk/include/mysql/Makefile b/build/cdk/include/mysql/Makefile new file mode 100644 index 000000000..87dbc3c21 --- /dev/null +++ b/build/cdk/include/mysql/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/include/mysql/cdk/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/include/mysql/cdk/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/include/mysql/cdk/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/include/mysql/cdk/CMakeFiles/progress.marks b/build/cdk/include/mysql/cdk/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/cdk/include/mysql/cdk/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/cdk/include/mysql/cdk/Makefile b/build/cdk/include/mysql/cdk/Makefile new file mode 100644 index 000000000..241476ba3 --- /dev/null +++ b/build/cdk/include/mysql/cdk/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/include/mysql/cdk/api/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/include/mysql/cdk/api/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/include/mysql/cdk/api/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/include/mysql/cdk/api/CMakeFiles/progress.marks b/build/cdk/include/mysql/cdk/api/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/cdk/include/mysql/cdk/api/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/cdk/include/mysql/cdk/api/Makefile b/build/cdk/include/mysql/cdk/api/Makefile new file mode 100644 index 000000000..508136667 --- /dev/null +++ b/build/cdk/include/mysql/cdk/api/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/api//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/api/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/api/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/api/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/api/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/include/mysql/cdk/api/cmake_install.cmake b/build/cdk/include/mysql/cdk/api/cmake_install.cmake new file mode 100644 index 000000000..ac1434cef --- /dev/null +++ b/build/cdk/include/mysql/cdk/api/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/include/mysql/cdk/api + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/api/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/include/mysql/cdk/cmake_install.cmake b/build/cdk/include/mysql/cdk/cmake_install.cmake new file mode 100644 index 000000000..dae871bce --- /dev/null +++ b/build/cdk/include/mysql/cdk/cmake_install.cmake @@ -0,0 +1,70 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/include/mysql/cdk + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/foundation/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/protocol/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/api/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/mysqlx/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/include/mysql/cdk/config.h b/build/cdk/include/mysql/cdk/config.h new file mode 100644 index 000000000..83d09ce81 --- /dev/null +++ b/build/cdk/include/mysql/cdk/config.h @@ -0,0 +1,48 @@ +/* + * Copyright (c) 2015, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef CDK_CONFIG_H +#define CDK_CONFIG_H + + +#define HAVE_REQUIRED_X509_FUNCTIONS +#define HAVE_MOVE_SEMANTICS +#define WITH_SSL +/* #undef HAVE_ENDIAN_H */ +/* #undef HAVE_BYTEORDER_H */ +#define CDK_BIG_ENDIAN 0 +#define WCHAR_SIZE 4 + +#define HAVE_MOVE_CTORS +#if defined _MSC_VER && _MSC_VER < 1900 + #undef HAVE_MOVE_CTORS +#endif + +#endif diff --git a/build/cdk/include/mysql/cdk/foundation/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/include/mysql/cdk/foundation/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/include/mysql/cdk/foundation/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/include/mysql/cdk/foundation/CMakeFiles/progress.marks b/build/cdk/include/mysql/cdk/foundation/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/cdk/include/mysql/cdk/foundation/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/cdk/include/mysql/cdk/foundation/Makefile b/build/cdk/include/mysql/cdk/foundation/Makefile new file mode 100644 index 000000000..e643b41f4 --- /dev/null +++ b/build/cdk/include/mysql/cdk/foundation/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/foundation//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/foundation/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/foundation/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/foundation/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/foundation/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/include/mysql/cdk/foundation/cmake_install.cmake b/build/cdk/include/mysql/cdk/foundation/cmake_install.cmake new file mode 100644 index 000000000..e8fdfe4c6 --- /dev/null +++ b/build/cdk/include/mysql/cdk/foundation/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/include/mysql/cdk/foundation + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/foundation/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/include/mysql/cdk/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/include/mysql/cdk/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/include/mysql/cdk/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/include/mysql/cdk/mysqlx/CMakeFiles/progress.marks b/build/cdk/include/mysql/cdk/mysqlx/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/cdk/include/mysql/cdk/mysqlx/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/cdk/include/mysql/cdk/mysqlx/Makefile b/build/cdk/include/mysql/cdk/mysqlx/Makefile new file mode 100644 index 000000000..47cb94aaf --- /dev/null +++ b/build/cdk/include/mysql/cdk/mysqlx/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/mysqlx//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/mysqlx/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/mysqlx/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/mysqlx/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/mysqlx/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/include/mysql/cdk/mysqlx/cmake_install.cmake b/build/cdk/include/mysql/cdk/mysqlx/cmake_install.cmake new file mode 100644 index 000000000..ba14fa4e9 --- /dev/null +++ b/build/cdk/include/mysql/cdk/mysqlx/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/include/mysql/cdk/mysqlx + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/mysqlx/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/include/mysql/cdk/protocol/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/include/mysql/cdk/protocol/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/include/mysql/cdk/protocol/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/include/mysql/cdk/protocol/CMakeFiles/progress.marks b/build/cdk/include/mysql/cdk/protocol/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/cdk/include/mysql/cdk/protocol/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/cdk/include/mysql/cdk/protocol/Makefile b/build/cdk/include/mysql/cdk/protocol/Makefile new file mode 100644 index 000000000..57969c3a1 --- /dev/null +++ b/build/cdk/include/mysql/cdk/protocol/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/protocol//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/protocol/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/protocol/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/protocol/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/include/mysql/cdk/protocol/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/include/mysql/cdk/protocol/cmake_install.cmake b/build/cdk/include/mysql/cdk/protocol/cmake_install.cmake new file mode 100644 index 000000000..e86dbb490 --- /dev/null +++ b/build/cdk/include/mysql/cdk/protocol/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/include/mysql/cdk/protocol + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/protocol/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/include/mysql/cmake_install.cmake b/build/cdk/include/mysql/cmake_install.cmake new file mode 100644 index 000000000..46111a213 --- /dev/null +++ b/build/cdk/include/mysql/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/include/mysql + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/cdk/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/include/mysql/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/DependInfo.cmake b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/DependInfo.cmake new file mode 100644 index 000000000..abd6f397f --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cdk/mysqlx/auth_hash.cc" "cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o" "gcc" "cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/mysqlx/result.cc" "cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.o" "gcc" "cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/mysqlx/session.cc" "cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.o" "gcc" "cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make new file mode 100644 index 000000000..02db292ab --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make @@ -0,0 +1,146 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/compiler_depend.make + +# Include the progress variables for this target. +include cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/progress.make + +# Include the compile flags for this target's objects. +include cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/flags.make + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/codegen: +.PHONY : cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/codegen + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.o: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/flags.make +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/session.cc +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.o: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.o -MF CMakeFiles/cdk_mysqlx.dir/session.cc.o.d -o CMakeFiles/cdk_mysqlx.dir/session.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/session.cc + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_mysqlx.dir/session.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/session.cc > CMakeFiles/cdk_mysqlx.dir/session.cc.i + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_mysqlx.dir/session.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/session.cc -o CMakeFiles/cdk_mysqlx.dir/session.cc.s + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.o: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/flags.make +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/result.cc +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.o: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.o -MF CMakeFiles/cdk_mysqlx.dir/result.cc.o.d -o CMakeFiles/cdk_mysqlx.dir/result.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/result.cc + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_mysqlx.dir/result.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/result.cc > CMakeFiles/cdk_mysqlx.dir/result.cc.i + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_mysqlx.dir/result.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/result.cc -o CMakeFiles/cdk_mysqlx.dir/result.cc.s + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/flags.make +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/auth_hash.cc +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o -MF CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o.d -o CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/auth_hash.cc + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/auth_hash.cc > CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.i + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/auth_hash.cc -o CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.s + +# Object files for target cdk_mysqlx +cdk_mysqlx_OBJECTS = \ +"CMakeFiles/cdk_mysqlx.dir/session.cc.o" \ +"CMakeFiles/cdk_mysqlx.dir/result.cc.o" \ +"CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o" + +# External object files for target cdk_mysqlx +cdk_mysqlx_EXTERNAL_OBJECTS = + +cdk/mysqlx/libcdk_mysqlx.a: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.o +cdk/mysqlx/libcdk_mysqlx.a: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.o +cdk/mysqlx/libcdk_mysqlx.a: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o +cdk/mysqlx/libcdk_mysqlx.a: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make +cdk/mysqlx/libcdk_mysqlx.a: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX static library libcdk_mysqlx.a" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && $(CMAKE_COMMAND) -P CMakeFiles/cdk_mysqlx.dir/cmake_clean_target.cmake + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cdk_mysqlx.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build: cdk/mysqlx/libcdk_mysqlx.a +.PHONY : cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx && $(CMAKE_COMMAND) -P CMakeFiles/cdk_mysqlx.dir/cmake_clean.cmake +.PHONY : cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/clean + +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/cdk/mysqlx /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/depend + diff --git a/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/cmake_clean.cmake b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/cmake_clean.cmake new file mode 100644 index 000000000..f83ec78b6 --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/cmake_clean.cmake @@ -0,0 +1,15 @@ +file(REMOVE_RECURSE + "CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o" + "CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o.d" + "CMakeFiles/cdk_mysqlx.dir/result.cc.o" + "CMakeFiles/cdk_mysqlx.dir/result.cc.o.d" + "CMakeFiles/cdk_mysqlx.dir/session.cc.o" + "CMakeFiles/cdk_mysqlx.dir/session.cc.o.d" + "libcdk_mysqlx.a" + "libcdk_mysqlx.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/cdk_mysqlx.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/cmake_clean_target.cmake b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..aaad656c9 --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libcdk_mysqlx.a" +) diff --git a/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/compiler_depend.make b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/compiler_depend.make new file mode 100644 index 000000000..cb58110a0 --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for cdk_mysqlx. +# This may be replaced when dependencies are built. diff --git a/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/compiler_depend.ts b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/compiler_depend.ts new file mode 100644 index 000000000..ed070995b --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for cdk_mysqlx. diff --git a/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/depend.make b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/depend.make new file mode 100644 index 000000000..13a05c5a6 --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cdk_mysqlx. +# This may be replaced when dependencies are built. diff --git a/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/flags.make b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/flags.make new file mode 100644 index 000000000..5d762248f --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DCONCPP_BUILD_SHARED -DNOGDI -DNOMINMAX -DSIZEOF_LONG="" -DSIZEOF_LONG_LONG="" -DWIN32_LEAN_AND_MEAN + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/cdk/include -I/home/carlon/code/mysql-connector-cpp/build/cdk/include -I/home/carlon/code/mysql-connector-cpp/cdk/extra/rapidjson/include + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -Wno-stringop-overflow -Wall -DRAPIDJSON_HAS_CXX11_NOEXCEPT=1 -DRAPIDJSON_HAS_CXX11_RANGE_FOR=1 -DRAPIDJSON_HAS_CXX11_RVALUE_REFS=1 + diff --git a/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/link.txt b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/link.txt new file mode 100644 index 000000000..c3cb9eae1 --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libcdk_mysqlx.a CMakeFiles/cdk_mysqlx.dir/session.cc.o CMakeFiles/cdk_mysqlx.dir/result.cc.o CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o +/usr/bin/ranlib libcdk_mysqlx.a diff --git a/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/progress.make b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/progress.make new file mode 100644 index 000000000..a5bc5921d --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 11 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 12 +CMAKE_PROGRESS_4 = 13 + diff --git a/build/cdk/mysqlx/CMakeFiles/progress.marks b/build/cdk/mysqlx/CMakeFiles/progress.marks new file mode 100644 index 000000000..425151f3a --- /dev/null +++ b/build/cdk/mysqlx/CMakeFiles/progress.marks @@ -0,0 +1 @@ +40 diff --git a/build/cdk/mysqlx/Makefile b/build/cdk/mysqlx/Makefile new file mode 100644 index 000000000..3c9b4139e --- /dev/null +++ b/build/cdk/mysqlx/Makefile @@ -0,0 +1,285 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/mysqlx/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/mysqlx/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/mysqlx/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/mysqlx/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/rule +.PHONY : cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/rule + +# Convenience name for target. +cdk_mysqlx: cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/rule +.PHONY : cdk_mysqlx + +# fast build rule for target. +cdk_mysqlx/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build +.PHONY : cdk_mysqlx/fast + +auth_hash.o: auth_hash.cc.o +.PHONY : auth_hash.o + +# target to build an object file +auth_hash.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.o +.PHONY : auth_hash.cc.o + +auth_hash.i: auth_hash.cc.i +.PHONY : auth_hash.i + +# target to preprocess a source file +auth_hash.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.i +.PHONY : auth_hash.cc.i + +auth_hash.s: auth_hash.cc.s +.PHONY : auth_hash.s + +# target to generate assembly for a file +auth_hash.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/auth_hash.cc.s +.PHONY : auth_hash.cc.s + +result.o: result.cc.o +.PHONY : result.o + +# target to build an object file +result.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.o +.PHONY : result.cc.o + +result.i: result.cc.i +.PHONY : result.i + +# target to preprocess a source file +result.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.i +.PHONY : result.cc.i + +result.s: result.cc.s +.PHONY : result.s + +# target to generate assembly for a file +result.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/result.cc.s +.PHONY : result.cc.s + +session.o: session.cc.o +.PHONY : session.o + +# target to build an object file +session.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.o +.PHONY : session.cc.o + +session.i: session.cc.i +.PHONY : session.i + +# target to preprocess a source file +session.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.i +.PHONY : session.cc.i + +session.s: session.cc.s +.PHONY : session.s + +# target to generate assembly for a file +session.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/build.make cdk/mysqlx/CMakeFiles/cdk_mysqlx.dir/session.cc.s +.PHONY : session.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... cdk_mysqlx" + @echo "... auth_hash.o" + @echo "... auth_hash.i" + @echo "... auth_hash.s" + @echo "... result.o" + @echo "... result.i" + @echo "... result.s" + @echo "... session.o" + @echo "... session.i" + @echo "... session.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/mysqlx/cmake_install.cmake b/build/cdk/mysqlx/cmake_install.cmake new file mode 100644 index 000000000..4f51db502 --- /dev/null +++ b/build/cdk/mysqlx/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/mysqlx + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx/tests/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/mysqlx/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/mysqlx/tests/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/mysqlx/tests/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/mysqlx/tests/CMakeFiles/progress.marks b/build/cdk/mysqlx/tests/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/cdk/mysqlx/tests/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/cdk/mysqlx/tests/Makefile b/build/cdk/mysqlx/tests/Makefile new file mode 100644 index 000000000..f15c1b86c --- /dev/null +++ b/build/cdk/mysqlx/tests/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx/tests//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/mysqlx/tests/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/mysqlx/tests/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/mysqlx/tests/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/mysqlx/tests/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/mysqlx/tests/cmake_install.cmake b/build/cdk/mysqlx/tests/cmake_install.cmake new file mode 100644 index 000000000..1717bcb03 --- /dev/null +++ b/build/cdk/mysqlx/tests/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/mysqlx/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/mysqlx/tests/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/parser/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/parser/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/parser/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/parser/CMakeFiles/cdk_parser.dir/DependInfo.cmake b/build/cdk/parser/CMakeFiles/cdk_parser.dir/DependInfo.cmake new file mode 100644 index 000000000..123b7b2e8 --- /dev/null +++ b/build/cdk/parser/CMakeFiles/cdk_parser.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cdk/parser/expr_parser.cc" "cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.o" "gcc" "cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/parser/json_parser.cc" "cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.o" "gcc" "cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/parser/tokenizer.cc" "cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.o" "gcc" "cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/parser/uri_parser.cc" "cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.o" "gcc" "cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/parser/CMakeFiles/cdk_parser.dir/build.make b/build/cdk/parser/CMakeFiles/cdk_parser.dir/build.make new file mode 100644 index 000000000..748b9872c --- /dev/null +++ b/build/cdk/parser/CMakeFiles/cdk_parser.dir/build.make @@ -0,0 +1,162 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include cdk/parser/CMakeFiles/cdk_parser.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include cdk/parser/CMakeFiles/cdk_parser.dir/compiler_depend.make + +# Include the progress variables for this target. +include cdk/parser/CMakeFiles/cdk_parser.dir/progress.make + +# Include the compile flags for this target's objects. +include cdk/parser/CMakeFiles/cdk_parser.dir/flags.make + +cdk/parser/CMakeFiles/cdk_parser.dir/codegen: +.PHONY : cdk/parser/CMakeFiles/cdk_parser.dir/codegen + +cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.o: cdk/parser/CMakeFiles/cdk_parser.dir/flags.make +cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/parser/tokenizer.cc +cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.o: cdk/parser/CMakeFiles/cdk_parser.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.o -MF CMakeFiles/cdk_parser.dir/tokenizer.cc.o.d -o CMakeFiles/cdk_parser.dir/tokenizer.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/parser/tokenizer.cc + +cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_parser.dir/tokenizer.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/parser/tokenizer.cc > CMakeFiles/cdk_parser.dir/tokenizer.cc.i + +cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_parser.dir/tokenizer.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/parser/tokenizer.cc -o CMakeFiles/cdk_parser.dir/tokenizer.cc.s + +cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.o: cdk/parser/CMakeFiles/cdk_parser.dir/flags.make +cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/parser/json_parser.cc +cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.o: cdk/parser/CMakeFiles/cdk_parser.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.o -MF CMakeFiles/cdk_parser.dir/json_parser.cc.o.d -o CMakeFiles/cdk_parser.dir/json_parser.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/parser/json_parser.cc + +cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_parser.dir/json_parser.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/parser/json_parser.cc > CMakeFiles/cdk_parser.dir/json_parser.cc.i + +cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_parser.dir/json_parser.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/parser/json_parser.cc -o CMakeFiles/cdk_parser.dir/json_parser.cc.s + +cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.o: cdk/parser/CMakeFiles/cdk_parser.dir/flags.make +cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/parser/expr_parser.cc +cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.o: cdk/parser/CMakeFiles/cdk_parser.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.o -MF CMakeFiles/cdk_parser.dir/expr_parser.cc.o.d -o CMakeFiles/cdk_parser.dir/expr_parser.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/parser/expr_parser.cc + +cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_parser.dir/expr_parser.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/parser/expr_parser.cc > CMakeFiles/cdk_parser.dir/expr_parser.cc.i + +cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_parser.dir/expr_parser.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/parser/expr_parser.cc -o CMakeFiles/cdk_parser.dir/expr_parser.cc.s + +cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.o: cdk/parser/CMakeFiles/cdk_parser.dir/flags.make +cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/parser/uri_parser.cc +cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.o: cdk/parser/CMakeFiles/cdk_parser.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.o -MF CMakeFiles/cdk_parser.dir/uri_parser.cc.o.d -o CMakeFiles/cdk_parser.dir/uri_parser.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/parser/uri_parser.cc + +cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_parser.dir/uri_parser.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/parser/uri_parser.cc > CMakeFiles/cdk_parser.dir/uri_parser.cc.i + +cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_parser.dir/uri_parser.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/parser/uri_parser.cc -o CMakeFiles/cdk_parser.dir/uri_parser.cc.s + +# Object files for target cdk_parser +cdk_parser_OBJECTS = \ +"CMakeFiles/cdk_parser.dir/tokenizer.cc.o" \ +"CMakeFiles/cdk_parser.dir/json_parser.cc.o" \ +"CMakeFiles/cdk_parser.dir/expr_parser.cc.o" \ +"CMakeFiles/cdk_parser.dir/uri_parser.cc.o" + +# External object files for target cdk_parser +cdk_parser_EXTERNAL_OBJECTS = + +cdk/parser/libcdk_parser.a: cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.o +cdk/parser/libcdk_parser.a: cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.o +cdk/parser/libcdk_parser.a: cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.o +cdk/parser/libcdk_parser.a: cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.o +cdk/parser/libcdk_parser.a: cdk/parser/CMakeFiles/cdk_parser.dir/build.make +cdk/parser/libcdk_parser.a: cdk/parser/CMakeFiles/cdk_parser.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX static library libcdk_parser.a" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && $(CMAKE_COMMAND) -P CMakeFiles/cdk_parser.dir/cmake_clean_target.cmake + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cdk_parser.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +cdk/parser/CMakeFiles/cdk_parser.dir/build: cdk/parser/libcdk_parser.a +.PHONY : cdk/parser/CMakeFiles/cdk_parser.dir/build + +cdk/parser/CMakeFiles/cdk_parser.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/parser && $(CMAKE_COMMAND) -P CMakeFiles/cdk_parser.dir/cmake_clean.cmake +.PHONY : cdk/parser/CMakeFiles/cdk_parser.dir/clean + +cdk/parser/CMakeFiles/cdk_parser.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/cdk/parser /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/cdk/parser /home/carlon/code/mysql-connector-cpp/build/cdk/parser/CMakeFiles/cdk_parser.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cdk/parser/CMakeFiles/cdk_parser.dir/depend + diff --git a/build/cdk/parser/CMakeFiles/cdk_parser.dir/cmake_clean.cmake b/build/cdk/parser/CMakeFiles/cdk_parser.dir/cmake_clean.cmake new file mode 100644 index 000000000..9e9d96f68 --- /dev/null +++ b/build/cdk/parser/CMakeFiles/cdk_parser.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "CMakeFiles/cdk_parser.dir/expr_parser.cc.o" + "CMakeFiles/cdk_parser.dir/expr_parser.cc.o.d" + "CMakeFiles/cdk_parser.dir/json_parser.cc.o" + "CMakeFiles/cdk_parser.dir/json_parser.cc.o.d" + "CMakeFiles/cdk_parser.dir/tokenizer.cc.o" + "CMakeFiles/cdk_parser.dir/tokenizer.cc.o.d" + "CMakeFiles/cdk_parser.dir/uri_parser.cc.o" + "CMakeFiles/cdk_parser.dir/uri_parser.cc.o.d" + "libcdk_parser.a" + "libcdk_parser.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/cdk_parser.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/parser/CMakeFiles/cdk_parser.dir/cmake_clean_target.cmake b/build/cdk/parser/CMakeFiles/cdk_parser.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..5c6dc58e0 --- /dev/null +++ b/build/cdk/parser/CMakeFiles/cdk_parser.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libcdk_parser.a" +) diff --git a/build/cdk/parser/CMakeFiles/cdk_parser.dir/compiler_depend.make b/build/cdk/parser/CMakeFiles/cdk_parser.dir/compiler_depend.make new file mode 100644 index 000000000..213b7351d --- /dev/null +++ b/build/cdk/parser/CMakeFiles/cdk_parser.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for cdk_parser. +# This may be replaced when dependencies are built. diff --git a/build/cdk/parser/CMakeFiles/cdk_parser.dir/compiler_depend.ts b/build/cdk/parser/CMakeFiles/cdk_parser.dir/compiler_depend.ts new file mode 100644 index 000000000..b13a66053 --- /dev/null +++ b/build/cdk/parser/CMakeFiles/cdk_parser.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for cdk_parser. diff --git a/build/cdk/parser/CMakeFiles/cdk_parser.dir/depend.make b/build/cdk/parser/CMakeFiles/cdk_parser.dir/depend.make new file mode 100644 index 000000000..078204afb --- /dev/null +++ b/build/cdk/parser/CMakeFiles/cdk_parser.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cdk_parser. +# This may be replaced when dependencies are built. diff --git a/build/cdk/parser/CMakeFiles/cdk_parser.dir/flags.make b/build/cdk/parser/CMakeFiles/cdk_parser.dir/flags.make new file mode 100644 index 000000000..dadc155fd --- /dev/null +++ b/build/cdk/parser/CMakeFiles/cdk_parser.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DCONCPP_BUILD_SHARED + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/cdk/include -I/home/carlon/code/mysql-connector-cpp/build/cdk/include -I/home/carlon/code/mysql-connector-cpp/cdk/parser -I/home/carlon/code/mysql-connector-cpp/cdk/extra/rapidjson/include + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -Wno-stringop-overflow -Wall -DRAPIDJSON_HAS_CXX11_NOEXCEPT=1 -DRAPIDJSON_HAS_CXX11_RANGE_FOR=1 -DRAPIDJSON_HAS_CXX11_RVALUE_REFS=1 + diff --git a/build/cdk/parser/CMakeFiles/cdk_parser.dir/link.txt b/build/cdk/parser/CMakeFiles/cdk_parser.dir/link.txt new file mode 100644 index 000000000..2cebf32ce --- /dev/null +++ b/build/cdk/parser/CMakeFiles/cdk_parser.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libcdk_parser.a CMakeFiles/cdk_parser.dir/tokenizer.cc.o CMakeFiles/cdk_parser.dir/json_parser.cc.o CMakeFiles/cdk_parser.dir/expr_parser.cc.o CMakeFiles/cdk_parser.dir/uri_parser.cc.o +/usr/bin/ranlib libcdk_parser.a diff --git a/build/cdk/parser/CMakeFiles/cdk_parser.dir/progress.make b/build/cdk/parser/CMakeFiles/cdk_parser.dir/progress.make new file mode 100644 index 000000000..6263a7c8c --- /dev/null +++ b/build/cdk/parser/CMakeFiles/cdk_parser.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 14 +CMAKE_PROGRESS_2 = 15 +CMAKE_PROGRESS_3 = 16 +CMAKE_PROGRESS_4 = 17 +CMAKE_PROGRESS_5 = 18 + diff --git a/build/cdk/parser/CMakeFiles/progress.marks b/build/cdk/parser/CMakeFiles/progress.marks new file mode 100644 index 000000000..b1bd38b62 --- /dev/null +++ b/build/cdk/parser/CMakeFiles/progress.marks @@ -0,0 +1 @@ +13 diff --git a/build/cdk/parser/Makefile b/build/cdk/parser/Makefile new file mode 100644 index 000000000..4d6ff1625 --- /dev/null +++ b/build/cdk/parser/Makefile @@ -0,0 +1,312 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/parser//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/parser/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/parser/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/parser/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/parser/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +cdk/parser/CMakeFiles/cdk_parser.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/parser/CMakeFiles/cdk_parser.dir/rule +.PHONY : cdk/parser/CMakeFiles/cdk_parser.dir/rule + +# Convenience name for target. +cdk_parser: cdk/parser/CMakeFiles/cdk_parser.dir/rule +.PHONY : cdk_parser + +# fast build rule for target. +cdk_parser/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/build +.PHONY : cdk_parser/fast + +expr_parser.o: expr_parser.cc.o +.PHONY : expr_parser.o + +# target to build an object file +expr_parser.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.o +.PHONY : expr_parser.cc.o + +expr_parser.i: expr_parser.cc.i +.PHONY : expr_parser.i + +# target to preprocess a source file +expr_parser.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.i +.PHONY : expr_parser.cc.i + +expr_parser.s: expr_parser.cc.s +.PHONY : expr_parser.s + +# target to generate assembly for a file +expr_parser.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/expr_parser.cc.s +.PHONY : expr_parser.cc.s + +json_parser.o: json_parser.cc.o +.PHONY : json_parser.o + +# target to build an object file +json_parser.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.o +.PHONY : json_parser.cc.o + +json_parser.i: json_parser.cc.i +.PHONY : json_parser.i + +# target to preprocess a source file +json_parser.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.i +.PHONY : json_parser.cc.i + +json_parser.s: json_parser.cc.s +.PHONY : json_parser.s + +# target to generate assembly for a file +json_parser.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/json_parser.cc.s +.PHONY : json_parser.cc.s + +tokenizer.o: tokenizer.cc.o +.PHONY : tokenizer.o + +# target to build an object file +tokenizer.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.o +.PHONY : tokenizer.cc.o + +tokenizer.i: tokenizer.cc.i +.PHONY : tokenizer.i + +# target to preprocess a source file +tokenizer.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.i +.PHONY : tokenizer.cc.i + +tokenizer.s: tokenizer.cc.s +.PHONY : tokenizer.s + +# target to generate assembly for a file +tokenizer.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/tokenizer.cc.s +.PHONY : tokenizer.cc.s + +uri_parser.o: uri_parser.cc.o +.PHONY : uri_parser.o + +# target to build an object file +uri_parser.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.o +.PHONY : uri_parser.cc.o + +uri_parser.i: uri_parser.cc.i +.PHONY : uri_parser.i + +# target to preprocess a source file +uri_parser.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.i +.PHONY : uri_parser.cc.i + +uri_parser.s: uri_parser.cc.s +.PHONY : uri_parser.s + +# target to generate assembly for a file +uri_parser.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/parser/CMakeFiles/cdk_parser.dir/build.make cdk/parser/CMakeFiles/cdk_parser.dir/uri_parser.cc.s +.PHONY : uri_parser.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... cdk_parser" + @echo "... expr_parser.o" + @echo "... expr_parser.i" + @echo "... expr_parser.s" + @echo "... json_parser.o" + @echo "... json_parser.i" + @echo "... json_parser.s" + @echo "... tokenizer.o" + @echo "... tokenizer.i" + @echo "... tokenizer.s" + @echo "... uri_parser.o" + @echo "... uri_parser.i" + @echo "... uri_parser.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/parser/cmake_install.cmake b/build/cdk/parser/cmake_install.cmake new file mode 100644 index 000000000..c43256f63 --- /dev/null +++ b/build/cdk/parser/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/parser + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/parser/tests/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/parser/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/parser/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/parser/tests/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/parser/tests/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/parser/tests/CMakeFiles/progress.marks b/build/cdk/parser/tests/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/cdk/parser/tests/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/cdk/parser/tests/Makefile b/build/cdk/parser/tests/Makefile new file mode 100644 index 000000000..4c76ef09c --- /dev/null +++ b/build/cdk/parser/tests/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/parser/tests//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/parser/tests/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/parser/tests/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/parser/tests/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/parser/tests/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/parser/tests/cmake_install.cmake b/build/cdk/parser/tests/cmake_install.cmake new file mode 100644 index 000000000..51cd4b166 --- /dev/null +++ b/build/cdk/parser/tests/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/parser/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/parser/tests/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/protocol/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/protocol/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/protocol/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/protocol/CMakeFiles/progress.marks b/build/cdk/protocol/CMakeFiles/progress.marks new file mode 100644 index 000000000..81b5c5d06 --- /dev/null +++ b/build/cdk/protocol/CMakeFiles/progress.marks @@ -0,0 +1 @@ +37 diff --git a/build/cdk/protocol/Makefile b/build/cdk/protocol/Makefile new file mode 100644 index 000000000..f729b934d --- /dev/null +++ b/build/cdk/protocol/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/protocol//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/protocol/cmake_install.cmake b/build/cdk/protocol/cmake_install.cmake new file mode 100644 index 000000000..7954f6f55 --- /dev/null +++ b/build/cdk/protocol/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/protocol + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/DependInfo.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/DependInfo.cmake new file mode 100644 index 000000000..1c508dfed --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/DependInfo.cmake @@ -0,0 +1,57 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/crud.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/protocol.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/protocol_compression.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/rset.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/session.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/stmt.cc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o" "gcc" "cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx.pb.cc" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.cc" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.cc" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.cc" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.cc" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.cc" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.cc" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.cc" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.cc" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.cc" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.cc" + "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.h" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.cc" + ) + + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make new file mode 100644 index 000000000..827606b82 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make @@ -0,0 +1,570 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.make + +# Include the progress variables for this target. +include cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/progress.make + +# Include the compile flags for this target's objects. +include cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make + +cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.cc: cdk/protocol/mysqlx/lite/mysqlx_connection.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_connection.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_connection.proto + +cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.h + +cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.cc: cdk/protocol/mysqlx/lite/mysqlx_crud.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_crud.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_crud.proto + +cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.h + +cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.cc: cdk/protocol/mysqlx/lite/mysqlx_cursor.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_cursor.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_cursor.proto + +cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.h + +cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.cc: cdk/protocol/mysqlx/lite/mysqlx_datatypes.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_datatypes.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_datatypes.proto + +cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.h + +cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.cc: cdk/protocol/mysqlx/lite/mysqlx_expect.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_expect.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_expect.proto + +cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.h + +cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.cc: cdk/protocol/mysqlx/lite/mysqlx_expr.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_expr.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_expr.proto + +cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.h + +cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.cc: cdk/protocol/mysqlx/lite/mysqlx_notice.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_notice.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_notice.proto + +cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.h + +cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.cc: cdk/protocol/mysqlx/lite/mysqlx_prepare.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_prepare.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_prepare.proto + +cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.h + +cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.cc: cdk/protocol/mysqlx/lite/mysqlx_resultset.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_resultset.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_resultset.proto + +cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.h + +cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.cc: cdk/protocol/mysqlx/lite/mysqlx_session.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_session.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_session.proto + +cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.h + +cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.cc: cdk/protocol/mysqlx/lite/mysqlx_sql.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_sql.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_sql.proto + +cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.h + +cdk/protocol/mysqlx/protobuf/mysqlx.pb.cc: cdk/protocol/mysqlx/lite/mysqlx.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Running C++ protocol buffer compiler on /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx.proto" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E make_directory /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/protoc --cpp_out /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf -I /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx.proto + +cdk/protocol/mysqlx/protobuf/mysqlx.pb.h: cdk/protocol/mysqlx/protobuf/mysqlx.pb.cc + @$(CMAKE_COMMAND) -E touch_nocreate cdk/protocol/mysqlx/protobuf/mysqlx.pb.h + +cdk/protocol/mysqlx/lite/mysqlx_connection.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_connection.proto + +cdk/protocol/mysqlx/lite/mysqlx_crud.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_crud.proto + +cdk/protocol/mysqlx/lite/mysqlx_cursor.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_cursor.proto + +cdk/protocol/mysqlx/lite/mysqlx_datatypes.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_datatypes.proto + +cdk/protocol/mysqlx/lite/mysqlx_expect.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_expect.proto + +cdk/protocol/mysqlx/lite/mysqlx_expr.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_expr.proto + +cdk/protocol/mysqlx/lite/mysqlx_notice.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_notice.proto + +cdk/protocol/mysqlx/lite/mysqlx_prepare.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_prepare.proto + +cdk/protocol/mysqlx/lite/mysqlx_resultset.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_resultset.proto + +cdk/protocol/mysqlx/lite/mysqlx_session.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_session.proto + +cdk/protocol/mysqlx/lite/mysqlx_sql.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx_sql.proto + +cdk/protocol/mysqlx/lite/mysqlx.proto: cdk/protocol/mysqlx/prepare_pb_lite + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite/mysqlx.proto + +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx_connection.proto +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx_crud.proto +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx_cursor.proto +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx_datatypes.proto +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx_expect.proto +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx_expr.proto +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx_notice.proto +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx_prepare.proto +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx_resultset.proto +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx_session.proto +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx_sql.proto +cdk/protocol/mysqlx/prepare_pb_lite: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/pb/mysqlx.proto + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Preparing protobuf files for protobuf-lite" + cd /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx && /usr/bin/cmake -Dsrc="pb" -Dtgt="/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lite" -P make_lite_pb.cmake + cd /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/prepare_pb_lite + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/codegen: +.PHONY : cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/codegen + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/protocol.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/protocol.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/protocol.cc > CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/protocol.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/protocol_compression.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/protocol_compression.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/protocol_compression.cc > CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/protocol_compression.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/session.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/session.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/session.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/session.cc > CMakeFiles/cdk_proto_mysqlx.dir/session.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/session.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/session.cc -o CMakeFiles/cdk_proto_mysqlx.dir/session.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/rset.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/rset.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/rset.cc > CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/rset.cc -o CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/stmt.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/stmt.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/stmt.cc > CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/stmt.cc -o CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/crud.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o -c /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/crud.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/crud.cc > CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx/crud.cc -o CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.s + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o: cdk/protocol/mysqlx/protobuf/mysqlx.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building CXX object cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -MD -MT cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o -MF CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o.d -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx.pb.cc + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -E /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx.pb.cc > CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.i + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -w -S /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/protobuf/mysqlx.pb.cc -o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.s + +# Object files for target cdk_proto_mysqlx +cdk_proto_mysqlx_OBJECTS = \ +"CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o" \ +"CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o" + +# External object files for target cdk_proto_mysqlx +cdk_proto_mysqlx_EXTERNAL_OBJECTS = + +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make +cdk/protocol/mysqlx/libcdk_proto_mysqlx.a: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Linking CXX static library libcdk_proto_mysqlx.a" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && $(CMAKE_COMMAND) -P CMakeFiles/cdk_proto_mysqlx.dir/cmake_clean_target.cmake + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cdk_proto_mysqlx.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build: cdk/protocol/mysqlx/libcdk_proto_mysqlx.a +.PHONY : cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && $(CMAKE_COMMAND) -P CMakeFiles/cdk_proto_mysqlx.dir/cmake_clean.cmake +.PHONY : cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/clean + +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx_connection.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx_crud.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx_cursor.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx_datatypes.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx_expect.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx_expr.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx_notice.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx_prepare.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx_resultset.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx_session.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/lite/mysqlx_sql.proto +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/prepare_pb_lite +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx.pb.h +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_connection.pb.h +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_crud.pb.h +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_cursor.pb.h +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_datatypes.pb.h +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_expect.pb.h +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_expr.pb.h +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_notice.pb.h +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_prepare.pb.h +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_resultset.pb.h +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_session.pb.h +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.cc +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend: cdk/protocol/mysqlx/protobuf/mysqlx_sql.pb.h + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/cmake_clean.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/cmake_clean.cmake new file mode 100644 index 000000000..d94ba7e6d --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/cmake_clean.cmake @@ -0,0 +1,82 @@ +file(REMOVE_RECURSE + "CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o.d" + "CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o" + "CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o.d" + "libcdk_proto_mysqlx.a" + "libcdk_proto_mysqlx.pdb" + "lite/mysqlx.proto" + "lite/mysqlx_connection.proto" + "lite/mysqlx_crud.proto" + "lite/mysqlx_cursor.proto" + "lite/mysqlx_datatypes.proto" + "lite/mysqlx_expect.proto" + "lite/mysqlx_expr.proto" + "lite/mysqlx_notice.proto" + "lite/mysqlx_prepare.proto" + "lite/mysqlx_resultset.proto" + "lite/mysqlx_session.proto" + "lite/mysqlx_sql.proto" + "prepare_pb_lite" + "protobuf/mysqlx.pb.cc" + "protobuf/mysqlx.pb.h" + "protobuf/mysqlx_connection.pb.cc" + "protobuf/mysqlx_connection.pb.h" + "protobuf/mysqlx_crud.pb.cc" + "protobuf/mysqlx_crud.pb.h" + "protobuf/mysqlx_cursor.pb.cc" + "protobuf/mysqlx_cursor.pb.h" + "protobuf/mysqlx_datatypes.pb.cc" + "protobuf/mysqlx_datatypes.pb.h" + "protobuf/mysqlx_expect.pb.cc" + "protobuf/mysqlx_expect.pb.h" + "protobuf/mysqlx_expr.pb.cc" + "protobuf/mysqlx_expr.pb.h" + "protobuf/mysqlx_notice.pb.cc" + "protobuf/mysqlx_notice.pb.h" + "protobuf/mysqlx_prepare.pb.cc" + "protobuf/mysqlx_prepare.pb.h" + "protobuf/mysqlx_resultset.pb.cc" + "protobuf/mysqlx_resultset.pb.h" + "protobuf/mysqlx_session.pb.cc" + "protobuf/mysqlx_session.pb.h" + "protobuf/mysqlx_sql.pb.cc" + "protobuf/mysqlx_sql.pb.h" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/cdk_proto_mysqlx.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/cmake_clean_target.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..c11397161 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libcdk_proto_mysqlx.a" +) diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.make b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.make new file mode 100644 index 000000000..43d49b132 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for cdk_proto_mysqlx. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts new file mode 100644 index 000000000..6d8223af2 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for cdk_proto_mysqlx. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend.make b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend.make new file mode 100644 index 000000000..22eb7e8b2 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cdk_proto_mysqlx. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make new file mode 100644 index 000000000..426215963 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/flags.make @@ -0,0 +1,34 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DCONCPP_BUILD_SHARED + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/cdk/include -I/home/carlon/code/mysql-connector-cpp/build/cdk/include -I/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx -I/home/carlon/code/mysql-connector-cpp/cdk/extra/rapidjson/include -isystem /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib -isystem /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib -isystem /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib -isystem /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -Wno-stringop-overflow -Wall -DRAPIDJSON_HAS_CXX11_NOEXCEPT=1 -DRAPIDJSON_HAS_CXX11_RANGE_FOR=1 -DRAPIDJSON_HAS_CXX11_RVALUE_REFS=1 + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o_FLAGS = -w + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o_FLAGS = -w + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o_FLAGS = -w + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o_FLAGS = -w + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o_FLAGS = -w + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o_FLAGS = -w + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o_FLAGS = -w + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o_FLAGS = -w + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o_FLAGS = -w + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o_FLAGS = -w + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o_FLAGS = -w + +# Custom flags: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o_FLAGS = -w + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/link.txt b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/link.txt new file mode 100644 index 000000000..a70e02461 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libcdk_proto_mysqlx.a CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o +/usr/bin/ranlib libcdk_proto_mysqlx.a diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/progress.make b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/progress.make new file mode 100644 index 000000000..aab26c011 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/progress.make @@ -0,0 +1,33 @@ +CMAKE_PROGRESS_1 = 19 +CMAKE_PROGRESS_2 = 20 +CMAKE_PROGRESS_3 = 21 +CMAKE_PROGRESS_4 = 22 +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 23 +CMAKE_PROGRESS_7 = 24 +CMAKE_PROGRESS_8 = 25 +CMAKE_PROGRESS_9 = 26 +CMAKE_PROGRESS_10 = 27 +CMAKE_PROGRESS_11 = 28 +CMAKE_PROGRESS_12 = 29 +CMAKE_PROGRESS_13 = 30 +CMAKE_PROGRESS_14 = 31 +CMAKE_PROGRESS_15 = 32 +CMAKE_PROGRESS_16 = 33 +CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_18 = 34 +CMAKE_PROGRESS_19 = 35 +CMAKE_PROGRESS_20 = 36 +CMAKE_PROGRESS_21 = 37 +CMAKE_PROGRESS_22 = 38 +CMAKE_PROGRESS_23 = 39 +CMAKE_PROGRESS_24 = 40 +CMAKE_PROGRESS_25 = 41 +CMAKE_PROGRESS_26 = 42 +CMAKE_PROGRESS_27 = 43 +CMAKE_PROGRESS_28 = 44 +CMAKE_PROGRESS_29 = +CMAKE_PROGRESS_30 = 45 +CMAKE_PROGRESS_31 = 46 +CMAKE_PROGRESS_32 = 47 + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/DependInfo.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/DependInfo.cmake new file mode 100644 index 000000000..29b95a515 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/build.make b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/build.make new file mode 100644 index 000000000..bdf77857c --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Utility rule file for lz4-build. + +# Include any custom commands dependencies for this target. +include cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/compiler_depend.make + +# Include the progress variables for this target. +include cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/progress.make + +cdk/protocol/mysqlx/CMakeFiles/lz4-build: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 && /usr/bin/cmake -DBIN_DIR=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 -DCONFIG=Release -DOPTS=--parallel 4 -P /home/carlon/code/mysql-connector-cpp/cdk/cmake/ext/ext-build.cmake + +cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/codegen: +.PHONY : cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/codegen + +lz4-build: cdk/protocol/mysqlx/CMakeFiles/lz4-build +lz4-build: cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/build.make +.PHONY : lz4-build + +# Rule to build all files generated by this target. +cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/build: lz4-build +.PHONY : cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/build + +cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && $(CMAKE_COMMAND) -P CMakeFiles/lz4-build.dir/cmake_clean.cmake +.PHONY : cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/clean + +cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/depend + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/cmake_clean.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/cmake_clean.cmake new file mode 100644 index 000000000..621415c74 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/lz4-build" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/lz4-build.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/compiler_depend.make b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/compiler_depend.make new file mode 100644 index 000000000..99cf01498 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for lz4-build. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/compiler_depend.ts b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/compiler_depend.ts new file mode 100644 index 000000000..dba7c99ca --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for lz4-build. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/progress.make b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/progress.make new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/DependInfo.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/DependInfo.cmake new file mode 100644 index 000000000..29b95a515 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/build.make b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/build.make new file mode 100644 index 000000000..7b4fb1f60 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/build.make @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Utility rule file for lz4-rebuild. + +# Include any custom commands dependencies for this target. +include cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/compiler_depend.make + +# Include the progress variables for this target. +include cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/progress.make + +cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "re-building lz4" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 && /usr/bin/cmake --build . --config Release --clean-first --parallel 4 + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/build.Release.stamp + +cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/codegen: +.PHONY : cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/codegen + +lz4-rebuild: cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild +lz4-rebuild: cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/build.make +.PHONY : lz4-rebuild + +# Rule to build all files generated by this target. +cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/build: lz4-rebuild +.PHONY : cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/build + +cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && $(CMAKE_COMMAND) -P CMakeFiles/lz4-rebuild.dir/cmake_clean.cmake +.PHONY : cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/clean + +cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/depend + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/cmake_clean.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/cmake_clean.cmake new file mode 100644 index 000000000..66c5ce4c6 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/lz4-rebuild" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/lz4-rebuild.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/compiler_depend.make b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/compiler_depend.make new file mode 100644 index 000000000..20910922f --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for lz4-rebuild. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/compiler_depend.ts b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/compiler_depend.ts new file mode 100644 index 000000000..07c9911c5 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for lz4-rebuild. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/progress.make b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/progress.make new file mode 100644 index 000000000..c7f62183c --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 88 + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/progress.marks b/build/cdk/protocol/mysqlx/CMakeFiles/progress.marks new file mode 100644 index 000000000..81b5c5d06 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/progress.marks @@ -0,0 +1 @@ +37 diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/DependInfo.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/DependInfo.cmake new file mode 100644 index 000000000..29b95a515 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/build.make b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/build.make new file mode 100644 index 000000000..dd371529d --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Utility rule file for zlib-build. + +# Include any custom commands dependencies for this target. +include cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/compiler_depend.make + +# Include the progress variables for this target. +include cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/progress.make + +cdk/protocol/mysqlx/CMakeFiles/zlib-build: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib && /usr/bin/cmake -DBIN_DIR=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib -DCONFIG=Release -DOPTS=--parallel 4 -P /home/carlon/code/mysql-connector-cpp/cdk/cmake/ext/ext-build.cmake + +cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/codegen: +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/codegen + +zlib-build: cdk/protocol/mysqlx/CMakeFiles/zlib-build +zlib-build: cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/build.make +.PHONY : zlib-build + +# Rule to build all files generated by this target. +cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/build: zlib-build +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/build + +cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && $(CMAKE_COMMAND) -P CMakeFiles/zlib-build.dir/cmake_clean.cmake +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/clean + +cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/depend + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/cmake_clean.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/cmake_clean.cmake new file mode 100644 index 000000000..36c61b974 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/zlib-build" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/zlib-build.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/compiler_depend.make b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/compiler_depend.make new file mode 100644 index 000000000..26dd8e503 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for zlib-build. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/compiler_depend.ts b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/compiler_depend.ts new file mode 100644 index 000000000..f64d24fe6 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for zlib-build. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/progress.make b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/progress.make new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/DependInfo.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/DependInfo.cmake new file mode 100644 index 000000000..29b95a515 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/build.make b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/build.make new file mode 100644 index 000000000..43a71ecd0 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/build.make @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Utility rule file for zlib-rebuild. + +# Include any custom commands dependencies for this target. +include cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/compiler_depend.make + +# Include the progress variables for this target. +include cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/progress.make + +cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "re-building zlib" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib && /usr/bin/cmake --build . --config Release --clean-first --parallel 4 + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/build.Release.stamp + +cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/codegen: +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/codegen + +zlib-rebuild: cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild +zlib-rebuild: cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/build.make +.PHONY : zlib-rebuild + +# Rule to build all files generated by this target. +cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/build: zlib-rebuild +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/build + +cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && $(CMAKE_COMMAND) -P CMakeFiles/zlib-rebuild.dir/cmake_clean.cmake +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/clean + +cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/depend + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/cmake_clean.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/cmake_clean.cmake new file mode 100644 index 000000000..f1895f588 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/zlib-rebuild" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/zlib-rebuild.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/compiler_depend.make b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/compiler_depend.make new file mode 100644 index 000000000..e5e4cd211 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for zlib-rebuild. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/compiler_depend.ts b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/compiler_depend.ts new file mode 100644 index 000000000..7301f19c9 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for zlib-rebuild. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/progress.make b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/progress.make new file mode 100644 index 000000000..20f05e5ba --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 99 + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/DependInfo.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/DependInfo.cmake new file mode 100644 index 000000000..29b95a515 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/build.make b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/build.make new file mode 100644 index 000000000..559db1f24 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Utility rule file for zstd-build. + +# Include any custom commands dependencies for this target. +include cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/compiler_depend.make + +# Include the progress variables for this target. +include cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/progress.make + +cdk/protocol/mysqlx/CMakeFiles/zstd-build: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd && /usr/bin/cmake -DBIN_DIR=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd -DCONFIG=Release -DOPTS=--parallel 4 -P /home/carlon/code/mysql-connector-cpp/cdk/cmake/ext/ext-build.cmake + +cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/codegen: +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/codegen + +zstd-build: cdk/protocol/mysqlx/CMakeFiles/zstd-build +zstd-build: cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/build.make +.PHONY : zstd-build + +# Rule to build all files generated by this target. +cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/build: zstd-build +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/build + +cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && $(CMAKE_COMMAND) -P CMakeFiles/zstd-build.dir/cmake_clean.cmake +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/clean + +cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/depend + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/cmake_clean.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/cmake_clean.cmake new file mode 100644 index 000000000..9f4c3f3ad --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/zstd-build" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/zstd-build.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/compiler_depend.make b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/compiler_depend.make new file mode 100644 index 000000000..5c53dcee1 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for zstd-build. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/compiler_depend.ts b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/compiler_depend.ts new file mode 100644 index 000000000..0c55e368c --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for zstd-build. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/progress.make b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/progress.make new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/DependInfo.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/DependInfo.cmake new file mode 100644 index 000000000..29b95a515 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/build.make b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/build.make new file mode 100644 index 000000000..12d3b866d --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/build.make @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Utility rule file for zstd-rebuild. + +# Include any custom commands dependencies for this target. +include cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/compiler_depend.make + +# Include the progress variables for this target. +include cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/progress.make + +cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "re-building zstd" + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd && /usr/bin/cmake --build . --config Release --clean-first --parallel 4 + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd && /usr/bin/cmake -E touch /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/build.Release.stamp + +cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/codegen: +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/codegen + +zstd-rebuild: cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild +zstd-rebuild: cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/build.make +.PHONY : zstd-rebuild + +# Rule to build all files generated by this target. +cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/build: zstd-rebuild +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/build + +cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx && $(CMAKE_COMMAND) -P CMakeFiles/zstd-rebuild.dir/cmake_clean.cmake +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/clean + +cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/depend + diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/cmake_clean.cmake b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/cmake_clean.cmake new file mode 100644 index 000000000..dc3b7ecc6 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/zstd-rebuild" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/zstd-rebuild.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/compiler_depend.make b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/compiler_depend.make new file mode 100644 index 000000000..23c3b4cbc --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for zstd-rebuild. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/compiler_depend.ts b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/compiler_depend.ts new file mode 100644 index 000000000..3d1c2a1b1 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for zstd-rebuild. diff --git a/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/progress.make b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/progress.make new file mode 100644 index 000000000..7ad5bcb87 --- /dev/null +++ b/build/cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 100 + diff --git a/build/cdk/protocol/mysqlx/Makefile b/build/cdk/protocol/mysqlx/Makefile new file mode 100644 index 000000000..a38f1874d --- /dev/null +++ b/build/cdk/protocol/mysqlx/Makefile @@ -0,0 +1,780 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/mysqlx/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/mysqlx/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/mysqlx/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/mysqlx/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/rule +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/rule + +# Convenience name for target. +zlib-build: cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/rule +.PHONY : zlib-build + +# fast build rule for target. +zlib-build/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/build.make cdk/protocol/mysqlx/CMakeFiles/zlib-build.dir/build +.PHONY : zlib-build/fast + +# Convenience name for target. +cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/rule +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/rule + +# Convenience name for target. +zlib-rebuild: cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/rule +.PHONY : zlib-rebuild + +# fast build rule for target. +zlib-rebuild/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/build.make cdk/protocol/mysqlx/CMakeFiles/zlib-rebuild.dir/build +.PHONY : zlib-rebuild/fast + +# Convenience name for target. +cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/rule +.PHONY : cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/rule + +# Convenience name for target. +lz4-build: cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/rule +.PHONY : lz4-build + +# fast build rule for target. +lz4-build/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/build.make cdk/protocol/mysqlx/CMakeFiles/lz4-build.dir/build +.PHONY : lz4-build/fast + +# Convenience name for target. +cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/rule +.PHONY : cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/rule + +# Convenience name for target. +lz4-rebuild: cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/rule +.PHONY : lz4-rebuild + +# fast build rule for target. +lz4-rebuild/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/build.make cdk/protocol/mysqlx/CMakeFiles/lz4-rebuild.dir/build +.PHONY : lz4-rebuild/fast + +# Convenience name for target. +cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/rule +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/rule + +# Convenience name for target. +zstd-build: cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/rule +.PHONY : zstd-build + +# fast build rule for target. +zstd-build/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/build.make cdk/protocol/mysqlx/CMakeFiles/zstd-build.dir/build +.PHONY : zstd-build/fast + +# Convenience name for target. +cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/rule +.PHONY : cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/rule + +# Convenience name for target. +zstd-rebuild: cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/rule +.PHONY : zstd-rebuild + +# fast build rule for target. +zstd-rebuild/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/build.make cdk/protocol/mysqlx/CMakeFiles/zstd-rebuild.dir/build +.PHONY : zstd-rebuild/fast + +# Convenience name for target. +cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rule +.PHONY : cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rule + +# Convenience name for target. +cdk_proto_mysqlx: cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rule +.PHONY : cdk_proto_mysqlx + +# fast build rule for target. +cdk_proto_mysqlx/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build +.PHONY : cdk_proto_mysqlx/fast + +crud.o: crud.cc.o +.PHONY : crud.o + +# target to build an object file +crud.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.o +.PHONY : crud.cc.o + +crud.i: crud.cc.i +.PHONY : crud.i + +# target to preprocess a source file +crud.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.i +.PHONY : crud.cc.i + +crud.s: crud.cc.s +.PHONY : crud.s + +# target to generate assembly for a file +crud.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/crud.cc.s +.PHONY : crud.cc.s + +protobuf/mysqlx.pb.o: protobuf/mysqlx.pb.cc.o +.PHONY : protobuf/mysqlx.pb.o + +# target to build an object file +protobuf/mysqlx.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.o +.PHONY : protobuf/mysqlx.pb.cc.o + +protobuf/mysqlx.pb.i: protobuf/mysqlx.pb.cc.i +.PHONY : protobuf/mysqlx.pb.i + +# target to preprocess a source file +protobuf/mysqlx.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.i +.PHONY : protobuf/mysqlx.pb.cc.i + +protobuf/mysqlx.pb.s: protobuf/mysqlx.pb.cc.s +.PHONY : protobuf/mysqlx.pb.s + +# target to generate assembly for a file +protobuf/mysqlx.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx.pb.cc.s +.PHONY : protobuf/mysqlx.pb.cc.s + +protobuf/mysqlx_connection.pb.o: protobuf/mysqlx_connection.pb.cc.o +.PHONY : protobuf/mysqlx_connection.pb.o + +# target to build an object file +protobuf/mysqlx_connection.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.o +.PHONY : protobuf/mysqlx_connection.pb.cc.o + +protobuf/mysqlx_connection.pb.i: protobuf/mysqlx_connection.pb.cc.i +.PHONY : protobuf/mysqlx_connection.pb.i + +# target to preprocess a source file +protobuf/mysqlx_connection.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.i +.PHONY : protobuf/mysqlx_connection.pb.cc.i + +protobuf/mysqlx_connection.pb.s: protobuf/mysqlx_connection.pb.cc.s +.PHONY : protobuf/mysqlx_connection.pb.s + +# target to generate assembly for a file +protobuf/mysqlx_connection.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_connection.pb.cc.s +.PHONY : protobuf/mysqlx_connection.pb.cc.s + +protobuf/mysqlx_crud.pb.o: protobuf/mysqlx_crud.pb.cc.o +.PHONY : protobuf/mysqlx_crud.pb.o + +# target to build an object file +protobuf/mysqlx_crud.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.o +.PHONY : protobuf/mysqlx_crud.pb.cc.o + +protobuf/mysqlx_crud.pb.i: protobuf/mysqlx_crud.pb.cc.i +.PHONY : protobuf/mysqlx_crud.pb.i + +# target to preprocess a source file +protobuf/mysqlx_crud.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.i +.PHONY : protobuf/mysqlx_crud.pb.cc.i + +protobuf/mysqlx_crud.pb.s: protobuf/mysqlx_crud.pb.cc.s +.PHONY : protobuf/mysqlx_crud.pb.s + +# target to generate assembly for a file +protobuf/mysqlx_crud.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_crud.pb.cc.s +.PHONY : protobuf/mysqlx_crud.pb.cc.s + +protobuf/mysqlx_cursor.pb.o: protobuf/mysqlx_cursor.pb.cc.o +.PHONY : protobuf/mysqlx_cursor.pb.o + +# target to build an object file +protobuf/mysqlx_cursor.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.o +.PHONY : protobuf/mysqlx_cursor.pb.cc.o + +protobuf/mysqlx_cursor.pb.i: protobuf/mysqlx_cursor.pb.cc.i +.PHONY : protobuf/mysqlx_cursor.pb.i + +# target to preprocess a source file +protobuf/mysqlx_cursor.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.i +.PHONY : protobuf/mysqlx_cursor.pb.cc.i + +protobuf/mysqlx_cursor.pb.s: protobuf/mysqlx_cursor.pb.cc.s +.PHONY : protobuf/mysqlx_cursor.pb.s + +# target to generate assembly for a file +protobuf/mysqlx_cursor.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_cursor.pb.cc.s +.PHONY : protobuf/mysqlx_cursor.pb.cc.s + +protobuf/mysqlx_datatypes.pb.o: protobuf/mysqlx_datatypes.pb.cc.o +.PHONY : protobuf/mysqlx_datatypes.pb.o + +# target to build an object file +protobuf/mysqlx_datatypes.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.o +.PHONY : protobuf/mysqlx_datatypes.pb.cc.o + +protobuf/mysqlx_datatypes.pb.i: protobuf/mysqlx_datatypes.pb.cc.i +.PHONY : protobuf/mysqlx_datatypes.pb.i + +# target to preprocess a source file +protobuf/mysqlx_datatypes.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.i +.PHONY : protobuf/mysqlx_datatypes.pb.cc.i + +protobuf/mysqlx_datatypes.pb.s: protobuf/mysqlx_datatypes.pb.cc.s +.PHONY : protobuf/mysqlx_datatypes.pb.s + +# target to generate assembly for a file +protobuf/mysqlx_datatypes.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_datatypes.pb.cc.s +.PHONY : protobuf/mysqlx_datatypes.pb.cc.s + +protobuf/mysqlx_expect.pb.o: protobuf/mysqlx_expect.pb.cc.o +.PHONY : protobuf/mysqlx_expect.pb.o + +# target to build an object file +protobuf/mysqlx_expect.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.o +.PHONY : protobuf/mysqlx_expect.pb.cc.o + +protobuf/mysqlx_expect.pb.i: protobuf/mysqlx_expect.pb.cc.i +.PHONY : protobuf/mysqlx_expect.pb.i + +# target to preprocess a source file +protobuf/mysqlx_expect.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.i +.PHONY : protobuf/mysqlx_expect.pb.cc.i + +protobuf/mysqlx_expect.pb.s: protobuf/mysqlx_expect.pb.cc.s +.PHONY : protobuf/mysqlx_expect.pb.s + +# target to generate assembly for a file +protobuf/mysqlx_expect.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expect.pb.cc.s +.PHONY : protobuf/mysqlx_expect.pb.cc.s + +protobuf/mysqlx_expr.pb.o: protobuf/mysqlx_expr.pb.cc.o +.PHONY : protobuf/mysqlx_expr.pb.o + +# target to build an object file +protobuf/mysqlx_expr.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.o +.PHONY : protobuf/mysqlx_expr.pb.cc.o + +protobuf/mysqlx_expr.pb.i: protobuf/mysqlx_expr.pb.cc.i +.PHONY : protobuf/mysqlx_expr.pb.i + +# target to preprocess a source file +protobuf/mysqlx_expr.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.i +.PHONY : protobuf/mysqlx_expr.pb.cc.i + +protobuf/mysqlx_expr.pb.s: protobuf/mysqlx_expr.pb.cc.s +.PHONY : protobuf/mysqlx_expr.pb.s + +# target to generate assembly for a file +protobuf/mysqlx_expr.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_expr.pb.cc.s +.PHONY : protobuf/mysqlx_expr.pb.cc.s + +protobuf/mysqlx_notice.pb.o: protobuf/mysqlx_notice.pb.cc.o +.PHONY : protobuf/mysqlx_notice.pb.o + +# target to build an object file +protobuf/mysqlx_notice.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.o +.PHONY : protobuf/mysqlx_notice.pb.cc.o + +protobuf/mysqlx_notice.pb.i: protobuf/mysqlx_notice.pb.cc.i +.PHONY : protobuf/mysqlx_notice.pb.i + +# target to preprocess a source file +protobuf/mysqlx_notice.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.i +.PHONY : protobuf/mysqlx_notice.pb.cc.i + +protobuf/mysqlx_notice.pb.s: protobuf/mysqlx_notice.pb.cc.s +.PHONY : protobuf/mysqlx_notice.pb.s + +# target to generate assembly for a file +protobuf/mysqlx_notice.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_notice.pb.cc.s +.PHONY : protobuf/mysqlx_notice.pb.cc.s + +protobuf/mysqlx_prepare.pb.o: protobuf/mysqlx_prepare.pb.cc.o +.PHONY : protobuf/mysqlx_prepare.pb.o + +# target to build an object file +protobuf/mysqlx_prepare.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.o +.PHONY : protobuf/mysqlx_prepare.pb.cc.o + +protobuf/mysqlx_prepare.pb.i: protobuf/mysqlx_prepare.pb.cc.i +.PHONY : protobuf/mysqlx_prepare.pb.i + +# target to preprocess a source file +protobuf/mysqlx_prepare.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.i +.PHONY : protobuf/mysqlx_prepare.pb.cc.i + +protobuf/mysqlx_prepare.pb.s: protobuf/mysqlx_prepare.pb.cc.s +.PHONY : protobuf/mysqlx_prepare.pb.s + +# target to generate assembly for a file +protobuf/mysqlx_prepare.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_prepare.pb.cc.s +.PHONY : protobuf/mysqlx_prepare.pb.cc.s + +protobuf/mysqlx_resultset.pb.o: protobuf/mysqlx_resultset.pb.cc.o +.PHONY : protobuf/mysqlx_resultset.pb.o + +# target to build an object file +protobuf/mysqlx_resultset.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.o +.PHONY : protobuf/mysqlx_resultset.pb.cc.o + +protobuf/mysqlx_resultset.pb.i: protobuf/mysqlx_resultset.pb.cc.i +.PHONY : protobuf/mysqlx_resultset.pb.i + +# target to preprocess a source file +protobuf/mysqlx_resultset.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.i +.PHONY : protobuf/mysqlx_resultset.pb.cc.i + +protobuf/mysqlx_resultset.pb.s: protobuf/mysqlx_resultset.pb.cc.s +.PHONY : protobuf/mysqlx_resultset.pb.s + +# target to generate assembly for a file +protobuf/mysqlx_resultset.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_resultset.pb.cc.s +.PHONY : protobuf/mysqlx_resultset.pb.cc.s + +protobuf/mysqlx_session.pb.o: protobuf/mysqlx_session.pb.cc.o +.PHONY : protobuf/mysqlx_session.pb.o + +# target to build an object file +protobuf/mysqlx_session.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.o +.PHONY : protobuf/mysqlx_session.pb.cc.o + +protobuf/mysqlx_session.pb.i: protobuf/mysqlx_session.pb.cc.i +.PHONY : protobuf/mysqlx_session.pb.i + +# target to preprocess a source file +protobuf/mysqlx_session.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.i +.PHONY : protobuf/mysqlx_session.pb.cc.i + +protobuf/mysqlx_session.pb.s: protobuf/mysqlx_session.pb.cc.s +.PHONY : protobuf/mysqlx_session.pb.s + +# target to generate assembly for a file +protobuf/mysqlx_session.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_session.pb.cc.s +.PHONY : protobuf/mysqlx_session.pb.cc.s + +protobuf/mysqlx_sql.pb.o: protobuf/mysqlx_sql.pb.cc.o +.PHONY : protobuf/mysqlx_sql.pb.o + +# target to build an object file +protobuf/mysqlx_sql.pb.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.o +.PHONY : protobuf/mysqlx_sql.pb.cc.o + +protobuf/mysqlx_sql.pb.i: protobuf/mysqlx_sql.pb.cc.i +.PHONY : protobuf/mysqlx_sql.pb.i + +# target to preprocess a source file +protobuf/mysqlx_sql.pb.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.i +.PHONY : protobuf/mysqlx_sql.pb.cc.i + +protobuf/mysqlx_sql.pb.s: protobuf/mysqlx_sql.pb.cc.s +.PHONY : protobuf/mysqlx_sql.pb.s + +# target to generate assembly for a file +protobuf/mysqlx_sql.pb.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protobuf/mysqlx_sql.pb.cc.s +.PHONY : protobuf/mysqlx_sql.pb.cc.s + +protocol.o: protocol.cc.o +.PHONY : protocol.o + +# target to build an object file +protocol.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.o +.PHONY : protocol.cc.o + +protocol.i: protocol.cc.i +.PHONY : protocol.i + +# target to preprocess a source file +protocol.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.i +.PHONY : protocol.cc.i + +protocol.s: protocol.cc.s +.PHONY : protocol.s + +# target to generate assembly for a file +protocol.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol.cc.s +.PHONY : protocol.cc.s + +protocol_compression.o: protocol_compression.cc.o +.PHONY : protocol_compression.o + +# target to build an object file +protocol_compression.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.o +.PHONY : protocol_compression.cc.o + +protocol_compression.i: protocol_compression.cc.i +.PHONY : protocol_compression.i + +# target to preprocess a source file +protocol_compression.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.i +.PHONY : protocol_compression.cc.i + +protocol_compression.s: protocol_compression.cc.s +.PHONY : protocol_compression.s + +# target to generate assembly for a file +protocol_compression.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/protocol_compression.cc.s +.PHONY : protocol_compression.cc.s + +rset.o: rset.cc.o +.PHONY : rset.o + +# target to build an object file +rset.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.o +.PHONY : rset.cc.o + +rset.i: rset.cc.i +.PHONY : rset.i + +# target to preprocess a source file +rset.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.i +.PHONY : rset.cc.i + +rset.s: rset.cc.s +.PHONY : rset.s + +# target to generate assembly for a file +rset.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/rset.cc.s +.PHONY : rset.cc.s + +session.o: session.cc.o +.PHONY : session.o + +# target to build an object file +session.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.o +.PHONY : session.cc.o + +session.i: session.cc.i +.PHONY : session.i + +# target to preprocess a source file +session.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.i +.PHONY : session.cc.i + +session.s: session.cc.s +.PHONY : session.s + +# target to generate assembly for a file +session.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/session.cc.s +.PHONY : session.cc.s + +stmt.o: stmt.cc.o +.PHONY : stmt.o + +# target to build an object file +stmt.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.o +.PHONY : stmt.cc.o + +stmt.i: stmt.cc.i +.PHONY : stmt.i + +# target to preprocess a source file +stmt.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.i +.PHONY : stmt.cc.i + +stmt.s: stmt.cc.s +.PHONY : stmt.s + +# target to generate assembly for a file +stmt.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/build.make cdk/protocol/mysqlx/CMakeFiles/cdk_proto_mysqlx.dir/stmt.cc.s +.PHONY : stmt.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... lz4-build" + @echo "... lz4-rebuild" + @echo "... zlib-build" + @echo "... zlib-rebuild" + @echo "... zstd-build" + @echo "... zstd-rebuild" + @echo "... cdk_proto_mysqlx" + @echo "... crud.o" + @echo "... crud.i" + @echo "... crud.s" + @echo "... protobuf/mysqlx.pb.o" + @echo "... protobuf/mysqlx.pb.i" + @echo "... protobuf/mysqlx.pb.s" + @echo "... protobuf/mysqlx_connection.pb.o" + @echo "... protobuf/mysqlx_connection.pb.i" + @echo "... protobuf/mysqlx_connection.pb.s" + @echo "... protobuf/mysqlx_crud.pb.o" + @echo "... protobuf/mysqlx_crud.pb.i" + @echo "... protobuf/mysqlx_crud.pb.s" + @echo "... protobuf/mysqlx_cursor.pb.o" + @echo "... protobuf/mysqlx_cursor.pb.i" + @echo "... protobuf/mysqlx_cursor.pb.s" + @echo "... protobuf/mysqlx_datatypes.pb.o" + @echo "... protobuf/mysqlx_datatypes.pb.i" + @echo "... protobuf/mysqlx_datatypes.pb.s" + @echo "... protobuf/mysqlx_expect.pb.o" + @echo "... protobuf/mysqlx_expect.pb.i" + @echo "... protobuf/mysqlx_expect.pb.s" + @echo "... protobuf/mysqlx_expr.pb.o" + @echo "... protobuf/mysqlx_expr.pb.i" + @echo "... protobuf/mysqlx_expr.pb.s" + @echo "... protobuf/mysqlx_notice.pb.o" + @echo "... protobuf/mysqlx_notice.pb.i" + @echo "... protobuf/mysqlx_notice.pb.s" + @echo "... protobuf/mysqlx_prepare.pb.o" + @echo "... protobuf/mysqlx_prepare.pb.i" + @echo "... protobuf/mysqlx_prepare.pb.s" + @echo "... protobuf/mysqlx_resultset.pb.o" + @echo "... protobuf/mysqlx_resultset.pb.i" + @echo "... protobuf/mysqlx_resultset.pb.s" + @echo "... protobuf/mysqlx_session.pb.o" + @echo "... protobuf/mysqlx_session.pb.i" + @echo "... protobuf/mysqlx_session.pb.s" + @echo "... protobuf/mysqlx_sql.pb.o" + @echo "... protobuf/mysqlx_sql.pb.i" + @echo "... protobuf/mysqlx_sql.pb.s" + @echo "... protocol.o" + @echo "... protocol.i" + @echo "... protocol.s" + @echo "... protocol_compression.o" + @echo "... protocol_compression.i" + @echo "... protocol_compression.s" + @echo "... rset.o" + @echo "... rset.i" + @echo "... rset.s" + @echo "... session.o" + @echo "... session.i" + @echo "... session.s" + @echo "... stmt.o" + @echo "... stmt.i" + @echo "... stmt.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/protocol/mysqlx/cmake_install.cmake b/build/cdk/protocol/mysqlx/cmake_install.cmake new file mode 100644 index 000000000..1744f8823 --- /dev/null +++ b/build/cdk/protocol/mysqlx/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/protocol/mysqlx + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeCache.txt b/build/cdk/protocol/mysqlx/lz4/CMakeCache.txt new file mode 100644 index 000000000..fa7d768da --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeCache.txt @@ -0,0 +1,425 @@ +# This is the CMakeCache file. +# For build in directory: /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +Bootstrap_BINARY_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/platform-cache + +//Value Computed by CMake +Bootstrap_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +Bootstrap_SOURCE_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=Release + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//No help, variable specified on the command line. +CMAKE_CXX_COMPILER:UNINITIALIZED=/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 + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:UNINITIALIZED=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Install path prefix, prepended onto install directories.Path +// to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=zstd + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//No help, variable specified on the command line. +CMAKE_SYSTEM_NAME:UNINITIALIZED=Linux + +//No help, variable specified on the command line. +CMAKE_SYSTEM_PROCESSOR:UNINITIALIZED=x86_64 + +//No help, variable specified on the command line. +CMAKE_SYSTEM_VERSION:UNINITIALIZED=6.16.11-200.fc42.x86_64 + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Set -fdebug-prefix-map option to ensure relative source locations +// in debug entries. +DEBUG_PREFIX_MAP:BOOL=ON + +//Value Computed by CMake +zstd_BINARY_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 + +//Value Computed by CMake +zstd_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +zstd_SOURCE_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/cdk/extra/lz4 + + +######################## +# INTERNAL cache entries +######################## + +BIG_ENDIAN:INTERNAL=0 +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=31 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=6 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Whether to issue deprecation errors for macros and functions. +CMAKE_ERROR_DEPRECATED:INTERNAL=FALSE +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/carlon/code/mysql-connector-cpp/cdk/extra/lz4 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//Suppress errors that are meant for the author of the CMakeLists.txt +// files. +CMAKE_SUPPRESS_DEVELOPER_ERRORS:INTERNAL=TRUE +//Suppress Warnings that are meant for the author of the CMakeLists.txt +// files. +CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Whether to issue warnings for deprecated functionality. +CMAKE_WARN_DEPRECATED:INTERNAL=FALSE +CXX_FRONTEND:INTERNAL=GCC +CXX_FRONTEND_GCC:INTERNAL=1 +IS64BIT:INTERNAL=TRUE +LINUX:INTERNAL=TRUE +TOOLSET:INTERNAL=GCC +TOOLSET_GCC:INTERNAL=1 +//linker supports push/pop state +_CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//linker supports push/pop state +_CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE + diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeCCompiler.cmake b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeCCompiler.cmake new file mode 100644 index 000000000..1bf4193c0 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeCCompiler.cmake @@ -0,0 +1,81 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "15.2.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake new file mode 100644 index 000000000..a540e86b2 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "15.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +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_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +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_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +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++/15;/usr/include/c++/15/x86_64-redhat-linux;/usr/include/c++/15/backward;/usr/lib/gcc/x86_64-redhat-linux/15/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/15;/usr/lib64;/lib64;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + + diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 000000000..ffc550dac Binary files /dev/null and b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 000000000..ec72276a8 Binary files /dev/null and b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeSystem.cmake b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeSystem.cmake new file mode 100644 index 000000000..d73d28be7 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.16.11-200.fc42.x86_64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.16.11-200.fc42.x86_64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.16.11-200.fc42.x86_64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.16.11-200.fc42.x86_64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 000000000..50d95e5ba --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,904 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdC/a.out b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdC/a.out new file mode 100755 index 000000000..38903a162 Binary files /dev/null and b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdC/a.out differ diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 000000000..3b6e114ca --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* 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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#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/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdCXX/a.out b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdCXX/a.out new file mode 100755 index 000000000..fd1a065db Binary files /dev/null and b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/3.31.6/CompilerIdCXX/a.out differ diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/CMakeConfigureLog.yaml b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 000000000..c466e2e73 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,538 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:35 (project)" + message: | + The system is: Linux - 6.16.11-200.fc42.x86_64 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:35 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/3.31.6/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:35 (project)" + message: | + 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/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/3.31.6/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ" + binary: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_320a1/fast + /usr/bin/gmake -f CMakeFiles/cmTC_320a1.dir/build.make CMakeFiles/cmTC_320a1.dir/build + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + Building C object CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o + /usr/bin/cc -v -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/' + /usr/libexec/gcc/x86_64-redhat-linux/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_320a1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccfmGvFw.s + GNU C23 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux) + compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1), GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../x86_64-redhat-linux/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-redhat-linux/15/include + /usr/local/include + /usr/include + End of search list. + Compiler executable checksum: 2f5fb64c856191160801414dd9eb2451 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/' + as -v --64 -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o /tmp/ccfmGvFw.s + GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_320a1 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_320a1.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.' + /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1) + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + GNU ld version 2.44-6.fc42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.' + /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -o cmTC_320a1 + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-redhat-linux/15/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/15/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_320a1/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_320a1.dir/build.make CMakeFiles/cmTC_320a1.dir/build] + ignore line: [gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ'] + ignore line: [Building C object CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_320a1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccfmGvFw.s] + ignore line: [GNU C23 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux)] + ignore line: [ compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1) GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 2f5fb64c856191160801414dd9eb2451] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o /tmp/ccfmGvFw.s] + ignore line: [GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_320a1] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_320a1.dir/link.txt --verbose=1] + 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/15/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccfGPXr1.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--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_320a1] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + ignore line: [collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1)] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + linker tool for 'C': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15] ==> [/usr/lib/gcc/x86_64-redhat-linux/15] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Running the C compiler's linker: "/usr/bin/ld" "-v" + GNU ld version 2.44-6.fc42 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl" + binary: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9945d/fast + /usr/bin/gmake -f CMakeFiles/cmTC_9945d.dir/build.make CMakeFiles/cmTC_9945d.dir/build + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + Building CXX object CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o + /usr/bin/c++ -v -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/' + /usr/libexec/gcc/x86_64-redhat-linux/15/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_9945d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccbQPWa6.s + GNU C++17 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux) + compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1), GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../x86_64-redhat-linux/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15 + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward + /usr/lib/gcc/x86_64-redhat-linux/15/include + /usr/local/include + /usr/include + End of search list. + Compiler executable checksum: 7616bbd86ab77c360311eb36cf6ebbe2 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/' + as -v --64 -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbQPWa6.s + GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_9945d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9945d.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.' + /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1) + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + GNU ld version 2.44-6.fc42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.' + /usr/bin/c++ -v -Wl,-v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_9945d + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15] ==> [/usr/include/c++/15] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] ==> [/usr/include/c++/15/x86_64-redhat-linux] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] ==> [/usr/include/c++/15/backward] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/15/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/15;/usr/include/c++/15/x86_64-redhat-linux;/usr/include/c++/15/backward;/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9945d/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_9945d.dir/build.make CMakeFiles/cmTC_9945d.dir/build] + ignore line: [gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl'] + ignore line: [Building CXX object CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_9945d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccbQPWa6.s] + ignore line: [GNU C++17 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux)] + ignore line: [ compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1) GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../../../include/c++/15] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 7616bbd86ab77c360311eb36cf6ebbe2] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbQPWa6.s] + ignore line: [GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_9945d] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9945d.dir/link.txt --verbose=1] + 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/15/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc5zF09D.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--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_9945d] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_9945d.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/15/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + ignore line: [collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1)] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15] ==> [/usr/lib/gcc/x86_64-redhat-linux/15] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld version 2.44-6.fc42 +... diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..316ea6afa --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp/cdk/extra/lz4") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/Makefile.cmake b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/Makefile.cmake new file mode 100644 index 000000000..07139c0c9 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/Makefile.cmake @@ -0,0 +1,64 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "CMakeFiles/3.31.6/CMakeCCompiler.cmake" + "CMakeFiles/3.31.6/CMakeSystem.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/cmake/compiler/GCC.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/cmake/platform.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/CMakeLists.txt" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/setup.cmake" + "/usr/share/cmake/Modules/CMakeCInformation.cmake" + "/usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake" + "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake" + "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + "/usr/share/cmake/Modules/CheckTypeSize.cmake" + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake/Modules/Compiler/GNU.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake" + "/usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake" + "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake" + "/usr/share/cmake/Modules/Linker/GNU-C.cmake" + "/usr/share/cmake/Modules/Linker/GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linker/GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + "/usr/share/cmake/Modules/Platform/Linux.cmake" + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake/Modules/TestBigEndian.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/lz4.dir/DependInfo.cmake" + ) diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/Makefile2 b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/Makefile2 new file mode 100644 index 000000000..20990644c --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/Makefile2 @@ -0,0 +1,122 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/lz4.dir/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/lz4.dir/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/lz4.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/lz4.dir + +# All Build rule for target. +CMakeFiles/lz4.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles --progress-num=1,2,3,4,5 "Built target lz4" +.PHONY : CMakeFiles/lz4.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/lz4.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles 5 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/lz4.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles 0 +.PHONY : CMakeFiles/lz4.dir/rule + +# Convenience name for target. +lz4: CMakeFiles/lz4.dir/rule +.PHONY : lz4 + +# codegen rule for target. +CMakeFiles/lz4.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles --progress-num=1,2,3,4,5 "Finished codegen for target lz4" +.PHONY : CMakeFiles/lz4.dir/codegen + +# clean rule for target. +CMakeFiles/lz4.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/clean +.PHONY : CMakeFiles/lz4.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/TargetDirectories.txt b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/TargetDirectories.txt new file mode 100644 index 000000000..0d634ba70 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir +/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles/edit_cache.dir +/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles/rebuild_cache.dir diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/cmake.check_cache b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/cmake.check_cache new file mode 100644 index 000000000..3dccd7317 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/DependInfo.cmake b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/DependInfo.cmake new file mode 100644 index 000000000..4591f7721 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4.c" "CMakeFiles/lz4.dir/lib/lz4.c.o" "gcc" "CMakeFiles/lz4.dir/lib/lz4.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4frame.c" "CMakeFiles/lz4.dir/lib/lz4frame.c.o" "gcc" "CMakeFiles/lz4.dir/lib/lz4frame.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4hc.c" "CMakeFiles/lz4.dir/lib/lz4hc.c.o" "gcc" "CMakeFiles/lz4.dir/lib/lz4hc.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/xxhash.c" "CMakeFiles/lz4.dir/lib/xxhash.c.o" "gcc" "CMakeFiles/lz4.dir/lib/xxhash.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/build.make b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/build.make new file mode 100644 index 000000000..4ebbfb0fe --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/build.make @@ -0,0 +1,162 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 + +# Include any dependencies generated for this target. +include CMakeFiles/lz4.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/lz4.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/lz4.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/lz4.dir/flags.make + +CMakeFiles/lz4.dir/codegen: +.PHONY : CMakeFiles/lz4.dir/codegen + +CMakeFiles/lz4.dir/lib/lz4.c.o: CMakeFiles/lz4.dir/flags.make +CMakeFiles/lz4.dir/lib/lz4.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4.c +CMakeFiles/lz4.dir/lib/lz4.c.o: CMakeFiles/lz4.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/lz4.dir/lib/lz4.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/lz4.dir/lib/lz4.c.o -MF CMakeFiles/lz4.dir/lib/lz4.c.o.d -o CMakeFiles/lz4.dir/lib/lz4.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4.c + +CMakeFiles/lz4.dir/lib/lz4.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lz4.dir/lib/lz4.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4.c > CMakeFiles/lz4.dir/lib/lz4.c.i + +CMakeFiles/lz4.dir/lib/lz4.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lz4.dir/lib/lz4.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4.c -o CMakeFiles/lz4.dir/lib/lz4.c.s + +CMakeFiles/lz4.dir/lib/lz4frame.c.o: CMakeFiles/lz4.dir/flags.make +CMakeFiles/lz4.dir/lib/lz4frame.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4frame.c +CMakeFiles/lz4.dir/lib/lz4frame.c.o: CMakeFiles/lz4.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/lz4.dir/lib/lz4frame.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/lz4.dir/lib/lz4frame.c.o -MF CMakeFiles/lz4.dir/lib/lz4frame.c.o.d -o CMakeFiles/lz4.dir/lib/lz4frame.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4frame.c + +CMakeFiles/lz4.dir/lib/lz4frame.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lz4.dir/lib/lz4frame.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4frame.c > CMakeFiles/lz4.dir/lib/lz4frame.c.i + +CMakeFiles/lz4.dir/lib/lz4frame.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lz4.dir/lib/lz4frame.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4frame.c -o CMakeFiles/lz4.dir/lib/lz4frame.c.s + +CMakeFiles/lz4.dir/lib/lz4hc.c.o: CMakeFiles/lz4.dir/flags.make +CMakeFiles/lz4.dir/lib/lz4hc.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4hc.c +CMakeFiles/lz4.dir/lib/lz4hc.c.o: CMakeFiles/lz4.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/lz4.dir/lib/lz4hc.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/lz4.dir/lib/lz4hc.c.o -MF CMakeFiles/lz4.dir/lib/lz4hc.c.o.d -o CMakeFiles/lz4.dir/lib/lz4hc.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4hc.c + +CMakeFiles/lz4.dir/lib/lz4hc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lz4.dir/lib/lz4hc.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4hc.c > CMakeFiles/lz4.dir/lib/lz4hc.c.i + +CMakeFiles/lz4.dir/lib/lz4hc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lz4.dir/lib/lz4hc.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/lz4hc.c -o CMakeFiles/lz4.dir/lib/lz4hc.c.s + +CMakeFiles/lz4.dir/lib/xxhash.c.o: CMakeFiles/lz4.dir/flags.make +CMakeFiles/lz4.dir/lib/xxhash.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/xxhash.c +CMakeFiles/lz4.dir/lib/xxhash.c.o: CMakeFiles/lz4.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/lz4.dir/lib/xxhash.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/lz4.dir/lib/xxhash.c.o -MF CMakeFiles/lz4.dir/lib/xxhash.c.o.d -o CMakeFiles/lz4.dir/lib/xxhash.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/xxhash.c + +CMakeFiles/lz4.dir/lib/xxhash.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lz4.dir/lib/xxhash.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/xxhash.c > CMakeFiles/lz4.dir/lib/xxhash.c.i + +CMakeFiles/lz4.dir/lib/xxhash.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lz4.dir/lib/xxhash.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib/xxhash.c -o CMakeFiles/lz4.dir/lib/xxhash.c.s + +# Object files for target lz4 +lz4_OBJECTS = \ +"CMakeFiles/lz4.dir/lib/lz4.c.o" \ +"CMakeFiles/lz4.dir/lib/lz4frame.c.o" \ +"CMakeFiles/lz4.dir/lib/lz4hc.c.o" \ +"CMakeFiles/lz4.dir/lib/xxhash.c.o" + +# External object files for target lz4 +lz4_EXTERNAL_OBJECTS = + +liblz4.a: CMakeFiles/lz4.dir/lib/lz4.c.o +liblz4.a: CMakeFiles/lz4.dir/lib/lz4frame.c.o +liblz4.a: CMakeFiles/lz4.dir/lib/lz4hc.c.o +liblz4.a: CMakeFiles/lz4.dir/lib/xxhash.c.o +liblz4.a: CMakeFiles/lz4.dir/build.make +liblz4.a: CMakeFiles/lz4.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C static library liblz4.a" + $(CMAKE_COMMAND) -P CMakeFiles/lz4.dir/cmake_clean_target.cmake + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lz4.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/lz4.dir/build: liblz4.a +.PHONY : CMakeFiles/lz4.dir/build + +CMakeFiles/lz4.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/lz4.dir/cmake_clean.cmake +.PHONY : CMakeFiles/lz4.dir/clean + +CMakeFiles/lz4.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4 /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4 /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/lz4.dir/depend + diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/cmake_clean.cmake b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/cmake_clean.cmake new file mode 100644 index 000000000..8b4420b03 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "CMakeFiles/lz4.dir/lib/lz4.c.o" + "CMakeFiles/lz4.dir/lib/lz4.c.o.d" + "CMakeFiles/lz4.dir/lib/lz4frame.c.o" + "CMakeFiles/lz4.dir/lib/lz4frame.c.o.d" + "CMakeFiles/lz4.dir/lib/lz4hc.c.o" + "CMakeFiles/lz4.dir/lib/lz4hc.c.o.d" + "CMakeFiles/lz4.dir/lib/xxhash.c.o" + "CMakeFiles/lz4.dir/lib/xxhash.c.o.d" + "liblz4.a" + "liblz4.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lz4.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/cmake_clean_target.cmake b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..f4caf3614 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "liblz4.a" +) diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/compiler_depend.make b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/compiler_depend.make new file mode 100644 index 000000000..3db6f8b13 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lz4. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/compiler_depend.ts b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/compiler_depend.ts new file mode 100644 index 000000000..75ea9b8dc --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lz4. diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/depend.make b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/depend.make new file mode 100644 index 000000000..c1adb0fd0 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lz4. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/flags.make b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/flags.make new file mode 100644 index 000000000..6cd69bedb --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib + +C_FLAGS = -O1 -DNDEBUG -fPIC + diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/link.txt b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/link.txt new file mode 100644 index 000000000..44fb97dcc --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc liblz4.a CMakeFiles/lz4.dir/lib/lz4.c.o CMakeFiles/lz4.dir/lib/lz4frame.c.o CMakeFiles/lz4.dir/lib/lz4hc.c.o CMakeFiles/lz4.dir/lib/xxhash.c.o +/usr/bin/ranlib liblz4.a diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/progress.make b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/progress.make new file mode 100644 index 000000000..33e6bffba --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/lz4.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 +CMAKE_PROGRESS_5 = 5 + diff --git a/build/cdk/protocol/mysqlx/lz4/CMakeFiles/progress.marks b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/progress.marks new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/CMakeFiles/progress.marks @@ -0,0 +1 @@ +5 diff --git a/build/cdk/protocol/mysqlx/lz4/Makefile b/build/cdk/protocol/mysqlx/lz4/Makefile new file mode 100644 index 000000000..aa34af535 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/Makefile @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named lz4 + +# Build rule for target. +lz4: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lz4 +.PHONY : lz4 + +# fast build rule for target. +lz4/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/build +.PHONY : lz4/fast + +lib/lz4.o: lib/lz4.c.o +.PHONY : lib/lz4.o + +# target to build an object file +lib/lz4.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/lz4.c.o +.PHONY : lib/lz4.c.o + +lib/lz4.i: lib/lz4.c.i +.PHONY : lib/lz4.i + +# target to preprocess a source file +lib/lz4.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/lz4.c.i +.PHONY : lib/lz4.c.i + +lib/lz4.s: lib/lz4.c.s +.PHONY : lib/lz4.s + +# target to generate assembly for a file +lib/lz4.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/lz4.c.s +.PHONY : lib/lz4.c.s + +lib/lz4frame.o: lib/lz4frame.c.o +.PHONY : lib/lz4frame.o + +# target to build an object file +lib/lz4frame.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/lz4frame.c.o +.PHONY : lib/lz4frame.c.o + +lib/lz4frame.i: lib/lz4frame.c.i +.PHONY : lib/lz4frame.i + +# target to preprocess a source file +lib/lz4frame.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/lz4frame.c.i +.PHONY : lib/lz4frame.c.i + +lib/lz4frame.s: lib/lz4frame.c.s +.PHONY : lib/lz4frame.s + +# target to generate assembly for a file +lib/lz4frame.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/lz4frame.c.s +.PHONY : lib/lz4frame.c.s + +lib/lz4hc.o: lib/lz4hc.c.o +.PHONY : lib/lz4hc.o + +# target to build an object file +lib/lz4hc.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/lz4hc.c.o +.PHONY : lib/lz4hc.c.o + +lib/lz4hc.i: lib/lz4hc.c.i +.PHONY : lib/lz4hc.i + +# target to preprocess a source file +lib/lz4hc.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/lz4hc.c.i +.PHONY : lib/lz4hc.c.i + +lib/lz4hc.s: lib/lz4hc.c.s +.PHONY : lib/lz4hc.s + +# target to generate assembly for a file +lib/lz4hc.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/lz4hc.c.s +.PHONY : lib/lz4hc.c.s + +lib/xxhash.o: lib/xxhash.c.o +.PHONY : lib/xxhash.o + +# target to build an object file +lib/xxhash.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/xxhash.c.o +.PHONY : lib/xxhash.c.o + +lib/xxhash.i: lib/xxhash.c.i +.PHONY : lib/xxhash.i + +# target to preprocess a source file +lib/xxhash.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/xxhash.c.i +.PHONY : lib/xxhash.c.i + +lib/xxhash.s: lib/xxhash.c.s +.PHONY : lib/xxhash.s + +# target to generate assembly for a file +lib/xxhash.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lz4.dir/build.make CMakeFiles/lz4.dir/lib/xxhash.c.s +.PHONY : lib/xxhash.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... lz4" + @echo "... lib/lz4.o" + @echo "... lib/lz4.i" + @echo "... lib/lz4.s" + @echo "... lib/lz4frame.o" + @echo "... lib/lz4frame.i" + @echo "... lib/lz4frame.s" + @echo "... lib/lz4hc.o" + @echo "... lib/lz4hc.i" + @echo "... lib/lz4hc.s" + @echo "... lib/xxhash.o" + @echo "... lib/xxhash.i" + @echo "... lib/xxhash.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/protocol/mysqlx/lz4/cmake_install.cmake b/build/cdk/protocol/mysqlx/lz4/cmake_install.cmake new file mode 100644 index 000000000..f5e2d6217 --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/cmake_install.cmake @@ -0,0 +1,66 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/extra/lz4 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/protocol/mysqlx/lz4/exports.cmake b/build/cdk/protocol/mysqlx/lz4/exports.cmake new file mode 100644 index 000000000..0cf611b9c --- /dev/null +++ b/build/cdk/protocol/mysqlx/lz4/exports.cmake @@ -0,0 +1,68 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.29) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS ext_lz4) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target ext_lz4 +add_library(ext_lz4 STATIC IMPORTED) + +set_target_properties(ext_lz4 PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/carlon/code/mysql-connector-cpp/cdk/extra/lz4/lib" +) + +# Import target "ext_lz4" for configuration "Release" +set_property(TARGET ext_lz4 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(ext_lz4 PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C" + IMPORTED_LOCATION_RELEASE "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/lz4/liblz4.a" + ) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeCache.txt b/build/cdk/protocol/mysqlx/zlib/CMakeCache.txt new file mode 100644 index 000000000..efe5e16a7 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeCache.txt @@ -0,0 +1,457 @@ +# This is the CMakeCache file. +# For build in directory: /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +Bootstrap_BINARY_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/platform-cache + +//Value Computed by CMake +Bootstrap_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +Bootstrap_SOURCE_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=Release + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//No help, variable specified on the command line. +CMAKE_CXX_COMPILER:UNINITIALIZED=/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 + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:UNINITIALIZED=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Install path prefix, prepended onto install directories.Path +// to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=zlib + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=1.3.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=3 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//No help, variable specified on the command line. +CMAKE_SYSTEM_NAME:UNINITIALIZED=Linux + +//No help, variable specified on the command line. +CMAKE_SYSTEM_PROCESSOR:UNINITIALIZED=x86_64 + +//No help, variable specified on the command line. +CMAKE_SYSTEM_VERSION:UNINITIALIZED=6.16.11-200.fc42.x86_64 + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Set -fdebug-prefix-map option to ensure relative source locations +// in debug entries. +DEBUG_PREFIX_MAP:BOOL=ON + +//Enable Zlib Examples +ZLIB_BUILD_EXAMPLES:BOOL=OFF + +//Value Computed by CMake +zlib_BINARY_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib + +//Value Computed by CMake +zlib_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +zlib_SOURCE_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib + + +######################## +# INTERNAL cache entries +######################## + +BIG_ENDIAN:INTERNAL=0 +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=31 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=6 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Whether to issue deprecation errors for macros and functions. +CMAKE_ERROR_DEPRECATED:INTERNAL=FALSE +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//Suppress errors that are meant for the author of the CMakeLists.txt +// files. +CMAKE_SUPPRESS_DEVELOPER_ERRORS:INTERNAL=TRUE +//Suppress Warnings that are meant for the author of the CMakeLists.txt +// files. +CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Whether to issue warnings for deprecated functionality. +CMAKE_WARN_DEPRECATED:INTERNAL=FALSE +CXX_FRONTEND:INTERNAL=GCC +CXX_FRONTEND_GCC:INTERNAL=1 +//Have function fseeko +HAVE_FSEEKO:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_OFF64_T:INTERNAL=TRUE +//Have include stddef.h +HAVE_STDDEF_H:INTERNAL=1 +//Have include stdint.h +HAVE_STDINT_H:INTERNAL=1 +//Have include sys/types.h +HAVE_SYS_TYPES_H:INTERNAL=1 +IS64BIT:INTERNAL=TRUE +LINUX:INTERNAL=TRUE +//CHECK_TYPE_SIZE: sizeof(off64_t) +OFF64_T:INTERNAL=8 +TOOLSET:INTERNAL=GCC +TOOLSET_GCC:INTERNAL=1 +//Have include unistd.h +Z_HAVE_UNISTD_H:INTERNAL=1 +//linker supports push/pop state +_CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//linker supports push/pop state +_CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE + diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeCCompiler.cmake b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeCCompiler.cmake new file mode 100644 index 000000000..1bf4193c0 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeCCompiler.cmake @@ -0,0 +1,81 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "15.2.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake new file mode 100644 index 000000000..a540e86b2 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "15.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +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_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +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_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +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++/15;/usr/include/c++/15/x86_64-redhat-linux;/usr/include/c++/15/backward;/usr/lib/gcc/x86_64-redhat-linux/15/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/15;/usr/lib64;/lib64;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + + diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 000000000..ffc550dac Binary files /dev/null and b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 000000000..ec72276a8 Binary files /dev/null and b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeSystem.cmake b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeSystem.cmake new file mode 100644 index 000000000..d73d28be7 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.16.11-200.fc42.x86_64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.16.11-200.fc42.x86_64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.16.11-200.fc42.x86_64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.16.11-200.fc42.x86_64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 000000000..50d95e5ba --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,904 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdC/a.out b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdC/a.out new file mode 100755 index 000000000..38903a162 Binary files /dev/null and b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdC/a.out differ diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 000000000..3b6e114ca --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* 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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#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/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdCXX/a.out b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdCXX/a.out new file mode 100755 index 000000000..fd1a065db Binary files /dev/null and b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/3.31.6/CompilerIdCXX/a.out differ diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeConfigureLog.yaml b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 000000000..febe34895 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,735 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:35 (project)" + message: | + The system is: Linux - 6.16.11-200.fc42.x86_64 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:35 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/3.31.6/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:35 (project)" + message: | + 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/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/3.31.6/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ" + binary: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_320a1/fast + /usr/bin/gmake -f CMakeFiles/cmTC_320a1.dir/build.make CMakeFiles/cmTC_320a1.dir/build + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + Building C object CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o + /usr/bin/cc -v -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/' + /usr/libexec/gcc/x86_64-redhat-linux/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_320a1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccfmGvFw.s + GNU C23 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux) + compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1), GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../x86_64-redhat-linux/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-redhat-linux/15/include + /usr/local/include + /usr/include + End of search list. + Compiler executable checksum: 2f5fb64c856191160801414dd9eb2451 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/' + as -v --64 -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o /tmp/ccfmGvFw.s + GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_320a1 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_320a1.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.' + /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1) + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + GNU ld version 2.44-6.fc42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.' + /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -o cmTC_320a1 + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-redhat-linux/15/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/15/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_320a1/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_320a1.dir/build.make CMakeFiles/cmTC_320a1.dir/build] + ignore line: [gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ'] + ignore line: [Building C object CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_320a1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccfmGvFw.s] + ignore line: [GNU C23 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux)] + ignore line: [ compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1) GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 2f5fb64c856191160801414dd9eb2451] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o /tmp/ccfmGvFw.s] + ignore line: [GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_320a1] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_320a1.dir/link.txt --verbose=1] + 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/15/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccfGPXr1.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--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_320a1] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + ignore line: [collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1)] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + linker tool for 'C': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15] ==> [/usr/lib/gcc/x86_64-redhat-linux/15] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Running the C compiler's linker: "/usr/bin/ld" "-v" + GNU ld version 2.44-6.fc42 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl" + binary: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9945d/fast + /usr/bin/gmake -f CMakeFiles/cmTC_9945d.dir/build.make CMakeFiles/cmTC_9945d.dir/build + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + Building CXX object CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o + /usr/bin/c++ -v -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/' + /usr/libexec/gcc/x86_64-redhat-linux/15/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_9945d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccbQPWa6.s + GNU C++17 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux) + compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1), GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../x86_64-redhat-linux/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15 + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward + /usr/lib/gcc/x86_64-redhat-linux/15/include + /usr/local/include + /usr/include + End of search list. + Compiler executable checksum: 7616bbd86ab77c360311eb36cf6ebbe2 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/' + as -v --64 -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbQPWa6.s + GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_9945d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9945d.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.' + /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1) + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + GNU ld version 2.44-6.fc42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.' + /usr/bin/c++ -v -Wl,-v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_9945d + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15] ==> [/usr/include/c++/15] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] ==> [/usr/include/c++/15/x86_64-redhat-linux] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] ==> [/usr/include/c++/15/backward] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/15/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/15;/usr/include/c++/15/x86_64-redhat-linux;/usr/include/c++/15/backward;/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9945d/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_9945d.dir/build.make CMakeFiles/cmTC_9945d.dir/build] + ignore line: [gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl'] + ignore line: [Building CXX object CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_9945d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccbQPWa6.s] + ignore line: [GNU C++17 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux)] + ignore line: [ compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1) GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../../../include/c++/15] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 7616bbd86ab77c360311eb36cf6ebbe2] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbQPWa6.s] + ignore line: [GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_9945d] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9945d.dir/link.txt --verbose=1] + 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/15/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc5zF09D.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--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_9945d] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_9945d.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/15/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + ignore line: [collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1)] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15] ==> [/usr/lib/gcc/x86_64-redhat-linux/15] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld version 2.44-6.fc42 +... + +--- +events: + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "CMakeLists.txt:51 (check_include_file)" + checks: + - "Looking for sys/types.h" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-390IKH" + binary: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-390IKH" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/carlon/code/mysql-connector-cpp/cdk/cmake" + CMAKE_WARN_DEPRECATED: "FALSE" + buildResult: + variable: "HAVE_SYS_TYPES_H" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-390IKH' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_bbca0/fast + /usr/bin/gmake -f CMakeFiles/cmTC_bbca0.dir/build.make CMakeFiles/cmTC_bbca0.dir/build + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-390IKH' wordt binnengegaan + Building C object CMakeFiles/cmTC_bbca0.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_bbca0.dir/CheckIncludeFile.c.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-390IKH/CheckIncludeFile.c + Linking C executable cmTC_bbca0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bbca0.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_bbca0.dir/CheckIncludeFile.c.o -o cmTC_bbca0 + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-390IKH' wordt verlaten + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "CMakeLists.txt:52 (check_include_file)" + checks: + - "Looking for stdint.h" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-tHbF7j" + binary: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-tHbF7j" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/carlon/code/mysql-connector-cpp/cdk/cmake" + CMAKE_WARN_DEPRECATED: "FALSE" + buildResult: + variable: "HAVE_STDINT_H" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-tHbF7j' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_d330a/fast + /usr/bin/gmake -f CMakeFiles/cmTC_d330a.dir/build.make CMakeFiles/cmTC_d330a.dir/build + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-tHbF7j' wordt binnengegaan + Building C object CMakeFiles/cmTC_d330a.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_d330a.dir/CheckIncludeFile.c.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-tHbF7j/CheckIncludeFile.c + Linking C executable cmTC_d330a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d330a.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_d330a.dir/CheckIncludeFile.c.o -o cmTC_d330a + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-tHbF7j' wordt verlaten + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "CMakeLists.txt:53 (check_include_file)" + checks: + - "Looking for stddef.h" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-hekOlf" + binary: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-hekOlf" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/carlon/code/mysql-connector-cpp/cdk/cmake" + CMAKE_WARN_DEPRECATED: "FALSE" + buildResult: + variable: "HAVE_STDDEF_H" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-hekOlf' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_34d52/fast + /usr/bin/gmake -f CMakeFiles/cmTC_34d52.dir/build.make CMakeFiles/cmTC_34d52.dir/build + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-hekOlf' wordt binnengegaan + Building C object CMakeFiles/cmTC_34d52.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_34d52.dir/CheckIncludeFile.c.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-hekOlf/CheckIncludeFile.c + Linking C executable cmTC_34d52 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_34d52.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_34d52.dir/CheckIncludeFile.c.o -o cmTC_34d52 + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-hekOlf' wordt verlaten + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "CMakeLists.txt:71 (check_type_size)" + checks: + - "Check size of off64_t" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-wmN95p" + binary: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-wmN95p" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/carlon/code/mysql-connector-cpp/cdk/cmake" + CMAKE_WARN_DEPRECATED: "FALSE" + buildResult: + variable: "HAVE_OFF64_T" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-wmN95p' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_c3601/fast + /usr/bin/gmake -f CMakeFiles/cmTC_c3601.dir/build.make CMakeFiles/cmTC_c3601.dir/build + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-wmN95p' wordt binnengegaan + Building C object CMakeFiles/cmTC_c3601.dir/OFF64_T.c.o + /usr/bin/cc -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H -D_LARGEFILE64_SOURCE=1 -o CMakeFiles/cmTC_c3601.dir/OFF64_T.c.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-wmN95p/OFF64_T.c + Linking C executable cmTC_c3601 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3601.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_c3601.dir/OFF64_T.c.o -o cmTC_c3601 + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-wmN95p' wordt verlaten + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "CMakeLists.txt:80 (check_function_exists)" + checks: + - "Looking for fseeko" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-4WVe8A" + binary: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-4WVe8A" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/carlon/code/mysql-connector-cpp/cdk/cmake" + CMAKE_WARN_DEPRECATED: "FALSE" + buildResult: + variable: "HAVE_FSEEKO" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-4WVe8A' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_31430/fast + /usr/bin/gmake -f CMakeFiles/cmTC_31430.dir/build.make CMakeFiles/cmTC_31430.dir/build + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-4WVe8A' wordt binnengegaan + Building C object CMakeFiles/cmTC_31430.dir/CheckFunctionExists.c.o + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=fseeko -o CMakeFiles/cmTC_31430.dir/CheckFunctionExists.c.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-4WVe8A/CheckFunctionExists.c + Linking C executable cmTC_31430 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31430.dir/link.txt --verbose=1 + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=fseeko CMakeFiles/cmTC_31430.dir/CheckFunctionExists.c.o -o cmTC_31430 + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-4WVe8A' wordt verlaten + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "CMakeLists.txt:88 (check_include_file)" + checks: + - "Looking for unistd.h" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-JhGhTd" + binary: "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-JhGhTd" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/carlon/code/mysql-connector-cpp/cdk/cmake" + CMAKE_WARN_DEPRECATED: "FALSE" + buildResult: + variable: "Z_HAVE_UNISTD_H" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-JhGhTd' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_95177/fast + /usr/bin/gmake -f CMakeFiles/cmTC_95177.dir/build.make CMakeFiles/cmTC_95177.dir/build + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-JhGhTd' wordt binnengegaan + Building C object CMakeFiles/cmTC_95177.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_95177.dir/CheckIncludeFile.c.o -c /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-JhGhTd/CheckIncludeFile.c + Linking C executable cmTC_95177 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95177.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_95177.dir/CheckIncludeFile.c.o -o cmTC_95177 + gmake[1]: Map '/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeScratch/TryCompile-JhGhTd' wordt verlaten + + exitCode: 0 +... diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..2fd3d5912 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CheckTypeSize/OFF64_T.bin b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CheckTypeSize/OFF64_T.bin new file mode 100755 index 000000000..73aba9ebe Binary files /dev/null and b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/CheckTypeSize/OFF64_T.bin differ diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/Makefile.cmake b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/Makefile.cmake new file mode 100644 index 000000000..404b52fd6 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/Makefile.cmake @@ -0,0 +1,68 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "CMakeFiles/3.31.6/CMakeCCompiler.cmake" + "CMakeFiles/3.31.6/CMakeSystem.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/cmake/compiler/GCC.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/cmake/platform.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/setup.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/CMakeLists.txt" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/zconf.h.cmakein" + "/usr/share/cmake/Modules/CMakeCInformation.cmake" + "/usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake" + "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake" + "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake" + "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + "/usr/share/cmake/Modules/CheckTypeSize.cmake" + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake/Modules/Compiler/GNU.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake" + "/usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake" + "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake" + "/usr/share/cmake/Modules/Linker/GNU-C.cmake" + "/usr/share/cmake/Modules/Linker/GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linker/GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + "/usr/share/cmake/Modules/Platform/Linux.cmake" + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake/Modules/TestBigEndian.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "zconf.h" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/zlib.dir/DependInfo.cmake" + ) diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/Makefile2 b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/Makefile2 new file mode 100644 index 000000000..4dc19f71e --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/Makefile2 @@ -0,0 +1,122 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/zlib.dir/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/zlib.dir/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/zlib.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/zlib.dir + +# All Build rule for target. +CMakeFiles/zlib.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 "Built target zlib" +.PHONY : CMakeFiles/zlib.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/zlib.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles 16 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/zlib.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles 0 +.PHONY : CMakeFiles/zlib.dir/rule + +# Convenience name for target. +zlib: CMakeFiles/zlib.dir/rule +.PHONY : zlib + +# codegen rule for target. +CMakeFiles/zlib.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 "Finished codegen for target zlib" +.PHONY : CMakeFiles/zlib.dir/codegen + +# clean rule for target. +CMakeFiles/zlib.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/clean +.PHONY : CMakeFiles/zlib.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/TargetDirectories.txt b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/TargetDirectories.txt new file mode 100644 index 000000000..04a5114d3 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir +/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/edit_cache.dir +/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/rebuild_cache.dir diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/cmake.check_cache b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/cmake.check_cache new file mode 100644 index 000000000..3dccd7317 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/progress.marks b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/progress.marks new file mode 100644 index 000000000..b6a7d89c6 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/progress.marks @@ -0,0 +1 @@ +16 diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/DependInfo.cmake b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/DependInfo.cmake new file mode 100644 index 000000000..cf2daa25d --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/DependInfo.cmake @@ -0,0 +1,37 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/adler32.c" "CMakeFiles/zlib.dir/adler32.c.o" "gcc" "CMakeFiles/zlib.dir/adler32.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/compress.c" "CMakeFiles/zlib.dir/compress.c.o" "gcc" "CMakeFiles/zlib.dir/compress.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/crc32.c" "CMakeFiles/zlib.dir/crc32.c.o" "gcc" "CMakeFiles/zlib.dir/crc32.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/deflate.c" "CMakeFiles/zlib.dir/deflate.c.o" "gcc" "CMakeFiles/zlib.dir/deflate.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzclose.c" "CMakeFiles/zlib.dir/gzclose.c.o" "gcc" "CMakeFiles/zlib.dir/gzclose.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzlib.c" "CMakeFiles/zlib.dir/gzlib.c.o" "gcc" "CMakeFiles/zlib.dir/gzlib.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzread.c" "CMakeFiles/zlib.dir/gzread.c.o" "gcc" "CMakeFiles/zlib.dir/gzread.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzwrite.c" "CMakeFiles/zlib.dir/gzwrite.c.o" "gcc" "CMakeFiles/zlib.dir/gzwrite.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/infback.c" "CMakeFiles/zlib.dir/infback.c.o" "gcc" "CMakeFiles/zlib.dir/infback.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inffast.c" "CMakeFiles/zlib.dir/inffast.c.o" "gcc" "CMakeFiles/zlib.dir/inffast.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inflate.c" "CMakeFiles/zlib.dir/inflate.c.o" "gcc" "CMakeFiles/zlib.dir/inflate.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inftrees.c" "CMakeFiles/zlib.dir/inftrees.c.o" "gcc" "CMakeFiles/zlib.dir/inftrees.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/trees.c" "CMakeFiles/zlib.dir/trees.c.o" "gcc" "CMakeFiles/zlib.dir/trees.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/uncompr.c" "CMakeFiles/zlib.dir/uncompr.c.o" "gcc" "CMakeFiles/zlib.dir/uncompr.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/zutil.c" "CMakeFiles/zlib.dir/zutil.c.o" "gcc" "CMakeFiles/zlib.dir/zutil.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/build.make b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/build.make new file mode 100644 index 000000000..42a600b01 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/build.make @@ -0,0 +1,338 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib + +# Include any dependencies generated for this target. +include CMakeFiles/zlib.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/zlib.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/zlib.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/zlib.dir/flags.make + +CMakeFiles/zlib.dir/codegen: +.PHONY : CMakeFiles/zlib.dir/codegen + +CMakeFiles/zlib.dir/adler32.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/adler32.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/adler32.c +CMakeFiles/zlib.dir/adler32.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/zlib.dir/adler32.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/adler32.c.o -MF CMakeFiles/zlib.dir/adler32.c.o.d -o CMakeFiles/zlib.dir/adler32.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/adler32.c + +CMakeFiles/zlib.dir/adler32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/adler32.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/adler32.c > CMakeFiles/zlib.dir/adler32.c.i + +CMakeFiles/zlib.dir/adler32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/adler32.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/adler32.c -o CMakeFiles/zlib.dir/adler32.c.s + +CMakeFiles/zlib.dir/compress.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/compress.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/compress.c +CMakeFiles/zlib.dir/compress.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/zlib.dir/compress.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/compress.c.o -MF CMakeFiles/zlib.dir/compress.c.o.d -o CMakeFiles/zlib.dir/compress.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/compress.c + +CMakeFiles/zlib.dir/compress.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/compress.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/compress.c > CMakeFiles/zlib.dir/compress.c.i + +CMakeFiles/zlib.dir/compress.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/compress.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/compress.c -o CMakeFiles/zlib.dir/compress.c.s + +CMakeFiles/zlib.dir/crc32.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/crc32.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/crc32.c +CMakeFiles/zlib.dir/crc32.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/zlib.dir/crc32.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/crc32.c.o -MF CMakeFiles/zlib.dir/crc32.c.o.d -o CMakeFiles/zlib.dir/crc32.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/crc32.c + +CMakeFiles/zlib.dir/crc32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/crc32.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/crc32.c > CMakeFiles/zlib.dir/crc32.c.i + +CMakeFiles/zlib.dir/crc32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/crc32.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/crc32.c -o CMakeFiles/zlib.dir/crc32.c.s + +CMakeFiles/zlib.dir/deflate.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/deflate.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/deflate.c +CMakeFiles/zlib.dir/deflate.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/zlib.dir/deflate.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/deflate.c.o -MF CMakeFiles/zlib.dir/deflate.c.o.d -o CMakeFiles/zlib.dir/deflate.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/deflate.c + +CMakeFiles/zlib.dir/deflate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/deflate.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/deflate.c > CMakeFiles/zlib.dir/deflate.c.i + +CMakeFiles/zlib.dir/deflate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/deflate.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/deflate.c -o CMakeFiles/zlib.dir/deflate.c.s + +CMakeFiles/zlib.dir/gzclose.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/gzclose.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzclose.c +CMakeFiles/zlib.dir/gzclose.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/zlib.dir/gzclose.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/gzclose.c.o -MF CMakeFiles/zlib.dir/gzclose.c.o.d -o CMakeFiles/zlib.dir/gzclose.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzclose.c + +CMakeFiles/zlib.dir/gzclose.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/gzclose.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzclose.c > CMakeFiles/zlib.dir/gzclose.c.i + +CMakeFiles/zlib.dir/gzclose.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/gzclose.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzclose.c -o CMakeFiles/zlib.dir/gzclose.c.s + +CMakeFiles/zlib.dir/gzlib.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/gzlib.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzlib.c +CMakeFiles/zlib.dir/gzlib.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/zlib.dir/gzlib.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/gzlib.c.o -MF CMakeFiles/zlib.dir/gzlib.c.o.d -o CMakeFiles/zlib.dir/gzlib.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzlib.c + +CMakeFiles/zlib.dir/gzlib.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/gzlib.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzlib.c > CMakeFiles/zlib.dir/gzlib.c.i + +CMakeFiles/zlib.dir/gzlib.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/gzlib.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzlib.c -o CMakeFiles/zlib.dir/gzlib.c.s + +CMakeFiles/zlib.dir/gzread.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/gzread.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzread.c +CMakeFiles/zlib.dir/gzread.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/zlib.dir/gzread.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/gzread.c.o -MF CMakeFiles/zlib.dir/gzread.c.o.d -o CMakeFiles/zlib.dir/gzread.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzread.c + +CMakeFiles/zlib.dir/gzread.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/gzread.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzread.c > CMakeFiles/zlib.dir/gzread.c.i + +CMakeFiles/zlib.dir/gzread.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/gzread.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzread.c -o CMakeFiles/zlib.dir/gzread.c.s + +CMakeFiles/zlib.dir/gzwrite.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/gzwrite.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzwrite.c +CMakeFiles/zlib.dir/gzwrite.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/zlib.dir/gzwrite.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/gzwrite.c.o -MF CMakeFiles/zlib.dir/gzwrite.c.o.d -o CMakeFiles/zlib.dir/gzwrite.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzwrite.c + +CMakeFiles/zlib.dir/gzwrite.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/gzwrite.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzwrite.c > CMakeFiles/zlib.dir/gzwrite.c.i + +CMakeFiles/zlib.dir/gzwrite.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/gzwrite.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/gzwrite.c -o CMakeFiles/zlib.dir/gzwrite.c.s + +CMakeFiles/zlib.dir/inflate.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/inflate.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inflate.c +CMakeFiles/zlib.dir/inflate.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/zlib.dir/inflate.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/inflate.c.o -MF CMakeFiles/zlib.dir/inflate.c.o.d -o CMakeFiles/zlib.dir/inflate.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inflate.c + +CMakeFiles/zlib.dir/inflate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/inflate.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inflate.c > CMakeFiles/zlib.dir/inflate.c.i + +CMakeFiles/zlib.dir/inflate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/inflate.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inflate.c -o CMakeFiles/zlib.dir/inflate.c.s + +CMakeFiles/zlib.dir/infback.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/infback.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/infback.c +CMakeFiles/zlib.dir/infback.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/zlib.dir/infback.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/infback.c.o -MF CMakeFiles/zlib.dir/infback.c.o.d -o CMakeFiles/zlib.dir/infback.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/infback.c + +CMakeFiles/zlib.dir/infback.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/infback.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/infback.c > CMakeFiles/zlib.dir/infback.c.i + +CMakeFiles/zlib.dir/infback.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/infback.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/infback.c -o CMakeFiles/zlib.dir/infback.c.s + +CMakeFiles/zlib.dir/inftrees.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/inftrees.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inftrees.c +CMakeFiles/zlib.dir/inftrees.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/zlib.dir/inftrees.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/inftrees.c.o -MF CMakeFiles/zlib.dir/inftrees.c.o.d -o CMakeFiles/zlib.dir/inftrees.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inftrees.c + +CMakeFiles/zlib.dir/inftrees.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/inftrees.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inftrees.c > CMakeFiles/zlib.dir/inftrees.c.i + +CMakeFiles/zlib.dir/inftrees.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/inftrees.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inftrees.c -o CMakeFiles/zlib.dir/inftrees.c.s + +CMakeFiles/zlib.dir/inffast.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/inffast.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inffast.c +CMakeFiles/zlib.dir/inffast.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/zlib.dir/inffast.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/inffast.c.o -MF CMakeFiles/zlib.dir/inffast.c.o.d -o CMakeFiles/zlib.dir/inffast.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inffast.c + +CMakeFiles/zlib.dir/inffast.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/inffast.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inffast.c > CMakeFiles/zlib.dir/inffast.c.i + +CMakeFiles/zlib.dir/inffast.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/inffast.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/inffast.c -o CMakeFiles/zlib.dir/inffast.c.s + +CMakeFiles/zlib.dir/trees.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/trees.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/trees.c +CMakeFiles/zlib.dir/trees.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/zlib.dir/trees.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/trees.c.o -MF CMakeFiles/zlib.dir/trees.c.o.d -o CMakeFiles/zlib.dir/trees.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/trees.c + +CMakeFiles/zlib.dir/trees.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/trees.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/trees.c > CMakeFiles/zlib.dir/trees.c.i + +CMakeFiles/zlib.dir/trees.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/trees.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/trees.c -o CMakeFiles/zlib.dir/trees.c.s + +CMakeFiles/zlib.dir/uncompr.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/uncompr.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/uncompr.c +CMakeFiles/zlib.dir/uncompr.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/zlib.dir/uncompr.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/uncompr.c.o -MF CMakeFiles/zlib.dir/uncompr.c.o.d -o CMakeFiles/zlib.dir/uncompr.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/uncompr.c + +CMakeFiles/zlib.dir/uncompr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/uncompr.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/uncompr.c > CMakeFiles/zlib.dir/uncompr.c.i + +CMakeFiles/zlib.dir/uncompr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/uncompr.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/uncompr.c -o CMakeFiles/zlib.dir/uncompr.c.s + +CMakeFiles/zlib.dir/zutil.c.o: CMakeFiles/zlib.dir/flags.make +CMakeFiles/zlib.dir/zutil.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/zutil.c +CMakeFiles/zlib.dir/zutil.c.o: CMakeFiles/zlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/zlib.dir/zutil.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zlib.dir/zutil.c.o -MF CMakeFiles/zlib.dir/zutil.c.o.d -o CMakeFiles/zlib.dir/zutil.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/zutil.c + +CMakeFiles/zlib.dir/zutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zlib.dir/zutil.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/zutil.c > CMakeFiles/zlib.dir/zutil.c.i + +CMakeFiles/zlib.dir/zutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zlib.dir/zutil.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib/zutil.c -o CMakeFiles/zlib.dir/zutil.c.s + +# Object files for target zlib +zlib_OBJECTS = \ +"CMakeFiles/zlib.dir/adler32.c.o" \ +"CMakeFiles/zlib.dir/compress.c.o" \ +"CMakeFiles/zlib.dir/crc32.c.o" \ +"CMakeFiles/zlib.dir/deflate.c.o" \ +"CMakeFiles/zlib.dir/gzclose.c.o" \ +"CMakeFiles/zlib.dir/gzlib.c.o" \ +"CMakeFiles/zlib.dir/gzread.c.o" \ +"CMakeFiles/zlib.dir/gzwrite.c.o" \ +"CMakeFiles/zlib.dir/inflate.c.o" \ +"CMakeFiles/zlib.dir/infback.c.o" \ +"CMakeFiles/zlib.dir/inftrees.c.o" \ +"CMakeFiles/zlib.dir/inffast.c.o" \ +"CMakeFiles/zlib.dir/trees.c.o" \ +"CMakeFiles/zlib.dir/uncompr.c.o" \ +"CMakeFiles/zlib.dir/zutil.c.o" + +# External object files for target zlib +zlib_EXTERNAL_OBJECTS = + +libzlib.a: CMakeFiles/zlib.dir/adler32.c.o +libzlib.a: CMakeFiles/zlib.dir/compress.c.o +libzlib.a: CMakeFiles/zlib.dir/crc32.c.o +libzlib.a: CMakeFiles/zlib.dir/deflate.c.o +libzlib.a: CMakeFiles/zlib.dir/gzclose.c.o +libzlib.a: CMakeFiles/zlib.dir/gzlib.c.o +libzlib.a: CMakeFiles/zlib.dir/gzread.c.o +libzlib.a: CMakeFiles/zlib.dir/gzwrite.c.o +libzlib.a: CMakeFiles/zlib.dir/inflate.c.o +libzlib.a: CMakeFiles/zlib.dir/infback.c.o +libzlib.a: CMakeFiles/zlib.dir/inftrees.c.o +libzlib.a: CMakeFiles/zlib.dir/inffast.c.o +libzlib.a: CMakeFiles/zlib.dir/trees.c.o +libzlib.a: CMakeFiles/zlib.dir/uncompr.c.o +libzlib.a: CMakeFiles/zlib.dir/zutil.c.o +libzlib.a: CMakeFiles/zlib.dir/build.make +libzlib.a: CMakeFiles/zlib.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Linking C static library libzlib.a" + $(CMAKE_COMMAND) -P CMakeFiles/zlib.dir/cmake_clean_target.cmake + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/zlib.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/zlib.dir/build: libzlib.a +.PHONY : CMakeFiles/zlib.dir/build + +CMakeFiles/zlib.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/zlib.dir/cmake_clean.cmake +.PHONY : CMakeFiles/zlib.dir/clean + +CMakeFiles/zlib.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/zlib.dir/depend + diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/cmake_clean.cmake b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/cmake_clean.cmake new file mode 100644 index 000000000..418e9eeef --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/cmake_clean.cmake @@ -0,0 +1,39 @@ +file(REMOVE_RECURSE + "CMakeFiles/zlib.dir/adler32.c.o" + "CMakeFiles/zlib.dir/adler32.c.o.d" + "CMakeFiles/zlib.dir/compress.c.o" + "CMakeFiles/zlib.dir/compress.c.o.d" + "CMakeFiles/zlib.dir/crc32.c.o" + "CMakeFiles/zlib.dir/crc32.c.o.d" + "CMakeFiles/zlib.dir/deflate.c.o" + "CMakeFiles/zlib.dir/deflate.c.o.d" + "CMakeFiles/zlib.dir/gzclose.c.o" + "CMakeFiles/zlib.dir/gzclose.c.o.d" + "CMakeFiles/zlib.dir/gzlib.c.o" + "CMakeFiles/zlib.dir/gzlib.c.o.d" + "CMakeFiles/zlib.dir/gzread.c.o" + "CMakeFiles/zlib.dir/gzread.c.o.d" + "CMakeFiles/zlib.dir/gzwrite.c.o" + "CMakeFiles/zlib.dir/gzwrite.c.o.d" + "CMakeFiles/zlib.dir/infback.c.o" + "CMakeFiles/zlib.dir/infback.c.o.d" + "CMakeFiles/zlib.dir/inffast.c.o" + "CMakeFiles/zlib.dir/inffast.c.o.d" + "CMakeFiles/zlib.dir/inflate.c.o" + "CMakeFiles/zlib.dir/inflate.c.o.d" + "CMakeFiles/zlib.dir/inftrees.c.o" + "CMakeFiles/zlib.dir/inftrees.c.o.d" + "CMakeFiles/zlib.dir/trees.c.o" + "CMakeFiles/zlib.dir/trees.c.o.d" + "CMakeFiles/zlib.dir/uncompr.c.o" + "CMakeFiles/zlib.dir/uncompr.c.o.d" + "CMakeFiles/zlib.dir/zutil.c.o" + "CMakeFiles/zlib.dir/zutil.c.o.d" + "libzlib.a" + "libzlib.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/zlib.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/cmake_clean_target.cmake b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..fae4dbbea --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libzlib.a" +) diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/compiler_depend.make b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/compiler_depend.make new file mode 100644 index 000000000..f1d69a603 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for zlib. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/compiler_depend.ts b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/compiler_depend.ts new file mode 100644 index 000000000..dfa31a4ec --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for zlib. diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/depend.make b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/depend.make new file mode 100644 index 000000000..2e658d7b2 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for zlib. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/flags.make b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/flags.make new file mode 100644 index 000000000..bbc811bf7 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile C with /usr/bin/cc +C_DEFINES = -D_LARGEFILE64_SOURCE=1 + +C_INCLUDES = -isystem /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib -isystem /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib + +C_FLAGS = -O1 -DNDEBUG -fPIC + diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/link.txt b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/link.txt new file mode 100644 index 000000000..e1f98e352 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libzlib.a CMakeFiles/zlib.dir/adler32.c.o CMakeFiles/zlib.dir/compress.c.o CMakeFiles/zlib.dir/crc32.c.o CMakeFiles/zlib.dir/deflate.c.o CMakeFiles/zlib.dir/gzclose.c.o CMakeFiles/zlib.dir/gzlib.c.o CMakeFiles/zlib.dir/gzread.c.o CMakeFiles/zlib.dir/gzwrite.c.o CMakeFiles/zlib.dir/inflate.c.o CMakeFiles/zlib.dir/infback.c.o CMakeFiles/zlib.dir/inftrees.c.o CMakeFiles/zlib.dir/inffast.c.o CMakeFiles/zlib.dir/trees.c.o CMakeFiles/zlib.dir/uncompr.c.o CMakeFiles/zlib.dir/zutil.c.o +/usr/bin/ranlib libzlib.a diff --git a/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/progress.make b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/progress.make new file mode 100644 index 000000000..b497c8ad6 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/CMakeFiles/zlib.dir/progress.make @@ -0,0 +1,17 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 +CMAKE_PROGRESS_5 = 5 +CMAKE_PROGRESS_6 = 6 +CMAKE_PROGRESS_7 = 7 +CMAKE_PROGRESS_8 = 8 +CMAKE_PROGRESS_9 = 9 +CMAKE_PROGRESS_10 = 10 +CMAKE_PROGRESS_11 = 11 +CMAKE_PROGRESS_12 = 12 +CMAKE_PROGRESS_13 = 13 +CMAKE_PROGRESS_14 = 14 +CMAKE_PROGRESS_15 = 15 +CMAKE_PROGRESS_16 = 16 + diff --git a/build/cdk/protocol/mysqlx/zlib/Makefile b/build/cdk/protocol/mysqlx/zlib/Makefile new file mode 100644 index 000000000..bde492c5a --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/Makefile @@ -0,0 +1,559 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named zlib + +# Build rule for target. +zlib: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zlib +.PHONY : zlib + +# fast build rule for target. +zlib/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/build +.PHONY : zlib/fast + +adler32.o: adler32.c.o +.PHONY : adler32.o + +# target to build an object file +adler32.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/adler32.c.o +.PHONY : adler32.c.o + +adler32.i: adler32.c.i +.PHONY : adler32.i + +# target to preprocess a source file +adler32.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/adler32.c.i +.PHONY : adler32.c.i + +adler32.s: adler32.c.s +.PHONY : adler32.s + +# target to generate assembly for a file +adler32.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/adler32.c.s +.PHONY : adler32.c.s + +compress.o: compress.c.o +.PHONY : compress.o + +# target to build an object file +compress.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/compress.c.o +.PHONY : compress.c.o + +compress.i: compress.c.i +.PHONY : compress.i + +# target to preprocess a source file +compress.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/compress.c.i +.PHONY : compress.c.i + +compress.s: compress.c.s +.PHONY : compress.s + +# target to generate assembly for a file +compress.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/compress.c.s +.PHONY : compress.c.s + +crc32.o: crc32.c.o +.PHONY : crc32.o + +# target to build an object file +crc32.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/crc32.c.o +.PHONY : crc32.c.o + +crc32.i: crc32.c.i +.PHONY : crc32.i + +# target to preprocess a source file +crc32.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/crc32.c.i +.PHONY : crc32.c.i + +crc32.s: crc32.c.s +.PHONY : crc32.s + +# target to generate assembly for a file +crc32.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/crc32.c.s +.PHONY : crc32.c.s + +deflate.o: deflate.c.o +.PHONY : deflate.o + +# target to build an object file +deflate.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/deflate.c.o +.PHONY : deflate.c.o + +deflate.i: deflate.c.i +.PHONY : deflate.i + +# target to preprocess a source file +deflate.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/deflate.c.i +.PHONY : deflate.c.i + +deflate.s: deflate.c.s +.PHONY : deflate.s + +# target to generate assembly for a file +deflate.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/deflate.c.s +.PHONY : deflate.c.s + +gzclose.o: gzclose.c.o +.PHONY : gzclose.o + +# target to build an object file +gzclose.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzclose.c.o +.PHONY : gzclose.c.o + +gzclose.i: gzclose.c.i +.PHONY : gzclose.i + +# target to preprocess a source file +gzclose.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzclose.c.i +.PHONY : gzclose.c.i + +gzclose.s: gzclose.c.s +.PHONY : gzclose.s + +# target to generate assembly for a file +gzclose.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzclose.c.s +.PHONY : gzclose.c.s + +gzlib.o: gzlib.c.o +.PHONY : gzlib.o + +# target to build an object file +gzlib.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzlib.c.o +.PHONY : gzlib.c.o + +gzlib.i: gzlib.c.i +.PHONY : gzlib.i + +# target to preprocess a source file +gzlib.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzlib.c.i +.PHONY : gzlib.c.i + +gzlib.s: gzlib.c.s +.PHONY : gzlib.s + +# target to generate assembly for a file +gzlib.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzlib.c.s +.PHONY : gzlib.c.s + +gzread.o: gzread.c.o +.PHONY : gzread.o + +# target to build an object file +gzread.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzread.c.o +.PHONY : gzread.c.o + +gzread.i: gzread.c.i +.PHONY : gzread.i + +# target to preprocess a source file +gzread.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzread.c.i +.PHONY : gzread.c.i + +gzread.s: gzread.c.s +.PHONY : gzread.s + +# target to generate assembly for a file +gzread.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzread.c.s +.PHONY : gzread.c.s + +gzwrite.o: gzwrite.c.o +.PHONY : gzwrite.o + +# target to build an object file +gzwrite.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzwrite.c.o +.PHONY : gzwrite.c.o + +gzwrite.i: gzwrite.c.i +.PHONY : gzwrite.i + +# target to preprocess a source file +gzwrite.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzwrite.c.i +.PHONY : gzwrite.c.i + +gzwrite.s: gzwrite.c.s +.PHONY : gzwrite.s + +# target to generate assembly for a file +gzwrite.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzwrite.c.s +.PHONY : gzwrite.c.s + +infback.o: infback.c.o +.PHONY : infback.o + +# target to build an object file +infback.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/infback.c.o +.PHONY : infback.c.o + +infback.i: infback.c.i +.PHONY : infback.i + +# target to preprocess a source file +infback.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/infback.c.i +.PHONY : infback.c.i + +infback.s: infback.c.s +.PHONY : infback.s + +# target to generate assembly for a file +infback.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/infback.c.s +.PHONY : infback.c.s + +inffast.o: inffast.c.o +.PHONY : inffast.o + +# target to build an object file +inffast.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inffast.c.o +.PHONY : inffast.c.o + +inffast.i: inffast.c.i +.PHONY : inffast.i + +# target to preprocess a source file +inffast.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inffast.c.i +.PHONY : inffast.c.i + +inffast.s: inffast.c.s +.PHONY : inffast.s + +# target to generate assembly for a file +inffast.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inffast.c.s +.PHONY : inffast.c.s + +inflate.o: inflate.c.o +.PHONY : inflate.o + +# target to build an object file +inflate.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inflate.c.o +.PHONY : inflate.c.o + +inflate.i: inflate.c.i +.PHONY : inflate.i + +# target to preprocess a source file +inflate.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inflate.c.i +.PHONY : inflate.c.i + +inflate.s: inflate.c.s +.PHONY : inflate.s + +# target to generate assembly for a file +inflate.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inflate.c.s +.PHONY : inflate.c.s + +inftrees.o: inftrees.c.o +.PHONY : inftrees.o + +# target to build an object file +inftrees.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inftrees.c.o +.PHONY : inftrees.c.o + +inftrees.i: inftrees.c.i +.PHONY : inftrees.i + +# target to preprocess a source file +inftrees.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inftrees.c.i +.PHONY : inftrees.c.i + +inftrees.s: inftrees.c.s +.PHONY : inftrees.s + +# target to generate assembly for a file +inftrees.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inftrees.c.s +.PHONY : inftrees.c.s + +trees.o: trees.c.o +.PHONY : trees.o + +# target to build an object file +trees.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/trees.c.o +.PHONY : trees.c.o + +trees.i: trees.c.i +.PHONY : trees.i + +# target to preprocess a source file +trees.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/trees.c.i +.PHONY : trees.c.i + +trees.s: trees.c.s +.PHONY : trees.s + +# target to generate assembly for a file +trees.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/trees.c.s +.PHONY : trees.c.s + +uncompr.o: uncompr.c.o +.PHONY : uncompr.o + +# target to build an object file +uncompr.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/uncompr.c.o +.PHONY : uncompr.c.o + +uncompr.i: uncompr.c.i +.PHONY : uncompr.i + +# target to preprocess a source file +uncompr.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/uncompr.c.i +.PHONY : uncompr.c.i + +uncompr.s: uncompr.c.s +.PHONY : uncompr.s + +# target to generate assembly for a file +uncompr.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/uncompr.c.s +.PHONY : uncompr.c.s + +zutil.o: zutil.c.o +.PHONY : zutil.o + +# target to build an object file +zutil.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/zutil.c.o +.PHONY : zutil.c.o + +zutil.i: zutil.c.i +.PHONY : zutil.i + +# target to preprocess a source file +zutil.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/zutil.c.i +.PHONY : zutil.c.i + +zutil.s: zutil.c.s +.PHONY : zutil.s + +# target to generate assembly for a file +zutil.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/zutil.c.s +.PHONY : zutil.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... zlib" + @echo "... adler32.o" + @echo "... adler32.i" + @echo "... adler32.s" + @echo "... compress.o" + @echo "... compress.i" + @echo "... compress.s" + @echo "... crc32.o" + @echo "... crc32.i" + @echo "... crc32.s" + @echo "... deflate.o" + @echo "... deflate.i" + @echo "... deflate.s" + @echo "... gzclose.o" + @echo "... gzclose.i" + @echo "... gzclose.s" + @echo "... gzlib.o" + @echo "... gzlib.i" + @echo "... gzlib.s" + @echo "... gzread.o" + @echo "... gzread.i" + @echo "... gzread.s" + @echo "... gzwrite.o" + @echo "... gzwrite.i" + @echo "... gzwrite.s" + @echo "... infback.o" + @echo "... infback.i" + @echo "... infback.s" + @echo "... inffast.o" + @echo "... inffast.i" + @echo "... inffast.s" + @echo "... inflate.o" + @echo "... inflate.i" + @echo "... inflate.s" + @echo "... inftrees.o" + @echo "... inftrees.i" + @echo "... inftrees.s" + @echo "... trees.o" + @echo "... trees.i" + @echo "... trees.s" + @echo "... uncompr.o" + @echo "... uncompr.i" + @echo "... uncompr.s" + @echo "... zutil.o" + @echo "... zutil.i" + @echo "... zutil.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/protocol/mysqlx/zlib/cmake_install.cmake b/build/cdk/protocol/mysqlx/zlib/cmake_install.cmake new file mode 100644 index 000000000..9949592c8 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/cmake_install.cmake @@ -0,0 +1,66 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/extra/zlib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/protocol/mysqlx/zlib/exports.cmake b/build/cdk/protocol/mysqlx/zlib/exports.cmake new file mode 100644 index 000000000..91a6540ef --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/exports.cmake @@ -0,0 +1,68 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.29) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS ext_zlib) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target ext_zlib +add_library(ext_zlib STATIC IMPORTED) + +set_target_properties(ext_zlib PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib;/home/carlon/code/mysql-connector-cpp/cdk/extra/zlib" +) + +# Import target "ext_zlib" for configuration "Release" +set_property(TARGET ext_zlib APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(ext_zlib PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C" + IMPORTED_LOCATION_RELEASE "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zlib/libzlib.a" + ) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/cdk/protocol/mysqlx/zlib/zconf.h b/build/cdk/protocol/mysqlx/zlib/zconf.h new file mode 100644 index 000000000..cf801d38b --- /dev/null +++ b/build/cdk/protocol/mysqlx/zlib/zconf.h @@ -0,0 +1,545 @@ +/* zconf.h -- configuration of the zlib compression library + * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +/* @(#) $Id$ */ + +#ifndef ZCONF_H +#define ZCONF_H +/* #undef Z_PREFIX */ +#define Z_HAVE_UNISTD_H + +/* + * If you *really* need a unique prefix for all types and library functions, + * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. + * Even better than compiling with -DZ_PREFIX would be to use configure to set + * this permanently in zconf.h using "./configure --zprefix". + */ +#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */ +# define Z_PREFIX_SET + +/* all linked symbols and init macros */ +# define _dist_code z__dist_code +# define _length_code z__length_code +# define _tr_align z__tr_align +# define _tr_flush_bits z__tr_flush_bits +# define _tr_flush_block z__tr_flush_block +# define _tr_init z__tr_init +# define _tr_stored_block z__tr_stored_block +# define _tr_tally z__tr_tally +# define adler32 z_adler32 +# define adler32_combine z_adler32_combine +# define adler32_combine64 z_adler32_combine64 +# define adler32_z z_adler32_z +# ifndef Z_SOLO +# define compress z_compress +# define compress2 z_compress2 +# define compressBound z_compressBound +# endif +# define crc32 z_crc32 +# define crc32_combine z_crc32_combine +# define crc32_combine64 z_crc32_combine64 +# define crc32_combine_gen z_crc32_combine_gen +# define crc32_combine_gen64 z_crc32_combine_gen64 +# define crc32_combine_op z_crc32_combine_op +# define crc32_z z_crc32_z +# define deflate z_deflate +# define deflateBound z_deflateBound +# define deflateCopy z_deflateCopy +# define deflateEnd z_deflateEnd +# define deflateGetDictionary z_deflateGetDictionary +# define deflateInit z_deflateInit +# define deflateInit2 z_deflateInit2 +# define deflateInit2_ z_deflateInit2_ +# define deflateInit_ z_deflateInit_ +# define deflateParams z_deflateParams +# define deflatePending z_deflatePending +# define deflatePrime z_deflatePrime +# define deflateReset z_deflateReset +# define deflateResetKeep z_deflateResetKeep +# define deflateSetDictionary z_deflateSetDictionary +# define deflateSetHeader z_deflateSetHeader +# define deflateTune z_deflateTune +# define deflate_copyright z_deflate_copyright +# define get_crc_table z_get_crc_table +# ifndef Z_SOLO +# define gz_error z_gz_error +# define gz_intmax z_gz_intmax +# define gz_strwinerror z_gz_strwinerror +# define gzbuffer z_gzbuffer +# define gzclearerr z_gzclearerr +# define gzclose z_gzclose +# define gzclose_r z_gzclose_r +# define gzclose_w z_gzclose_w +# define gzdirect z_gzdirect +# define gzdopen z_gzdopen +# define gzeof z_gzeof +# define gzerror z_gzerror +# define gzflush z_gzflush +# define gzfread z_gzfread +# define gzfwrite z_gzfwrite +# define gzgetc z_gzgetc +# define gzgetc_ z_gzgetc_ +# define gzgets z_gzgets +# define gzoffset z_gzoffset +# define gzoffset64 z_gzoffset64 +# define gzopen z_gzopen +# define gzopen64 z_gzopen64 +# ifdef _WIN32 +# define gzopen_w z_gzopen_w +# endif +# define gzprintf z_gzprintf +# define gzputc z_gzputc +# define gzputs z_gzputs +# define gzread z_gzread +# define gzrewind z_gzrewind +# define gzseek z_gzseek +# define gzseek64 z_gzseek64 +# define gzsetparams z_gzsetparams +# define gztell z_gztell +# define gztell64 z_gztell64 +# define gzungetc z_gzungetc +# define gzvprintf z_gzvprintf +# define gzwrite z_gzwrite +# endif +# define inflate z_inflate +# define inflateBack z_inflateBack +# define inflateBackEnd z_inflateBackEnd +# define inflateBackInit z_inflateBackInit +# define inflateBackInit_ z_inflateBackInit_ +# define inflateCodesUsed z_inflateCodesUsed +# define inflateCopy z_inflateCopy +# define inflateEnd z_inflateEnd +# define inflateGetDictionary z_inflateGetDictionary +# define inflateGetHeader z_inflateGetHeader +# define inflateInit z_inflateInit +# define inflateInit2 z_inflateInit2 +# define inflateInit2_ z_inflateInit2_ +# define inflateInit_ z_inflateInit_ +# define inflateMark z_inflateMark +# define inflatePrime z_inflatePrime +# define inflateReset z_inflateReset +# define inflateReset2 z_inflateReset2 +# define inflateResetKeep z_inflateResetKeep +# define inflateSetDictionary z_inflateSetDictionary +# define inflateSync z_inflateSync +# define inflateSyncPoint z_inflateSyncPoint +# define inflateUndermine z_inflateUndermine +# define inflateValidate z_inflateValidate +# define inflate_copyright z_inflate_copyright +# define inflate_fast z_inflate_fast +# define inflate_table z_inflate_table +# ifndef Z_SOLO +# define uncompress z_uncompress +# define uncompress2 z_uncompress2 +# endif +# define zError z_zError +# ifndef Z_SOLO +# define zcalloc z_zcalloc +# define zcfree z_zcfree +# endif +# define zlibCompileFlags z_zlibCompileFlags +# define zlibVersion z_zlibVersion + +/* all zlib typedefs in zlib.h and zconf.h */ +# define Byte z_Byte +# define Bytef z_Bytef +# define alloc_func z_alloc_func +# define charf z_charf +# define free_func z_free_func +# ifndef Z_SOLO +# define gzFile z_gzFile +# endif +# define gz_header z_gz_header +# define gz_headerp z_gz_headerp +# define in_func z_in_func +# define intf z_intf +# define out_func z_out_func +# define uInt z_uInt +# define uIntf z_uIntf +# define uLong z_uLong +# define uLongf z_uLongf +# define voidp z_voidp +# define voidpc z_voidpc +# define voidpf z_voidpf + +/* all zlib structs in zlib.h and zconf.h */ +# define gz_header_s z_gz_header_s +# define internal_state z_internal_state + +#endif + +#if defined(__MSDOS__) && !defined(MSDOS) +# define MSDOS +#endif +#if (defined(OS_2) || defined(__OS2__)) && !defined(OS2) +# define OS2 +#endif +#if defined(_WINDOWS) && !defined(WINDOWS) +# define WINDOWS +#endif +#if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__) +# ifndef WIN32 +# define WIN32 +# endif +#endif +#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) +# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__) +# ifndef SYS16BIT +# define SYS16BIT +# endif +# endif +#endif + +/* + * Compile with -DMAXSEG_64K if the alloc function cannot allocate more + * than 64k bytes at a time (needed on systems with 16-bit int). + */ +#ifdef SYS16BIT +# define MAXSEG_64K +#endif +#ifdef MSDOS +# define UNALIGNED_OK +#endif + +#ifdef __STDC_VERSION__ +# ifndef STDC +# define STDC +# endif +# if __STDC_VERSION__ >= 199901L +# ifndef STDC99 +# define STDC99 +# endif +# endif +#endif +#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) +# define STDC +#endif +#if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) +# define STDC +#endif +#if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) +# define STDC +#endif +#if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) +# define STDC +#endif + +#if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */ +# define STDC +#endif + +#ifndef STDC +# ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ +# define const /* note: need a more gentle solution here */ +# endif +#endif + +#if defined(ZLIB_CONST) && !defined(z_const) +# define z_const const +#else +# define z_const +#endif + +#ifdef Z_SOLO +# ifdef _WIN64 + typedef unsigned long long z_size_t; +# else + typedef unsigned long z_size_t; +# endif +#else +# define z_longlong long long +# if defined(NO_SIZE_T) + typedef unsigned NO_SIZE_T z_size_t; +# elif defined(STDC) +# include + typedef size_t z_size_t; +# else + typedef unsigned long z_size_t; +# endif +# undef z_longlong +#endif + +/* Maximum value for memLevel in deflateInit2 */ +#ifndef MAX_MEM_LEVEL +# ifdef MAXSEG_64K +# define MAX_MEM_LEVEL 8 +# else +# define MAX_MEM_LEVEL 9 +# endif +#endif + +/* Maximum value for windowBits in deflateInit2 and inflateInit2. + * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files + * created by gzip. (Files created by minigzip can still be extracted by + * gzip.) + */ +#ifndef MAX_WBITS +# define MAX_WBITS 15 /* 32K LZ77 window */ +#endif + +/* The memory requirements for deflate are (in bytes): + (1 << (windowBits+2)) + (1 << (memLevel+9)) + that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) + plus a few kilobytes for small objects. For example, if you want to reduce + the default memory requirements from 256K to 128K, compile with + make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7" + Of course this will generally degrade compression (there's no free lunch). + + The memory requirements for inflate are (in bytes) 1 << windowBits + that is, 32K for windowBits=15 (default value) plus about 7 kilobytes + for small objects. +*/ + + /* Type declarations */ + +#ifndef OF /* function prototypes */ +# ifdef STDC +# define OF(args) args +# else +# define OF(args) () +# endif +#endif + +/* The following definitions for FAR are needed only for MSDOS mixed + * model programming (small or medium model with some far allocations). + * This was tested only with MSC; for other MSDOS compilers you may have + * to define NO_MEMCPY in zutil.h. If you don't need the mixed model, + * just define FAR to be empty. + */ +#ifdef SYS16BIT +# if defined(M_I86SM) || defined(M_I86MM) + /* MSC small or medium model */ +# define SMALL_MEDIUM +# ifdef _MSC_VER +# define FAR _far +# else +# define FAR far +# endif +# endif +# if (defined(__SMALL__) || defined(__MEDIUM__)) + /* Turbo C small or medium model */ +# define SMALL_MEDIUM +# ifdef __BORLANDC__ +# define FAR _far +# else +# define FAR far +# endif +# endif +#endif + +#if defined(WINDOWS) || defined(WIN32) + /* If building or using zlib as a DLL, define ZLIB_DLL. + * This is not mandatory, but it offers a little performance increase. + */ +# ifdef ZLIB_DLL +# if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500)) +# ifdef ZLIB_INTERNAL +# define ZEXTERN extern __declspec(dllexport) +# else +# define ZEXTERN extern __declspec(dllimport) +# endif +# endif +# endif /* ZLIB_DLL */ + /* If building or using zlib with the WINAPI/WINAPIV calling convention, + * define ZLIB_WINAPI. + * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI. + */ +# ifdef ZLIB_WINAPI +# ifdef FAR +# undef FAR +# endif +# ifndef WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN +# endif +# include + /* No need for _export, use ZLIB.DEF instead. */ + /* For complete Windows compatibility, use WINAPI, not __stdcall. */ +# define ZEXPORT WINAPI +# ifdef WIN32 +# define ZEXPORTVA WINAPIV +# else +# define ZEXPORTVA FAR CDECL +# endif +# endif +#endif + +#if defined (__BEOS__) +# ifdef ZLIB_DLL +# ifdef ZLIB_INTERNAL +# define ZEXPORT __declspec(dllexport) +# define ZEXPORTVA __declspec(dllexport) +# else +# define ZEXPORT __declspec(dllimport) +# define ZEXPORTVA __declspec(dllimport) +# endif +# endif +#endif + +#ifndef ZEXTERN +# define ZEXTERN extern +#endif +#ifndef ZEXPORT +# define ZEXPORT +#endif +#ifndef ZEXPORTVA +# define ZEXPORTVA +#endif + +#ifndef FAR +# define FAR +#endif + +#if !defined(__MACTYPES__) +typedef unsigned char Byte; /* 8 bits */ +#endif +typedef unsigned int uInt; /* 16 bits or more */ +typedef unsigned long uLong; /* 32 bits or more */ + +#ifdef SMALL_MEDIUM + /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */ +# define Bytef Byte FAR +#else + typedef Byte FAR Bytef; +#endif +typedef char FAR charf; +typedef int FAR intf; +typedef uInt FAR uIntf; +typedef uLong FAR uLongf; + +#ifdef STDC + typedef void const *voidpc; + typedef void FAR *voidpf; + typedef void *voidp; +#else + typedef Byte const *voidpc; + typedef Byte FAR *voidpf; + typedef Byte *voidp; +#endif + +#if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) +# include +# if (UINT_MAX == 0xffffffffUL) +# define Z_U4 unsigned +# elif (ULONG_MAX == 0xffffffffUL) +# define Z_U4 unsigned long +# elif (USHRT_MAX == 0xffffffffUL) +# define Z_U4 unsigned short +# endif +#endif + +#ifdef Z_U4 + typedef Z_U4 z_crc_t; +#else + typedef unsigned long z_crc_t; +#endif + +#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_UNISTD_H +#endif + +#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_STDARG_H +#endif + +#ifdef STDC +# ifndef Z_SOLO +# include /* for off_t */ +# endif +#endif + +#if defined(STDC) || defined(Z_HAVE_STDARG_H) +# ifndef Z_SOLO +# include /* for va_list */ +# endif +#endif + +#ifdef _WIN32 +# ifndef Z_SOLO +# include /* for wchar_t */ +# endif +#endif + +/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and + * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even + * though the former does not conform to the LFS document), but considering + * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as + * equivalently requesting no 64-bit operations + */ +#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1 +# undef _LARGEFILE64_SOURCE +#endif + +#ifndef Z_HAVE_UNISTD_H +# ifdef __WATCOMC__ +# define Z_HAVE_UNISTD_H +# endif +#endif +#ifndef Z_HAVE_UNISTD_H +# if defined(_LARGEFILE64_SOURCE) && !defined(_WIN32) +# define Z_HAVE_UNISTD_H +# endif +#endif +#ifndef Z_SOLO +# if defined(Z_HAVE_UNISTD_H) +# include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ +# ifdef VMS +# include /* for off_t */ +# endif +# ifndef z_off_t +# define z_off_t off_t +# endif +# endif +#endif + +#if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0 +# define Z_LFS64 +#endif + +#if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64) +# define Z_LARGE64 +#endif + +#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64) +# define Z_WANT64 +#endif + +#if !defined(SEEK_SET) && !defined(Z_SOLO) +# define SEEK_SET 0 /* Seek from beginning of file. */ +# define SEEK_CUR 1 /* Seek from current position. */ +# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ +#endif + +#ifndef z_off_t +# define z_off_t long +#endif + +#if !defined(_WIN32) && defined(Z_LARGE64) +# define z_off64_t off64_t +#else +# if defined(_WIN32) && !defined(__GNUC__) +# define z_off64_t __int64 +# else +# define z_off64_t z_off_t +# endif +#endif + +/* MVS linker does not support external names larger than 8 bytes */ +#if defined(__MVS__) + #pragma map(deflateInit_,"DEIN") + #pragma map(deflateInit2_,"DEIN2") + #pragma map(deflateEnd,"DEEND") + #pragma map(deflateBound,"DEBND") + #pragma map(inflateInit_,"ININ") + #pragma map(inflateInit2_,"ININ2") + #pragma map(inflateEnd,"INEND") + #pragma map(inflateSync,"INSY") + #pragma map(inflateSetDictionary,"INSEDI") + #pragma map(compressBound,"CMBND") + #pragma map(inflate_table,"INTABL") + #pragma map(inflate_fast,"INFA") + #pragma map(inflate_copyright,"INCOPY") +#endif + +#endif /* ZCONF_H */ diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeCache.txt b/build/cdk/protocol/mysqlx/zstd/CMakeCache.txt new file mode 100644 index 000000000..c55a80911 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeCache.txt @@ -0,0 +1,484 @@ +# This is the CMakeCache file. +# For build in directory: /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +Bootstrap_BINARY_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/platform-cache + +//Value Computed by CMake +Bootstrap_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +Bootstrap_SOURCE_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//ASM compiler +CMAKE_ASM_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the ASM compiler during all build types. +CMAKE_ASM_FLAGS:STRING= + +//Flags used by the ASM compiler during DEBUG builds. +CMAKE_ASM_FLAGS_DEBUG:STRING=-g + +//Flags used by the ASM compiler during MINSIZEREL builds. +CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the ASM compiler during RELEASE builds. +CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the ASM compiler during RELWITHDEBINFO builds. +CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=Release + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//No help, variable specified on the command line. +CMAKE_CXX_COMPILER:UNINITIALIZED=/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 + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:UNINITIALIZED=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Install path prefix, prepended onto install directories.Path +// to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=zstd + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//No help, variable specified on the command line. +CMAKE_SYSTEM_NAME:UNINITIALIZED=Linux + +//No help, variable specified on the command line. +CMAKE_SYSTEM_PROCESSOR:UNINITIALIZED=x86_64 + +//No help, variable specified on the command line. +CMAKE_SYSTEM_VERSION:UNINITIALIZED=6.16.11-200.fc42.x86_64 + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Set -fdebug-prefix-map option to ensure relative source locations +// in debug entries. +DEBUG_PREFIX_MAP:BOOL=ON + +//BUILD CONTRIB +ZSTD_BUILD_CONTRIB:BOOL=OFF + +//BUILD PROGRAMS +ZSTD_BUILD_PROGRAMS:BOOL=ON + +//BUILD TESTS +ZSTD_BUILD_TESTS:BOOL=OFF + +//LEGACY SUPPORT +ZSTD_LEGACY_SUPPORT:BOOL=OFF + +//MULTITHREADING SUPPORT +ZSTD_MULTITHREAD_SUPPORT:BOOL=OFF + +//Value Computed by CMake +zstd_BINARY_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd + +//Value Computed by CMake +zstd_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +zstd_SOURCE_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd + + +######################## +# INTERNAL cache entries +######################## + +BIG_ENDIAN:INTERNAL=0 +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER +CMAKE_ASM_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR +CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB +CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS +CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG +CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL +CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE +CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO +CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=31 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=6 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Whether to issue deprecation errors for macros and functions. +CMAKE_ERROR_DEPRECATED:INTERNAL=FALSE +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//Suppress errors that are meant for the author of the CMakeLists.txt +// files. +CMAKE_SUPPRESS_DEVELOPER_ERRORS:INTERNAL=TRUE +//Suppress Warnings that are meant for the author of the CMakeLists.txt +// files. +CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Whether to issue warnings for deprecated functionality. +CMAKE_WARN_DEPRECATED:INTERNAL=FALSE +CXX_FRONTEND:INTERNAL=GCC +CXX_FRONTEND_GCC:INTERNAL=1 +GCC:INTERNAL=15.2.1 +IS64BIT:INTERNAL=TRUE +LINUX:INTERNAL=TRUE +TOOLSET:INTERNAL=GCC +TOOLSET_GCC:INTERNAL=1 +//linker supports push/pop state +_CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//linker supports push/pop state +_CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE + diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeASMCompiler.cmake b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeASMCompiler.cmake new file mode 100644 index 000000000..fbf6d7e4d --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeASMCompiler.cmake @@ -0,0 +1,28 @@ +set(CMAKE_ASM_COMPILER "/usr/bin/cc") +set(CMAKE_ASM_COMPILER_ARG1 "") +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_ASM_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_ASM_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_ASM_COMPILER_LINKER "") +set(CMAKE_ASM_COMPILER_LINKER_ID "") +set(CMAKE_ASM_COMPILER_LINKER_VERSION ) +set(CMAKE_ASM_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_ASM_COMPILER_LOADED 1) +set(CMAKE_ASM_COMPILER_ID "GNU") +set(CMAKE_ASM_COMPILER_VERSION "") +set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") + + + + +set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_ASM_LINKER_PREFERENCE 0) +set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED ) + + diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeCCompiler.cmake b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeCCompiler.cmake new file mode 100644 index 000000000..1bf4193c0 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeCCompiler.cmake @@ -0,0 +1,81 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "15.2.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake new file mode 100644 index 000000000..a540e86b2 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "15.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +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_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +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_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +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++/15;/usr/include/c++/15/x86_64-redhat-linux;/usr/include/c++/15/backward;/usr/lib/gcc/x86_64-redhat-linux/15/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/15;/usr/lib64;/lib64;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + + diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 000000000..ffc550dac Binary files /dev/null and b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 000000000..ec72276a8 Binary files /dev/null and b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeSystem.cmake b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeSystem.cmake new file mode 100644 index 000000000..d73d28be7 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.16.11-200.fc42.x86_64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.16.11-200.fc42.x86_64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.16.11-200.fc42.x86_64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.16.11-200.fc42.x86_64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 000000000..50d95e5ba --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,904 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdC/a.out b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdC/a.out new file mode 100755 index 000000000..38903a162 Binary files /dev/null and b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdC/a.out differ diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 000000000..3b6e114ca --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* 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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#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/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdCXX/a.out b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdCXX/a.out new file mode 100755 index 000000000..fd1a065db Binary files /dev/null and b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/3.31.6/CompilerIdCXX/a.out differ diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/CMakeConfigureLog.yaml b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 000000000..3cee23b8e --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,555 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:35 (project)" + message: | + The system is: Linux - 6.16.11-200.fc42.x86_64 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:35 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/3.31.6/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:35 (project)" + message: | + 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/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/3.31.6/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ" + binary: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_320a1/fast + /usr/bin/gmake -f CMakeFiles/cmTC_320a1.dir/build.make CMakeFiles/cmTC_320a1.dir/build + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + Building C object CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o + /usr/bin/cc -v -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/' + /usr/libexec/gcc/x86_64-redhat-linux/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_320a1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccfmGvFw.s + GNU C23 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux) + compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1), GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../x86_64-redhat-linux/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-redhat-linux/15/include + /usr/local/include + /usr/include + End of search list. + Compiler executable checksum: 2f5fb64c856191160801414dd9eb2451 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/' + as -v --64 -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o /tmp/ccfmGvFw.s + GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_320a1 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_320a1.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.' + /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1) + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + GNU ld version 2.44-6.fc42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.' + /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -o cmTC_320a1 + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-redhat-linux/15/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/15/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_320a1/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_320a1.dir/build.make CMakeFiles/cmTC_320a1.dir/build] + ignore line: [gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ'] + ignore line: [Building C object CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_320a1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccfmGvFw.s] + ignore line: [GNU C23 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux)] + ignore line: [ compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1) GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 2f5fb64c856191160801414dd9eb2451] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o /tmp/ccfmGvFw.s] + ignore line: [GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_320a1] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_320a1.dir/link.txt --verbose=1] + 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/15/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccfGPXr1.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--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_320a1] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + ignore line: [collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1)] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + linker tool for 'C': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15] ==> [/usr/lib/gcc/x86_64-redhat-linux/15] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Running the C compiler's linker: "/usr/bin/ld" "-v" + GNU ld version 2.44-6.fc42 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl" + binary: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9945d/fast + /usr/bin/gmake -f CMakeFiles/cmTC_9945d.dir/build.make CMakeFiles/cmTC_9945d.dir/build + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + Building CXX object CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o + /usr/bin/c++ -v -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/' + /usr/libexec/gcc/x86_64-redhat-linux/15/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_9945d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccbQPWa6.s + GNU C++17 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux) + compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1), GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../x86_64-redhat-linux/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15 + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward + /usr/lib/gcc/x86_64-redhat-linux/15/include + /usr/local/include + /usr/include + End of search list. + Compiler executable checksum: 7616bbd86ab77c360311eb36cf6ebbe2 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/' + as -v --64 -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbQPWa6.s + GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_9945d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9945d.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.' + /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1) + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + GNU ld version 2.44-6.fc42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.' + /usr/bin/c++ -v -Wl,-v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_9945d + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15] ==> [/usr/include/c++/15] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] ==> [/usr/include/c++/15/x86_64-redhat-linux] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] ==> [/usr/include/c++/15/backward] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/15/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/15;/usr/include/c++/15/x86_64-redhat-linux;/usr/include/c++/15/backward;/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9945d/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_9945d.dir/build.make CMakeFiles/cmTC_9945d.dir/build] + ignore line: [gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl'] + ignore line: [Building CXX object CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_9945d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccbQPWa6.s] + ignore line: [GNU C++17 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux)] + ignore line: [ compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1) GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../../../include/c++/15] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 7616bbd86ab77c360311eb36cf6ebbe2] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbQPWa6.s] + ignore line: [GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_9945d] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9945d.dir/link.txt --verbose=1] + 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/15/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc5zF09D.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--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_9945d] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_9945d.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/15/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + ignore line: [collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1)] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15] ==> [/usr/lib/gcc/x86_64-redhat-linux/15] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld version 2.44-6.fc42 +... + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1237 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "CMakeLists.txt:70 (ENABLE_LANGUAGE)" + message: | + Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": + cc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1) + Copyright (C) 2025 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +... diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/CMakeDirectoryInformation.cmake b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..43bda8aaa --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/Makefile.cmake b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/Makefile.cmake new file mode 100644 index 000000000..b2d180601 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/Makefile.cmake @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "CMakeFiles/3.31.6/CMakeASMCompiler.cmake" + "CMakeFiles/3.31.6/CMakeCCompiler.cmake" + "CMakeFiles/3.31.6/CMakeCXXCompiler.cmake" + "CMakeFiles/3.31.6/CMakeSystem.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/cmake/compiler/GCC.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/cmake/platform.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/setup.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/CMakeLists.txt" + "/usr/share/cmake/Modules/CMakeASMInformation.cmake" + "/usr/share/cmake/Modules/CMakeCInformation.cmake" + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake" + "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake" + "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + "/usr/share/cmake/Modules/CheckTypeSize.cmake" + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-ASM.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake/Modules/Compiler/GNU.cmake" + "/usr/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake" + "/usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake" + "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake" + "/usr/share/cmake/Modules/Linker/GNU-C.cmake" + "/usr/share/cmake/Modules/Linker/GNU-CXX.cmake" + "/usr/share/cmake/Modules/Linker/GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linker/GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-ASM.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-ASM.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + "/usr/share/cmake/Modules/Platform/Linux.cmake" + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake/Modules/TestBigEndian.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/zstd.dir/DependInfo.cmake" + ) diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/Makefile2 b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/Makefile2 new file mode 100644 index 000000000..695bf0013 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/Makefile2 @@ -0,0 +1,122 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/zstd.dir/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/zstd.dir/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/zstd.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/zstd.dir + +# All Build rule for target. +CMakeFiles/zstd.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 "Built target zstd" +.PHONY : CMakeFiles/zstd.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/zstd.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles 31 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/zstd.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles 0 +.PHONY : CMakeFiles/zstd.dir/rule + +# Convenience name for target. +zstd: CMakeFiles/zstd.dir/rule +.PHONY : zstd + +# codegen rule for target. +CMakeFiles/zstd.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 "Finished codegen for target zstd" +.PHONY : CMakeFiles/zstd.dir/codegen + +# clean rule for target. +CMakeFiles/zstd.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/clean +.PHONY : CMakeFiles/zstd.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/TargetDirectories.txt b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/TargetDirectories.txt new file mode 100644 index 000000000..477559ac8 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir +/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles/edit_cache.dir +/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles/rebuild_cache.dir diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/cmake.check_cache b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/cmake.check_cache new file mode 100644 index 000000000..3dccd7317 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/progress.marks b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/progress.marks new file mode 100644 index 000000000..e85087aff --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/progress.marks @@ -0,0 +1 @@ +31 diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/DependInfo.cmake b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/DependInfo.cmake new file mode 100644 index 000000000..b0795f8fb --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/DependInfo.cmake @@ -0,0 +1,69 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "ASM" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_ASM + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/huf_decompress_amd64.S" "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.o" + ) +set(CMAKE_ASM_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_ASM + "XXH_NAMESPACE=ZSTD_" + "ZSTD_LEGACY_SUPPORT=0" + ) + +# The include file search paths: +set(CMAKE_ASM_TARGET_INCLUDE_PATH + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common" + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/debug.c" "CMakeFiles/zstd.dir/lib/common/debug.c.o" "gcc" "CMakeFiles/zstd.dir/lib/common/debug.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/entropy_common.c" "CMakeFiles/zstd.dir/lib/common/entropy_common.c.o" "gcc" "CMakeFiles/zstd.dir/lib/common/entropy_common.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/error_private.c" "CMakeFiles/zstd.dir/lib/common/error_private.c.o" "gcc" "CMakeFiles/zstd.dir/lib/common/error_private.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/fse_decompress.c" "CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o" "gcc" "CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/pool.c" "CMakeFiles/zstd.dir/lib/common/pool.c.o" "gcc" "CMakeFiles/zstd.dir/lib/common/pool.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/threading.c" "CMakeFiles/zstd.dir/lib/common/threading.c.o" "gcc" "CMakeFiles/zstd.dir/lib/common/threading.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/xxhash.c" "CMakeFiles/zstd.dir/lib/common/xxhash.c.o" "gcc" "CMakeFiles/zstd.dir/lib/common/xxhash.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/zstd_common.c" "CMakeFiles/zstd.dir/lib/common/zstd_common.c.o" "gcc" "CMakeFiles/zstd.dir/lib/common/zstd_common.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/fse_compress.c" "CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/hist.c" "CMakeFiles/zstd.dir/lib/compress/hist.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/hist.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/huf_compress.c" "CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress.c" "CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_literals.c" "CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_sequences.c" "CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_superblock.c" "CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_double_fast.c" "CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_fast.c" "CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_lazy.c" "CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_ldm.c" "CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_opt.c" "CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstdmt_compress.c" "CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o" "gcc" "CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/huf_decompress.c" "CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o" "gcc" "CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_ddict.c" "CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o" "gcc" "CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_decompress.c" "CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o" "gcc" "CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_decompress_block.c" "CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o" "gcc" "CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/cover.c" "CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o" "gcc" "CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/divsufsort.c" "CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o" "gcc" "CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/fastcover.c" "CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o" "gcc" "CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o.d" + "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/zdict.c" "CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o" "gcc" "CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/build.make b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/build.make new file mode 100644 index 000000000..c58fcec7e --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/build.make @@ -0,0 +1,577 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd + +# Include any dependencies generated for this target. +include CMakeFiles/zstd.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/zstd.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/zstd.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/zstd.dir/flags.make + +CMakeFiles/zstd.dir/codegen: +.PHONY : CMakeFiles/zstd.dir/codegen + +CMakeFiles/zstd.dir/lib/common/debug.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/common/debug.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/debug.c +CMakeFiles/zstd.dir/lib/common/debug.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/zstd.dir/lib/common/debug.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/common/debug.c.o -MF CMakeFiles/zstd.dir/lib/common/debug.c.o.d -o CMakeFiles/zstd.dir/lib/common/debug.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/debug.c + +CMakeFiles/zstd.dir/lib/common/debug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/common/debug.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/debug.c > CMakeFiles/zstd.dir/lib/common/debug.c.i + +CMakeFiles/zstd.dir/lib/common/debug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/common/debug.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/debug.c -o CMakeFiles/zstd.dir/lib/common/debug.c.s + +CMakeFiles/zstd.dir/lib/common/entropy_common.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/common/entropy_common.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/entropy_common.c +CMakeFiles/zstd.dir/lib/common/entropy_common.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/zstd.dir/lib/common/entropy_common.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/common/entropy_common.c.o -MF CMakeFiles/zstd.dir/lib/common/entropy_common.c.o.d -o CMakeFiles/zstd.dir/lib/common/entropy_common.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/entropy_common.c + +CMakeFiles/zstd.dir/lib/common/entropy_common.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/common/entropy_common.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/entropy_common.c > CMakeFiles/zstd.dir/lib/common/entropy_common.c.i + +CMakeFiles/zstd.dir/lib/common/entropy_common.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/common/entropy_common.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/entropy_common.c -o CMakeFiles/zstd.dir/lib/common/entropy_common.c.s + +CMakeFiles/zstd.dir/lib/common/error_private.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/common/error_private.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/error_private.c +CMakeFiles/zstd.dir/lib/common/error_private.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/zstd.dir/lib/common/error_private.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/common/error_private.c.o -MF CMakeFiles/zstd.dir/lib/common/error_private.c.o.d -o CMakeFiles/zstd.dir/lib/common/error_private.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/error_private.c + +CMakeFiles/zstd.dir/lib/common/error_private.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/common/error_private.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/error_private.c > CMakeFiles/zstd.dir/lib/common/error_private.c.i + +CMakeFiles/zstd.dir/lib/common/error_private.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/common/error_private.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/error_private.c -o CMakeFiles/zstd.dir/lib/common/error_private.c.s + +CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/fse_decompress.c +CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o -MF CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o.d -o CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/fse_decompress.c + +CMakeFiles/zstd.dir/lib/common/fse_decompress.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/common/fse_decompress.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/fse_decompress.c > CMakeFiles/zstd.dir/lib/common/fse_decompress.c.i + +CMakeFiles/zstd.dir/lib/common/fse_decompress.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/common/fse_decompress.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/fse_decompress.c -o CMakeFiles/zstd.dir/lib/common/fse_decompress.c.s + +CMakeFiles/zstd.dir/lib/common/pool.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/common/pool.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/pool.c +CMakeFiles/zstd.dir/lib/common/pool.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/zstd.dir/lib/common/pool.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/common/pool.c.o -MF CMakeFiles/zstd.dir/lib/common/pool.c.o.d -o CMakeFiles/zstd.dir/lib/common/pool.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/pool.c + +CMakeFiles/zstd.dir/lib/common/pool.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/common/pool.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/pool.c > CMakeFiles/zstd.dir/lib/common/pool.c.i + +CMakeFiles/zstd.dir/lib/common/pool.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/common/pool.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/pool.c -o CMakeFiles/zstd.dir/lib/common/pool.c.s + +CMakeFiles/zstd.dir/lib/common/threading.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/common/threading.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/threading.c +CMakeFiles/zstd.dir/lib/common/threading.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/zstd.dir/lib/common/threading.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/common/threading.c.o -MF CMakeFiles/zstd.dir/lib/common/threading.c.o.d -o CMakeFiles/zstd.dir/lib/common/threading.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/threading.c + +CMakeFiles/zstd.dir/lib/common/threading.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/common/threading.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/threading.c > CMakeFiles/zstd.dir/lib/common/threading.c.i + +CMakeFiles/zstd.dir/lib/common/threading.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/common/threading.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/threading.c -o CMakeFiles/zstd.dir/lib/common/threading.c.s + +CMakeFiles/zstd.dir/lib/common/xxhash.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/common/xxhash.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/xxhash.c +CMakeFiles/zstd.dir/lib/common/xxhash.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/zstd.dir/lib/common/xxhash.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/common/xxhash.c.o -MF CMakeFiles/zstd.dir/lib/common/xxhash.c.o.d -o CMakeFiles/zstd.dir/lib/common/xxhash.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/xxhash.c + +CMakeFiles/zstd.dir/lib/common/xxhash.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/common/xxhash.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/xxhash.c > CMakeFiles/zstd.dir/lib/common/xxhash.c.i + +CMakeFiles/zstd.dir/lib/common/xxhash.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/common/xxhash.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/xxhash.c -o CMakeFiles/zstd.dir/lib/common/xxhash.c.s + +CMakeFiles/zstd.dir/lib/common/zstd_common.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/common/zstd_common.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/zstd_common.c +CMakeFiles/zstd.dir/lib/common/zstd_common.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/zstd.dir/lib/common/zstd_common.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/common/zstd_common.c.o -MF CMakeFiles/zstd.dir/lib/common/zstd_common.c.o.d -o CMakeFiles/zstd.dir/lib/common/zstd_common.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/zstd_common.c + +CMakeFiles/zstd.dir/lib/common/zstd_common.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/common/zstd_common.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/zstd_common.c > CMakeFiles/zstd.dir/lib/common/zstd_common.c.i + +CMakeFiles/zstd.dir/lib/common/zstd_common.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/common/zstd_common.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common/zstd_common.c -o CMakeFiles/zstd.dir/lib/common/zstd_common.c.s + +CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/fse_compress.c +CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o -MF CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o.d -o CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/fse_compress.c + +CMakeFiles/zstd.dir/lib/compress/fse_compress.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/fse_compress.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/fse_compress.c > CMakeFiles/zstd.dir/lib/compress/fse_compress.c.i + +CMakeFiles/zstd.dir/lib/compress/fse_compress.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/fse_compress.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/fse_compress.c -o CMakeFiles/zstd.dir/lib/compress/fse_compress.c.s + +CMakeFiles/zstd.dir/lib/compress/hist.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/hist.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/hist.c +CMakeFiles/zstd.dir/lib/compress/hist.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/zstd.dir/lib/compress/hist.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/hist.c.o -MF CMakeFiles/zstd.dir/lib/compress/hist.c.o.d -o CMakeFiles/zstd.dir/lib/compress/hist.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/hist.c + +CMakeFiles/zstd.dir/lib/compress/hist.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/hist.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/hist.c > CMakeFiles/zstd.dir/lib/compress/hist.c.i + +CMakeFiles/zstd.dir/lib/compress/hist.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/hist.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/hist.c -o CMakeFiles/zstd.dir/lib/compress/hist.c.s + +CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/huf_compress.c +CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o -MF CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o.d -o CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/huf_compress.c + +CMakeFiles/zstd.dir/lib/compress/huf_compress.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/huf_compress.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/huf_compress.c > CMakeFiles/zstd.dir/lib/compress/huf_compress.c.i + +CMakeFiles/zstd.dir/lib/compress/huf_compress.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/huf_compress.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/huf_compress.c -o CMakeFiles/zstd.dir/lib/compress/huf_compress.c.s + +CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress.c +CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o -MF CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o.d -o CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress.c + +CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress.c > CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.i + +CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress.c -o CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.s + +CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_literals.c +CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o -MF CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o.d -o CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_literals.c + +CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_literals.c > CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.i + +CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_literals.c -o CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.s + +CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_sequences.c +CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o -MF CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o.d -o CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_sequences.c + +CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_sequences.c > CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.i + +CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_sequences.c -o CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.s + +CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_superblock.c +CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o -MF CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o.d -o CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_superblock.c + +CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_superblock.c > CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.i + +CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_compress_superblock.c -o CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.s + +CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_double_fast.c +CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o -MF CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o.d -o CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_double_fast.c + +CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_double_fast.c > CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.i + +CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_double_fast.c -o CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.s + +CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_fast.c +CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o -MF CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o.d -o CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_fast.c + +CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_fast.c > CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.i + +CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_fast.c -o CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.s + +CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_lazy.c +CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o -MF CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o.d -o CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_lazy.c + +CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_lazy.c > CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.i + +CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_lazy.c -o CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.s + +CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_ldm.c +CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o -MF CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o.d -o CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_ldm.c + +CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_ldm.c > CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.i + +CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_ldm.c -o CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.s + +CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstdmt_compress.c +CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o -MF CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o.d -o CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstdmt_compress.c + +CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstdmt_compress.c > CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.i + +CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstdmt_compress.c -o CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.s + +CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_opt.c +CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o -MF CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o.d -o CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_opt.c + +CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_opt.c > CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.i + +CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/compress/zstd_opt.c -o CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.s + +CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/huf_decompress.c +CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o -MF CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o.d -o CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/huf_decompress.c + +CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/huf_decompress.c > CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.i + +CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/huf_decompress.c -o CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.s + +CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_ddict.c +CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o -MF CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o.d -o CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_ddict.c + +CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_ddict.c > CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.i + +CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_ddict.c -o CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.s + +CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_decompress_block.c +CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o -MF CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o.d -o CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_decompress_block.c + +CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_decompress_block.c > CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.i + +CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_decompress_block.c -o CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.s + +CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_decompress.c +CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o -MF CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o.d -o CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_decompress.c + +CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_decompress.c > CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.i + +CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/zstd_decompress.c -o CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.s + +CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/cover.c +CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o -MF CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o.d -o CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/cover.c + +CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/cover.c > CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.i + +CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/cover.c -o CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.s + +CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/divsufsort.c +CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o -MF CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o.d -o CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/divsufsort.c + +CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/divsufsort.c > CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.i + +CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/divsufsort.c -o CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.s + +CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/fastcover.c +CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o -MF CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o.d -o CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/fastcover.c + +CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/fastcover.c > CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.i + +CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/fastcover.c -o CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.s + +CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/zdict.c +CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o: CMakeFiles/zstd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o -MF CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o.d -o CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/zdict.c + +CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/zdict.c > CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.i + +CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/dictBuilder/zdict.c -o CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.s + +CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.o: CMakeFiles/zstd.dir/flags.make +CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.o: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/huf_decompress_amd64.S + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building ASM object CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.o" + /usr/bin/cc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -o CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.o -c /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/huf_decompress_amd64.S + +CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing ASM source to CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.i" + /usr/bin/cc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/huf_decompress_amd64.S > CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.i + +CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling ASM source to assembly CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.s" + /usr/bin/cc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/decompress/huf_decompress_amd64.S -o CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.s + +# Object files for target zstd +zstd_OBJECTS = \ +"CMakeFiles/zstd.dir/lib/common/debug.c.o" \ +"CMakeFiles/zstd.dir/lib/common/entropy_common.c.o" \ +"CMakeFiles/zstd.dir/lib/common/error_private.c.o" \ +"CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o" \ +"CMakeFiles/zstd.dir/lib/common/pool.c.o" \ +"CMakeFiles/zstd.dir/lib/common/threading.c.o" \ +"CMakeFiles/zstd.dir/lib/common/xxhash.c.o" \ +"CMakeFiles/zstd.dir/lib/common/zstd_common.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/hist.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o" \ +"CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o" \ +"CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o" \ +"CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o" \ +"CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o" \ +"CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o" \ +"CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o" \ +"CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o" \ +"CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o" \ +"CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o" \ +"CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.o" + +# External object files for target zstd +zstd_EXTERNAL_OBJECTS = + +libzstd.a: CMakeFiles/zstd.dir/lib/common/debug.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/common/entropy_common.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/common/error_private.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/common/pool.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/common/threading.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/common/xxhash.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/common/zstd_common.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/hist.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o +libzstd.a: CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.o +libzstd.a: CMakeFiles/zstd.dir/build.make +libzstd.a: CMakeFiles/zstd.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Linking C static library libzstd.a" + $(CMAKE_COMMAND) -P CMakeFiles/zstd.dir/cmake_clean_target.cmake + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/zstd.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/zstd.dir/build: libzstd.a +.PHONY : CMakeFiles/zstd.dir/build + +CMakeFiles/zstd.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/zstd.dir/cmake_clean.cmake +.PHONY : CMakeFiles/zstd.dir/clean + +CMakeFiles/zstd.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/zstd.dir/depend + diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/cmake_clean.cmake b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/cmake_clean.cmake new file mode 100644 index 000000000..9594452ff --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/cmake_clean.cmake @@ -0,0 +1,68 @@ +file(REMOVE_RECURSE + "CMakeFiles/zstd.dir/lib/common/debug.c.o" + "CMakeFiles/zstd.dir/lib/common/debug.c.o.d" + "CMakeFiles/zstd.dir/lib/common/entropy_common.c.o" + "CMakeFiles/zstd.dir/lib/common/entropy_common.c.o.d" + "CMakeFiles/zstd.dir/lib/common/error_private.c.o" + "CMakeFiles/zstd.dir/lib/common/error_private.c.o.d" + "CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o" + "CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o.d" + "CMakeFiles/zstd.dir/lib/common/pool.c.o" + "CMakeFiles/zstd.dir/lib/common/pool.c.o.d" + "CMakeFiles/zstd.dir/lib/common/threading.c.o" + "CMakeFiles/zstd.dir/lib/common/threading.c.o.d" + "CMakeFiles/zstd.dir/lib/common/xxhash.c.o" + "CMakeFiles/zstd.dir/lib/common/xxhash.c.o.d" + "CMakeFiles/zstd.dir/lib/common/zstd_common.c.o" + "CMakeFiles/zstd.dir/lib/common/zstd_common.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o" + "CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/hist.c.o" + "CMakeFiles/zstd.dir/lib/compress/hist.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o" + "CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o" + "CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o" + "CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o" + "CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o" + "CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o" + "CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o" + "CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o" + "CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o" + "CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o" + "CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o.d" + "CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o" + "CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o.d" + "CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o" + "CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o.d" + "CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.o" + "CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o" + "CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o.d" + "CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o" + "CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o.d" + "CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o" + "CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o.d" + "CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o" + "CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o.d" + "CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o" + "CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o.d" + "CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o" + "CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o.d" + "CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o" + "CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o.d" + "libzstd.a" + "libzstd.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ASM C) + include(CMakeFiles/zstd.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/cmake_clean_target.cmake b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..ad231d7ee --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libzstd.a" +) diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/compiler_depend.make b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/compiler_depend.make new file mode 100644 index 000000000..da995e54f --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for zstd. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/compiler_depend.ts b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/compiler_depend.ts new file mode 100644 index 000000000..5895855da --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for zstd. diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/depend.make b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/depend.make new file mode 100644 index 000000000..3d3f180dc --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for zstd. +# This may be replaced when dependencies are built. diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/flags.make b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/flags.make new file mode 100644 index 000000000..b3fc54c2b --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/flags.make @@ -0,0 +1,17 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile ASM with /usr/bin/cc +# compile C with /usr/bin/cc +ASM_DEFINES = -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 + +ASM_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib -I/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common + +ASM_FLAGS = -O3 -DNDEBUG -fPIC + +C_DEFINES = -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 + +C_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib -I/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib/common + +C_FLAGS = -O3 -DNDEBUG -fPIC + diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/link.txt b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/link.txt new file mode 100644 index 000000000..18be00e2a --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libzstd.a CMakeFiles/zstd.dir/lib/common/debug.c.o CMakeFiles/zstd.dir/lib/common/entropy_common.c.o CMakeFiles/zstd.dir/lib/common/error_private.c.o CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o CMakeFiles/zstd.dir/lib/common/pool.c.o CMakeFiles/zstd.dir/lib/common/threading.c.o CMakeFiles/zstd.dir/lib/common/xxhash.c.o CMakeFiles/zstd.dir/lib/common/zstd_common.c.o CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o CMakeFiles/zstd.dir/lib/compress/hist.c.o CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.o +/usr/bin/ranlib libzstd.a diff --git a/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/progress.make b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/progress.make new file mode 100644 index 000000000..117b06c86 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/CMakeFiles/zstd.dir/progress.make @@ -0,0 +1,32 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 +CMAKE_PROGRESS_5 = 5 +CMAKE_PROGRESS_6 = 6 +CMAKE_PROGRESS_7 = 7 +CMAKE_PROGRESS_8 = 8 +CMAKE_PROGRESS_9 = 9 +CMAKE_PROGRESS_10 = 10 +CMAKE_PROGRESS_11 = 11 +CMAKE_PROGRESS_12 = 12 +CMAKE_PROGRESS_13 = 13 +CMAKE_PROGRESS_14 = 14 +CMAKE_PROGRESS_15 = 15 +CMAKE_PROGRESS_16 = 16 +CMAKE_PROGRESS_17 = 17 +CMAKE_PROGRESS_18 = 18 +CMAKE_PROGRESS_19 = 19 +CMAKE_PROGRESS_20 = 20 +CMAKE_PROGRESS_21 = 21 +CMAKE_PROGRESS_22 = 22 +CMAKE_PROGRESS_23 = 23 +CMAKE_PROGRESS_24 = 24 +CMAKE_PROGRESS_25 = 25 +CMAKE_PROGRESS_26 = 26 +CMAKE_PROGRESS_27 = 27 +CMAKE_PROGRESS_28 = 28 +CMAKE_PROGRESS_29 = 29 +CMAKE_PROGRESS_30 = 30 +CMAKE_PROGRESS_31 = 31 + diff --git a/build/cdk/protocol/mysqlx/zstd/Makefile b/build/cdk/protocol/mysqlx/zstd/Makefile new file mode 100644 index 000000000..936cf0406 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/Makefile @@ -0,0 +1,946 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named zstd + +# Build rule for target. +zstd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zstd +.PHONY : zstd + +# fast build rule for target. +zstd/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/build +.PHONY : zstd/fast + +lib/common/debug.o: lib/common/debug.c.o +.PHONY : lib/common/debug.o + +# target to build an object file +lib/common/debug.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/debug.c.o +.PHONY : lib/common/debug.c.o + +lib/common/debug.i: lib/common/debug.c.i +.PHONY : lib/common/debug.i + +# target to preprocess a source file +lib/common/debug.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/debug.c.i +.PHONY : lib/common/debug.c.i + +lib/common/debug.s: lib/common/debug.c.s +.PHONY : lib/common/debug.s + +# target to generate assembly for a file +lib/common/debug.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/debug.c.s +.PHONY : lib/common/debug.c.s + +lib/common/entropy_common.o: lib/common/entropy_common.c.o +.PHONY : lib/common/entropy_common.o + +# target to build an object file +lib/common/entropy_common.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/entropy_common.c.o +.PHONY : lib/common/entropy_common.c.o + +lib/common/entropy_common.i: lib/common/entropy_common.c.i +.PHONY : lib/common/entropy_common.i + +# target to preprocess a source file +lib/common/entropy_common.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/entropy_common.c.i +.PHONY : lib/common/entropy_common.c.i + +lib/common/entropy_common.s: lib/common/entropy_common.c.s +.PHONY : lib/common/entropy_common.s + +# target to generate assembly for a file +lib/common/entropy_common.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/entropy_common.c.s +.PHONY : lib/common/entropy_common.c.s + +lib/common/error_private.o: lib/common/error_private.c.o +.PHONY : lib/common/error_private.o + +# target to build an object file +lib/common/error_private.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/error_private.c.o +.PHONY : lib/common/error_private.c.o + +lib/common/error_private.i: lib/common/error_private.c.i +.PHONY : lib/common/error_private.i + +# target to preprocess a source file +lib/common/error_private.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/error_private.c.i +.PHONY : lib/common/error_private.c.i + +lib/common/error_private.s: lib/common/error_private.c.s +.PHONY : lib/common/error_private.s + +# target to generate assembly for a file +lib/common/error_private.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/error_private.c.s +.PHONY : lib/common/error_private.c.s + +lib/common/fse_decompress.o: lib/common/fse_decompress.c.o +.PHONY : lib/common/fse_decompress.o + +# target to build an object file +lib/common/fse_decompress.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/fse_decompress.c.o +.PHONY : lib/common/fse_decompress.c.o + +lib/common/fse_decompress.i: lib/common/fse_decompress.c.i +.PHONY : lib/common/fse_decompress.i + +# target to preprocess a source file +lib/common/fse_decompress.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/fse_decompress.c.i +.PHONY : lib/common/fse_decompress.c.i + +lib/common/fse_decompress.s: lib/common/fse_decompress.c.s +.PHONY : lib/common/fse_decompress.s + +# target to generate assembly for a file +lib/common/fse_decompress.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/fse_decompress.c.s +.PHONY : lib/common/fse_decompress.c.s + +lib/common/pool.o: lib/common/pool.c.o +.PHONY : lib/common/pool.o + +# target to build an object file +lib/common/pool.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/pool.c.o +.PHONY : lib/common/pool.c.o + +lib/common/pool.i: lib/common/pool.c.i +.PHONY : lib/common/pool.i + +# target to preprocess a source file +lib/common/pool.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/pool.c.i +.PHONY : lib/common/pool.c.i + +lib/common/pool.s: lib/common/pool.c.s +.PHONY : lib/common/pool.s + +# target to generate assembly for a file +lib/common/pool.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/pool.c.s +.PHONY : lib/common/pool.c.s + +lib/common/threading.o: lib/common/threading.c.o +.PHONY : lib/common/threading.o + +# target to build an object file +lib/common/threading.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/threading.c.o +.PHONY : lib/common/threading.c.o + +lib/common/threading.i: lib/common/threading.c.i +.PHONY : lib/common/threading.i + +# target to preprocess a source file +lib/common/threading.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/threading.c.i +.PHONY : lib/common/threading.c.i + +lib/common/threading.s: lib/common/threading.c.s +.PHONY : lib/common/threading.s + +# target to generate assembly for a file +lib/common/threading.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/threading.c.s +.PHONY : lib/common/threading.c.s + +lib/common/xxhash.o: lib/common/xxhash.c.o +.PHONY : lib/common/xxhash.o + +# target to build an object file +lib/common/xxhash.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/xxhash.c.o +.PHONY : lib/common/xxhash.c.o + +lib/common/xxhash.i: lib/common/xxhash.c.i +.PHONY : lib/common/xxhash.i + +# target to preprocess a source file +lib/common/xxhash.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/xxhash.c.i +.PHONY : lib/common/xxhash.c.i + +lib/common/xxhash.s: lib/common/xxhash.c.s +.PHONY : lib/common/xxhash.s + +# target to generate assembly for a file +lib/common/xxhash.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/xxhash.c.s +.PHONY : lib/common/xxhash.c.s + +lib/common/zstd_common.o: lib/common/zstd_common.c.o +.PHONY : lib/common/zstd_common.o + +# target to build an object file +lib/common/zstd_common.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/zstd_common.c.o +.PHONY : lib/common/zstd_common.c.o + +lib/common/zstd_common.i: lib/common/zstd_common.c.i +.PHONY : lib/common/zstd_common.i + +# target to preprocess a source file +lib/common/zstd_common.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/zstd_common.c.i +.PHONY : lib/common/zstd_common.c.i + +lib/common/zstd_common.s: lib/common/zstd_common.c.s +.PHONY : lib/common/zstd_common.s + +# target to generate assembly for a file +lib/common/zstd_common.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/common/zstd_common.c.s +.PHONY : lib/common/zstd_common.c.s + +lib/compress/fse_compress.o: lib/compress/fse_compress.c.o +.PHONY : lib/compress/fse_compress.o + +# target to build an object file +lib/compress/fse_compress.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/fse_compress.c.o +.PHONY : lib/compress/fse_compress.c.o + +lib/compress/fse_compress.i: lib/compress/fse_compress.c.i +.PHONY : lib/compress/fse_compress.i + +# target to preprocess a source file +lib/compress/fse_compress.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/fse_compress.c.i +.PHONY : lib/compress/fse_compress.c.i + +lib/compress/fse_compress.s: lib/compress/fse_compress.c.s +.PHONY : lib/compress/fse_compress.s + +# target to generate assembly for a file +lib/compress/fse_compress.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/fse_compress.c.s +.PHONY : lib/compress/fse_compress.c.s + +lib/compress/hist.o: lib/compress/hist.c.o +.PHONY : lib/compress/hist.o + +# target to build an object file +lib/compress/hist.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/hist.c.o +.PHONY : lib/compress/hist.c.o + +lib/compress/hist.i: lib/compress/hist.c.i +.PHONY : lib/compress/hist.i + +# target to preprocess a source file +lib/compress/hist.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/hist.c.i +.PHONY : lib/compress/hist.c.i + +lib/compress/hist.s: lib/compress/hist.c.s +.PHONY : lib/compress/hist.s + +# target to generate assembly for a file +lib/compress/hist.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/hist.c.s +.PHONY : lib/compress/hist.c.s + +lib/compress/huf_compress.o: lib/compress/huf_compress.c.o +.PHONY : lib/compress/huf_compress.o + +# target to build an object file +lib/compress/huf_compress.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/huf_compress.c.o +.PHONY : lib/compress/huf_compress.c.o + +lib/compress/huf_compress.i: lib/compress/huf_compress.c.i +.PHONY : lib/compress/huf_compress.i + +# target to preprocess a source file +lib/compress/huf_compress.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/huf_compress.c.i +.PHONY : lib/compress/huf_compress.c.i + +lib/compress/huf_compress.s: lib/compress/huf_compress.c.s +.PHONY : lib/compress/huf_compress.s + +# target to generate assembly for a file +lib/compress/huf_compress.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/huf_compress.c.s +.PHONY : lib/compress/huf_compress.c.s + +lib/compress/zstd_compress.o: lib/compress/zstd_compress.c.o +.PHONY : lib/compress/zstd_compress.o + +# target to build an object file +lib/compress/zstd_compress.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.o +.PHONY : lib/compress/zstd_compress.c.o + +lib/compress/zstd_compress.i: lib/compress/zstd_compress.c.i +.PHONY : lib/compress/zstd_compress.i + +# target to preprocess a source file +lib/compress/zstd_compress.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.i +.PHONY : lib/compress/zstd_compress.c.i + +lib/compress/zstd_compress.s: lib/compress/zstd_compress.c.s +.PHONY : lib/compress/zstd_compress.s + +# target to generate assembly for a file +lib/compress/zstd_compress.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress.c.s +.PHONY : lib/compress/zstd_compress.c.s + +lib/compress/zstd_compress_literals.o: lib/compress/zstd_compress_literals.c.o +.PHONY : lib/compress/zstd_compress_literals.o + +# target to build an object file +lib/compress/zstd_compress_literals.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.o +.PHONY : lib/compress/zstd_compress_literals.c.o + +lib/compress/zstd_compress_literals.i: lib/compress/zstd_compress_literals.c.i +.PHONY : lib/compress/zstd_compress_literals.i + +# target to preprocess a source file +lib/compress/zstd_compress_literals.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.i +.PHONY : lib/compress/zstd_compress_literals.c.i + +lib/compress/zstd_compress_literals.s: lib/compress/zstd_compress_literals.c.s +.PHONY : lib/compress/zstd_compress_literals.s + +# target to generate assembly for a file +lib/compress/zstd_compress_literals.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress_literals.c.s +.PHONY : lib/compress/zstd_compress_literals.c.s + +lib/compress/zstd_compress_sequences.o: lib/compress/zstd_compress_sequences.c.o +.PHONY : lib/compress/zstd_compress_sequences.o + +# target to build an object file +lib/compress/zstd_compress_sequences.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.o +.PHONY : lib/compress/zstd_compress_sequences.c.o + +lib/compress/zstd_compress_sequences.i: lib/compress/zstd_compress_sequences.c.i +.PHONY : lib/compress/zstd_compress_sequences.i + +# target to preprocess a source file +lib/compress/zstd_compress_sequences.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.i +.PHONY : lib/compress/zstd_compress_sequences.c.i + +lib/compress/zstd_compress_sequences.s: lib/compress/zstd_compress_sequences.c.s +.PHONY : lib/compress/zstd_compress_sequences.s + +# target to generate assembly for a file +lib/compress/zstd_compress_sequences.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress_sequences.c.s +.PHONY : lib/compress/zstd_compress_sequences.c.s + +lib/compress/zstd_compress_superblock.o: lib/compress/zstd_compress_superblock.c.o +.PHONY : lib/compress/zstd_compress_superblock.o + +# target to build an object file +lib/compress/zstd_compress_superblock.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.o +.PHONY : lib/compress/zstd_compress_superblock.c.o + +lib/compress/zstd_compress_superblock.i: lib/compress/zstd_compress_superblock.c.i +.PHONY : lib/compress/zstd_compress_superblock.i + +# target to preprocess a source file +lib/compress/zstd_compress_superblock.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.i +.PHONY : lib/compress/zstd_compress_superblock.c.i + +lib/compress/zstd_compress_superblock.s: lib/compress/zstd_compress_superblock.c.s +.PHONY : lib/compress/zstd_compress_superblock.s + +# target to generate assembly for a file +lib/compress/zstd_compress_superblock.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_compress_superblock.c.s +.PHONY : lib/compress/zstd_compress_superblock.c.s + +lib/compress/zstd_double_fast.o: lib/compress/zstd_double_fast.c.o +.PHONY : lib/compress/zstd_double_fast.o + +# target to build an object file +lib/compress/zstd_double_fast.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.o +.PHONY : lib/compress/zstd_double_fast.c.o + +lib/compress/zstd_double_fast.i: lib/compress/zstd_double_fast.c.i +.PHONY : lib/compress/zstd_double_fast.i + +# target to preprocess a source file +lib/compress/zstd_double_fast.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.i +.PHONY : lib/compress/zstd_double_fast.c.i + +lib/compress/zstd_double_fast.s: lib/compress/zstd_double_fast.c.s +.PHONY : lib/compress/zstd_double_fast.s + +# target to generate assembly for a file +lib/compress/zstd_double_fast.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_double_fast.c.s +.PHONY : lib/compress/zstd_double_fast.c.s + +lib/compress/zstd_fast.o: lib/compress/zstd_fast.c.o +.PHONY : lib/compress/zstd_fast.o + +# target to build an object file +lib/compress/zstd_fast.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.o +.PHONY : lib/compress/zstd_fast.c.o + +lib/compress/zstd_fast.i: lib/compress/zstd_fast.c.i +.PHONY : lib/compress/zstd_fast.i + +# target to preprocess a source file +lib/compress/zstd_fast.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.i +.PHONY : lib/compress/zstd_fast.c.i + +lib/compress/zstd_fast.s: lib/compress/zstd_fast.c.s +.PHONY : lib/compress/zstd_fast.s + +# target to generate assembly for a file +lib/compress/zstd_fast.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_fast.c.s +.PHONY : lib/compress/zstd_fast.c.s + +lib/compress/zstd_lazy.o: lib/compress/zstd_lazy.c.o +.PHONY : lib/compress/zstd_lazy.o + +# target to build an object file +lib/compress/zstd_lazy.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.o +.PHONY : lib/compress/zstd_lazy.c.o + +lib/compress/zstd_lazy.i: lib/compress/zstd_lazy.c.i +.PHONY : lib/compress/zstd_lazy.i + +# target to preprocess a source file +lib/compress/zstd_lazy.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.i +.PHONY : lib/compress/zstd_lazy.c.i + +lib/compress/zstd_lazy.s: lib/compress/zstd_lazy.c.s +.PHONY : lib/compress/zstd_lazy.s + +# target to generate assembly for a file +lib/compress/zstd_lazy.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_lazy.c.s +.PHONY : lib/compress/zstd_lazy.c.s + +lib/compress/zstd_ldm.o: lib/compress/zstd_ldm.c.o +.PHONY : lib/compress/zstd_ldm.o + +# target to build an object file +lib/compress/zstd_ldm.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.o +.PHONY : lib/compress/zstd_ldm.c.o + +lib/compress/zstd_ldm.i: lib/compress/zstd_ldm.c.i +.PHONY : lib/compress/zstd_ldm.i + +# target to preprocess a source file +lib/compress/zstd_ldm.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.i +.PHONY : lib/compress/zstd_ldm.c.i + +lib/compress/zstd_ldm.s: lib/compress/zstd_ldm.c.s +.PHONY : lib/compress/zstd_ldm.s + +# target to generate assembly for a file +lib/compress/zstd_ldm.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_ldm.c.s +.PHONY : lib/compress/zstd_ldm.c.s + +lib/compress/zstd_opt.o: lib/compress/zstd_opt.c.o +.PHONY : lib/compress/zstd_opt.o + +# target to build an object file +lib/compress/zstd_opt.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.o +.PHONY : lib/compress/zstd_opt.c.o + +lib/compress/zstd_opt.i: lib/compress/zstd_opt.c.i +.PHONY : lib/compress/zstd_opt.i + +# target to preprocess a source file +lib/compress/zstd_opt.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.i +.PHONY : lib/compress/zstd_opt.c.i + +lib/compress/zstd_opt.s: lib/compress/zstd_opt.c.s +.PHONY : lib/compress/zstd_opt.s + +# target to generate assembly for a file +lib/compress/zstd_opt.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstd_opt.c.s +.PHONY : lib/compress/zstd_opt.c.s + +lib/compress/zstdmt_compress.o: lib/compress/zstdmt_compress.c.o +.PHONY : lib/compress/zstdmt_compress.o + +# target to build an object file +lib/compress/zstdmt_compress.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.o +.PHONY : lib/compress/zstdmt_compress.c.o + +lib/compress/zstdmt_compress.i: lib/compress/zstdmt_compress.c.i +.PHONY : lib/compress/zstdmt_compress.i + +# target to preprocess a source file +lib/compress/zstdmt_compress.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.i +.PHONY : lib/compress/zstdmt_compress.c.i + +lib/compress/zstdmt_compress.s: lib/compress/zstdmt_compress.c.s +.PHONY : lib/compress/zstdmt_compress.s + +# target to generate assembly for a file +lib/compress/zstdmt_compress.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/compress/zstdmt_compress.c.s +.PHONY : lib/compress/zstdmt_compress.c.s + +lib/decompress/huf_decompress.o: lib/decompress/huf_decompress.c.o +.PHONY : lib/decompress/huf_decompress.o + +# target to build an object file +lib/decompress/huf_decompress.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.o +.PHONY : lib/decompress/huf_decompress.c.o + +lib/decompress/huf_decompress.i: lib/decompress/huf_decompress.c.i +.PHONY : lib/decompress/huf_decompress.i + +# target to preprocess a source file +lib/decompress/huf_decompress.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.i +.PHONY : lib/decompress/huf_decompress.c.i + +lib/decompress/huf_decompress.s: lib/decompress/huf_decompress.c.s +.PHONY : lib/decompress/huf_decompress.s + +# target to generate assembly for a file +lib/decompress/huf_decompress.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/huf_decompress.c.s +.PHONY : lib/decompress/huf_decompress.c.s + +lib/decompress/huf_decompress_amd64.o: lib/decompress/huf_decompress_amd64.S.o +.PHONY : lib/decompress/huf_decompress_amd64.o + +# target to build an object file +lib/decompress/huf_decompress_amd64.S.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/huf_decompress_amd64.S.o +.PHONY : lib/decompress/huf_decompress_amd64.S.o + +lib/decompress/zstd_ddict.o: lib/decompress/zstd_ddict.c.o +.PHONY : lib/decompress/zstd_ddict.o + +# target to build an object file +lib/decompress/zstd_ddict.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.o +.PHONY : lib/decompress/zstd_ddict.c.o + +lib/decompress/zstd_ddict.i: lib/decompress/zstd_ddict.c.i +.PHONY : lib/decompress/zstd_ddict.i + +# target to preprocess a source file +lib/decompress/zstd_ddict.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.i +.PHONY : lib/decompress/zstd_ddict.c.i + +lib/decompress/zstd_ddict.s: lib/decompress/zstd_ddict.c.s +.PHONY : lib/decompress/zstd_ddict.s + +# target to generate assembly for a file +lib/decompress/zstd_ddict.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/zstd_ddict.c.s +.PHONY : lib/decompress/zstd_ddict.c.s + +lib/decompress/zstd_decompress.o: lib/decompress/zstd_decompress.c.o +.PHONY : lib/decompress/zstd_decompress.o + +# target to build an object file +lib/decompress/zstd_decompress.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.o +.PHONY : lib/decompress/zstd_decompress.c.o + +lib/decompress/zstd_decompress.i: lib/decompress/zstd_decompress.c.i +.PHONY : lib/decompress/zstd_decompress.i + +# target to preprocess a source file +lib/decompress/zstd_decompress.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.i +.PHONY : lib/decompress/zstd_decompress.c.i + +lib/decompress/zstd_decompress.s: lib/decompress/zstd_decompress.c.s +.PHONY : lib/decompress/zstd_decompress.s + +# target to generate assembly for a file +lib/decompress/zstd_decompress.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/zstd_decompress.c.s +.PHONY : lib/decompress/zstd_decompress.c.s + +lib/decompress/zstd_decompress_block.o: lib/decompress/zstd_decompress_block.c.o +.PHONY : lib/decompress/zstd_decompress_block.o + +# target to build an object file +lib/decompress/zstd_decompress_block.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.o +.PHONY : lib/decompress/zstd_decompress_block.c.o + +lib/decompress/zstd_decompress_block.i: lib/decompress/zstd_decompress_block.c.i +.PHONY : lib/decompress/zstd_decompress_block.i + +# target to preprocess a source file +lib/decompress/zstd_decompress_block.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.i +.PHONY : lib/decompress/zstd_decompress_block.c.i + +lib/decompress/zstd_decompress_block.s: lib/decompress/zstd_decompress_block.c.s +.PHONY : lib/decompress/zstd_decompress_block.s + +# target to generate assembly for a file +lib/decompress/zstd_decompress_block.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/decompress/zstd_decompress_block.c.s +.PHONY : lib/decompress/zstd_decompress_block.c.s + +lib/dictBuilder/cover.o: lib/dictBuilder/cover.c.o +.PHONY : lib/dictBuilder/cover.o + +# target to build an object file +lib/dictBuilder/cover.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.o +.PHONY : lib/dictBuilder/cover.c.o + +lib/dictBuilder/cover.i: lib/dictBuilder/cover.c.i +.PHONY : lib/dictBuilder/cover.i + +# target to preprocess a source file +lib/dictBuilder/cover.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.i +.PHONY : lib/dictBuilder/cover.c.i + +lib/dictBuilder/cover.s: lib/dictBuilder/cover.c.s +.PHONY : lib/dictBuilder/cover.s + +# target to generate assembly for a file +lib/dictBuilder/cover.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/cover.c.s +.PHONY : lib/dictBuilder/cover.c.s + +lib/dictBuilder/divsufsort.o: lib/dictBuilder/divsufsort.c.o +.PHONY : lib/dictBuilder/divsufsort.o + +# target to build an object file +lib/dictBuilder/divsufsort.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.o +.PHONY : lib/dictBuilder/divsufsort.c.o + +lib/dictBuilder/divsufsort.i: lib/dictBuilder/divsufsort.c.i +.PHONY : lib/dictBuilder/divsufsort.i + +# target to preprocess a source file +lib/dictBuilder/divsufsort.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.i +.PHONY : lib/dictBuilder/divsufsort.c.i + +lib/dictBuilder/divsufsort.s: lib/dictBuilder/divsufsort.c.s +.PHONY : lib/dictBuilder/divsufsort.s + +# target to generate assembly for a file +lib/dictBuilder/divsufsort.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/divsufsort.c.s +.PHONY : lib/dictBuilder/divsufsort.c.s + +lib/dictBuilder/fastcover.o: lib/dictBuilder/fastcover.c.o +.PHONY : lib/dictBuilder/fastcover.o + +# target to build an object file +lib/dictBuilder/fastcover.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.o +.PHONY : lib/dictBuilder/fastcover.c.o + +lib/dictBuilder/fastcover.i: lib/dictBuilder/fastcover.c.i +.PHONY : lib/dictBuilder/fastcover.i + +# target to preprocess a source file +lib/dictBuilder/fastcover.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.i +.PHONY : lib/dictBuilder/fastcover.c.i + +lib/dictBuilder/fastcover.s: lib/dictBuilder/fastcover.c.s +.PHONY : lib/dictBuilder/fastcover.s + +# target to generate assembly for a file +lib/dictBuilder/fastcover.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/fastcover.c.s +.PHONY : lib/dictBuilder/fastcover.c.s + +lib/dictBuilder/zdict.o: lib/dictBuilder/zdict.c.o +.PHONY : lib/dictBuilder/zdict.o + +# target to build an object file +lib/dictBuilder/zdict.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.o +.PHONY : lib/dictBuilder/zdict.c.o + +lib/dictBuilder/zdict.i: lib/dictBuilder/zdict.c.i +.PHONY : lib/dictBuilder/zdict.i + +# target to preprocess a source file +lib/dictBuilder/zdict.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.i +.PHONY : lib/dictBuilder/zdict.c.i + +lib/dictBuilder/zdict.s: lib/dictBuilder/zdict.c.s +.PHONY : lib/dictBuilder/zdict.s + +# target to generate assembly for a file +lib/dictBuilder/zdict.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/zstd.dir/build.make CMakeFiles/zstd.dir/lib/dictBuilder/zdict.c.s +.PHONY : lib/dictBuilder/zdict.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... zstd" + @echo "... lib/common/debug.o" + @echo "... lib/common/debug.i" + @echo "... lib/common/debug.s" + @echo "... lib/common/entropy_common.o" + @echo "... lib/common/entropy_common.i" + @echo "... lib/common/entropy_common.s" + @echo "... lib/common/error_private.o" + @echo "... lib/common/error_private.i" + @echo "... lib/common/error_private.s" + @echo "... lib/common/fse_decompress.o" + @echo "... lib/common/fse_decompress.i" + @echo "... lib/common/fse_decompress.s" + @echo "... lib/common/pool.o" + @echo "... lib/common/pool.i" + @echo "... lib/common/pool.s" + @echo "... lib/common/threading.o" + @echo "... lib/common/threading.i" + @echo "... lib/common/threading.s" + @echo "... lib/common/xxhash.o" + @echo "... lib/common/xxhash.i" + @echo "... lib/common/xxhash.s" + @echo "... lib/common/zstd_common.o" + @echo "... lib/common/zstd_common.i" + @echo "... lib/common/zstd_common.s" + @echo "... lib/compress/fse_compress.o" + @echo "... lib/compress/fse_compress.i" + @echo "... lib/compress/fse_compress.s" + @echo "... lib/compress/hist.o" + @echo "... lib/compress/hist.i" + @echo "... lib/compress/hist.s" + @echo "... lib/compress/huf_compress.o" + @echo "... lib/compress/huf_compress.i" + @echo "... lib/compress/huf_compress.s" + @echo "... lib/compress/zstd_compress.o" + @echo "... lib/compress/zstd_compress.i" + @echo "... lib/compress/zstd_compress.s" + @echo "... lib/compress/zstd_compress_literals.o" + @echo "... lib/compress/zstd_compress_literals.i" + @echo "... lib/compress/zstd_compress_literals.s" + @echo "... lib/compress/zstd_compress_sequences.o" + @echo "... lib/compress/zstd_compress_sequences.i" + @echo "... lib/compress/zstd_compress_sequences.s" + @echo "... lib/compress/zstd_compress_superblock.o" + @echo "... lib/compress/zstd_compress_superblock.i" + @echo "... lib/compress/zstd_compress_superblock.s" + @echo "... lib/compress/zstd_double_fast.o" + @echo "... lib/compress/zstd_double_fast.i" + @echo "... lib/compress/zstd_double_fast.s" + @echo "... lib/compress/zstd_fast.o" + @echo "... lib/compress/zstd_fast.i" + @echo "... lib/compress/zstd_fast.s" + @echo "... lib/compress/zstd_lazy.o" + @echo "... lib/compress/zstd_lazy.i" + @echo "... lib/compress/zstd_lazy.s" + @echo "... lib/compress/zstd_ldm.o" + @echo "... lib/compress/zstd_ldm.i" + @echo "... lib/compress/zstd_ldm.s" + @echo "... lib/compress/zstd_opt.o" + @echo "... lib/compress/zstd_opt.i" + @echo "... lib/compress/zstd_opt.s" + @echo "... lib/compress/zstdmt_compress.o" + @echo "... lib/compress/zstdmt_compress.i" + @echo "... lib/compress/zstdmt_compress.s" + @echo "... lib/decompress/huf_decompress.o" + @echo "... lib/decompress/huf_decompress.i" + @echo "... lib/decompress/huf_decompress.s" + @echo "... lib/decompress/huf_decompress_amd64.o" + @echo "... lib/decompress/zstd_ddict.o" + @echo "... lib/decompress/zstd_ddict.i" + @echo "... lib/decompress/zstd_ddict.s" + @echo "... lib/decompress/zstd_decompress.o" + @echo "... lib/decompress/zstd_decompress.i" + @echo "... lib/decompress/zstd_decompress.s" + @echo "... lib/decompress/zstd_decompress_block.o" + @echo "... lib/decompress/zstd_decompress_block.i" + @echo "... lib/decompress/zstd_decompress_block.s" + @echo "... lib/dictBuilder/cover.o" + @echo "... lib/dictBuilder/cover.i" + @echo "... lib/dictBuilder/cover.s" + @echo "... lib/dictBuilder/divsufsort.o" + @echo "... lib/dictBuilder/divsufsort.i" + @echo "... lib/dictBuilder/divsufsort.s" + @echo "... lib/dictBuilder/fastcover.o" + @echo "... lib/dictBuilder/fastcover.i" + @echo "... lib/dictBuilder/fastcover.s" + @echo "... lib/dictBuilder/zdict.o" + @echo "... lib/dictBuilder/zdict.i" + @echo "... lib/dictBuilder/zdict.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cdk/protocol/mysqlx/zstd/cmake_install.cmake b/build/cdk/protocol/mysqlx/zstd/cmake_install.cmake new file mode 100644 index 000000000..45422e453 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/cmake_install.cmake @@ -0,0 +1,66 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/extra/zstd + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/cdk/protocol/mysqlx/zstd/exports.cmake b/build/cdk/protocol/mysqlx/zstd/exports.cmake new file mode 100644 index 000000000..a7ddd2db0 --- /dev/null +++ b/build/cdk/protocol/mysqlx/zstd/exports.cmake @@ -0,0 +1,68 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.29) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS ext_zstd) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target ext_zstd +add_library(ext_zstd STATIC IMPORTED) + +set_target_properties(ext_zstd PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/carlon/code/mysql-connector-cpp/cdk/extra/zstd/lib" +) + +# Import target "ext_zstd" for configuration "Release" +set_property(TARGET ext_zstd APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(ext_zstd PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "ASM;C" + IMPORTED_LOCATION_RELEASE "/home/carlon/code/mysql-connector-cpp/build/cdk/protocol/mysqlx/zstd/libzstd.a" + ) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake new file mode 100644 index 000000000..53bc0443c --- /dev/null +++ b/build/cmake_install.cmake @@ -0,0 +1,174 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/testing/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/cdk/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/include/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/jdbc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/doc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/common/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/xapi/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/devapi/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "XDevAPIDll" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee]|[Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES + "/home/carlon/code/mysql-connector-cpp/build/libmysqlcppconnx.so.2.9.4.0" + "/home/carlon/code/mysql-connector-cpp/build/libmysqlcppconnx.so.2" + ) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libmysqlcppconnx.so.2.9.4.0" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libmysqlcppconnx.so.2" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "${file}") + endif() + endif() + endforeach() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "XDevAPIDll" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee]|[Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/home/carlon/code/mysql-connector-cpp/build/libmysqlcppconnx.so") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "XDevAPIDll" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/debug" TYPE SHARED_LIBRARY FILES + "/home/carlon/code/mysql-connector-cpp/build/libmysqlcppconnx.so.2.9.4.0" + "/home/carlon/code/mysql-connector-cpp/build/libmysqlcppconnx.so.2" + ) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/debug/libmysqlcppconnx.so.2.9.4.0" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/debug/libmysqlcppconnx.so.2" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "${file}") + endif() + endif() + endforeach() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "XDevAPIDll" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/debug" TYPE SHARED_LIBRARY FILES "/home/carlon/code/mysql-connector-cpp/build/libmysqlcppconnx.so") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Readme" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE FILE FILES "/home/carlon/code/mysql-connector-cpp/build/INFO_SRC") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Readme" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE FILE FILES "/home/carlon/code/mysql-connector-cpp/build/INFO_BIN") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "DevCommon" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE FILE FILES "/home/carlon/code/mysql-connector-cpp/build/mysql-concpp-config.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "DevCommon" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE FILE FILES "/home/carlon/code/mysql-connector-cpp/build/mysql-concpp-config-version.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/common/CMakeFiles/CMakeDirectoryInformation.cmake b/build/common/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/common/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/common/CMakeFiles/common.dir/DependInfo.cmake b/build/common/CMakeFiles/common.dir/DependInfo.cmake new file mode 100644 index 000000000..d26aa29ed --- /dev/null +++ b/build/common/CMakeFiles/common.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/common/collection.cc" "common/CMakeFiles/common.dir/collection.cc.o" "gcc" "common/CMakeFiles/common.dir/collection.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/common/result.cc" "common/CMakeFiles/common.dir/result.cc.o" "gcc" "common/CMakeFiles/common.dir/result.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/common/session.cc" "common/CMakeFiles/common.dir/session.cc.o" "gcc" "common/CMakeFiles/common.dir/session.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/common/value.cc" "common/CMakeFiles/common.dir/value.cc.o" "gcc" "common/CMakeFiles/common.dir/value.cc.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/common/CMakeFiles/common.dir/build.make b/build/common/CMakeFiles/common.dir/build.make new file mode 100644 index 000000000..739597602 --- /dev/null +++ b/build/common/CMakeFiles/common.dir/build.make @@ -0,0 +1,162 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include common/CMakeFiles/common.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include common/CMakeFiles/common.dir/compiler_depend.make + +# Include the progress variables for this target. +include common/CMakeFiles/common.dir/progress.make + +# Include the compile flags for this target's objects. +include common/CMakeFiles/common.dir/flags.make + +common/CMakeFiles/common.dir/codegen: +.PHONY : common/CMakeFiles/common.dir/codegen + +common/CMakeFiles/common.dir/session.cc.o: common/CMakeFiles/common.dir/flags.make +common/CMakeFiles/common.dir/session.cc.o: /home/carlon/code/mysql-connector-cpp/common/session.cc +common/CMakeFiles/common.dir/session.cc.o: common/CMakeFiles/common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object common/CMakeFiles/common.dir/session.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT common/CMakeFiles/common.dir/session.cc.o -MF CMakeFiles/common.dir/session.cc.o.d -o CMakeFiles/common.dir/session.cc.o -c /home/carlon/code/mysql-connector-cpp/common/session.cc + +common/CMakeFiles/common.dir/session.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/common.dir/session.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/common/session.cc > CMakeFiles/common.dir/session.cc.i + +common/CMakeFiles/common.dir/session.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/common.dir/session.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/common/session.cc -o CMakeFiles/common.dir/session.cc.s + +common/CMakeFiles/common.dir/result.cc.o: common/CMakeFiles/common.dir/flags.make +common/CMakeFiles/common.dir/result.cc.o: /home/carlon/code/mysql-connector-cpp/common/result.cc +common/CMakeFiles/common.dir/result.cc.o: common/CMakeFiles/common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object common/CMakeFiles/common.dir/result.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT common/CMakeFiles/common.dir/result.cc.o -MF CMakeFiles/common.dir/result.cc.o.d -o CMakeFiles/common.dir/result.cc.o -c /home/carlon/code/mysql-connector-cpp/common/result.cc + +common/CMakeFiles/common.dir/result.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/common.dir/result.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/common/result.cc > CMakeFiles/common.dir/result.cc.i + +common/CMakeFiles/common.dir/result.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/common.dir/result.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/common/result.cc -o CMakeFiles/common.dir/result.cc.s + +common/CMakeFiles/common.dir/collection.cc.o: common/CMakeFiles/common.dir/flags.make +common/CMakeFiles/common.dir/collection.cc.o: /home/carlon/code/mysql-connector-cpp/common/collection.cc +common/CMakeFiles/common.dir/collection.cc.o: common/CMakeFiles/common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object common/CMakeFiles/common.dir/collection.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT common/CMakeFiles/common.dir/collection.cc.o -MF CMakeFiles/common.dir/collection.cc.o.d -o CMakeFiles/common.dir/collection.cc.o -c /home/carlon/code/mysql-connector-cpp/common/collection.cc + +common/CMakeFiles/common.dir/collection.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/common.dir/collection.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/common/collection.cc > CMakeFiles/common.dir/collection.cc.i + +common/CMakeFiles/common.dir/collection.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/common.dir/collection.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/common/collection.cc -o CMakeFiles/common.dir/collection.cc.s + +common/CMakeFiles/common.dir/value.cc.o: common/CMakeFiles/common.dir/flags.make +common/CMakeFiles/common.dir/value.cc.o: /home/carlon/code/mysql-connector-cpp/common/value.cc +common/CMakeFiles/common.dir/value.cc.o: common/CMakeFiles/common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object common/CMakeFiles/common.dir/value.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT common/CMakeFiles/common.dir/value.cc.o -MF CMakeFiles/common.dir/value.cc.o.d -o CMakeFiles/common.dir/value.cc.o -c /home/carlon/code/mysql-connector-cpp/common/value.cc + +common/CMakeFiles/common.dir/value.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/common.dir/value.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/common/value.cc > CMakeFiles/common.dir/value.cc.i + +common/CMakeFiles/common.dir/value.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/common.dir/value.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/common && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/common/value.cc -o CMakeFiles/common.dir/value.cc.s + +# Object files for target common +common_OBJECTS = \ +"CMakeFiles/common.dir/session.cc.o" \ +"CMakeFiles/common.dir/result.cc.o" \ +"CMakeFiles/common.dir/collection.cc.o" \ +"CMakeFiles/common.dir/value.cc.o" + +# External object files for target common +common_EXTERNAL_OBJECTS = + +common/libcommon.a: common/CMakeFiles/common.dir/session.cc.o +common/libcommon.a: common/CMakeFiles/common.dir/result.cc.o +common/libcommon.a: common/CMakeFiles/common.dir/collection.cc.o +common/libcommon.a: common/CMakeFiles/common.dir/value.cc.o +common/libcommon.a: common/CMakeFiles/common.dir/build.make +common/libcommon.a: common/CMakeFiles/common.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX static library libcommon.a" + cd /home/carlon/code/mysql-connector-cpp/build/common && $(CMAKE_COMMAND) -P CMakeFiles/common.dir/cmake_clean_target.cmake + cd /home/carlon/code/mysql-connector-cpp/build/common && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/common.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +common/CMakeFiles/common.dir/build: common/libcommon.a +.PHONY : common/CMakeFiles/common.dir/build + +common/CMakeFiles/common.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/common && $(CMAKE_COMMAND) -P CMakeFiles/common.dir/cmake_clean.cmake +.PHONY : common/CMakeFiles/common.dir/clean + +common/CMakeFiles/common.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/common /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/common /home/carlon/code/mysql-connector-cpp/build/common/CMakeFiles/common.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : common/CMakeFiles/common.dir/depend + diff --git a/build/common/CMakeFiles/common.dir/cmake_clean.cmake b/build/common/CMakeFiles/common.dir/cmake_clean.cmake new file mode 100644 index 000000000..b337b19ce --- /dev/null +++ b/build/common/CMakeFiles/common.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "CMakeFiles/common.dir/collection.cc.o" + "CMakeFiles/common.dir/collection.cc.o.d" + "CMakeFiles/common.dir/result.cc.o" + "CMakeFiles/common.dir/result.cc.o.d" + "CMakeFiles/common.dir/session.cc.o" + "CMakeFiles/common.dir/session.cc.o.d" + "CMakeFiles/common.dir/value.cc.o" + "CMakeFiles/common.dir/value.cc.o.d" + "libcommon.a" + "libcommon.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/common.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/common/CMakeFiles/common.dir/cmake_clean_target.cmake b/build/common/CMakeFiles/common.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..726571e40 --- /dev/null +++ b/build/common/CMakeFiles/common.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libcommon.a" +) diff --git a/build/common/CMakeFiles/common.dir/compiler_depend.make b/build/common/CMakeFiles/common.dir/compiler_depend.make new file mode 100644 index 000000000..b16ca6646 --- /dev/null +++ b/build/common/CMakeFiles/common.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for common. +# This may be replaced when dependencies are built. diff --git a/build/common/CMakeFiles/common.dir/compiler_depend.ts b/build/common/CMakeFiles/common.dir/compiler_depend.ts new file mode 100644 index 000000000..8e08e805a --- /dev/null +++ b/build/common/CMakeFiles/common.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for common. diff --git a/build/common/CMakeFiles/common.dir/depend.make b/build/common/CMakeFiles/common.dir/depend.make new file mode 100644 index 000000000..632729559 --- /dev/null +++ b/build/common/CMakeFiles/common.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for common. +# This may be replaced when dependencies are built. diff --git a/build/common/CMakeFiles/common.dir/flags.make b/build/common/CMakeFiles/common.dir/flags.make new file mode 100644 index 000000000..9bf4db915 --- /dev/null +++ b/build/common/CMakeFiles/common.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DCONCPP_BUILD_SHARED + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/build/include/mysqlx -I/home/carlon/code/mysql-connector-cpp/include -I/home/carlon/code/mysql-connector-cpp/cdk/include -I/home/carlon/code/mysql-connector-cpp/build/cdk/include -I/home/carlon/code/mysql-connector-cpp/cdk/extra/rapidjson/include -I/home/carlon/code/mysql-connector-cpp/cdk/parser + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -Wno-stringop-overflow -DRAPIDJSON_HAS_CXX11_NOEXCEPT=1 -DRAPIDJSON_HAS_CXX11_RANGE_FOR=1 -DRAPIDJSON_HAS_CXX11_RVALUE_REFS=1 + diff --git a/build/common/CMakeFiles/common.dir/link.txt b/build/common/CMakeFiles/common.dir/link.txt new file mode 100644 index 000000000..f0876c570 --- /dev/null +++ b/build/common/CMakeFiles/common.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libcommon.a CMakeFiles/common.dir/session.cc.o CMakeFiles/common.dir/result.cc.o CMakeFiles/common.dir/collection.cc.o CMakeFiles/common.dir/value.cc.o +/usr/bin/ranlib libcommon.a diff --git a/build/common/CMakeFiles/common.dir/progress.make b/build/common/CMakeFiles/common.dir/progress.make new file mode 100644 index 000000000..3dbe7c68d --- /dev/null +++ b/build/common/CMakeFiles/common.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 48 +CMAKE_PROGRESS_2 = 49 +CMAKE_PROGRESS_3 = 50 +CMAKE_PROGRESS_4 = 51 +CMAKE_PROGRESS_5 = 52 + diff --git a/build/common/CMakeFiles/progress.marks b/build/common/CMakeFiles/progress.marks new file mode 100644 index 000000000..0691f67b2 --- /dev/null +++ b/build/common/CMakeFiles/progress.marks @@ -0,0 +1 @@ +52 diff --git a/build/common/Makefile b/build/common/Makefile new file mode 100644 index 000000000..624b729ef --- /dev/null +++ b/build/common/Makefile @@ -0,0 +1,312 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/common//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +common/CMakeFiles/common.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/common.dir/rule +.PHONY : common/CMakeFiles/common.dir/rule + +# Convenience name for target. +common: common/CMakeFiles/common.dir/rule +.PHONY : common + +# fast build rule for target. +common/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/build +.PHONY : common/fast + +collection.o: collection.cc.o +.PHONY : collection.o + +# target to build an object file +collection.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/collection.cc.o +.PHONY : collection.cc.o + +collection.i: collection.cc.i +.PHONY : collection.i + +# target to preprocess a source file +collection.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/collection.cc.i +.PHONY : collection.cc.i + +collection.s: collection.cc.s +.PHONY : collection.s + +# target to generate assembly for a file +collection.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/collection.cc.s +.PHONY : collection.cc.s + +result.o: result.cc.o +.PHONY : result.o + +# target to build an object file +result.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/result.cc.o +.PHONY : result.cc.o + +result.i: result.cc.i +.PHONY : result.i + +# target to preprocess a source file +result.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/result.cc.i +.PHONY : result.cc.i + +result.s: result.cc.s +.PHONY : result.s + +# target to generate assembly for a file +result.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/result.cc.s +.PHONY : result.cc.s + +session.o: session.cc.o +.PHONY : session.o + +# target to build an object file +session.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/session.cc.o +.PHONY : session.cc.o + +session.i: session.cc.i +.PHONY : session.i + +# target to preprocess a source file +session.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/session.cc.i +.PHONY : session.cc.i + +session.s: session.cc.s +.PHONY : session.s + +# target to generate assembly for a file +session.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/session.cc.s +.PHONY : session.cc.s + +value.o: value.cc.o +.PHONY : value.o + +# target to build an object file +value.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/value.cc.o +.PHONY : value.cc.o + +value.i: value.cc.i +.PHONY : value.i + +# target to preprocess a source file +value.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/value.cc.i +.PHONY : value.cc.i + +value.s: value.cc.s +.PHONY : value.s + +# target to generate assembly for a file +value.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/value.cc.s +.PHONY : value.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... common" + @echo "... collection.o" + @echo "... collection.i" + @echo "... collection.s" + @echo "... result.o" + @echo "... result.i" + @echo "... result.s" + @echo "... session.o" + @echo "... session.i" + @echo "... session.s" + @echo "... value.o" + @echo "... value.i" + @echo "... value.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/common/cmake_install.cmake b/build/common/cmake_install.cmake new file mode 100644 index 000000000..cae21592f --- /dev/null +++ b/build/common/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/common + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "XDevAPIDev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mysqlx" TYPE FILE FILES "/home/carlon/code/mysql-connector-cpp/build/include/mysqlx/version_info.h") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/common/tests/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/common/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/common/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/build/common/tests/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/common/tests/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/common/tests/CMakeFiles/progress.marks b/build/common/tests/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/common/tests/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/common/tests/Makefile b/build/common/tests/Makefile new file mode 100644 index 000000000..aa7883182 --- /dev/null +++ b/build/common/tests/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/common/tests//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/tests/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/tests/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/tests/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/tests/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/common/tests/cmake_install.cmake b/build/common/tests/cmake_install.cmake new file mode 100644 index 000000000..fd95a5af4 --- /dev/null +++ b/build/common/tests/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/common/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/common/tests/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/devapi/CMakeFiles/CMakeDirectoryInformation.cmake b/build/devapi/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/devapi/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/devapi/CMakeFiles/devapi.dir/DependInfo.cmake b/build/devapi/CMakeFiles/devapi.dir/DependInfo.cmake new file mode 100644 index 000000000..b20c2cfb4 --- /dev/null +++ b/build/devapi/CMakeFiles/devapi.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/devapi/crud.cc" "devapi/CMakeFiles/devapi.dir/crud.cc.o" "gcc" "devapi/CMakeFiles/devapi.dir/crud.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/devapi/document.cc" "devapi/CMakeFiles/devapi.dir/document.cc.o" "gcc" "devapi/CMakeFiles/devapi.dir/document.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/devapi/result.cc" "devapi/CMakeFiles/devapi.dir/result.cc.o" "gcc" "devapi/CMakeFiles/devapi.dir/result.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/devapi/session.cc" "devapi/CMakeFiles/devapi.dir/session.cc.o" "gcc" "devapi/CMakeFiles/devapi.dir/session.cc.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/devapi/CMakeFiles/devapi.dir/build.make b/build/devapi/CMakeFiles/devapi.dir/build.make new file mode 100644 index 000000000..4d8da93ae --- /dev/null +++ b/build/devapi/CMakeFiles/devapi.dir/build.make @@ -0,0 +1,162 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include devapi/CMakeFiles/devapi.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include devapi/CMakeFiles/devapi.dir/compiler_depend.make + +# Include the progress variables for this target. +include devapi/CMakeFiles/devapi.dir/progress.make + +# Include the compile flags for this target's objects. +include devapi/CMakeFiles/devapi.dir/flags.make + +devapi/CMakeFiles/devapi.dir/codegen: +.PHONY : devapi/CMakeFiles/devapi.dir/codegen + +devapi/CMakeFiles/devapi.dir/session.cc.o: devapi/CMakeFiles/devapi.dir/flags.make +devapi/CMakeFiles/devapi.dir/session.cc.o: /home/carlon/code/mysql-connector-cpp/devapi/session.cc +devapi/CMakeFiles/devapi.dir/session.cc.o: devapi/CMakeFiles/devapi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object devapi/CMakeFiles/devapi.dir/session.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT devapi/CMakeFiles/devapi.dir/session.cc.o -MF CMakeFiles/devapi.dir/session.cc.o.d -o CMakeFiles/devapi.dir/session.cc.o -c /home/carlon/code/mysql-connector-cpp/devapi/session.cc + +devapi/CMakeFiles/devapi.dir/session.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/devapi.dir/session.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/devapi/session.cc > CMakeFiles/devapi.dir/session.cc.i + +devapi/CMakeFiles/devapi.dir/session.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/devapi.dir/session.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/devapi/session.cc -o CMakeFiles/devapi.dir/session.cc.s + +devapi/CMakeFiles/devapi.dir/result.cc.o: devapi/CMakeFiles/devapi.dir/flags.make +devapi/CMakeFiles/devapi.dir/result.cc.o: /home/carlon/code/mysql-connector-cpp/devapi/result.cc +devapi/CMakeFiles/devapi.dir/result.cc.o: devapi/CMakeFiles/devapi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object devapi/CMakeFiles/devapi.dir/result.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT devapi/CMakeFiles/devapi.dir/result.cc.o -MF CMakeFiles/devapi.dir/result.cc.o.d -o CMakeFiles/devapi.dir/result.cc.o -c /home/carlon/code/mysql-connector-cpp/devapi/result.cc + +devapi/CMakeFiles/devapi.dir/result.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/devapi.dir/result.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/devapi/result.cc > CMakeFiles/devapi.dir/result.cc.i + +devapi/CMakeFiles/devapi.dir/result.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/devapi.dir/result.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/devapi/result.cc -o CMakeFiles/devapi.dir/result.cc.s + +devapi/CMakeFiles/devapi.dir/document.cc.o: devapi/CMakeFiles/devapi.dir/flags.make +devapi/CMakeFiles/devapi.dir/document.cc.o: /home/carlon/code/mysql-connector-cpp/devapi/document.cc +devapi/CMakeFiles/devapi.dir/document.cc.o: devapi/CMakeFiles/devapi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object devapi/CMakeFiles/devapi.dir/document.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT devapi/CMakeFiles/devapi.dir/document.cc.o -MF CMakeFiles/devapi.dir/document.cc.o.d -o CMakeFiles/devapi.dir/document.cc.o -c /home/carlon/code/mysql-connector-cpp/devapi/document.cc + +devapi/CMakeFiles/devapi.dir/document.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/devapi.dir/document.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/devapi/document.cc > CMakeFiles/devapi.dir/document.cc.i + +devapi/CMakeFiles/devapi.dir/document.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/devapi.dir/document.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/devapi/document.cc -o CMakeFiles/devapi.dir/document.cc.s + +devapi/CMakeFiles/devapi.dir/crud.cc.o: devapi/CMakeFiles/devapi.dir/flags.make +devapi/CMakeFiles/devapi.dir/crud.cc.o: /home/carlon/code/mysql-connector-cpp/devapi/crud.cc +devapi/CMakeFiles/devapi.dir/crud.cc.o: devapi/CMakeFiles/devapi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object devapi/CMakeFiles/devapi.dir/crud.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT devapi/CMakeFiles/devapi.dir/crud.cc.o -MF CMakeFiles/devapi.dir/crud.cc.o.d -o CMakeFiles/devapi.dir/crud.cc.o -c /home/carlon/code/mysql-connector-cpp/devapi/crud.cc + +devapi/CMakeFiles/devapi.dir/crud.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/devapi.dir/crud.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/devapi/crud.cc > CMakeFiles/devapi.dir/crud.cc.i + +devapi/CMakeFiles/devapi.dir/crud.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/devapi.dir/crud.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/devapi/crud.cc -o CMakeFiles/devapi.dir/crud.cc.s + +# Object files for target devapi +devapi_OBJECTS = \ +"CMakeFiles/devapi.dir/session.cc.o" \ +"CMakeFiles/devapi.dir/result.cc.o" \ +"CMakeFiles/devapi.dir/document.cc.o" \ +"CMakeFiles/devapi.dir/crud.cc.o" + +# External object files for target devapi +devapi_EXTERNAL_OBJECTS = + +devapi/libdevapi.a: devapi/CMakeFiles/devapi.dir/session.cc.o +devapi/libdevapi.a: devapi/CMakeFiles/devapi.dir/result.cc.o +devapi/libdevapi.a: devapi/CMakeFiles/devapi.dir/document.cc.o +devapi/libdevapi.a: devapi/CMakeFiles/devapi.dir/crud.cc.o +devapi/libdevapi.a: devapi/CMakeFiles/devapi.dir/build.make +devapi/libdevapi.a: devapi/CMakeFiles/devapi.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX static library libdevapi.a" + cd /home/carlon/code/mysql-connector-cpp/build/devapi && $(CMAKE_COMMAND) -P CMakeFiles/devapi.dir/cmake_clean_target.cmake + cd /home/carlon/code/mysql-connector-cpp/build/devapi && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/devapi.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +devapi/CMakeFiles/devapi.dir/build: devapi/libdevapi.a +.PHONY : devapi/CMakeFiles/devapi.dir/build + +devapi/CMakeFiles/devapi.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/devapi && $(CMAKE_COMMAND) -P CMakeFiles/devapi.dir/cmake_clean.cmake +.PHONY : devapi/CMakeFiles/devapi.dir/clean + +devapi/CMakeFiles/devapi.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/devapi /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/devapi /home/carlon/code/mysql-connector-cpp/build/devapi/CMakeFiles/devapi.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : devapi/CMakeFiles/devapi.dir/depend + diff --git a/build/devapi/CMakeFiles/devapi.dir/cmake_clean.cmake b/build/devapi/CMakeFiles/devapi.dir/cmake_clean.cmake new file mode 100644 index 000000000..2afc9611f --- /dev/null +++ b/build/devapi/CMakeFiles/devapi.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "CMakeFiles/devapi.dir/crud.cc.o" + "CMakeFiles/devapi.dir/crud.cc.o.d" + "CMakeFiles/devapi.dir/document.cc.o" + "CMakeFiles/devapi.dir/document.cc.o.d" + "CMakeFiles/devapi.dir/result.cc.o" + "CMakeFiles/devapi.dir/result.cc.o.d" + "CMakeFiles/devapi.dir/session.cc.o" + "CMakeFiles/devapi.dir/session.cc.o.d" + "libdevapi.a" + "libdevapi.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/devapi.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/devapi/CMakeFiles/devapi.dir/cmake_clean_target.cmake b/build/devapi/CMakeFiles/devapi.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..b1c9b772b --- /dev/null +++ b/build/devapi/CMakeFiles/devapi.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libdevapi.a" +) diff --git a/build/devapi/CMakeFiles/devapi.dir/compiler_depend.make b/build/devapi/CMakeFiles/devapi.dir/compiler_depend.make new file mode 100644 index 000000000..1c6a97bc2 --- /dev/null +++ b/build/devapi/CMakeFiles/devapi.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for devapi. +# This may be replaced when dependencies are built. diff --git a/build/devapi/CMakeFiles/devapi.dir/compiler_depend.ts b/build/devapi/CMakeFiles/devapi.dir/compiler_depend.ts new file mode 100644 index 000000000..bfe8fb15f --- /dev/null +++ b/build/devapi/CMakeFiles/devapi.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for devapi. diff --git a/build/devapi/CMakeFiles/devapi.dir/depend.make b/build/devapi/CMakeFiles/devapi.dir/depend.make new file mode 100644 index 000000000..92ec94837 --- /dev/null +++ b/build/devapi/CMakeFiles/devapi.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for devapi. +# This may be replaced when dependencies are built. diff --git a/build/devapi/CMakeFiles/devapi.dir/flags.make b/build/devapi/CMakeFiles/devapi.dir/flags.make new file mode 100644 index 000000000..2bee66a43 --- /dev/null +++ b/build/devapi/CMakeFiles/devapi.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DCONCPP_BUILD_SHARED + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/include -I/home/carlon/code/mysql-connector-cpp/build/include/mysqlx -I/home/carlon/code/mysql-connector-cpp/cdk/include -I/home/carlon/code/mysql-connector-cpp/build/cdk/include -I/home/carlon/code/mysql-connector-cpp/cdk/extra/rapidjson/include -I/home/carlon/code/mysql-connector-cpp/cdk/parser + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -Wno-stringop-overflow -DRAPIDJSON_HAS_CXX11_NOEXCEPT=1 -DRAPIDJSON_HAS_CXX11_RANGE_FOR=1 -DRAPIDJSON_HAS_CXX11_RVALUE_REFS=1 + diff --git a/build/devapi/CMakeFiles/devapi.dir/link.txt b/build/devapi/CMakeFiles/devapi.dir/link.txt new file mode 100644 index 000000000..6eafca44c --- /dev/null +++ b/build/devapi/CMakeFiles/devapi.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libdevapi.a CMakeFiles/devapi.dir/session.cc.o CMakeFiles/devapi.dir/result.cc.o CMakeFiles/devapi.dir/document.cc.o CMakeFiles/devapi.dir/crud.cc.o +/usr/bin/ranlib libdevapi.a diff --git a/build/devapi/CMakeFiles/devapi.dir/progress.make b/build/devapi/CMakeFiles/devapi.dir/progress.make new file mode 100644 index 000000000..589223f64 --- /dev/null +++ b/build/devapi/CMakeFiles/devapi.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 60 +CMAKE_PROGRESS_2 = 61 +CMAKE_PROGRESS_3 = 62 +CMAKE_PROGRESS_4 = 63 +CMAKE_PROGRESS_5 = 64 + diff --git a/build/devapi/CMakeFiles/progress.marks b/build/devapi/CMakeFiles/progress.marks new file mode 100644 index 000000000..e1617e842 --- /dev/null +++ b/build/devapi/CMakeFiles/progress.marks @@ -0,0 +1 @@ +57 diff --git a/build/devapi/Makefile b/build/devapi/Makefile new file mode 100644 index 000000000..188046d0b --- /dev/null +++ b/build/devapi/Makefile @@ -0,0 +1,312 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/devapi//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 devapi/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 devapi/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 devapi/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 devapi/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +devapi/CMakeFiles/devapi.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 devapi/CMakeFiles/devapi.dir/rule +.PHONY : devapi/CMakeFiles/devapi.dir/rule + +# Convenience name for target. +devapi: devapi/CMakeFiles/devapi.dir/rule +.PHONY : devapi + +# fast build rule for target. +devapi/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/build +.PHONY : devapi/fast + +crud.o: crud.cc.o +.PHONY : crud.o + +# target to build an object file +crud.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/crud.cc.o +.PHONY : crud.cc.o + +crud.i: crud.cc.i +.PHONY : crud.i + +# target to preprocess a source file +crud.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/crud.cc.i +.PHONY : crud.cc.i + +crud.s: crud.cc.s +.PHONY : crud.s + +# target to generate assembly for a file +crud.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/crud.cc.s +.PHONY : crud.cc.s + +document.o: document.cc.o +.PHONY : document.o + +# target to build an object file +document.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/document.cc.o +.PHONY : document.cc.o + +document.i: document.cc.i +.PHONY : document.i + +# target to preprocess a source file +document.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/document.cc.i +.PHONY : document.cc.i + +document.s: document.cc.s +.PHONY : document.s + +# target to generate assembly for a file +document.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/document.cc.s +.PHONY : document.cc.s + +result.o: result.cc.o +.PHONY : result.o + +# target to build an object file +result.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/result.cc.o +.PHONY : result.cc.o + +result.i: result.cc.i +.PHONY : result.i + +# target to preprocess a source file +result.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/result.cc.i +.PHONY : result.cc.i + +result.s: result.cc.s +.PHONY : result.s + +# target to generate assembly for a file +result.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/result.cc.s +.PHONY : result.cc.s + +session.o: session.cc.o +.PHONY : session.o + +# target to build an object file +session.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/session.cc.o +.PHONY : session.cc.o + +session.i: session.cc.i +.PHONY : session.i + +# target to preprocess a source file +session.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/session.cc.i +.PHONY : session.cc.i + +session.s: session.cc.s +.PHONY : session.s + +# target to generate assembly for a file +session.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f devapi/CMakeFiles/devapi.dir/build.make devapi/CMakeFiles/devapi.dir/session.cc.s +.PHONY : session.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... devapi" + @echo "... crud.o" + @echo "... crud.i" + @echo "... crud.s" + @echo "... document.o" + @echo "... document.i" + @echo "... document.s" + @echo "... result.o" + @echo "... result.i" + @echo "... result.s" + @echo "... session.o" + @echo "... session.i" + @echo "... session.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/devapi/cmake_install.cmake b/build/devapi/cmake_install.cmake new file mode 100644 index 000000000..4010650c7 --- /dev/null +++ b/build/devapi/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/devapi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/devapi/tests/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/devapi/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/devapi/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/build/devapi/tests/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/devapi/tests/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/devapi/tests/CMakeFiles/progress.marks b/build/devapi/tests/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/devapi/tests/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/devapi/tests/Makefile b/build/devapi/tests/Makefile new file mode 100644 index 000000000..4802bc24c --- /dev/null +++ b/build/devapi/tests/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/devapi/tests//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 devapi/tests/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 devapi/tests/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 devapi/tests/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 devapi/tests/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/devapi/tests/cmake_install.cmake b/build/devapi/tests/cmake_install.cmake new file mode 100644 index 000000000..a755ce25d --- /dev/null +++ b/build/devapi/tests/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/devapi/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/devapi/tests/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/doc/CMakeFiles/CMakeDirectoryInformation.cmake b/build/doc/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/doc/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/doc/CMakeFiles/progress.marks b/build/doc/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/doc/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/doc/Makefile b/build/doc/Makefile new file mode 100644 index 000000000..90ebbe0d1 --- /dev/null +++ b/build/doc/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/doc//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 doc/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 doc/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 doc/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 doc/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/doc/cmake_install.cmake b/build/doc/cmake_install.cmake new file mode 100644 index 000000000..7738d9726 --- /dev/null +++ b/build/doc/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/doc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/doc/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/include/CMakeFiles/CMakeDirectoryInformation.cmake b/build/include/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/include/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/include/CMakeFiles/progress.marks b/build/include/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/include/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/include/Makefile b/build/include/Makefile new file mode 100644 index 000000000..687363ac7 --- /dev/null +++ b/build/include/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/include//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/include/cmake_install.cmake b/build/include/cmake_install.cmake new file mode 100644 index 000000000..78f1000e2 --- /dev/null +++ b/build/include/cmake_install.cmake @@ -0,0 +1,60 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/include + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/include/mysqlx/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/include/mysql/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/include/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/include/jdbc.h b/build/include/jdbc.h new file mode 100644 index 000000000..3ce93473e --- /dev/null +++ b/build/include/jdbc.h @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2018, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ +#include "../jdbc/mysql_connection.h" +#include "../jdbc/mysql_driver.h" +#include "../jdbc/mysql_error.h" +#include "../jdbc/cppconn/build_config.h" +#include "../jdbc/cppconn/callback.h" +#include "../jdbc/cppconn/config.h" +#include "../jdbc/cppconn/connection.h" +#include "../jdbc/cppconn/datatype.h" +#include "../jdbc/cppconn/driver.h" +#include "../jdbc/cppconn/exception.h" +#include "../jdbc/cppconn/metadata.h" +#include "../jdbc/cppconn/parameter_metadata.h" +#include "../jdbc/cppconn/prepared_statement.h" +#include "../jdbc/cppconn/resultset.h" +#include "../jdbc/cppconn/resultset_metadata.h" +#include "../jdbc/cppconn/statement.h" +#include "../jdbc/cppconn/sqlstring.h" +#include "../jdbc/cppconn/warning.h" +#include "../jdbc/cppconn/version_info.h" +#include "../jdbc/cppconn/variant.h" diff --git a/build/include/jdbc/cppconn/build_config.h b/build/include/jdbc/cppconn/build_config.h new file mode 100644 index 000000000..449d38a9f --- /dev/null +++ b/build/include/jdbc/cppconn/build_config.h @@ -0,0 +1,106 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_BUILD_CONFIG_H_ +#define _SQL_BUILD_CONFIG_H_ + +#ifdef STATIC_CONCPP + #define CPPCONN_PUBLIC_FUNC +#endif + + +#if defined _MSC_VER + + #define DLL_EXPORT __declspec(dllexport) + #define DLL_IMPORT __declspec(dllimport) + #define DLL_LOCAL + +#elif __GNUC__ >= 4 + + #define DLL_EXPORT __attribute__ ((visibility ("default"))) + #define DLL_IMPORT + #define DLL_LOCAL __attribute__ ((visibility ("hidden"))) + +#elif defined __SUNPRO_CC || defined __SUNPRO_C + + #define DLL_EXPORT __global + #define DLL_IMPORT __global + #define DLL_LOCAL __hidden + +#else + + #define DLL_EXPORT + #define DLL_IMPORT + #define DLL_LOCAL + +#endif + + +#ifndef CPPCONN_PUBLIC_FUNC + + #ifdef connector_jdbc_EXPORTS + #define CPPCONN_PUBLIC_FUNC DLL_EXPORT + #else + // this is for static build + #ifdef CPPCONN_LIB_BUILD + #define CPPCONN_PUBLIC_FUNC + #else + // this is for clients using dynamic lib + #define CPPCONN_PUBLIC_FUNC DLL_IMPORT + #endif + #endif + +#endif + + +#ifdef _MSC_VER + + /* + Warning 4251 is about non dll-interface classes being used by ones exported + from our DLL (for example std lib classes or Boost ones). Following + the crowd, we ignore this issue for now. + */ + + __pragma(warning (disable:4251)) + +#elif defined __SUNPRO_CC || defined __SUNPRO_C +#else + + /* + These are triggered by, e.g., std::auto_ptr<> which is used by Boost. + */ + + #pragma GCC diagnostic ignored "-Wdeprecated-declarations" + +#endif + +#endif //#ifndef _SQL_BUILD_CONFIG_H_ diff --git a/build/include/jdbc/cppconn/callback.h b/build/include/jdbc/cppconn/callback.h new file mode 100644 index 000000000..0ff7f3aa1 --- /dev/null +++ b/build/include/jdbc/cppconn/callback.h @@ -0,0 +1,202 @@ +/* + * Copyright (c) 2021, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_CALLBACK_H_ +#define _SQL_CALLBACK_H_ + +#include "sqlstring.h" +#include + +namespace sql +{ + +namespace mysql +{ +class MySQL_Connection; +class MySQL_Driver; +} + + +/* + A callback to be used with `Driver::setCallback()` to define reaction + to the user action request during WebAuthn authentication handshake. + + The client library defines default reaction which prints message on stderr. + This callback can be used to change it. + + Example usage: + + // Use lambda + + driver->setCallback(WebAuthn_Callback{[](SQLString msg){ + cerr << "User action request: " << msg << endl; + }}); + + // Disable default behavior (and do nothing upon action request) + + driver->setCallback(WebAuthn_Callback{}); + + // Return to default behavior + + driver->setCallbacak(WebAuthn_Callback{nullptr}); + + // User defined callback + + struct My_Callback : WebAuthn_Callback + { + void ActionRequested(SQLString) override; + } + cb; + + driver->setCallback(cb); +*/ + +class WebAuthn_Callback +{ + std::function callback_func; + +public: + + /* + Create a callback that will call given lambda upon user action request. + */ + + WebAuthn_Callback(std::function&& cb) + : callback_func{std::move(cb)} + {} + + /* + Create an empty callback that will do nothing upon user action request. + This disables the default callback defined by the client library. + */ + + WebAuthn_Callback() + : callback_func{[](SQLString){}} + {} + + /* + Create a null callback. Setting such callback has the effect of using + the default callback defined by the client library. + */ + + WebAuthn_Callback(std::nullptr_t) + {} + + /* + Derived class can override this method to react to user action request. + */ + + virtual void ActionRequested(sql::SQLString msg) + { + if (callback_func) + callback_func(msg); + } + + // Returns true if this callback is not null. + + operator bool() const + { + return (bool)callback_func; + } + + void operator()(sql::SQLString msg) + { + ActionRequested(msg); + } + + virtual ~WebAuthn_Callback() {} + +}; + + +/* + * TODO: This class is not needed. Remove it when the decision to + * break ABI is made. + * + * Class that provides functionality allowing user code to set the + * callback functions through inheriting, passing the callback as + * constructor parameters or using lambdas. + */ + +class Fido_Callback +{ + std::function callback_func = nullptr; + bool is_null = false; + +public: + + /** + * Constructor to set the callback as function or as lambda + */ + Fido_Callback(std::function cb) : callback_func(cb) + {} + + Fido_Callback() + {} + + /** + * Constructor to reset the callback to default + */ + Fido_Callback(std::nullptr_t) : is_null(true) + {} + + /** + * Override this message to receive Fido Action Requests + */ + virtual void FidoActionRequested(sql::SQLString msg) + { + if (callback_func) + callback_func(msg); + } + + operator bool() const + { + return !is_null; + } + + void operator()(sql::SQLString msg) + { + if (is_null) + return; + FidoActionRequested(msg); + } + + virtual ~Fido_Callback() {} + + friend class mysql::MySQL_Connection; + friend class mysql::MySQL_Driver; +}; + + +} /* namespace sql */ + +#endif // _SQL_CONNECTION_H_ diff --git a/build/include/jdbc/cppconn/config.h b/build/include/jdbc/cppconn/config.h new file mode 100644 index 000000000..2f97fc9bd --- /dev/null +++ b/build/include/jdbc/cppconn/config.h @@ -0,0 +1,117 @@ +/* + * Copyright (c) 2009, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +// libmysql defines HAVE_STRTOUL (on win), so we have to follow different pattern in definitions names +// to avoid annoying warnings. + +#define HAVE_FUNCTION_STRTOLD 1 +#define HAVE_FUNCTION_STRTOLL 1 +#define HAVE_FUNCTION_STRTOL 1 +#define HAVE_FUNCTION_STRTOULL 1 + +#define HAVE_FUNCTION_STRTOUL 1 + +#define HAVE_FUNCTION_STRTOIMAX 1 +#define HAVE_FUNCTION_STRTOUMAX 1 + +#define HAVE_STDINT_H 1 +#define HAVE_INTTYPES_H 1 + +#define HAVE_INT8_T 1 +#define HAVE_UINT8_T 1 +#define HAVE_INT16_T 1 +#define HAVE_UINT16_T 1 +#define HAVE_INT32_T 1 +#define HAVE_UINT32_T 1 +#define HAVE_INT32_T 1 +#define HAVE_UINT32_T 1 +#define HAVE_INT64_T 1 +#define HAVE_UINT64_T 1 +/* #undef HAVE_MS_INT8 */ +/* #undef HAVE_MS_UINT8 */ +/* #undef HAVE_MS_INT16 */ +/* #undef HAVE_MS_UINT16 */ +/* #undef HAVE_MS_INT32 */ +/* #undef HAVE_MS_UINT32 */ +/* #undef HAVE_MS_INT64 */ +/* #undef HAVE_MS_UINT64 */ + + +#ifdef HAVE_STDINT_H +#include +#endif + + +#if defined(HAVE_INTTYPES_H) && !defined(_WIN32) +#include +#endif + +#if defined(_WIN32) +#ifndef CPPCONN_DONT_TYPEDEF_MS_TYPES_TO_C99_TYPES + +#if _MSC_VER >= 1600 + +#include + +#else + +#if !defined(HAVE_INT8_T) && defined(HAVE_MS_INT8) +typedef __int8 int8_t; +#endif + +#ifdef HAVE_MS_UINT8 +typedef unsigned __int8 uint8_t; +#endif +#ifdef HAVE_MS_INT16 +typedef __int16 int16_t; +#endif + +#ifdef HAVE_MS_UINT16 +typedef unsigned __int16 uint16_t; +#endif + +#ifdef HAVE_MS_INT32 +typedef __int32 int32_t; +#endif + +#ifdef HAVE_MS_UINT32 +typedef unsigned __int32 uint32_t; +#endif + +#ifdef HAVE_MS_INT64 +typedef __int64 int64_t; +#endif +#ifdef HAVE_MS_UINT64 +typedef unsigned __int64 uint64_t; +#endif + +#endif // _MSC_VER >= 1600 +#endif // CPPCONN_DONT_TYPEDEF_MS_TYPES_TO_C99_TYPES +#endif // _WIN32 diff --git a/build/include/jdbc/cppconn/connection.h b/build/include/jdbc/cppconn/connection.h new file mode 100644 index 000000000..7c4db2e3e --- /dev/null +++ b/build/include/jdbc/cppconn/connection.h @@ -0,0 +1,287 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_CONNECTION_H_ +#define _SQL_CONNECTION_H_ + +#include + +#include "build_config.h" +#include "warning.h" +#include "sqlstring.h" +#include "variant.h" + +/* + Options used on ConnectOptionsMap +*/ + +/* + Connect related +*/ +#define OPT_HOSTNAME "hostName" +#define OPT_USERNAME "userName" +#define OPT_PASSWORD "password" +#define OPT_PASSWORD1 "password1" +#define OPT_PASSWORD2 "password2" +#define OPT_PASSWORD3 "password3" +#define OPT_PORT "port" +#define OPT_SOCKET "socket" +#define OPT_PIPE "pipe" +#define OPT_SCHEMA "schema" +#define OPT_MULTI_HOST "OPT_MULTI_HOST" +#define OPT_DNS_SRV "OPT_DNS_SRV" +#define OPT_NAMED_PIPE "OPT_NAMED_PIPE" +#define OPT_INIT_COMMAND "preInit" +#define OPT_POST_INIT_COMMAND "postInit" +#define OPT_LOCAL_INFILE "OPT_LOCAL_INFILE" +#define OPT_LOAD_DATA_LOCAL_DIR "OPT_LOAD_DATA_LOCAL_DIR" + +/* + SSL related +*/ +#define OPT_SSL_MODE "ssl-mode" +#define OPT_SSL_KEY "ssl-key" +#define OPT_SSL_CERT "ssl-cert" +#define OPT_SSL_CA "ssl-ca" +#define OPT_SSL_CAPATH "ssl-capath" +#define OPT_SSL_CIPHER "ssl-cipher" +#define OPT_SSL_CRL "ssl-crl" +#define OPT_SSL_CRLPATH "ssl-crlpath" +#define OPT_SERVER_PUBLIC_KEY "rsaKey" +#define OPT_TLS_VERSION "tls-version" + +/* + Connection related +*/ +#define OPT_RECONNECT "OPT_RECONNECT" +#define OPT_RETRY_COUNT "OPT_RETRY_COUNT" +#define OPT_CONNECT_TIMEOUT "OPT_CONNECT_TIMEOUT" +#define OPT_READ_TIMEOUT "OPT_READ_TIMEOUT" +#define OPT_WRITE_TIMEOUT "OPT_WRITE_TIMEOUT" +#define OPT_MAX_ALLOWED_PACKET "OPT_MAX_ALLOWED_PACKET" +#define OPT_NET_BUFFER_LENGTH "OPT_NET_BUFFER_LENGTH" + +/* + Connection Attributes +*/ +#define OPT_CONNECT_ATTR_ADD "OPT_CONNECT_ATTR_ADD" +#define OPT_CONNECT_ATTR_DELETE "OPT_CONNECT_ATTR_DELETE" +#define OPT_CONNECT_ATTR_RESET "OPT_CONNECT_ATTR_RESET" + +/* + Authentication +*/ +#define OPT_ENABLE_CLEARTEXT_PLUGIN "OPT_ENABLE_CLEARTEXT_PLUGIN" +#define OPT_CAN_HANDLE_EXPIRED_PASSWORDS "OPT_CAN_HANDLE_EXPIRED_PASSWORDS" +#define OPT_GET_SERVER_PUBLIC_KEY "OPT_GET_SERVER_PUBLIC_KEY" +#define OPT_LEGACY_AUTH "useLegacyAuth" +#define OPT_DEFAULT_AUTH "defaultAuth" + +/* + Charracter set results and Metadata +*/ +#define OPT_CHARACTER_SET_RESULTS "characterSetResults" +#define OPT_OPTIONAL_RESULTSET_METADATA "OPT_OPTIONAL_RESULTSET_METADATA" +#define OPT_REPORT_DATA_TRUNCATION "OPT_REPORT_DATA_TRUNCATION" +#define OPT_CHARSET_NAME "OPT_CHARSET_NAME" +#define OPT_DEFAULT_STMT_RESULT_TYPE "defaultStatementResultType" + +/* + Client side options + */ +#define OPT_CLIENT_COMPRESS "CLIENT_COMPRESS" +#define OPT_CLIENT_FOUND_ROWS "CLIENT_FOUND_ROWS" +#define OPT_CLIENT_IGNORE_SIGPIPE "CLIENT_IGNORE_SIGPIPE" +#define OPT_CLIENT_IGNORE_SPACE "CLIENT_IGNORE_SPACE" +#define OPT_CLIENT_INTERACTIVE "CLIENT_INTERACTIVE" +#define OPT_CLIENT_LOCAL_FILES "CLIENT_LOCAL_FILES" +#define OPT_CLIENT_MULTI_STATEMENTS "CLIENT_MULTI_STATEMENTS" +#define OPT_CLIENT_NO_SCHEMA "CLIENT_NO_SCHEMA" +#define OPT_SET_CHARSET_DIR "charsetDir" +#define OPT_PLUGIN_DIR "pluginDir" +#define OPT_READ_DEFAULT_GROUP "readDefaultGroup" +#define OPT_READ_DEFAULT_FILE "readDefaultFile" + +/* + Auth plugin options +*/ +#define OPT_OCI_CONFIG_FILE "OPT_OCI_CONFIG_FILE" +#define OPT_AUTHENTICATION_KERBEROS_CLIENT_MODE \ + "OPT_AUTHENTICATION_KERBEROS_CLIENT_MODE" +#define OPT_OCI_CLIENT_CONFIG_PROFILE "OPT_OCI_CLIENT_CONFIG_PROFILE" +#define OPT_OPENID_TOKEN_FILE "OPT_OPENID_TOKEN_FILE" +#define OPT_WEBAUTHN_DEVICE_NUMBER "OPT_WEBAUTHN_DEVICE_NUMBER" + +/* + Telemetry options +*/ +#define OPT_OPENTELEMETRY "OPT_OPENTELEMETRY" + +namespace sql +{ + +typedef sql::Variant ConnectPropertyVal; + +typedef std::map< sql::SQLString, ConnectPropertyVal > ConnectOptionsMap; + +class DatabaseMetaData; +class PreparedStatement; +class Statement; +class Driver; + +typedef enum transaction_isolation +{ + TRANSACTION_NONE= 0, + TRANSACTION_READ_COMMITTED, + TRANSACTION_READ_UNCOMMITTED, + TRANSACTION_REPEATABLE_READ, + TRANSACTION_SERIALIZABLE +} enum_transaction_isolation; + +enum ssl_mode +{ + SSL_MODE_DISABLED= 1, SSL_MODE_PREFERRED, SSL_MODE_REQUIRED, + SSL_MODE_VERIFY_CA, SSL_MODE_VERIFY_IDENTITY +}; + +typedef enum opentelemetry_mode +{ + OTEL_DISABLED = 1, OTEL_PREFERRED, OTEL_REQUIRED +} enum_opentelemetry_mode; + +class CPPCONN_PUBLIC_FUNC Savepoint +{ + /* Prevent use of these */ + Savepoint(const Savepoint &); + void operator=(Savepoint &); +public: + Savepoint() {}; + virtual ~Savepoint() {}; + virtual int getSavepointId() = 0; + + virtual sql::SQLString getSavepointName() = 0; +}; + + +class CPPCONN_PUBLIC_FUNC Connection +{ + /* Prevent use of these */ + Connection(const Connection &); + void operator=(Connection &); +public: + + Connection() {}; + + virtual ~Connection() {}; + + virtual void clearWarnings() = 0; + + virtual Statement *createStatement() = 0; + + virtual void close() = 0; + + virtual void commit() = 0; + + virtual bool getAutoCommit() = 0; + + virtual sql::SQLString getCatalog() = 0; + + virtual Driver *getDriver() = 0; + + virtual sql::SQLString getSchema() = 0; + + virtual sql::SQLString getClientInfo() = 0; + + virtual void getClientOption(const sql::SQLString & optionName, void * optionValue) = 0; + + virtual sql::SQLString getClientOption(const sql::SQLString & optionName) = 0; + + virtual DatabaseMetaData * getMetaData() = 0; + + virtual enum_transaction_isolation getTransactionIsolation() = 0; + + virtual const SQLWarning * getWarnings() = 0; + + virtual bool isClosed() = 0; + + virtual bool isReadOnly() = 0; + + virtual bool isValid() = 0; + + virtual bool reconnect() = 0; + + virtual sql::SQLString nativeSQL(const sql::SQLString& sql) = 0; + + virtual PreparedStatement * prepareStatement(const sql::SQLString& sql) = 0; + + virtual PreparedStatement * prepareStatement(const sql::SQLString& sql, int autoGeneratedKeys) = 0; + + virtual PreparedStatement * prepareStatement(const sql::SQLString& sql, int* columnIndexes) = 0; + + virtual PreparedStatement * prepareStatement(const sql::SQLString& sql, int resultSetType, int resultSetConcurrency) = 0; + + virtual PreparedStatement * prepareStatement(const sql::SQLString& sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) = 0; + + virtual PreparedStatement * prepareStatement(const sql::SQLString& sql, sql::SQLString columnNames[]) = 0; + + virtual void releaseSavepoint(Savepoint * savepoint) = 0; + + virtual void rollback() = 0; + + virtual void rollback(Savepoint * savepoint) = 0; + + virtual void setAutoCommit(bool autoCommit) = 0; + + virtual void setCatalog(const sql::SQLString& catalog) = 0; + + virtual void setSchema(const sql::SQLString& catalog) = 0; + + virtual sql::Connection * setClientOption(const sql::SQLString & optionName, const void * optionValue) = 0; + + virtual sql::Connection * setClientOption(const sql::SQLString & optionName, const sql::SQLString & optionValue) = 0; + + virtual void setHoldability(int holdability) = 0; + + virtual void setReadOnly(bool readOnly) = 0; + + virtual Savepoint * setSavepoint() = 0; + + virtual Savepoint * setSavepoint(const sql::SQLString& name) = 0; + + virtual void setTransactionIsolation(enum_transaction_isolation level) = 0; + + /* virtual void setTypeMap(Map map) = 0; */ +}; + +} /* namespace sql */ + +#endif // _SQL_CONNECTION_H_ diff --git a/build/include/jdbc/cppconn/datatype.h b/build/include/jdbc/cppconn/datatype.h new file mode 100644 index 000000000..f0aeff08c --- /dev/null +++ b/build/include/jdbc/cppconn/datatype.h @@ -0,0 +1,76 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_DATATYPE_H_ +#define _SQL_DATATYPE_H_ + +namespace sql +{ + +class DataType +{ + DataType(); +public: + enum { + UNKNOWN = 0, + BIT, + TINYINT, + SMALLINT, + MEDIUMINT, + INTEGER, + BIGINT, + REAL, + DOUBLE, + DECIMAL, + NUMERIC, + CHAR, + BINARY, + VARCHAR, + VARBINARY, + LONGVARCHAR, + LONGVARBINARY, + TIMESTAMP, + DATE, + TIME, + YEAR, + GEOMETRY, + ENUM, + SET, + SQLNULL, + JSON, + VECTOR + }; +}; + +} /* namespace */ + +#endif /* _SQL_DATATYPE_H_ */ diff --git a/build/include/jdbc/cppconn/driver.h b/build/include/jdbc/cppconn/driver.h new file mode 100644 index 000000000..44e3875b1 --- /dev/null +++ b/build/include/jdbc/cppconn/driver.h @@ -0,0 +1,107 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_DRIVER_H_ +#define _SQL_DRIVER_H_ + +#include "connection.h" +#include "build_config.h" +#include "callback.h" + +namespace sql +{ + +class CPPCONN_PUBLIC_FUNC Driver +{ +protected: + virtual ~Driver() {} +public: + // Attempts to make a database connection to the given URL. + + virtual Connection * connect(const sql::SQLString& hostName, const sql::SQLString& userName, const sql::SQLString& password) = 0; + + virtual Connection * connect(ConnectOptionsMap & options) = 0; + + virtual int getMajorVersion() = 0; + + virtual int getMinorVersion() = 0; + + virtual int getPatchVersion() = 0; + + virtual const sql::SQLString & getName() = 0; + + // TODO: Remove these functions when ABI breaking change is made elsewhere. + virtual void setCallBack(sql::Fido_Callback &cb) = 0; + virtual void setCallBack(sql::Fido_Callback &&cb) = 0; + + virtual void threadInit() = 0; + + virtual void threadEnd() = 0; + + virtual void setCallBack(sql::WebAuthn_Callback &cb) = 0; + virtual void setCallBack(sql::WebAuthn_Callback &&cb) = 0; +}; + +} /* namespace sql */ + + +CPPCONN_PUBLIC_FUNC void check(const std::string &); +CPPCONN_PUBLIC_FUNC void check(const std::map &); + +/* + Checks if user standard lib is compatible with connector one +*/ +inline static void check_lib() +{ + check(std::string{}); + check(std::map{}); +} + +extern "C" +{ + + CPPCONN_PUBLIC_FUNC sql::Driver * _get_driver_instance_by_name(const char * const clientlib); + + /* If dynamic loading is disabled in a driver then this function works just like get_driver_instance() */ + inline static sql::Driver * get_driver_instance_by_name(const char * const clientlib) + { + check_lib(); + return _get_driver_instance_by_name(clientlib); + } + + inline static sql::Driver * get_driver_instance() + { + return get_driver_instance_by_name(""); + } +} + +#endif /* _SQL_DRIVER_H_ */ diff --git a/build/include/jdbc/cppconn/exception.h b/build/include/jdbc/cppconn/exception.h new file mode 100644 index 000000000..9f43fa7ec --- /dev/null +++ b/build/include/jdbc/cppconn/exception.h @@ -0,0 +1,147 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_EXCEPTION_H_ +#define _SQL_EXCEPTION_H_ + +#include "build_config.h" +#include +#include +#include + +namespace sql +{ + +#define MEMORY_ALLOC_OPERATORS(Class) \ + void* operator new(size_t size){ return ::operator new(size); } \ + void* operator new(size_t, void*) noexcept; \ + void* operator new(size_t, const std::nothrow_t&) noexcept; \ + void* operator new[](size_t); \ + void* operator new[](size_t, void*) noexcept; \ + void* operator new[](size_t, const std::nothrow_t&) noexcept; \ + void* operator new(size_t N, std::allocator&); + + +class SQLException : public std::runtime_error +{ +protected: + const std::string sql_state; + const int errNo; + +public: + SQLException(const SQLException& e) : std::runtime_error(e.what()), sql_state(e.sql_state), errNo(e.errNo) {} + + SQLException(const std::string& reason, const std::string& SQLState, int vendorCode) : + std::runtime_error (reason ), + sql_state (SQLState ), + errNo (vendorCode) + {} + + SQLException(const std::string& reason, const std::string& SQLState) : std::runtime_error(reason), sql_state(SQLState), errNo(0) {} + + SQLException(const std::string& reason) : std::runtime_error(reason), sql_state("HY000"), errNo(0) {} + + SQLException() : std::runtime_error(""), sql_state("HY000"), errNo(0) {} + + const std::string & getSQLState() const + { + return sql_state; + } + + const char * getSQLStateCStr() const + { + return sql_state.c_str(); + } + + + int getErrorCode() const + { + return errNo; + } + + virtual ~SQLException() noexcept {}; + +protected: + MEMORY_ALLOC_OPERATORS(SQLException) +}; + +struct MethodNotImplementedException : public SQLException +{ + MethodNotImplementedException(const MethodNotImplementedException& e) : SQLException(e.what(), e.sql_state, e.errNo) { } + MethodNotImplementedException(const std::string& reason) : SQLException(reason, "", 0) {} +}; + +struct InvalidArgumentException : public SQLException +{ + InvalidArgumentException(const InvalidArgumentException& e) : SQLException(e.what(), e.sql_state, e.errNo) { } + InvalidArgumentException(const std::string& reason) : SQLException(reason, "", 0) {} +}; + +struct InvalidInstanceException : public SQLException +{ + InvalidInstanceException(const InvalidInstanceException& e) : SQLException(e.what(), e.sql_state, e.errNo) { } + InvalidInstanceException(const std::string& reason) : SQLException(reason, "", 0) {} +}; + + +struct NonScrollableException : public SQLException +{ + NonScrollableException(const NonScrollableException& e) : SQLException(e.what(), e.sql_state, e.errNo) { } + NonScrollableException(const std::string& reason) : SQLException(reason, "", 0) {} +}; + +struct SQLUnsupportedOptionException : public SQLException +{ + SQLUnsupportedOptionException(const SQLUnsupportedOptionException& e, const std::string conn_option) : + SQLException(e.what(), e.sql_state, e.errNo), + option(conn_option ) + {} + + SQLUnsupportedOptionException(const std::string& reason, const std::string conn_option) : + SQLException(reason, "", 0), + option(conn_option ) + {} + + const char *getConnectionOption() const + { + return option.c_str(); + } + + ~SQLUnsupportedOptionException() noexcept {}; +protected: + const std::string option; +}; + + +} /* namespace sql */ + +#endif /* _SQL_EXCEPTION_H_ */ diff --git a/build/include/jdbc/cppconn/metadata.h b/build/include/jdbc/cppconn/metadata.h new file mode 100644 index 000000000..b5b6d6645 --- /dev/null +++ b/build/include/jdbc/cppconn/metadata.h @@ -0,0 +1,494 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_METADATA_H_ +#define _SQL_METADATA_H_ + +#include +#include +#include "datatype.h" +#include "sqlstring.h" + +namespace sql +{ +class ResultSet; +class Connection; + +class DatabaseMetaData +{ +protected: + virtual ~DatabaseMetaData() {} + +public: + enum + { + attributeNoNulls = 0, + attributeNullable, + attributeNullableUnknown + }; + enum + { + bestRowTemporary = 0, + bestRowTransaction, + bestRowSession + }; + enum + { + bestRowUnknown = 0, + bestRowNotPseudo, + bestRowPseudo + }; + enum + { + columnNoNulls = 0, + columnNullable, + columnNullableUnknown + }; + enum + { + importedKeyCascade = 0, + importedKeyInitiallyDeferred, + importedKeyInitiallyImmediate, + importedKeyNoAction, + importedKeyNotDeferrable, + importedKeyRestrict, + importedKeySetDefault, + importedKeySetNull + }; + enum + { + procedureColumnIn = 0, + procedureColumnInOut, + procedureColumnOut, + procedureColumnResult, + procedureColumnReturn, + procedureColumnUnknown, + procedureNoNulls, + procedureNoResult, + procedureNullable, + procedureNullableUnknown, + procedureResultUnknown, + procedureReturnsResult + }; + enum + { + sqlStateSQL99 = 0, + sqlStateXOpen + }; + enum + { + tableIndexClustered = 0, + tableIndexHashed, + tableIndexOther, + tableIndexStatistic + }; + enum + { + versionColumnUnknown = 0, + versionColumnNotPseudo = 1, + versionColumnPseudo = 2 + }; + enum + { + typeNoNulls = 0, + typeNullable = 1, + typeNullableUnknown = 2 + }; + enum + { + typePredNone = 0, + typePredChar = 1, + typePredBasic= 2, + typeSearchable = 3 + }; + + + virtual bool allProceduresAreCallable() = 0; + + virtual bool allTablesAreSelectable() = 0; + + virtual bool dataDefinitionCausesTransactionCommit() = 0; + + virtual bool dataDefinitionIgnoredInTransactions() = 0; + + virtual bool deletesAreDetected(int type) = 0; + + virtual bool doesMaxRowSizeIncludeBlobs() = 0; + + virtual ResultSet * getAttributes(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& typeNamePattern, const sql::SQLString& attributeNamePattern) = 0; + + virtual ResultSet * getBestRowIdentifier(const sql::SQLString& catalog, const sql::SQLString& schema, const sql::SQLString& table, int scope, bool nullable) = 0; + + virtual ResultSet * getCatalogs() = 0; + + virtual const sql::SQLString& getCatalogSeparator() = 0; + + virtual const sql::SQLString& getCatalogTerm() = 0; + + virtual ResultSet * getColumnPrivileges(const sql::SQLString& catalog, const sql::SQLString& schema, const sql::SQLString& table, const sql::SQLString& columnNamePattern) = 0; + + virtual ResultSet * getColumns(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& tableNamePattern, const sql::SQLString& columnNamePattern) = 0; + + virtual Connection * getConnection() = 0; + + virtual ResultSet * getCrossReference(const sql::SQLString& primaryCatalog, const sql::SQLString& primarySchema, const sql::SQLString& primaryTable, const sql::SQLString& foreignCatalog, const sql::SQLString& foreignSchema, const sql::SQLString& foreignTable) = 0; + + virtual unsigned int getDatabaseMajorVersion() = 0; + + virtual unsigned int getDatabaseMinorVersion() = 0; + + virtual unsigned int getDatabasePatchVersion() = 0; + + virtual const sql::SQLString& getDatabaseProductName() = 0; + + virtual SQLString getDatabaseProductVersion() = 0; + + virtual int getDefaultTransactionIsolation() = 0; + + virtual unsigned int getDriverMajorVersion() = 0; + + virtual unsigned int getDriverMinorVersion() = 0; + + virtual unsigned int getDriverPatchVersion() = 0; + + virtual const sql::SQLString& getDriverName() = 0; + + virtual const sql::SQLString& getDriverVersion() = 0; + + virtual ResultSet * getExportedKeys(const sql::SQLString& catalog, const sql::SQLString& schema, const sql::SQLString& table) = 0; + + virtual const sql::SQLString& getExtraNameCharacters() = 0; + + virtual const sql::SQLString& getIdentifierQuoteString() = 0; + + virtual ResultSet * getImportedKeys(const sql::SQLString& catalog, const sql::SQLString& schema, const sql::SQLString& table) = 0; + + virtual ResultSet * getIndexInfo(const sql::SQLString& catalog, const sql::SQLString& schema, const sql::SQLString& table, bool unique, bool approximate) = 0; + + virtual unsigned int getCDBCMajorVersion() = 0; + + virtual unsigned int getCDBCMinorVersion() = 0; + + virtual unsigned int getMaxBinaryLiteralLength() = 0; + + virtual unsigned int getMaxCatalogNameLength() = 0; + + virtual unsigned int getMaxCharLiteralLength() = 0; + + virtual unsigned int getMaxColumnNameLength() = 0; + + virtual unsigned int getMaxColumnsInGroupBy() = 0; + + virtual unsigned int getMaxColumnsInIndex() = 0; + + virtual unsigned int getMaxColumnsInOrderBy() = 0; + + virtual unsigned int getMaxColumnsInSelect() = 0; + + virtual unsigned int getMaxColumnsInTable() = 0; + + virtual unsigned int getMaxConnections() = 0; + + virtual unsigned int getMaxCursorNameLength() = 0; + + virtual unsigned int getMaxIndexLength() = 0; + + virtual unsigned int getMaxProcedureNameLength() = 0; + + virtual unsigned int getMaxRowSize() = 0; + + virtual unsigned int getMaxSchemaNameLength() = 0; + + virtual unsigned int getMaxStatementLength() = 0; + + virtual unsigned int getMaxStatements() = 0; + + virtual unsigned int getMaxTableNameLength() = 0; + + virtual unsigned int getMaxTablesInSelect() = 0; + + virtual unsigned int getMaxUserNameLength() = 0; + + virtual const sql::SQLString& getNumericFunctions() = 0; + + virtual ResultSet * getPrimaryKeys(const sql::SQLString& catalog, const sql::SQLString& schema, const sql::SQLString& table) = 0; + + virtual ResultSet * getProcedureColumns(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& procedureNamePattern, const sql::SQLString& columnNamePattern) = 0; + + virtual ResultSet * getProcedures(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& procedureNamePattern) = 0; + + virtual const sql::SQLString& getProcedureTerm() = 0; + + virtual int getResultSetHoldability() = 0; + + virtual ResultSet * getSchemas() = 0; + + virtual const sql::SQLString& getSchemaTerm() = 0; + + virtual ResultSet * getSchemaCollation(const sql::SQLString& catalog, const sql::SQLString& schemaPattern) = 0; + + virtual ResultSet * getSchemaCharset(const sql::SQLString& catalog, const sql::SQLString& schemaPattern) = 0; + + virtual const sql::SQLString& getSearchStringEscape() = 0; + + virtual const sql::SQLString& getSQLKeywords() = 0; + + virtual int getSQLStateType() = 0; + + virtual const sql::SQLString& getStringFunctions() = 0; + + virtual ResultSet * getSuperTables(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& tableNamePattern) = 0; + + virtual ResultSet * getSuperTypes(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& typeNamePattern) = 0; + + virtual const sql::SQLString& getSystemFunctions() = 0; + + virtual ResultSet * getTablePrivileges(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& tableNamePattern) = 0; + + virtual ResultSet * getTables(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& tableNamePattern, std::list &types) = 0; + + virtual ResultSet * getTableTypes() = 0; + + virtual ResultSet * getTableCollation(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& tableNamePattern) = 0; + + virtual ResultSet * getTableCharset(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& tableNamePattern) = 0; + + virtual const sql::SQLString& getTimeDateFunctions() = 0; + + virtual ResultSet * getTypeInfo() = 0; + + virtual ResultSet * getUDTs(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& typeNamePattern, std::list &types) = 0; + + virtual SQLString getURL() = 0; + + virtual SQLString getUserName() = 0; + + virtual ResultSet * getVersionColumns(const sql::SQLString& catalog, const sql::SQLString& schema, const sql::SQLString& table) = 0; + + virtual bool insertsAreDetected(int type) = 0; + + virtual bool isCatalogAtStart() = 0; + + virtual bool isReadOnly() = 0; + + virtual bool locatorsUpdateCopy() = 0; + + virtual bool nullPlusNonNullIsNull() = 0; + + virtual bool nullsAreSortedAtEnd() = 0; + + virtual bool nullsAreSortedAtStart() = 0; + + virtual bool nullsAreSortedHigh() = 0; + + virtual bool nullsAreSortedLow() = 0; + + virtual bool othersDeletesAreVisible(int type) = 0; + + virtual bool othersInsertsAreVisible(int type) = 0; + + virtual bool othersUpdatesAreVisible(int type) = 0; + + virtual bool ownDeletesAreVisible(int type) = 0; + + virtual bool ownInsertsAreVisible(int type) = 0; + + virtual bool ownUpdatesAreVisible(int type) = 0; + + virtual bool storesLowerCaseIdentifiers() = 0; + + virtual bool storesLowerCaseQuotedIdentifiers() = 0; + + virtual bool storesMixedCaseIdentifiers() = 0; + + virtual bool storesMixedCaseQuotedIdentifiers() = 0; + + virtual bool storesUpperCaseIdentifiers() = 0; + + virtual bool storesUpperCaseQuotedIdentifiers() = 0; + + virtual bool supportsAlterTableWithAddColumn() = 0; + + virtual bool supportsAlterTableWithDropColumn() = 0; + + virtual bool supportsANSI92EntryLevelSQL() = 0; + + virtual bool supportsANSI92FullSQL() = 0; + + virtual bool supportsANSI92IntermediateSQL() = 0; + + virtual bool supportsBatchUpdates() = 0; + + virtual bool supportsCatalogsInDataManipulation() = 0; + + virtual bool supportsCatalogsInIndexDefinitions() = 0; + + virtual bool supportsCatalogsInPrivilegeDefinitions() = 0; + + virtual bool supportsCatalogsInProcedureCalls() = 0; + + virtual bool supportsCatalogsInTableDefinitions() = 0; + + virtual bool supportsColumnAliasing() = 0; + + virtual bool supportsConvert() = 0; + + virtual bool supportsConvert(int fromType, int toType) = 0; + + virtual bool supportsCoreSQLGrammar() = 0; + + virtual bool supportsCorrelatedSubqueries() = 0; + + virtual bool supportsDataDefinitionAndDataManipulationTransactions() = 0; + + virtual bool supportsDataManipulationTransactionsOnly() = 0; + + virtual bool supportsDifferentTableCorrelationNames() = 0; + + virtual bool supportsExpressionsInOrderBy() = 0; + + virtual bool supportsExtendedSQLGrammar() = 0; + + virtual bool supportsFullOuterJoins() = 0; + + virtual bool supportsGetGeneratedKeys() = 0; + + virtual bool supportsGroupBy() = 0; + + virtual bool supportsGroupByBeyondSelect() = 0; + + virtual bool supportsGroupByUnrelated() = 0; + + virtual bool supportsIntegrityEnhancementFacility() = 0; + + virtual bool supportsLikeEscapeClause() = 0; + + virtual bool supportsLimitedOuterJoins() = 0; + + virtual bool supportsMinimumSQLGrammar() = 0; + + virtual bool supportsMixedCaseIdentifiers() = 0; + + virtual bool supportsMixedCaseQuotedIdentifiers() = 0; + + virtual bool supportsMultipleOpenResults() = 0; + + virtual bool supportsMultipleResultSets() = 0; + + virtual bool supportsMultipleTransactions() = 0; + + virtual bool supportsNamedParameters() = 0; + + virtual bool supportsNonNullableColumns() = 0; + + virtual bool supportsOpenCursorsAcrossCommit() = 0; + + virtual bool supportsOpenCursorsAcrossRollback() = 0; + + virtual bool supportsOpenStatementsAcrossCommit() = 0; + + virtual bool supportsOpenStatementsAcrossRollback() = 0; + + virtual bool supportsOrderByUnrelated() = 0; + + virtual bool supportsOuterJoins() = 0; + + virtual bool supportsPositionedDelete() = 0; + + virtual bool supportsPositionedUpdate() = 0; + + virtual bool supportsResultSetConcurrency(int type, int concurrency) = 0; + + virtual bool supportsResultSetHoldability(int holdability) = 0; + + virtual bool supportsResultSetType(int type) = 0; + + virtual bool supportsSavepoints() = 0; + + virtual bool supportsSchemasInDataManipulation() = 0; + + virtual bool supportsSchemasInIndexDefinitions() = 0; + + virtual bool supportsSchemasInPrivilegeDefinitions() = 0; + + virtual bool supportsSchemasInProcedureCalls() = 0; + + virtual bool supportsSchemasInTableDefinitions() = 0; + + virtual bool supportsSelectForUpdate() = 0; + + virtual bool supportsStatementPooling() = 0; + + virtual bool supportsStoredProcedures() = 0; + + virtual bool supportsSubqueriesInComparisons() = 0; + + virtual bool supportsSubqueriesInExists() = 0; + + virtual bool supportsSubqueriesInIns() = 0; + + virtual bool supportsSubqueriesInQuantifieds() = 0; + + virtual bool supportsTableCorrelationNames() = 0; + + virtual bool supportsTransactionIsolationLevel(int level) = 0; + + virtual bool supportsTransactions() = 0; + + virtual bool supportsTypeConversion() = 0; /* SDBC */ + + virtual bool supportsUnion() = 0; + + virtual bool supportsUnionAll() = 0; + + virtual bool updatesAreDetected(int type) = 0; + + virtual bool usesLocalFilePerTable() = 0; + + virtual bool usesLocalFiles() = 0; + + virtual ResultSet *getSchemata(const sql::SQLString& catalogName = "") = 0; + + virtual ResultSet *getSchemaObjects(const sql::SQLString& catalogName = "", + const sql::SQLString& schemaName = "", + const sql::SQLString& objectType = "", + bool includingDdl = true, + const sql::SQLString& objectName = "", + const sql::SQLString& contextTableName = "") = 0; + + virtual ResultSet *getSchemaObjectTypes() = 0; +}; + + +} /* namespace sql */ + +#endif /* _SQL_METADATA_H_ */ diff --git a/build/include/jdbc/cppconn/parameter_metadata.h b/build/include/jdbc/cppconn/parameter_metadata.h new file mode 100644 index 000000000..bc7f74a68 --- /dev/null +++ b/build/include/jdbc/cppconn/parameter_metadata.h @@ -0,0 +1,84 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_PARAMETER_METADATA_H_ +#define _SQL_PARAMETER_METADATA_H_ + +#include "sqlstring.h" + + +namespace sql +{ + +class ParameterMetaData +{ +public: + enum + { + parameterModeIn, + parameterModeInOut, + parameterModeOut, + parameterModeUnknown + }; + enum + { + parameterNoNulls, + parameterNullable, + parameterNullableUnknown + }; + + virtual sql::SQLString getParameterClassName(unsigned int param) = 0; + + virtual int getParameterCount() = 0; + + virtual int getParameterMode(unsigned int param) = 0; + + virtual int getParameterType(unsigned int param) = 0; + + virtual sql::SQLString getParameterTypeName(unsigned int param) = 0; + + virtual int getPrecision(unsigned int param) = 0; + + virtual int getScale(unsigned int param) = 0; + + virtual int isNullable(unsigned int param) = 0; + + virtual bool isSigned(unsigned int param) = 0; + +protected: + virtual ~ParameterMetaData() {} +}; + + +} /* namespace sql */ + +#endif /* _SQL_PARAMETER_METADATA_H_ */ diff --git a/build/include/jdbc/cppconn/prepared_statement.h b/build/include/jdbc/cppconn/prepared_statement.h new file mode 100644 index 000000000..265b41223 --- /dev/null +++ b/build/include/jdbc/cppconn/prepared_statement.h @@ -0,0 +1,102 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + + +#ifndef _SQL_PREPARED_STATEMENT_H_ +#define _SQL_PREPARED_STATEMENT_H_ + +#include +#include "statement.h" + + +namespace sql +{ + +class Connection; +class ResultSet; +class ResultSetMetaData; +class ParameterMetaData; + +class PreparedStatement : public Statement +{ +public: + virtual ~PreparedStatement() {} + + virtual void clearParameters() = 0; + + virtual bool execute(const sql::SQLString& sql) = 0; + virtual bool execute() = 0; + + virtual ResultSet *executeQuery(const sql::SQLString& sql) = 0; + virtual ResultSet *executeQuery() = 0; + + virtual int executeUpdate(const sql::SQLString& sql) = 0; + virtual int executeUpdate() = 0; + + virtual ResultSetMetaData * getMetaData() = 0; + + virtual ParameterMetaData * getParameterMetaData() = 0; + + virtual bool getMoreResults() = 0; + + virtual void setBigInt(unsigned int parameterIndex, const sql::SQLString& value) = 0; + + virtual void setBlob(unsigned int parameterIndex, std::istream * blob) = 0; + + virtual void setBoolean(unsigned int parameterIndex, bool value) = 0; + + virtual void setDateTime(unsigned int parameterIndex, const sql::SQLString& value) = 0; + + virtual void setDouble(unsigned int parameterIndex, double value) = 0; + + virtual void setInt(unsigned int parameterIndex, int32_t value) = 0; + + virtual void setUInt(unsigned int parameterIndex, uint32_t value) = 0; + + virtual void setInt64(unsigned int parameterIndex, int64_t value) = 0; + + virtual void setUInt64(unsigned int parameterIndex, uint64_t value) = 0; + + virtual void setNull(unsigned int parameterIndex, int sqlType) = 0; + + virtual void setString(unsigned int parameterIndex, const sql::SQLString& value) = 0; + + virtual PreparedStatement * setResultSetType(sql::ResultSet::enum_type type) = 0; + + virtual void setVector(unsigned int parameterIndex, const std::vector& value) = 0; + +}; + + +} /* namespace sql */ + +#endif /* _SQL_PREPARED_STATEMENT_H_ */ diff --git a/build/include/jdbc/cppconn/resultset.h b/build/include/jdbc/cppconn/resultset.h new file mode 100644 index 000000000..90d988a38 --- /dev/null +++ b/build/include/jdbc/cppconn/resultset.h @@ -0,0 +1,192 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_RESULTSET_H_ +#define _SQL_RESULTSET_H_ + +#include "config.h" + +#include +#include +#include +#include +#include "sqlstring.h" +#include "resultset_metadata.h" + + +namespace sql +{ + +class Statement; + +class RowID +{ +public: + virtual ~RowID() {} +}; + +class ResultSet +{ +public: + enum + { + CLOSE_CURSORS_AT_COMMIT, + HOLD_CURSORS_OVER_COMMIT + }; + enum + { + CONCUR_READ_ONLY, + CONCUR_UPDATABLE + }; + enum + { + FETCH_FORWARD, + FETCH_REVERSE, + FETCH_UNKNOWN + }; + typedef enum + { + TYPE_FORWARD_ONLY, + TYPE_SCROLL_INSENSITIVE, + TYPE_SCROLL_SENSITIVE + } enum_type; + + virtual ~ResultSet() {} + + virtual bool absolute(int row) = 0; + + virtual void afterLast() = 0; + + virtual void beforeFirst() = 0; + + virtual void cancelRowUpdates() = 0; + + virtual void clearWarnings() = 0; + + virtual void close() = 0; + + virtual uint32_t findColumn(const sql::SQLString& columnLabel) const = 0; + + virtual bool first() = 0; + + virtual std::istream * getBlob(uint32_t columnIndex) const = 0; + virtual std::istream * getBlob(const sql::SQLString& columnLabel) const = 0; + + virtual bool getBoolean(uint32_t columnIndex) const = 0; + virtual bool getBoolean(const sql::SQLString& columnLabel) const = 0; + + virtual int getConcurrency() = 0; + virtual SQLString getCursorName() = 0; + + virtual long double getDouble(uint32_t columnIndex) const = 0; + virtual long double getDouble(const sql::SQLString& columnLabel) const = 0; + + virtual int getFetchDirection() = 0; + virtual size_t getFetchSize() = 0; + virtual int getHoldability() = 0; + + virtual int32_t getInt(uint32_t columnIndex) const = 0; + virtual int32_t getInt(const sql::SQLString& columnLabel) const = 0; + + virtual uint32_t getUInt(uint32_t columnIndex) const = 0; + virtual uint32_t getUInt(const sql::SQLString& columnLabel) const = 0; + + virtual int64_t getInt64(uint32_t columnIndex) const = 0; + virtual int64_t getInt64(const sql::SQLString& columnLabel) const = 0; + + virtual uint64_t getUInt64(uint32_t columnIndex) const = 0; + virtual uint64_t getUInt64(const sql::SQLString& columnLabel) const = 0; + + virtual ResultSetMetaData * getMetaData() const = 0; + + virtual size_t getRow() const = 0; + + virtual RowID * getRowId(uint32_t columnIndex) = 0; + virtual RowID * getRowId(const sql::SQLString & columnLabel) = 0; + + virtual const Statement * getStatement() const = 0; + + virtual SQLString getString(uint32_t columnIndex) const = 0; + virtual SQLString getString(const sql::SQLString& columnLabel) const = 0; + + virtual enum_type getType() const = 0; + + virtual void getWarnings() = 0; + + virtual void insertRow() = 0; + + virtual bool isAfterLast() const = 0; + + virtual bool isBeforeFirst() const = 0; + + virtual bool isClosed() const = 0; + + virtual bool isFirst() const = 0; + + virtual bool isLast() const = 0; + + virtual bool isNull(uint32_t columnIndex) const = 0; + virtual bool isNull(const sql::SQLString& columnLabel) const = 0; + + virtual bool last() = 0; + + virtual bool next() = 0; + + virtual void moveToCurrentRow() = 0; + + virtual void moveToInsertRow() = 0; + + virtual bool previous() = 0; + + virtual void refreshRow() = 0; + + virtual bool relative(int rows) = 0; + + virtual bool rowDeleted() = 0; + + virtual bool rowInserted() = 0; + + virtual bool rowUpdated() = 0; + + virtual void setFetchSize(size_t rows) = 0; + + virtual size_t rowsCount() const = 0; + + virtual bool wasNull() const = 0; + + virtual std::vector getVector(uint32_t columnIndex) const = 0; + virtual std::vector getVector(const sql::SQLString &columnLabel) const = 0; +}; + +} /* namespace sql */ + +#endif /* _SQL_RESULTSET_H_ */ diff --git a/build/include/jdbc/cppconn/resultset_metadata.h b/build/include/jdbc/cppconn/resultset_metadata.h new file mode 100644 index 000000000..647ab7adc --- /dev/null +++ b/build/include/jdbc/cppconn/resultset_metadata.h @@ -0,0 +1,107 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_RESULTSET_METADATA_H_ +#define _SQL_RESULTSET_METADATA_H_ + +#include "sqlstring.h" +#include "datatype.h" + +namespace sql +{ + +class ResultSetMetaData +{ +public: + enum + { + columnNoNulls, + columnNullable, + columnNullableUnknown + }; + + virtual SQLString getCatalogName(unsigned int column) = 0; + + virtual unsigned int getColumnCount() = 0; + + virtual unsigned int getColumnDisplaySize(unsigned int column) = 0; + + virtual SQLString getColumnLabel(unsigned int column) = 0; + + virtual SQLString getColumnName(unsigned int column) = 0; + + virtual int getColumnType(unsigned int column) = 0; + + virtual SQLString getColumnTypeName(unsigned int column) = 0; + + virtual SQLString getColumnCharset(unsigned int columnIndex) = 0; + + virtual SQLString getColumnCollation(unsigned int columnIndex) = 0; + + virtual unsigned int getPrecision(unsigned int column) = 0; + + virtual unsigned int getScale(unsigned int column) = 0; + + virtual SQLString getSchemaName(unsigned int column) = 0; + + virtual SQLString getTableName(unsigned int column) = 0; + + virtual bool isAutoIncrement(unsigned int column) = 0; + + virtual bool isCaseSensitive(unsigned int column) = 0; + + virtual bool isCurrency(unsigned int column) = 0; + + virtual bool isDefinitelyWritable(unsigned int column) = 0; + + virtual int isNullable(unsigned int column) = 0; + + virtual bool isNumeric(unsigned int column) = 0; + + virtual bool isReadOnly(unsigned int column) = 0; + + virtual bool isSearchable(unsigned int column) = 0; + + virtual bool isSigned(unsigned int column) = 0; + + virtual bool isWritable(unsigned int column) = 0; + + virtual bool isZerofill(unsigned int column) = 0; + +protected: + virtual ~ResultSetMetaData() {} +}; + + +} /* namespace sql */ + +#endif /* _SQL_RESULTSET_METADATA_H_ */ diff --git a/build/include/jdbc/cppconn/sqlstring.h b/build/include/jdbc/cppconn/sqlstring.h new file mode 100644 index 000000000..26d62e632 --- /dev/null +++ b/build/include/jdbc/cppconn/sqlstring.h @@ -0,0 +1,251 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_STRING_H_ +#define _SQL_STRING_H_ + +#include +#include +#include "build_config.h" +#include + +namespace sql +{ + class SQLString + { +#ifdef _WIN32 +#pragma warning(push) +#pragma warning(disable: 4251) +#endif + std::string realStr; +#ifdef _WIN32 +#pragma warning(pop) +#endif + + public: +#ifdef _WIN32 + //TODO something less dirty-hackish. + static const size_t npos = static_cast(-1); +#else + static const size_t npos = std::string::npos; +#endif + + ~SQLString() {} + + SQLString() {} + + SQLString(const SQLString & other) : realStr(other.realStr) {} + + SQLString(const std::string & other) : realStr(other) {} + + SQLString(const char other[]) : realStr(other) {} + + SQLString(const char * s, size_t n) : realStr(s, n) {} + + // Needed for stuff like SQLString str= "char * string constant" + const SQLString & operator=(const char * s) + { + realStr = s; + return *this; + } + + const SQLString & operator=(const std::string & rhs) + { + realStr = rhs; + return *this; + } + + const SQLString & operator=(const SQLString & rhs) + { + realStr = rhs.realStr; + return *this; + } + + // Conversion to st::string. Comes in play for stuff like std::string str= SQLString_var; + operator const std::string &() const + { + return realStr; + } + + /** For access std::string methods. Not sure we need it. Makes it look like some smart ptr. + possibly operator* - will look even more like smart ptr */ + std::string * operator ->() + { + return & realStr; + } + + int compare(const SQLString& str) const + { + return realStr.compare(str.realStr); + } + + int compare(const char * s) const + { + return realStr.compare(s); + } + + int compare(size_t pos1, size_t n1, const char * s) const + { + return realStr.compare(pos1, n1, s); + } + + int caseCompare(const SQLString &s) const + { + std::string tmp(realStr), str(s); + std::transform(tmp.begin(), tmp.end(), tmp.begin(), ::tolower); + std::transform(str.begin(), str.end(), str.begin(), ::tolower); + return tmp.compare(str); + } + + int caseCompare(const char * s) const + { + std::string tmp(realStr), str(s); + std::transform(str.begin(), str.end(), str.begin(), ::tolower); + std::transform(tmp.begin(), tmp.end(), tmp.begin(), ::tolower); + return tmp.compare(str); + } + + int caseCompare(size_t pos1, size_t n1, const char * s) const + { + std::string tmp(realStr.c_str() + pos1, n1), str(s); + std::transform(str.begin(), str.end(), str.begin(), ::tolower); + std::transform(tmp.begin(), tmp.end(), tmp.begin(), ::tolower); + return tmp.compare(str); + } + + const std::string & asStdString() const + { + return realStr; + } + + const char * c_str() const + { + return realStr.c_str(); + } + + size_t length() const + { + return realStr.length(); + } + + SQLString & append(const std::string & str) + { + realStr.append(str); + return *this; + } + + SQLString & append(const char * s) + { + realStr.append(s); + return *this; + } + + const char& operator[](size_t pos) const + { + return realStr[pos]; + } + + size_t find(char c, size_t pos = 0) const + { + return realStr.find(c, pos); + } + + size_t find(const SQLString & s, size_t pos = 0) const + { + return realStr.find(s.realStr, pos); + } + + SQLString substr(size_t pos = 0, size_t n = npos) const + { + return realStr.substr(pos, n); + } + + const SQLString& replace(size_t pos1, size_t n1, const SQLString & s) + { + realStr.replace(pos1, n1, s.realStr); + return *this; + } + + size_t find_first_of(char c, size_t pos = 0) const + { + return realStr.find_first_of(c, pos); + } + + size_t find_last_of(char c, size_t pos = npos) const + { + return realStr.find_last_of(c, pos); + } + + const SQLString & operator+=(const SQLString & op2) + { + realStr += op2.realStr; + return *this; + } +}; + + +/* + Operators that can and have to be not a member. +*/ +inline const SQLString operator+(const SQLString & op1, const SQLString & op2) +{ + return sql::SQLString(op1.asStdString() + op2.asStdString()); +} + +inline bool operator ==(const SQLString & op1, const SQLString & op2) +{ + return (op1.asStdString() == op2.asStdString()); +} + +inline bool operator !=(const SQLString & op1, const SQLString & op2) +{ + return (op1.asStdString() != op2.asStdString()); +} + +inline bool operator <(const SQLString & op1, const SQLString & op2) +{ + return op1.asStdString() < op2.asStdString(); +} + + +}// namespace sql + + +namespace std +{ + // operator << for SQLString output + inline ostream & operator << (ostream & os, const sql::SQLString & str ) + { + return os << str.asStdString(); + } +} +#endif diff --git a/build/include/jdbc/cppconn/statement.h b/build/include/jdbc/cppconn/statement.h new file mode 100644 index 000000000..704bcde88 --- /dev/null +++ b/build/include/jdbc/cppconn/statement.h @@ -0,0 +1,117 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_STATEMENT_H_ +#define _SQL_STATEMENT_H_ + +#include "config.h" +#include "resultset.h" + +#include + +namespace sql +{ + +class ResultSet; +class Connection; +class SQLWarning; + + +class Statement +{ +public: + virtual ~Statement() {}; + + virtual Connection * getConnection() = 0; + + virtual void cancel() = 0; + + virtual void clearWarnings() = 0; + + virtual void close() = 0; + + virtual bool execute(const sql::SQLString& sql) = 0; + + virtual ResultSet * executeQuery(const sql::SQLString& sql) = 0; + + virtual int executeUpdate(const sql::SQLString& sql) = 0; + + virtual size_t getFetchSize() = 0; + + virtual unsigned int getMaxFieldSize() = 0; + + virtual uint64_t getMaxRows() = 0; + + virtual bool getMoreResults() = 0; + + virtual unsigned int getQueryTimeout() = 0; + + virtual ResultSet * getResultSet() = 0; + + virtual sql::ResultSet::enum_type getResultSetType() = 0; + + virtual uint64_t getUpdateCount() = 0; + + virtual const SQLWarning * getWarnings() = 0; + + virtual void setCursorName(const sql::SQLString & name) = 0; + + virtual void setEscapeProcessing(bool enable) = 0; + + virtual void setFetchSize(size_t rows) = 0; + + virtual void setMaxFieldSize(unsigned int max) = 0; + + virtual void setMaxRows(unsigned int max) = 0; + + virtual void setQueryTimeout(unsigned int seconds) = 0; + + virtual Statement * setResultSetType(sql::ResultSet::enum_type type) = 0; + + virtual int setQueryAttrBigInt(const sql::SQLString &name, const sql::SQLString& value) = 0; + virtual int setQueryAttrBoolean(const sql::SQLString &name, bool value) = 0; + virtual int setQueryAttrDateTime(const sql::SQLString &name, const sql::SQLString& value) = 0; + virtual int setQueryAttrDouble(const sql::SQLString &name, double value) = 0; + virtual int setQueryAttrInt(const sql::SQLString &name, int32_t value) = 0; + virtual int setQueryAttrUInt(const sql::SQLString &name, uint32_t value) = 0; + virtual int setQueryAttrInt64(const sql::SQLString &name, int64_t value) = 0; + virtual int setQueryAttrUInt64(const sql::SQLString &name, uint64_t value) = 0; + virtual int setQueryAttrNull(const sql::SQLString &name) = 0; + virtual int setQueryAttrString(const sql::SQLString &name, const sql::SQLString& value) = 0; + + virtual void clearAttributes() = 0; + +}; + +} /* namespace sql */ + +#endif /* _SQL_STATEMENT_H_ */ diff --git a/build/include/jdbc/cppconn/variant.h b/build/include/jdbc/cppconn/variant.h new file mode 100644 index 000000000..add0098e5 --- /dev/null +++ b/build/include/jdbc/cppconn/variant.h @@ -0,0 +1,324 @@ +/* + * Copyright (c) 2014, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_VARIANT_H_ +#define _SQL_VARIANT_H_ + +#include +#include +#include +#include +#include + +#include "build_config.h" +#include "sqlstring.h" +#include "exception.h" + +namespace sql +{ + +class BaseVariantImpl +{ +public: + BaseVariantImpl (void *ptr, sql::SQLString vtype) : + cvptr(ptr), + vTypeName(vtype) + {} + + virtual ~BaseVariantImpl() { + cvptr=NULL; + } + + virtual BaseVariantImpl* Clone()=0; + + template + T* get() const { + if (typeid(T).name() == typeid(void).name()) { + return static_cast< T * > (cvptr); + } + + if ((vTypeName == typeid(std::string).name() && + typeid(T).name() == typeid(sql::SQLString).name()) || + (vTypeName == typeid(sql::SQLString).name() && + typeid(T).name() == typeid(std::string).name()) || + (vTypeName == typeid(std::map< std::string, std::string >).name() && + typeid(T).name() == + typeid(std::map< sql::SQLString, sql::SQLString >).name()) || + (vTypeName == + typeid(std::map< sql::SQLString, sql::SQLString >).name() && + typeid(T).name() == + typeid(std::map< std::string, std::string >).name()) || + (vTypeName == typeid(std::list< std::string >).name() && + typeid(T).name() == + typeid(std::list< sql::SQLString >).name()) || + (vTypeName == + typeid(std::list< sql::SQLString >).name() && + typeid(T).name() == + typeid(std::list< std::string >).name())) + { + return static_cast< T * > (cvptr); + } + + if (typeid(T).name() != vTypeName) { + throw sql::InvalidArgumentException("Variant type doesn't match."); + } + + return static_cast< T * > (cvptr); + } + +protected: + void *cvptr; + sql::SQLString vTypeName; +}; + + +template +class VariantImpl : public BaseVariantImpl +{ +public: + VariantImpl(T i) : BaseVariantImpl(new T(i), typeid(i).name()) {} + + ~VariantImpl() { + destroy_content(); + } + + VariantImpl(VariantImpl& that) : BaseVariantImpl(that) { + copy_content(that); + } + + VariantImpl& operator=(VariantImpl& that) { + if (this != &that) { + destroy_content(); + if (cvptr == NULL) { + copy_content(that); + } + } + return *this; + } + + virtual VariantImpl* Clone() { + return new VariantImpl(*this); + } + +private: + + void destroy_content() { + T *tmp=static_cast< T * >(cvptr); + if (tmp) { + delete tmp; + cvptr=NULL; + } + } + + void copy_content(BaseVariantImpl& that) { + cvptr=new T (*(static_cast< T * > (that.get< void >()))); + } +}; + + +template +class VariantMap : public BaseVariantImpl +{ +public: + VariantMap(T i) : BaseVariantImpl(new T(i), typeid(i).name()) {} + + ~VariantMap() { + destroy_content(); + } + + VariantMap(VariantMap& that) : BaseVariantImpl(that) { + if (this != &that) { + copy_content(that); + } + } + + VariantMap& operator=(VariantMap& that) { + if (this != &that) { + destroy_content(); + copy_content(that); + } + return *this; + } + + virtual VariantMap* Clone() { + return new VariantMap(*this); + } + + +private: + void destroy_content() { + T *tmp=static_cast< T *> (cvptr); + if (tmp) { + tmp->clear(); + delete tmp; + cvptr=NULL; + } + } + + void copy_content(VariantMap& var) { + T *tmp=static_cast< T *> (var.cvptr); + if (tmp) { + cvptr=new T(); + typename T::const_iterator cit=tmp->begin(); + while(cit != tmp->end()) { + (static_cast< T * >(cvptr))->insert( + std::make_pair(sql::SQLString(cit->first), + sql::SQLString(cit->second))); + ++cit; + } + } + } +}; + + +template +class VariantList : public BaseVariantImpl +{ +public: + VariantList(T i) : BaseVariantImpl(new T(i), typeid(i).name()) {} + + ~VariantList() { + destroy_content(); + } + + VariantList(VariantList& that) : BaseVariantImpl(that) { + if (this != &that) { + copy_content(that); + } + } + + VariantList& operator=(VariantList& that) { + if (this != &that) { + destroy_content(); + copy_content(that); + } + return *this; + } + + virtual VariantList* Clone() { + return new VariantList(*this); + } + + +private: + void destroy_content() + { + T *tmp=static_cast< T *> (cvptr); + if (tmp) { + tmp->clear(); + delete tmp; + cvptr=NULL; + } + } + + void copy_content(VariantList& var) + { + T *tmp=static_cast< T *> (var.cvptr); + if (tmp) { + cvptr=new T(); + typename T::const_iterator cit=tmp->begin(); + while(cit != tmp->end()) { + (static_cast< T * >(cvptr))->push_back(sql::SQLString(*cit)); + ++cit; + } + } + } +}; + + +class CPPCONN_PUBLIC_FUNC Variant +{ +public: + Variant(const int &i=0) : + variant(new VariantImpl< int >(i)) {} + + Variant(const double &i) : + variant(new VariantImpl< double >(i)) {} + + Variant(const bool &i) : + variant(new VariantImpl< bool >(i)) {} + + Variant(const char* i) : + variant(new VariantImpl< sql::SQLString >(i)) {} + + Variant(const std::string &i) : + variant(new VariantImpl< sql::SQLString >(i)) {} + + Variant(const sql::SQLString &i) : + variant(new VariantImpl< sql::SQLString >(i)) {} + + Variant(const std::list< std::string > &i) : + variant(new VariantList< std::list < std::string > >(i)) {} + + Variant(const std::list< sql::SQLString > &i) : + variant(new VariantList< std::list < sql::SQLString > >(i)) {} + + Variant(const std::map< std::string, std::string > &i) : + variant(new VariantMap< std::map< std::string, std::string > >(i)) {} + + Variant(const std::map< sql::SQLString, sql::SQLString > &i) : + variant(new VariantMap< std::map< sql::SQLString, sql::SQLString > >(i)) {} + + ~Variant() { + if (variant) { + delete variant; + variant=0; + } + } + + Variant(const Variant& that) { + if (this != &that) { + variant=that.variant->Clone(); + } + } + + Variant& operator=(const Variant& that) { + if (this != &that) { + delete variant; + variant=that.variant->Clone(); + } + return *this; + } + + template + T* get() const { + return variant->get(); + } + +private: + BaseVariantImpl *variant; +}; + + +} /* namespace sql */ + +#endif /* _SQL_VARIANT_H_ */ diff --git a/build/include/jdbc/cppconn/version_info.h b/build/include/jdbc/cppconn/version_info.h new file mode 100644 index 000000000..c9e4fef42 --- /dev/null +++ b/build/include/jdbc/cppconn/version_info.h @@ -0,0 +1,53 @@ +/* + * Copyright (c) 2014, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/* */ + +#define MYCPPCONN_DM_MAJOR_VERSION 9 +#define MYCPPCONN_DM_MINOR_VERSION 4 +#define MYCPPCONN_DM_PATCH_VERSION 0 + +#define MYCPPCONN_DM_VERSION "9.4.0" +#define MYCPPCONN_DM_VERSION_ID 9040000 +#define MYSQL_CONCPP_LICENSE "GPL-2.0" + +#define MYSQL_CONCPP_VERSION_MAJOR 9 +#define MYSQL_CONCPP_VERSION_MINOR 4 +#define MYSQL_CONCPP_VERSION_MICRO 0 + +#define MYSQL_CONCPP_VERSION_NUMBER 9040000 + + +/* Driver version info */ + +#define MYCPPCONN_STATIC_MYSQL_VERSION "8.4.6" +#define MYCPPCONN_STATIC_MYSQL_VERSION_ID 80406 + +#define MYCPPCONN_BOOST_VERSION diff --git a/build/include/jdbc/cppconn/warning.h b/build/include/jdbc/cppconn/warning.h new file mode 100644 index 000000000..2aeb20c90 --- /dev/null +++ b/build/include/jdbc/cppconn/warning.h @@ -0,0 +1,80 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _SQL_WARNING_H_ +#define _SQL_WARNING_H_ + + +#include +#include +#include +#include "sqlstring.h" + +namespace sql +{ + +#ifdef _WIN32 +#pragma warning (disable : 4290) +//warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow) +#endif + +class SQLWarning +{ +public: + + SQLWarning(){} + + virtual const sql::SQLString & getMessage() const = 0; + + virtual const sql::SQLString & getSQLState() const = 0; + + virtual int getErrorCode() const = 0; + + virtual const SQLWarning * getNextWarning() const = 0; + + virtual void setNextWarning(const SQLWarning * _next) = 0; + +protected: + + virtual ~SQLWarning(){}; + + SQLWarning(const SQLWarning&){}; + +private: + const SQLWarning & operator = (const SQLWarning & rhs); + +}; + + +} /* namespace sql */ + +#endif /* _SQL_WARNING_H_ */ diff --git a/build/include/jdbc/mysql_connection.h b/build/include/jdbc/mysql_connection.h new file mode 100644 index 000000000..dd4aa23bf --- /dev/null +++ b/build/include/jdbc/mysql_connection.h @@ -0,0 +1,289 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _MYSQL_CONNECTION_H_ +#define _MYSQL_CONNECTION_H_ + +#include "cppconn/connection.h" +#include + +#if(_WIN32 && CONCPP_BUILD_SHARED) +extern std::string driver_dll_path; +#endif +extern std::string default_plugin_dir; + +namespace sql +{ +namespace mysql +{ + +class CPPCONN_PUBLIC_FUNC MySQL_Savepoint : public sql::Savepoint +{ + sql::SQLString name; + +public: + MySQL_Savepoint(const sql::SQLString &savepoint); + virtual ~MySQL_Savepoint() {} + + int getSavepointId(); + + sql::SQLString getSavepointName(); + +private: + /* Prevent use of these */ + MySQL_Savepoint(const MySQL_Savepoint &); + void operator=(MySQL_Savepoint &); +}; + + +class MySQL_DebugLogger; +struct MySQL_ConnectionData; /* PIMPL */ +class MySQL_Statement; +class MySQL_Prepared_Statement; + +namespace NativeAPI +{ +class NativeConnectionWrapper; +struct st_mysql_client_plugin; +extern std::map <::sql::SQLString, st_mysql_client_plugin*> plugins_cache; +} + +class CPPCONN_PUBLIC_FUNC MySQL_Connection : public sql::Connection +{ + friend MySQL_Statement; + friend MySQL_Prepared_Statement; + + MySQL_Statement * createServiceStmt(); + +public: + + using Proxy = ::sql::mysql::NativeAPI::NativeConnectionWrapper; + + MySQL_Connection(Driver * _driver, Proxy& _proxy, + const sql::SQLString& hostName, + const sql::SQLString& userName, + const sql::SQLString& password); + + MySQL_Connection(Driver * _driver, Proxy & _proxy, + std::map< sql::SQLString, sql::ConnectPropertyVal > & options); + + virtual ~MySQL_Connection(); + + void clearWarnings(); + + void close(); + + void commit(); + + sql::Statement * createStatement(); + + sql::SQLString escapeString(const sql::SQLString &); + + bool getAutoCommit(); + + sql::SQLString getCatalog(); + + Driver *getDriver(); + + sql::SQLString getSchema(); + + sql::SQLString getClientInfo(); + + void getClientOption(const sql::SQLString & optionName, void * optionValue); + + sql::SQLString getClientOption(const sql::SQLString & optionName); + + sql::DatabaseMetaData * getMetaData(); + + enum_transaction_isolation getTransactionIsolation(); + + const SQLWarning * getWarnings(); + + bool isClosed(); + + bool isReadOnly(); + + bool isValid(); + + bool reconnect(); + + sql::SQLString nativeSQL(const sql::SQLString& sql); + + sql::PreparedStatement * prepareStatement(const sql::SQLString& sql); + + sql::PreparedStatement * prepareStatement(const sql::SQLString& sql, int autoGeneratedKeys); + + sql::PreparedStatement * prepareStatement(const sql::SQLString& sql, int columnIndexes[]); + + sql::PreparedStatement * prepareStatement(const sql::SQLString& sql, int resultSetType, int resultSetConcurrency); + + sql::PreparedStatement * prepareStatement(const sql::SQLString& sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability); + + sql::PreparedStatement * prepareStatement(const sql::SQLString& sql, sql::SQLString columnNames[]); + + void releaseSavepoint(Savepoint * savepoint) ; + + void rollback(); + + void rollback(Savepoint * savepoint); + + void setAutoCommit(bool autoCommit); + + void setCatalog(const sql::SQLString& catalog); + + void setSchema(const sql::SQLString& catalog); + + sql::Connection * setClientOption(const sql::SQLString & optionName, const void * optionValue); + + sql::Connection * setClientOption(const sql::SQLString & optionName, const sql::SQLString & optionValue); + + void setHoldability(int holdability); + + void setReadOnly(bool readOnly); + + sql::Savepoint * setSavepoint(); + + sql::Savepoint * setSavepoint(const sql::SQLString& name); + + void setTransactionIsolation(enum_transaction_isolation level); + + virtual sql::SQLString getSessionVariable(const sql::SQLString & varname); + + virtual void setSessionVariable(const sql::SQLString & varname, const sql::SQLString & value); + + virtual void setSessionVariable(const sql::SQLString & varname, unsigned int value); + + virtual sql::SQLString getLastStatementInfo(); + + sql::SQLString getCurrentUser(); + +private: + /* We do not really think this class has to be subclassed*/ + void checkClosed(); + void init(std::map< sql::SQLString, sql::ConnectPropertyVal > & properties); + + Driver * driver; + +#ifdef _WIN32 +#pragma warning(push) +#pragma warning(disable: 4251) +#endif + std::shared_ptr proxy; +#ifdef _WIN32 +#pragma warning(pop) +#endif + + /* statement handle to execute queries initiated by driver. Perhaps it is + a good idea to move it to a separate helper class */ +#ifdef _WIN32 +#pragma warning(push) +#pragma warning(disable: 4251) +#endif + std::unique_ptr< ::sql::mysql::MySQL_Statement > service; + + std::unique_ptr< ::sql::mysql::MySQL_ConnectionData > intern; /* pimpl */ +#ifdef _WIN32 +#pragma warning(pop) +#endif + + /* We need to store the user name for telemetry */ + SQLString currentUser; + + /* Prevent use of these */ + MySQL_Connection(const MySQL_Connection &); + void operator=(MySQL_Connection &); + + struct PluginGuard; +}; + +class MySQL_Driver; + +/* + A PluginGuard instance is used to lock plugin options so that no other + connections can set them while the guard exists. + + It also manages the callback setting of the WebAuthN authentication + plugin -- see register_webauthn_callback() method. +*/ + +struct MySQL_Connection::PluginGuard +{ + std::weak_ptr prx; + + PluginGuard(MySQL_Connection *c); + ~PluginGuard(); + + /* + Depending on whether user has set the WebAuthN callback + for the driver or not, this method arranges for either + the driver's callback or the default callback be called + in case WebAuthN authentication is used while making + a connection. + */ + void register_webauthn_callback(MySQL_Driver &drv); + + private: + + /* + State of the WebAuthN plugin: + + NONE -- plugin is not loaded; + DEFAULT -- plugin is loaded and uses default callback; + CALLER -- plugin is loaded and its callback is set to + the `callback_caller()` function. + */ + static + enum class state { NONE, DEFAULT, CALLER } webauthn_plugin_state; + + // The driver whose callback is called by `callback_caller()` + static sql::mysql::MySQL_Driver * callback_drv; + + /* + Callback function to be registered with WebAuthN authentication plugin. + It calls the callback function of `callback_drv` if that is present. + */ + static void callback_caller(const char* msg); +}; + +} /* namespace mysql */ +} /* namespace sql */ + +#endif // _MYSQL_CONNECTION_H_ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */ diff --git a/build/include/jdbc/mysql_driver.h b/build/include/jdbc/mysql_driver.h new file mode 100644 index 000000000..3e25db3ea --- /dev/null +++ b/build/include/jdbc/mysql_driver.h @@ -0,0 +1,170 @@ +/* + * Copyright (c) 2008, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _MYSQL_DRIVER_H_ +#define _MYSQL_DRIVER_H_ + + +#include "cppconn/driver.h" + +#include + +extern "C" +{ +CPPCONN_PUBLIC_FUNC void * sql_mysql_get_driver_instance(); +} + +namespace sql +{ +namespace mysql +{ +namespace NativeAPI +{ + class NativeDriverWrapper; +} + + +class CPPCONN_PUBLIC_FUNC MySQL_Driver : public sql::Driver +{ +#ifdef _WIN32 +#pragma warning(push) +#pragma warning(disable: 4251) +#endif + std::unique_ptr< ::sql::mysql::NativeAPI::NativeDriverWrapper > proxy; +#ifdef _WIN32 +#pragma warning(pop) +#endif + + /* + Note: Currently we do not have a separate FIDO authentication plugin and + a callback for it. However, we keep `fido_callback` and + `fido_callback_store` members to not break ABI. The `fido_callback` is also + re-used as a flag in the logic of `setCallback()` methods (see there). + */ + + ::sql::Fido_Callback* fido_callback = nullptr; + ::sql::Fido_Callback fido_callback_store; + + /* + Callback function to be called by WebAuthn authentication plugin to notify + the user. + */ + + std::function webauthn_callback; + +public: + MySQL_Driver(); + MySQL_Driver(const ::sql::SQLString & clientLib); + + virtual ~MySQL_Driver(); + + sql::Connection * connect(const sql::SQLString& hostName, const sql::SQLString& userName, const sql::SQLString& password) override; + + sql::Connection * connect(sql::ConnectOptionsMap & options) override; + + int getMajorVersion() override; + + int getMinorVersion() override; + + int getPatchVersion() override; + + const sql::SQLString & getName() override; + + /* + We do not have a FIDO authentication plugin any more but for backward + compatibility user can still set a Fido_Callback and it will be used with + the WebAuthN plugin instead. + + New code should use only WebAuthn_Callback -- there is no need to use + the deprecated Fido_Callback other than in old code that was not yet aware + of WebAuthN authentication. + + An attempt to use both types of callbacks and overwrite earlier + WebAuthn_Callback with Fido_Callback will throw an error (it is still OK + to overwrite earlier Fido_Callback with WebAuthn_Callback though). + */ + + void setCallBack(sql::Fido_Callback &cb) override; + void setCallBack(sql::Fido_Callback &&cb) override; + + void setCallBack(sql::WebAuthn_Callback &cb) override; + void setCallBack(sql::WebAuthn_Callback &&cb) override; + + void threadInit() override; + + void threadEnd() override; + +private: + /* Prevent use of these */ + MySQL_Driver(const MySQL_Driver &); + void operator=(MySQL_Driver &); + + struct WebAuthn_Callback_Setter; + + friend WebAuthn_Callback_Setter; + friend MySQL_Connection; + +}; + +/** We do not hide the function if MYSQLCLIENT_STATIC_BINDING(or anything else) not defined + because the counterpart C function is declared in the cppconn and is always visible. + If dynamic loading is not enabled then its result is just like of get_driver_instance() +*/ + +CPPCONN_PUBLIC_FUNC MySQL_Driver * _get_driver_instance_by_name(const char * const clientlib); + +inline static MySQL_Driver * get_driver_instance_by_name(const char * const clientlib) +{ + check_lib(); + return sql::mysql::_get_driver_instance_by_name(clientlib); +} + +inline static MySQL_Driver * get_driver_instance() +{ + return sql::mysql::get_driver_instance_by_name(""); +} + +inline static MySQL_Driver *get_mysql_driver_instance() { return get_driver_instance(); } + +} /* namespace mysql */ +} /* namespace sql */ + +#endif // _MYSQL_DRIVER_H_ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */ diff --git a/build/include/jdbc/mysql_error.h b/build/include/jdbc/mysql_error.h new file mode 100644 index 000000000..863754cd6 --- /dev/null +++ b/build/include/jdbc/mysql_error.h @@ -0,0 +1,58 @@ +/* + * Copyright (c) 2013, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + + +#ifndef _MYSQL_ERROR_H_ +#define _MYSQL_ERROR_H_ + +namespace sql +{ +namespace mysql +{ + /* Driver specific errors */ + enum DRIVER_ERROR { + /* Underlying client library(cl) can't deal with expired password. + Raised when password actually expires */ + deCL_CANT_HANDLE_EXP_PWD= 820 + }; +} /* namespace mysql */ +} /* namespace sql */ + +#endif /* _MYSQL_ERROR_H_ */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */ diff --git a/build/include/mysql/CMakeFiles/CMakeDirectoryInformation.cmake b/build/include/mysql/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/include/mysql/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/include/mysql/CMakeFiles/progress.marks b/build/include/mysql/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/include/mysql/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/include/mysql/Makefile b/build/include/mysql/Makefile new file mode 100644 index 000000000..fc2b5d76c --- /dev/null +++ b/build/include/mysql/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/include/mysql//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysql/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysql/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysql/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysql/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/include/mysql/cmake_install.cmake b/build/include/mysql/cmake_install.cmake new file mode 100644 index 000000000..f01193aec --- /dev/null +++ b/build/include/mysql/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/include/mysql + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "JDBCDev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mysql" TYPE FILE FILES "/home/carlon/code/mysql-connector-cpp/include/mysql/jdbc.h") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/include/mysql/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/include/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake b/build/include/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/include/mysqlx/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/include/mysqlx/CMakeFiles/progress.marks b/build/include/mysqlx/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/include/mysqlx/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/include/mysqlx/Makefile b/build/include/mysqlx/Makefile new file mode 100644 index 000000000..8e5d810cf --- /dev/null +++ b/build/include/mysqlx/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/include/mysqlx//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/include/mysqlx/cmake_install.cmake b/build/include/mysqlx/cmake_install.cmake new file mode 100644 index 000000000..bc4c53e2b --- /dev/null +++ b/build/include/mysqlx/cmake_install.cmake @@ -0,0 +1,69 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/include/mysqlx + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/include/mysqlx/common/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/include/mysqlx/devapi/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "XDevAPIDev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mysqlx" TYPE FILE FILES + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/common_constants.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/common.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/xapi.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/xdevapi.h" + ) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/include/mysqlx/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/include/mysqlx/common/CMakeFiles/CMakeDirectoryInformation.cmake b/build/include/mysqlx/common/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/include/mysqlx/common/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/include/mysqlx/common/CMakeFiles/progress.marks b/build/include/mysqlx/common/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/include/mysqlx/common/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/include/mysqlx/common/Makefile b/build/include/mysqlx/common/Makefile new file mode 100644 index 000000000..16563c54b --- /dev/null +++ b/build/include/mysqlx/common/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/include/mysqlx/common//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/common/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/common/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/common/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/common/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/include/mysqlx/common/cmake_install.cmake b/build/include/mysqlx/common/cmake_install.cmake new file mode 100644 index 000000000..020c31332 --- /dev/null +++ b/build/include/mysqlx/common/cmake_install.cmake @@ -0,0 +1,61 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/include/mysqlx/common + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "XDevAPIDev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mysqlx/common" TYPE FILE FILES + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/common/api.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/common/error.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/common/op_if.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/common/settings.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/common/util.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/common/value.h" + ) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/include/mysqlx/common/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/include/mysqlx/devapi/CMakeFiles/CMakeDirectoryInformation.cmake b/build/include/mysqlx/devapi/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/include/mysqlx/devapi/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/include/mysqlx/devapi/CMakeFiles/progress.marks b/build/include/mysqlx/devapi/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/include/mysqlx/devapi/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/include/mysqlx/devapi/Makefile b/build/include/mysqlx/devapi/Makefile new file mode 100644 index 000000000..07bf03a8d --- /dev/null +++ b/build/include/mysqlx/devapi/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/include/mysqlx/devapi//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/devapi/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/devapi/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/devapi/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/devapi/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/include/mysqlx/devapi/cmake_install.cmake b/build/include/mysqlx/devapi/cmake_install.cmake new file mode 100644 index 000000000..6de15bda2 --- /dev/null +++ b/build/include/mysqlx/devapi/cmake_install.cmake @@ -0,0 +1,73 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/include/mysqlx/devapi/detail/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "XDevAPIDev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mysqlx/devapi" TYPE FILE FILES + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/common.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/error.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/row.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/result.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/executable.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/document.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/settings.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/crud.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/collection_crud.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/table_crud.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/collations.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/mysql_charsets.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/mysql_collations.h" + ) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/include/mysqlx/devapi/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/include/mysqlx/devapi/detail/CMakeFiles/CMakeDirectoryInformation.cmake b/build/include/mysqlx/devapi/detail/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/include/mysqlx/devapi/detail/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/include/mysqlx/devapi/detail/CMakeFiles/progress.marks b/build/include/mysqlx/devapi/detail/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/include/mysqlx/devapi/detail/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/include/mysqlx/devapi/detail/Makefile b/build/include/mysqlx/devapi/detail/Makefile new file mode 100644 index 000000000..aae09694d --- /dev/null +++ b/build/include/mysqlx/devapi/detail/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/include/mysqlx/devapi/detail//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/devapi/detail/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/devapi/detail/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/devapi/detail/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 include/mysqlx/devapi/detail/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/include/mysqlx/devapi/detail/cmake_install.cmake b/build/include/mysqlx/devapi/detail/cmake_install.cmake new file mode 100644 index 000000000..900f1f91d --- /dev/null +++ b/build/include/mysqlx/devapi/detail/cmake_install.cmake @@ -0,0 +1,61 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/detail + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "XDevAPIDev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mysqlx/devapi/detail" TYPE FILE FILES + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/detail/error.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/detail/row.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/detail/result.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/detail/settings.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/detail/session.h" + "/home/carlon/code/mysql-connector-cpp/include/mysqlx/devapi/detail/crud.h" + ) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/include/mysqlx/devapi/detail/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/include/mysqlx/version_info.h b/build/include/mysqlx/version_info.h new file mode 100644 index 000000000..4cf4bf319 --- /dev/null +++ b/build/include/mysqlx/version_info.h @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2015, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef MYSQLX_COMMON_VERSION_INFO +#define MYSQLX_COMMON_VERSION_INFO + +/* + Version information which is used for example for default + connection attributes. + + When build system is configured by cmake, a new file is generated + from this one with version and license values substituted by + cmake and build system is configured so that the generated + header takes precedence over this one. But code can be built even + if header with real values was not generated - in that case the + values specified here will be used. +*/ + +#define MYSQL_CONCPP_NAME "mysql-connector-cpp" +#define MYSQL_CONCPP_VERSION "9.4.0" +#define MYSQL_CONCPP_LICENSE "GPL-2.0" + +#define MYSQL_CONCPP_VERSION_MAJOR 9 +#define MYSQL_CONCPP_VERSION_MINOR 4 +#define MYSQL_CONCPP_VERSION_MICRO 0 + +#define MYSQL_CONCPP_VERSION_NUMBER 9040000 + +#endif diff --git a/build/jdbc/CMakeFiles/CMakeDirectoryInformation.cmake b/build/jdbc/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/jdbc/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/DependInfo.cmake b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/DependInfo.cmake new file mode 100644 index 000000000..9f448da06 --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc" "jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o" "gcc" "jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o.d" + "" "jdbc/libconnector-jdbc-deps.so" "gcc" "jdbc/CMakeFiles/connector-jdbc-deps.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/build.make b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/build.make new file mode 100644 index 000000000..2e2700d8d --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include jdbc/CMakeFiles/connector-jdbc-deps.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include jdbc/CMakeFiles/connector-jdbc-deps.dir/compiler_depend.make + +# Include the progress variables for this target. +include jdbc/CMakeFiles/connector-jdbc-deps.dir/progress.make + +# Include the compile flags for this target's objects. +include jdbc/CMakeFiles/connector-jdbc-deps.dir/flags.make + +jdbc/CMakeFiles/connector-jdbc-deps.dir/codegen: +.PHONY : jdbc/CMakeFiles/connector-jdbc-deps.dir/codegen + +jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o: jdbc/CMakeFiles/connector-jdbc-deps.dir/flags.make +jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o: /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc +jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o: jdbc/CMakeFiles/connector-jdbc-deps.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o -MF CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o.d -o CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o -c /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc + +jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc > CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.i + +jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc -o CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.s + +# Object files for target connector-jdbc-deps +connector__jdbc__deps_OBJECTS = \ +"CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o" + +# External object files for target connector-jdbc-deps +connector__jdbc__deps_EXTERNAL_OBJECTS = + +jdbc/libconnector-jdbc-deps.so: jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o +jdbc/libconnector-jdbc-deps.so: jdbc/CMakeFiles/connector-jdbc-deps.dir/build.make +jdbc/libconnector-jdbc-deps.so: jdbc/CMakeFiles/connector-jdbc-deps.dir/compiler_depend.ts +jdbc/libconnector-jdbc-deps.so: jdbc/driver/libjdbc.a +jdbc/libconnector-jdbc-deps.so: /usr/lib64/mysql/libmysqlclient.so +jdbc/libconnector-jdbc-deps.so: jdbc/CMakeFiles/connector-jdbc-deps.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX shared library libconnector-jdbc-deps.so" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/connector-jdbc-deps.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +jdbc/CMakeFiles/connector-jdbc-deps.dir/build: jdbc/libconnector-jdbc-deps.so +.PHONY : jdbc/CMakeFiles/connector-jdbc-deps.dir/build + +jdbc/CMakeFiles/connector-jdbc-deps.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && $(CMAKE_COMMAND) -P CMakeFiles/connector-jdbc-deps.dir/cmake_clean.cmake +.PHONY : jdbc/CMakeFiles/connector-jdbc-deps.dir/clean + +jdbc/CMakeFiles/connector-jdbc-deps.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/jdbc /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/jdbc /home/carlon/code/mysql-connector-cpp/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : jdbc/CMakeFiles/connector-jdbc-deps.dir/depend + diff --git a/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/cmake_clean.cmake b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/cmake_clean.cmake new file mode 100644 index 000000000..30c08cf4c --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/connector-jdbc-deps.dir/link.d" + "CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o" + "CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o.d" + "libconnector-jdbc-deps.pdb" + "libconnector-jdbc-deps.so" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/connector-jdbc-deps.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/compiler_depend.make b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/compiler_depend.make new file mode 100644 index 000000000..0cd7fe042 --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for connector-jdbc-deps. +# This may be replaced when dependencies are built. diff --git a/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/compiler_depend.ts b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/compiler_depend.ts new file mode 100644 index 000000000..8350828fe --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for connector-jdbc-deps. diff --git a/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/depend.make b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/depend.make new file mode 100644 index 000000000..c5f757a77 --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for connector-jdbc-deps. +# This may be replaced when dependencies are built. diff --git a/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/flags.make b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/flags.make new file mode 100644 index 000000000..15bde134f --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DCONCPP_BUILD_SHARED -Dconnector_jdbc_deps_EXPORTS + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/include + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fPIC -fvisibility=hidden -Wno-stringop-overflow -Wno-unused-parameter -Wno-deprecated-declarations + diff --git a/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/link.txt b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/link.txt new file mode 100644 index 000000000..58f1d0f18 --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/link.txt @@ -0,0 +1 @@ +/home/carlon/code/mysql-connector-cpp/build/libutils/save_linker_opts /home/carlon/code/mysql-connector-cpp/build/jdbc/./connector-jdbc.log.STATIC /usr/bin/c++ -fPIC -Wall -O3 -DNDEBUG -Wno-stringop-overflow -Wl,--dependency-file=CMakeFiles/connector-jdbc-deps.dir/link.d -shared -Wl,-soname,libconnector-jdbc-deps.so -o libconnector-jdbc-deps.so "CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o" -Wl,-rpath,/usr/lib64/mysql driver/libjdbc.a -lpthread -lresolv /usr/lib64/mysql/libmysqlclient.so -L/usr/lib64/mysql -L/usr/lib64/mysql/private diff --git a/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/progress.make b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/progress.make new file mode 100644 index 000000000..42baabaf6 --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc-deps.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 58 +CMAKE_PROGRESS_2 = 59 + diff --git a/build/jdbc/CMakeFiles/connector-jdbc.dir/DependInfo.cmake b/build/jdbc/CMakeFiles/connector-jdbc.dir/DependInfo.cmake new file mode 100644 index 000000000..ccd29b529 --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc.dir/DependInfo.cmake @@ -0,0 +1,31 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc" "jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o" "gcc" "jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o.d" + "" "jdbc/libmysqlcppconn.so" "gcc" "jdbc/CMakeFiles/connector-jdbc.dir/link.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/carlon/code/mysql-connector-cpp/build/jdbc/libmysqlcppconn.so" "/home/carlon/code/mysql-connector-cpp/build/jdbc/libmysqlcppconn.so.10.9.4.0" + "/home/carlon/code/mysql-connector-cpp/build/jdbc/libmysqlcppconn.so.10" "/home/carlon/code/mysql-connector-cpp/build/jdbc/libmysqlcppconn.so.10.9.4.0" + ) + + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/jdbc/CMakeFiles/connector-jdbc.dir/build.make b/build/jdbc/CMakeFiles/connector-jdbc.dir/build.make new file mode 100644 index 000000000..23f18a73e --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc.dir/build.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include jdbc/CMakeFiles/connector-jdbc.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include jdbc/CMakeFiles/connector-jdbc.dir/compiler_depend.make + +# Include the progress variables for this target. +include jdbc/CMakeFiles/connector-jdbc.dir/progress.make + +# Include the compile flags for this target's objects. +include jdbc/CMakeFiles/connector-jdbc.dir/flags.make + +jdbc/CMakeFiles/connector-jdbc.dir/codegen: +.PHONY : jdbc/CMakeFiles/connector-jdbc.dir/codegen + +jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o: jdbc/CMakeFiles/connector-jdbc.dir/flags.make +jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o: /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc +jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o: jdbc/CMakeFiles/connector-jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o -MF CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o.d -o CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o -c /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc + +jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc > CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.i + +jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/cmake/libutils/empty.cc -o CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.s + +# Object files for target connector-jdbc +connector__jdbc_OBJECTS = \ +"CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o" + +# External object files for target connector-jdbc +connector__jdbc_EXTERNAL_OBJECTS = + +jdbc/libmysqlcppconn.so.10.9.4.0: jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o +jdbc/libmysqlcppconn.so.10.9.4.0: jdbc/CMakeFiles/connector-jdbc.dir/build.make +jdbc/libmysqlcppconn.so.10.9.4.0: jdbc/CMakeFiles/connector-jdbc.dir/compiler_depend.ts +jdbc/libmysqlcppconn.so.10.9.4.0: jdbc/driver/libjdbc.a +jdbc/libmysqlcppconn.so.10.9.4.0: /usr/lib64/mysql/libmysqlclient.so +jdbc/libmysqlcppconn.so.10.9.4.0: jdbc/CMakeFiles/connector-jdbc.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX shared library libmysqlcppconn.so" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/connector-jdbc.dir/link.txt --verbose=$(VERBOSE) + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && $(CMAKE_COMMAND) -E cmake_symlink_library libmysqlcppconn.so.10.9.4.0 libmysqlcppconn.so.10 libmysqlcppconn.so + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && /usr/bin/cmake -DTARGET=/home/carlon/code/mysql-connector-cpp/build/jdbc/libmysqlcppconn.so.10.9.4.0 -DTYPE=SHARED -DBUILD_LOG=/home/carlon/code/mysql-connector-cpp/build/jdbc/./connector-jdbc.log.SHARED -DMSBUILD= -DMSVC= -DWIN32= -DCLANG= -DTOOLSET_MSVC= -DTOOLSET_GCC=1 -DCXX_FRONTEND_MSVC= -DCXX_FRONTEND_GCC=1 -DTOOLSET_GCC=1 -DINFO=/home/carlon/code/mysql-connector-cpp/build/jdbc/INFO_BIN -DINFO_PREFIX=jdbc- -P /home/carlon/code/mysql-connector-cpp/build/libutils/merge_archives.cmake + +jdbc/libmysqlcppconn.so.10: jdbc/libmysqlcppconn.so.10.9.4.0 + @$(CMAKE_COMMAND) -E touch_nocreate jdbc/libmysqlcppconn.so.10 + +jdbc/libmysqlcppconn.so: jdbc/libmysqlcppconn.so.10.9.4.0 + @$(CMAKE_COMMAND) -E touch_nocreate jdbc/libmysqlcppconn.so + +# Rule to build all files generated by this target. +jdbc/CMakeFiles/connector-jdbc.dir/build: jdbc/libmysqlcppconn.so +.PHONY : jdbc/CMakeFiles/connector-jdbc.dir/build + +jdbc/CMakeFiles/connector-jdbc.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/jdbc && $(CMAKE_COMMAND) -P CMakeFiles/connector-jdbc.dir/cmake_clean.cmake +.PHONY : jdbc/CMakeFiles/connector-jdbc.dir/clean + +jdbc/CMakeFiles/connector-jdbc.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/jdbc /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/jdbc /home/carlon/code/mysql-connector-cpp/build/jdbc/CMakeFiles/connector-jdbc.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : jdbc/CMakeFiles/connector-jdbc.dir/depend + diff --git a/build/jdbc/CMakeFiles/connector-jdbc.dir/cmake_clean.cmake b/build/jdbc/CMakeFiles/connector-jdbc.dir/cmake_clean.cmake new file mode 100644 index 000000000..7e5b397fc --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc.dir/cmake_clean.cmake @@ -0,0 +1,15 @@ +file(REMOVE_RECURSE + ".10" + "CMakeFiles/connector-jdbc.dir/link.d" + "CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o" + "CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o.d" + "libmysqlcppconn.pdb" + "libmysqlcppconn.so" + "libmysqlcppconn.so.10" + "libmysqlcppconn.so.10.9.4.0" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/connector-jdbc.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/jdbc/CMakeFiles/connector-jdbc.dir/compiler_depend.make b/build/jdbc/CMakeFiles/connector-jdbc.dir/compiler_depend.make new file mode 100644 index 000000000..84f5ddccc --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for connector-jdbc. +# This may be replaced when dependencies are built. diff --git a/build/jdbc/CMakeFiles/connector-jdbc.dir/compiler_depend.ts b/build/jdbc/CMakeFiles/connector-jdbc.dir/compiler_depend.ts new file mode 100644 index 000000000..8d9fb5fee --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for connector-jdbc. diff --git a/build/jdbc/CMakeFiles/connector-jdbc.dir/depend.make b/build/jdbc/CMakeFiles/connector-jdbc.dir/depend.make new file mode 100644 index 000000000..e13c956a5 --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for connector-jdbc. +# This may be replaced when dependencies are built. diff --git a/build/jdbc/CMakeFiles/connector-jdbc.dir/flags.make b/build/jdbc/CMakeFiles/connector-jdbc.dir/flags.make new file mode 100644 index 000000000..ae75b638c --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DCONCPP_BUILD_SHARED -Dconnector_jdbc_EXPORTS + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/include -I/home/carlon/code/mysql-connector-cpp/build/include/jdbc -I/home/carlon/code/mysql-connector-cpp/build/include/jdbc/cppconn -isystem /usr/include/mysql + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fPIC -fvisibility=hidden -Wno-stringop-overflow -Wno-unused-parameter -Wno-deprecated-declarations + diff --git a/build/jdbc/CMakeFiles/connector-jdbc.dir/link.txt b/build/jdbc/CMakeFiles/connector-jdbc.dir/link.txt new file mode 100644 index 000000000..8fe6385ec --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc.dir/link.txt @@ -0,0 +1 @@ +/home/carlon/code/mysql-connector-cpp/build/libutils/save_linker_opts /home/carlon/code/mysql-connector-cpp/build/jdbc/./connector-jdbc.log.SHARED /usr/bin/c++ -fPIC -Wall -O3 -DNDEBUG -Wno-stringop-overflow -Wl,--dependency-file=CMakeFiles/connector-jdbc.dir/link.d -shared -Wl,-soname,libmysqlcppconn.so.10 -o libmysqlcppconn.so.10.9.4.0 "CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o" -Wl,-rpath,"\$ORIGIN:\$ORIGIN/private:\$ORIGIN/plugin" driver/libjdbc.a /usr/lib64/mysql/libmysqlclient.so -L/usr/lib64/mysql -L/usr/lib64/mysql/private -lpthread -lresolv diff --git a/build/jdbc/CMakeFiles/connector-jdbc.dir/progress.make b/build/jdbc/CMakeFiles/connector-jdbc.dir/progress.make new file mode 100644 index 000000000..fb03824bd --- /dev/null +++ b/build/jdbc/CMakeFiles/connector-jdbc.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 56 +CMAKE_PROGRESS_2 = 57 + diff --git a/build/jdbc/CMakeFiles/progress.marks b/build/jdbc/CMakeFiles/progress.marks new file mode 100644 index 000000000..9902f1784 --- /dev/null +++ b/build/jdbc/CMakeFiles/progress.marks @@ -0,0 +1 @@ +28 diff --git a/build/jdbc/INFO_BIN b/build/jdbc/INFO_BIN new file mode 100644 index 000000000..84315350d --- /dev/null +++ b/build/jdbc/INFO_BIN @@ -0,0 +1,2 @@ +Connector/C++ build information. + diff --git a/build/jdbc/Makefile b/build/jdbc/Makefile new file mode 100644 index 000000000..da6bccf64 --- /dev/null +++ b/build/jdbc/Makefile @@ -0,0 +1,249 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/jdbc//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +jdbc/CMakeFiles/connector-jdbc.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/CMakeFiles/connector-jdbc.dir/rule +.PHONY : jdbc/CMakeFiles/connector-jdbc.dir/rule + +# Convenience name for target. +connector-jdbc: jdbc/CMakeFiles/connector-jdbc.dir/rule +.PHONY : connector-jdbc + +# fast build rule for target. +connector-jdbc/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/CMakeFiles/connector-jdbc.dir/build.make jdbc/CMakeFiles/connector-jdbc.dir/build +.PHONY : connector-jdbc/fast + +# Convenience name for target. +jdbc/CMakeFiles/connector-jdbc-deps.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/CMakeFiles/connector-jdbc-deps.dir/rule +.PHONY : jdbc/CMakeFiles/connector-jdbc-deps.dir/rule + +# Convenience name for target. +connector-jdbc-deps: jdbc/CMakeFiles/connector-jdbc-deps.dir/rule +.PHONY : connector-jdbc-deps + +# fast build rule for target. +connector-jdbc-deps/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/CMakeFiles/connector-jdbc-deps.dir/build.make jdbc/CMakeFiles/connector-jdbc-deps.dir/build +.PHONY : connector-jdbc-deps/fast + +__/cmake/libutils/empty.o: __/cmake/libutils/empty.cc.o +.PHONY : __/cmake/libutils/empty.o + +# target to build an object file +__/cmake/libutils/empty.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/CMakeFiles/connector-jdbc.dir/build.make jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.o + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/CMakeFiles/connector-jdbc-deps.dir/build.make jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.o +.PHONY : __/cmake/libutils/empty.cc.o + +__/cmake/libutils/empty.i: __/cmake/libutils/empty.cc.i +.PHONY : __/cmake/libutils/empty.i + +# target to preprocess a source file +__/cmake/libutils/empty.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/CMakeFiles/connector-jdbc.dir/build.make jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.i + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/CMakeFiles/connector-jdbc-deps.dir/build.make jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.i +.PHONY : __/cmake/libutils/empty.cc.i + +__/cmake/libutils/empty.s: __/cmake/libutils/empty.cc.s +.PHONY : __/cmake/libutils/empty.s + +# target to generate assembly for a file +__/cmake/libutils/empty.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/CMakeFiles/connector-jdbc.dir/build.make jdbc/CMakeFiles/connector-jdbc.dir/__/cmake/libutils/empty.cc.s + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/CMakeFiles/connector-jdbc-deps.dir/build.make jdbc/CMakeFiles/connector-jdbc-deps.dir/__/cmake/libutils/empty.cc.s +.PHONY : __/cmake/libutils/empty.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... connector-jdbc" + @echo "... connector-jdbc-deps" + @echo "... __/cmake/libutils/empty.o" + @echo "... __/cmake/libutils/empty.i" + @echo "... __/cmake/libutils/empty.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/jdbc/VersionInfo.cmake b/build/jdbc/VersionInfo.cmake new file mode 100644 index 000000000..6cf9415ea --- /dev/null +++ b/build/jdbc/VersionInfo.cmake @@ -0,0 +1,45 @@ +# Copyright (c) 2014, 2024, Oracle and/or its affiliates. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License, version 2.0, as +# published by the Free Software Foundation. +# +# This program is designed to work with certain software (including +# but not limited to OpenSSL) that is licensed under separate terms, as +# designated in a particular file or component or in included license +# documentation. The authors of MySQL hereby grant you an additional +# permission to link the program and your derivative works with the +# separately licensed software that they have either included with +# the program or referenced in the documentation. +# +# Without limiting anything contained in the foregoing, this file, +# which is part of Connector/C++, is also subject to the +# Universal FOSS Exception, version 1.0, a copy of which can be found at +# https://oss.oracle.com/licenses/universal-foss-exception. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the GNU General Public License, version 2.0, for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +SET(CONCPP_VERSION "9.4.0") +SET(CONCPP_VERSION_NUMBER 9040000) +SET(CONNECTOR_MAJOR "9") +SET(CONNECTOR_MINOR "4") +SET(CONNECTOR_PATCH "0") +SET(CONNECTOR_LEVEL "") +SET(CONNECTOR_QUALITY "GA") + +# Bump this every time we change the API/ABI +SET(MYSQLCPPCONN_SOVERSION "10") + + +SET(CONNECTOR_BASE_VERSION "${CONNECTOR_MAJOR}.${CONNECTOR_MINOR}") +SET(CONNECTOR_BASE_PREVIOUS "1.0") +SET(CONNECTOR_NUMERIC_VERSION "${CONNECTOR_BASE_VERSION}.${CONNECTOR_PATCH}") +SET(CONNECTOR_VERSION "${CONNECTOR_NUMERIC_VERSION}${CONNECTOR_LEVEL}") diff --git a/build/jdbc/cmake_install.cmake b/build/jdbc/cmake_install.cmake new file mode 100644 index 000000000..d86a5cc24 --- /dev/null +++ b/build/jdbc/cmake_install.cmake @@ -0,0 +1,122 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/jdbc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "JDBCDll" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee]|[Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES + "/home/carlon/code/mysql-connector-cpp/build/jdbc/libmysqlcppconn.so.10.9.4.0" + "/home/carlon/code/mysql-connector-cpp/build/jdbc/libmysqlcppconn.so.10" + ) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libmysqlcppconn.so.10.9.4.0" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libmysqlcppconn.so.10" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "${file}") + endif() + endif() + endforeach() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "JDBCDll" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee]|[Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/home/carlon/code/mysql-connector-cpp/build/jdbc/libmysqlcppconn.so") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "JDBCDll" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/debug" TYPE SHARED_LIBRARY FILES + "/home/carlon/code/mysql-connector-cpp/build/jdbc/libmysqlcppconn.so.10.9.4.0" + "/home/carlon/code/mysql-connector-cpp/build/jdbc/libmysqlcppconn.so.10" + ) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/debug/libmysqlcppconn.so.10.9.4.0" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/debug/libmysqlcppconn.so.10" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "${file}") + endif() + endif() + endforeach() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "JDBCDll" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/debug" TYPE SHARED_LIBRARY FILES "/home/carlon/code/mysql-connector-cpp/build/jdbc/libmysqlcppconn.so") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "JDBCDev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/jdbc" TYPE FILE FILES + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_connection.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_driver.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_error.h" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "JDBCTests") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/tests/jdbc" TYPE FILE RENAME "CTestTestfile.cmake" FILES "/home/carlon/code/mysql-connector-cpp/build/jdbc/jdbc_tests.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/jdbc/extra/otel/cmake_install.cmake") + include("/home/carlon/code/mysql-connector-cpp/build/jdbc/cppconn/cmake_install.cmake") + include("/home/carlon/code/mysql-connector-cpp/build/jdbc/driver/cmake_install.cmake") + +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/jdbc/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/jdbc/cppconn/CMakeFiles/CMakeDirectoryInformation.cmake b/build/jdbc/cppconn/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/jdbc/cppconn/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/jdbc/cppconn/CMakeFiles/progress.marks b/build/jdbc/cppconn/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/jdbc/cppconn/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/jdbc/cppconn/Makefile b/build/jdbc/cppconn/Makefile new file mode 100644 index 000000000..c89166327 --- /dev/null +++ b/build/jdbc/cppconn/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/jdbc/cppconn//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/cppconn/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/cppconn/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/cppconn/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/cppconn/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/jdbc/cppconn/cmake_install.cmake b/build/jdbc/cppconn/cmake_install.cmake new file mode 100644 index 000000000..9d77f7566 --- /dev/null +++ b/build/jdbc/cppconn/cmake_install.cmake @@ -0,0 +1,72 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/jdbc/cppconn + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "JDBCDev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/jdbc/cppconn" TYPE FILE FILES + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/build_config.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/callback.h" + "/home/carlon/code/mysql-connector-cpp/build/jdbc/cppconn/config.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/connection.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/datatype.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/driver.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/exception.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/metadata.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/parameter_metadata.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/prepared_statement.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/resultset.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/resultset_metadata.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/statement.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/sqlstring.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/warning.h" + "/home/carlon/code/mysql-connector-cpp/build/jdbc/cppconn/version_info.h" + "/home/carlon/code/mysql-connector-cpp/jdbc/cppconn/variant.h" + ) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/jdbc/cppconn/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/jdbc/cppconn/config.h b/build/jdbc/cppconn/config.h new file mode 100644 index 000000000..2f97fc9bd --- /dev/null +++ b/build/jdbc/cppconn/config.h @@ -0,0 +1,117 @@ +/* + * Copyright (c) 2009, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +// libmysql defines HAVE_STRTOUL (on win), so we have to follow different pattern in definitions names +// to avoid annoying warnings. + +#define HAVE_FUNCTION_STRTOLD 1 +#define HAVE_FUNCTION_STRTOLL 1 +#define HAVE_FUNCTION_STRTOL 1 +#define HAVE_FUNCTION_STRTOULL 1 + +#define HAVE_FUNCTION_STRTOUL 1 + +#define HAVE_FUNCTION_STRTOIMAX 1 +#define HAVE_FUNCTION_STRTOUMAX 1 + +#define HAVE_STDINT_H 1 +#define HAVE_INTTYPES_H 1 + +#define HAVE_INT8_T 1 +#define HAVE_UINT8_T 1 +#define HAVE_INT16_T 1 +#define HAVE_UINT16_T 1 +#define HAVE_INT32_T 1 +#define HAVE_UINT32_T 1 +#define HAVE_INT32_T 1 +#define HAVE_UINT32_T 1 +#define HAVE_INT64_T 1 +#define HAVE_UINT64_T 1 +/* #undef HAVE_MS_INT8 */ +/* #undef HAVE_MS_UINT8 */ +/* #undef HAVE_MS_INT16 */ +/* #undef HAVE_MS_UINT16 */ +/* #undef HAVE_MS_INT32 */ +/* #undef HAVE_MS_UINT32 */ +/* #undef HAVE_MS_INT64 */ +/* #undef HAVE_MS_UINT64 */ + + +#ifdef HAVE_STDINT_H +#include +#endif + + +#if defined(HAVE_INTTYPES_H) && !defined(_WIN32) +#include +#endif + +#if defined(_WIN32) +#ifndef CPPCONN_DONT_TYPEDEF_MS_TYPES_TO_C99_TYPES + +#if _MSC_VER >= 1600 + +#include + +#else + +#if !defined(HAVE_INT8_T) && defined(HAVE_MS_INT8) +typedef __int8 int8_t; +#endif + +#ifdef HAVE_MS_UINT8 +typedef unsigned __int8 uint8_t; +#endif +#ifdef HAVE_MS_INT16 +typedef __int16 int16_t; +#endif + +#ifdef HAVE_MS_UINT16 +typedef unsigned __int16 uint16_t; +#endif + +#ifdef HAVE_MS_INT32 +typedef __int32 int32_t; +#endif + +#ifdef HAVE_MS_UINT32 +typedef unsigned __int32 uint32_t; +#endif + +#ifdef HAVE_MS_INT64 +typedef __int64 int64_t; +#endif +#ifdef HAVE_MS_UINT64 +typedef unsigned __int64 uint64_t; +#endif + +#endif // _MSC_VER >= 1600 +#endif // CPPCONN_DONT_TYPEDEF_MS_TYPES_TO_C99_TYPES +#endif // _WIN32 diff --git a/build/jdbc/cppconn/version_info.h b/build/jdbc/cppconn/version_info.h new file mode 100644 index 000000000..c9e4fef42 --- /dev/null +++ b/build/jdbc/cppconn/version_info.h @@ -0,0 +1,53 @@ +/* + * Copyright (c) 2014, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/* */ + +#define MYCPPCONN_DM_MAJOR_VERSION 9 +#define MYCPPCONN_DM_MINOR_VERSION 4 +#define MYCPPCONN_DM_PATCH_VERSION 0 + +#define MYCPPCONN_DM_VERSION "9.4.0" +#define MYCPPCONN_DM_VERSION_ID 9040000 +#define MYSQL_CONCPP_LICENSE "GPL-2.0" + +#define MYSQL_CONCPP_VERSION_MAJOR 9 +#define MYSQL_CONCPP_VERSION_MINOR 4 +#define MYSQL_CONCPP_VERSION_MICRO 0 + +#define MYSQL_CONCPP_VERSION_NUMBER 9040000 + + +/* Driver version info */ + +#define MYCPPCONN_STATIC_MYSQL_VERSION "8.4.6" +#define MYCPPCONN_STATIC_MYSQL_VERSION_ID 80406 + +#define MYCPPCONN_BOOST_VERSION diff --git a/build/jdbc/driver/CMakeFiles/CMakeDirectoryInformation.cmake b/build/jdbc/driver/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/jdbc/driver/CMakeFiles/jdbc.dir/DependInfo.cmake b/build/jdbc/driver/CMakeFiles/jdbc.dir/DependInfo.cmake new file mode 100644 index 000000000..2a7033cc5 --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/jdbc.dir/DependInfo.cmake @@ -0,0 +1,46 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_art_resultset.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_art_rset_metadata.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_connection.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_debug.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_driver.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_metadata.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_parameter_metadata.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_prepared_statement.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_ps_resultset.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_ps_resultset_metadata.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultbind.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultset.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultset_metadata.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_statement.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_telemetry.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_uri.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_util.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_warning.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/library_loader.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_client_api.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_connection_wrapper.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_driver_wrapper.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_resultset_wrapper.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o.d" + "/home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_statement_wrapper.cpp" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o" "gcc" "jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/jdbc/driver/CMakeFiles/jdbc.dir/build.make b/build/jdbc/driver/CMakeFiles/jdbc.dir/build.make new file mode 100644 index 000000000..8a1b7beb6 --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/jdbc.dir/build.make @@ -0,0 +1,482 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include jdbc/driver/CMakeFiles/jdbc.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.make + +# Include the progress variables for this target. +include jdbc/driver/CMakeFiles/jdbc.dir/progress.make + +# Include the compile flags for this target's objects. +include jdbc/driver/CMakeFiles/jdbc.dir/flags.make + +jdbc/driver/CMakeFiles/jdbc.dir/codegen: +.PHONY : jdbc/driver/CMakeFiles/jdbc.dir/codegen + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_art_resultset.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o -MF CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_art_resultset.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_art_resultset.cpp > CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_art_resultset.cpp -o CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_art_rset_metadata.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o -MF CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_art_rset_metadata.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_art_rset_metadata.cpp > CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_art_rset_metadata.cpp -o CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_connection.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.o -MF CMakeFiles/jdbc.dir/mysql_connection.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_connection.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_connection.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_connection.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_connection.cpp > CMakeFiles/jdbc.dir/mysql_connection.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_connection.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_connection.cpp -o CMakeFiles/jdbc.dir/mysql_connection.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_debug.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.o -MF CMakeFiles/jdbc.dir/mysql_debug.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_debug.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_debug.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_debug.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_debug.cpp > CMakeFiles/jdbc.dir/mysql_debug.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_debug.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_debug.cpp -o CMakeFiles/jdbc.dir/mysql_debug.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_driver.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.o -MF CMakeFiles/jdbc.dir/mysql_driver.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_driver.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_driver.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_driver.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_driver.cpp > CMakeFiles/jdbc.dir/mysql_driver.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_driver.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_driver.cpp -o CMakeFiles/jdbc.dir/mysql_driver.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_metadata.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.o -MF CMakeFiles/jdbc.dir/mysql_metadata.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_metadata.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_metadata.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_metadata.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_metadata.cpp > CMakeFiles/jdbc.dir/mysql_metadata.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_metadata.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_metadata.cpp -o CMakeFiles/jdbc.dir/mysql_metadata.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_parameter_metadata.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o -MF CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_parameter_metadata.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_parameter_metadata.cpp > CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_parameter_metadata.cpp -o CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_prepared_statement.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o -MF CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_prepared_statement.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_prepared_statement.cpp > CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_prepared_statement.cpp -o CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_ps_resultset.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o -MF CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_ps_resultset.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_ps_resultset.cpp > CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_ps_resultset.cpp -o CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_ps_resultset_metadata.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o -MF CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_ps_resultset_metadata.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_ps_resultset_metadata.cpp > CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_ps_resultset_metadata.cpp -o CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultbind.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o -MF CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultbind.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_resultbind.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultbind.cpp > CMakeFiles/jdbc.dir/mysql_resultbind.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_resultbind.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultbind.cpp -o CMakeFiles/jdbc.dir/mysql_resultbind.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultset.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.o -MF CMakeFiles/jdbc.dir/mysql_resultset.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_resultset.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultset.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_resultset.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultset.cpp > CMakeFiles/jdbc.dir/mysql_resultset.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_resultset.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultset.cpp -o CMakeFiles/jdbc.dir/mysql_resultset.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultset_metadata.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o -MF CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultset_metadata.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultset_metadata.cpp > CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_resultset_metadata.cpp -o CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_statement.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.o -MF CMakeFiles/jdbc.dir/mysql_statement.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_statement.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_statement.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_statement.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_statement.cpp > CMakeFiles/jdbc.dir/mysql_statement.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_statement.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_statement.cpp -o CMakeFiles/jdbc.dir/mysql_statement.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_util.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.o -MF CMakeFiles/jdbc.dir/mysql_util.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_util.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_util.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_util.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_util.cpp > CMakeFiles/jdbc.dir/mysql_util.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_util.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_util.cpp -o CMakeFiles/jdbc.dir/mysql_util.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_warning.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.o -MF CMakeFiles/jdbc.dir/mysql_warning.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_warning.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_warning.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_warning.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_warning.cpp > CMakeFiles/jdbc.dir/mysql_warning.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_warning.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_warning.cpp -o CMakeFiles/jdbc.dir/mysql_warning.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_uri.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.o -MF CMakeFiles/jdbc.dir/mysql_uri.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_uri.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_uri.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_uri.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_uri.cpp > CMakeFiles/jdbc.dir/mysql_uri.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_uri.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_uri.cpp -o CMakeFiles/jdbc.dir/mysql_uri.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_client_api.cpp +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o -MF CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o.d -o CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_client_api.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_client_api.cpp > CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_client_api.cpp -o CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/library_loader.cpp +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o -MF CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o.d -o CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/library_loader.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/library_loader.cpp > CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/library_loader.cpp -o CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_driver_wrapper.cpp +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o -MF CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o.d -o CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_driver_wrapper.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_driver_wrapper.cpp > CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_driver_wrapper.cpp -o CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_connection_wrapper.cpp +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o -MF CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o.d -o CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_connection_wrapper.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_connection_wrapper.cpp > CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_connection_wrapper.cpp -o CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_statement_wrapper.cpp +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o -MF CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o.d -o CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_statement_wrapper.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_statement_wrapper.cpp > CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_statement_wrapper.cpp -o CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_resultset_wrapper.cpp +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o -MF CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o.d -o CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_resultset_wrapper.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_resultset_wrapper.cpp > CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/nativeapi/mysql_native_resultset_wrapper.cpp -o CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.s + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/flags.make +jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o: /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_telemetry.cpp +jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o: jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building CXX object jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o -MF CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o.d -o CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o -c /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_telemetry.cpp + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/jdbc.dir/mysql_telemetry.cpp.i" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_telemetry.cpp > CMakeFiles/jdbc.dir/mysql_telemetry.cpp.i + +jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/jdbc.dir/mysql_telemetry.cpp.s" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/jdbc/driver/mysql_telemetry.cpp -o CMakeFiles/jdbc.dir/mysql_telemetry.cpp.s + +# Object files for target jdbc +jdbc_OBJECTS = \ +"CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_connection.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_debug.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_driver.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_metadata.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_resultset.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_statement.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_util.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_warning.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_uri.cpp.o" \ +"CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o" \ +"CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o" \ +"CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o" \ +"CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o" \ +"CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o" \ +"CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o" \ +"CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o" + +# External object files for target jdbc +jdbc_EXTERNAL_OBJECTS = + +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/build.make +jdbc/driver/libjdbc.a: jdbc/driver/CMakeFiles/jdbc.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Linking CXX static library libjdbc.a" + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && $(CMAKE_COMMAND) -P CMakeFiles/jdbc.dir/cmake_clean_target.cmake + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/jdbc.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +jdbc/driver/CMakeFiles/jdbc.dir/build: jdbc/driver/libjdbc.a +.PHONY : jdbc/driver/CMakeFiles/jdbc.dir/build + +jdbc/driver/CMakeFiles/jdbc.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/jdbc/driver && $(CMAKE_COMMAND) -P CMakeFiles/jdbc.dir/cmake_clean.cmake +.PHONY : jdbc/driver/CMakeFiles/jdbc.dir/clean + +jdbc/driver/CMakeFiles/jdbc.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/jdbc/driver /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/jdbc/driver /home/carlon/code/mysql-connector-cpp/build/jdbc/driver/CMakeFiles/jdbc.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : jdbc/driver/CMakeFiles/jdbc.dir/depend + diff --git a/build/jdbc/driver/CMakeFiles/jdbc.dir/cmake_clean.cmake b/build/jdbc/driver/CMakeFiles/jdbc.dir/cmake_clean.cmake new file mode 100644 index 000000000..690b48870 --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/jdbc.dir/cmake_clean.cmake @@ -0,0 +1,57 @@ +file(REMOVE_RECURSE + "CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o" + "CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o" + "CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_connection.cpp.o" + "CMakeFiles/jdbc.dir/mysql_connection.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_debug.cpp.o" + "CMakeFiles/jdbc.dir/mysql_debug.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_driver.cpp.o" + "CMakeFiles/jdbc.dir/mysql_driver.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_metadata.cpp.o" + "CMakeFiles/jdbc.dir/mysql_metadata.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o" + "CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o" + "CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o" + "CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o" + "CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o" + "CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_resultset.cpp.o" + "CMakeFiles/jdbc.dir/mysql_resultset.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o" + "CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_statement.cpp.o" + "CMakeFiles/jdbc.dir/mysql_statement.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o" + "CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_uri.cpp.o" + "CMakeFiles/jdbc.dir/mysql_uri.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_util.cpp.o" + "CMakeFiles/jdbc.dir/mysql_util.cpp.o.d" + "CMakeFiles/jdbc.dir/mysql_warning.cpp.o" + "CMakeFiles/jdbc.dir/mysql_warning.cpp.o.d" + "CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o" + "CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o.d" + "CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o" + "CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o.d" + "CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o" + "CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o.d" + "CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o" + "CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o.d" + "CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o" + "CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o.d" + "CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o" + "CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o.d" + "libjdbc.a" + "libjdbc.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/jdbc.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/jdbc/driver/CMakeFiles/jdbc.dir/cmake_clean_target.cmake b/build/jdbc/driver/CMakeFiles/jdbc.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..33c7de0eb --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/jdbc.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libjdbc.a" +) diff --git a/build/jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.make b/build/jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.make new file mode 100644 index 000000000..47d436a98 --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for jdbc. +# This may be replaced when dependencies are built. diff --git a/build/jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts b/build/jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts new file mode 100644 index 000000000..deefce11d --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/jdbc.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for jdbc. diff --git a/build/jdbc/driver/CMakeFiles/jdbc.dir/depend.make b/build/jdbc/driver/CMakeFiles/jdbc.dir/depend.make new file mode 100644 index 000000000..562b87db5 --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/jdbc.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for jdbc. +# This may be replaced when dependencies are built. diff --git a/build/jdbc/driver/CMakeFiles/jdbc.dir/flags.make b/build/jdbc/driver/CMakeFiles/jdbc.dir/flags.make new file mode 100644 index 000000000..16d89f284 --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/jdbc.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DCONCPP_BUILD_SHARED -DMYSQLCLIENT_STATIC_BINDING -DNOGDI -DTELEMETRY -DWIN32_LEAN_AND_MEAN -Dconnector_jdbc_EXPORTS + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/build/jdbc/driver -I/home/carlon/code/mysql-connector-cpp/include -I/home/carlon/code/mysql-connector-cpp/jdbc -I/home/carlon/code/mysql-connector-cpp/build/jdbc -I/home/carlon/code/mysql-connector-cpp/build/jdbc/cppconn -I/home/carlon/code/mysql-connector-cpp/build/jdbc/driver/nativeapi -I/home/carlon/code/mysql-connector-cpp/jdbc/extra/otel/opentelemetry-cpp-1.12.0/api/include -isystem /usr/include/mysql + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -Wno-stringop-overflow -Wno-unused-parameter -Wno-deprecated-declarations -Wno-deprecated-builtins + diff --git a/build/jdbc/driver/CMakeFiles/jdbc.dir/link.txt b/build/jdbc/driver/CMakeFiles/jdbc.dir/link.txt new file mode 100644 index 000000000..6dd95b75d --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/jdbc.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libjdbc.a CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o CMakeFiles/jdbc.dir/mysql_connection.cpp.o CMakeFiles/jdbc.dir/mysql_debug.cpp.o CMakeFiles/jdbc.dir/mysql_driver.cpp.o CMakeFiles/jdbc.dir/mysql_metadata.cpp.o CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o CMakeFiles/jdbc.dir/mysql_resultset.cpp.o CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o CMakeFiles/jdbc.dir/mysql_statement.cpp.o CMakeFiles/jdbc.dir/mysql_util.cpp.o CMakeFiles/jdbc.dir/mysql_warning.cpp.o CMakeFiles/jdbc.dir/mysql_uri.cpp.o CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o +/usr/bin/ranlib libjdbc.a diff --git a/build/jdbc/driver/CMakeFiles/jdbc.dir/progress.make b/build/jdbc/driver/CMakeFiles/jdbc.dir/progress.make new file mode 100644 index 000000000..45b49ee47 --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/jdbc.dir/progress.make @@ -0,0 +1,26 @@ +CMAKE_PROGRESS_1 = 65 +CMAKE_PROGRESS_2 = 66 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 67 +CMAKE_PROGRESS_5 = 68 +CMAKE_PROGRESS_6 = 69 +CMAKE_PROGRESS_7 = 70 +CMAKE_PROGRESS_8 = 71 +CMAKE_PROGRESS_9 = 72 +CMAKE_PROGRESS_10 = 73 +CMAKE_PROGRESS_11 = 74 +CMAKE_PROGRESS_12 = 75 +CMAKE_PROGRESS_13 = 76 +CMAKE_PROGRESS_14 = 77 +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = 78 +CMAKE_PROGRESS_17 = 79 +CMAKE_PROGRESS_18 = 80 +CMAKE_PROGRESS_19 = 81 +CMAKE_PROGRESS_20 = 82 +CMAKE_PROGRESS_21 = 83 +CMAKE_PROGRESS_22 = 84 +CMAKE_PROGRESS_23 = 85 +CMAKE_PROGRESS_24 = 86 +CMAKE_PROGRESS_25 = 87 + diff --git a/build/jdbc/driver/CMakeFiles/progress.marks b/build/jdbc/driver/CMakeFiles/progress.marks new file mode 100644 index 000000000..409940768 --- /dev/null +++ b/build/jdbc/driver/CMakeFiles/progress.marks @@ -0,0 +1 @@ +23 diff --git a/build/jdbc/driver/Makefile b/build/jdbc/driver/Makefile new file mode 100644 index 000000000..b5b2ccfb2 --- /dev/null +++ b/build/jdbc/driver/Makefile @@ -0,0 +1,852 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/jdbc/driver//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/driver/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/driver/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/driver/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/driver/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +jdbc/driver/CMakeFiles/jdbc.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/driver/CMakeFiles/jdbc.dir/rule +.PHONY : jdbc/driver/CMakeFiles/jdbc.dir/rule + +# Convenience name for target. +jdbc: jdbc/driver/CMakeFiles/jdbc.dir/rule +.PHONY : jdbc + +# fast build rule for target. +jdbc/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/build +.PHONY : jdbc/fast + +mysql_art_resultset.o: mysql_art_resultset.cpp.o +.PHONY : mysql_art_resultset.o + +# target to build an object file +mysql_art_resultset.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.o +.PHONY : mysql_art_resultset.cpp.o + +mysql_art_resultset.i: mysql_art_resultset.cpp.i +.PHONY : mysql_art_resultset.i + +# target to preprocess a source file +mysql_art_resultset.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.i +.PHONY : mysql_art_resultset.cpp.i + +mysql_art_resultset.s: mysql_art_resultset.cpp.s +.PHONY : mysql_art_resultset.s + +# target to generate assembly for a file +mysql_art_resultset.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_resultset.cpp.s +.PHONY : mysql_art_resultset.cpp.s + +mysql_art_rset_metadata.o: mysql_art_rset_metadata.cpp.o +.PHONY : mysql_art_rset_metadata.o + +# target to build an object file +mysql_art_rset_metadata.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.o +.PHONY : mysql_art_rset_metadata.cpp.o + +mysql_art_rset_metadata.i: mysql_art_rset_metadata.cpp.i +.PHONY : mysql_art_rset_metadata.i + +# target to preprocess a source file +mysql_art_rset_metadata.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.i +.PHONY : mysql_art_rset_metadata.cpp.i + +mysql_art_rset_metadata.s: mysql_art_rset_metadata.cpp.s +.PHONY : mysql_art_rset_metadata.s + +# target to generate assembly for a file +mysql_art_rset_metadata.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_art_rset_metadata.cpp.s +.PHONY : mysql_art_rset_metadata.cpp.s + +mysql_connection.o: mysql_connection.cpp.o +.PHONY : mysql_connection.o + +# target to build an object file +mysql_connection.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.o +.PHONY : mysql_connection.cpp.o + +mysql_connection.i: mysql_connection.cpp.i +.PHONY : mysql_connection.i + +# target to preprocess a source file +mysql_connection.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.i +.PHONY : mysql_connection.cpp.i + +mysql_connection.s: mysql_connection.cpp.s +.PHONY : mysql_connection.s + +# target to generate assembly for a file +mysql_connection.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_connection.cpp.s +.PHONY : mysql_connection.cpp.s + +mysql_debug.o: mysql_debug.cpp.o +.PHONY : mysql_debug.o + +# target to build an object file +mysql_debug.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.o +.PHONY : mysql_debug.cpp.o + +mysql_debug.i: mysql_debug.cpp.i +.PHONY : mysql_debug.i + +# target to preprocess a source file +mysql_debug.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.i +.PHONY : mysql_debug.cpp.i + +mysql_debug.s: mysql_debug.cpp.s +.PHONY : mysql_debug.s + +# target to generate assembly for a file +mysql_debug.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_debug.cpp.s +.PHONY : mysql_debug.cpp.s + +mysql_driver.o: mysql_driver.cpp.o +.PHONY : mysql_driver.o + +# target to build an object file +mysql_driver.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.o +.PHONY : mysql_driver.cpp.o + +mysql_driver.i: mysql_driver.cpp.i +.PHONY : mysql_driver.i + +# target to preprocess a source file +mysql_driver.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.i +.PHONY : mysql_driver.cpp.i + +mysql_driver.s: mysql_driver.cpp.s +.PHONY : mysql_driver.s + +# target to generate assembly for a file +mysql_driver.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_driver.cpp.s +.PHONY : mysql_driver.cpp.s + +mysql_metadata.o: mysql_metadata.cpp.o +.PHONY : mysql_metadata.o + +# target to build an object file +mysql_metadata.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.o +.PHONY : mysql_metadata.cpp.o + +mysql_metadata.i: mysql_metadata.cpp.i +.PHONY : mysql_metadata.i + +# target to preprocess a source file +mysql_metadata.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.i +.PHONY : mysql_metadata.cpp.i + +mysql_metadata.s: mysql_metadata.cpp.s +.PHONY : mysql_metadata.s + +# target to generate assembly for a file +mysql_metadata.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_metadata.cpp.s +.PHONY : mysql_metadata.cpp.s + +mysql_parameter_metadata.o: mysql_parameter_metadata.cpp.o +.PHONY : mysql_parameter_metadata.o + +# target to build an object file +mysql_parameter_metadata.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.o +.PHONY : mysql_parameter_metadata.cpp.o + +mysql_parameter_metadata.i: mysql_parameter_metadata.cpp.i +.PHONY : mysql_parameter_metadata.i + +# target to preprocess a source file +mysql_parameter_metadata.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.i +.PHONY : mysql_parameter_metadata.cpp.i + +mysql_parameter_metadata.s: mysql_parameter_metadata.cpp.s +.PHONY : mysql_parameter_metadata.s + +# target to generate assembly for a file +mysql_parameter_metadata.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_parameter_metadata.cpp.s +.PHONY : mysql_parameter_metadata.cpp.s + +mysql_prepared_statement.o: mysql_prepared_statement.cpp.o +.PHONY : mysql_prepared_statement.o + +# target to build an object file +mysql_prepared_statement.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.o +.PHONY : mysql_prepared_statement.cpp.o + +mysql_prepared_statement.i: mysql_prepared_statement.cpp.i +.PHONY : mysql_prepared_statement.i + +# target to preprocess a source file +mysql_prepared_statement.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.i +.PHONY : mysql_prepared_statement.cpp.i + +mysql_prepared_statement.s: mysql_prepared_statement.cpp.s +.PHONY : mysql_prepared_statement.s + +# target to generate assembly for a file +mysql_prepared_statement.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_prepared_statement.cpp.s +.PHONY : mysql_prepared_statement.cpp.s + +mysql_ps_resultset.o: mysql_ps_resultset.cpp.o +.PHONY : mysql_ps_resultset.o + +# target to build an object file +mysql_ps_resultset.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.o +.PHONY : mysql_ps_resultset.cpp.o + +mysql_ps_resultset.i: mysql_ps_resultset.cpp.i +.PHONY : mysql_ps_resultset.i + +# target to preprocess a source file +mysql_ps_resultset.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.i +.PHONY : mysql_ps_resultset.cpp.i + +mysql_ps_resultset.s: mysql_ps_resultset.cpp.s +.PHONY : mysql_ps_resultset.s + +# target to generate assembly for a file +mysql_ps_resultset.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset.cpp.s +.PHONY : mysql_ps_resultset.cpp.s + +mysql_ps_resultset_metadata.o: mysql_ps_resultset_metadata.cpp.o +.PHONY : mysql_ps_resultset_metadata.o + +# target to build an object file +mysql_ps_resultset_metadata.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.o +.PHONY : mysql_ps_resultset_metadata.cpp.o + +mysql_ps_resultset_metadata.i: mysql_ps_resultset_metadata.cpp.i +.PHONY : mysql_ps_resultset_metadata.i + +# target to preprocess a source file +mysql_ps_resultset_metadata.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.i +.PHONY : mysql_ps_resultset_metadata.cpp.i + +mysql_ps_resultset_metadata.s: mysql_ps_resultset_metadata.cpp.s +.PHONY : mysql_ps_resultset_metadata.s + +# target to generate assembly for a file +mysql_ps_resultset_metadata.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_ps_resultset_metadata.cpp.s +.PHONY : mysql_ps_resultset_metadata.cpp.s + +mysql_resultbind.o: mysql_resultbind.cpp.o +.PHONY : mysql_resultbind.o + +# target to build an object file +mysql_resultbind.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.o +.PHONY : mysql_resultbind.cpp.o + +mysql_resultbind.i: mysql_resultbind.cpp.i +.PHONY : mysql_resultbind.i + +# target to preprocess a source file +mysql_resultbind.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.i +.PHONY : mysql_resultbind.cpp.i + +mysql_resultbind.s: mysql_resultbind.cpp.s +.PHONY : mysql_resultbind.s + +# target to generate assembly for a file +mysql_resultbind.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultbind.cpp.s +.PHONY : mysql_resultbind.cpp.s + +mysql_resultset.o: mysql_resultset.cpp.o +.PHONY : mysql_resultset.o + +# target to build an object file +mysql_resultset.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.o +.PHONY : mysql_resultset.cpp.o + +mysql_resultset.i: mysql_resultset.cpp.i +.PHONY : mysql_resultset.i + +# target to preprocess a source file +mysql_resultset.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.i +.PHONY : mysql_resultset.cpp.i + +mysql_resultset.s: mysql_resultset.cpp.s +.PHONY : mysql_resultset.s + +# target to generate assembly for a file +mysql_resultset.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset.cpp.s +.PHONY : mysql_resultset.cpp.s + +mysql_resultset_metadata.o: mysql_resultset_metadata.cpp.o +.PHONY : mysql_resultset_metadata.o + +# target to build an object file +mysql_resultset_metadata.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.o +.PHONY : mysql_resultset_metadata.cpp.o + +mysql_resultset_metadata.i: mysql_resultset_metadata.cpp.i +.PHONY : mysql_resultset_metadata.i + +# target to preprocess a source file +mysql_resultset_metadata.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.i +.PHONY : mysql_resultset_metadata.cpp.i + +mysql_resultset_metadata.s: mysql_resultset_metadata.cpp.s +.PHONY : mysql_resultset_metadata.s + +# target to generate assembly for a file +mysql_resultset_metadata.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_resultset_metadata.cpp.s +.PHONY : mysql_resultset_metadata.cpp.s + +mysql_statement.o: mysql_statement.cpp.o +.PHONY : mysql_statement.o + +# target to build an object file +mysql_statement.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.o +.PHONY : mysql_statement.cpp.o + +mysql_statement.i: mysql_statement.cpp.i +.PHONY : mysql_statement.i + +# target to preprocess a source file +mysql_statement.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.i +.PHONY : mysql_statement.cpp.i + +mysql_statement.s: mysql_statement.cpp.s +.PHONY : mysql_statement.s + +# target to generate assembly for a file +mysql_statement.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_statement.cpp.s +.PHONY : mysql_statement.cpp.s + +mysql_telemetry.o: mysql_telemetry.cpp.o +.PHONY : mysql_telemetry.o + +# target to build an object file +mysql_telemetry.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.o +.PHONY : mysql_telemetry.cpp.o + +mysql_telemetry.i: mysql_telemetry.cpp.i +.PHONY : mysql_telemetry.i + +# target to preprocess a source file +mysql_telemetry.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.i +.PHONY : mysql_telemetry.cpp.i + +mysql_telemetry.s: mysql_telemetry.cpp.s +.PHONY : mysql_telemetry.s + +# target to generate assembly for a file +mysql_telemetry.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_telemetry.cpp.s +.PHONY : mysql_telemetry.cpp.s + +mysql_uri.o: mysql_uri.cpp.o +.PHONY : mysql_uri.o + +# target to build an object file +mysql_uri.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.o +.PHONY : mysql_uri.cpp.o + +mysql_uri.i: mysql_uri.cpp.i +.PHONY : mysql_uri.i + +# target to preprocess a source file +mysql_uri.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.i +.PHONY : mysql_uri.cpp.i + +mysql_uri.s: mysql_uri.cpp.s +.PHONY : mysql_uri.s + +# target to generate assembly for a file +mysql_uri.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_uri.cpp.s +.PHONY : mysql_uri.cpp.s + +mysql_util.o: mysql_util.cpp.o +.PHONY : mysql_util.o + +# target to build an object file +mysql_util.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.o +.PHONY : mysql_util.cpp.o + +mysql_util.i: mysql_util.cpp.i +.PHONY : mysql_util.i + +# target to preprocess a source file +mysql_util.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.i +.PHONY : mysql_util.cpp.i + +mysql_util.s: mysql_util.cpp.s +.PHONY : mysql_util.s + +# target to generate assembly for a file +mysql_util.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_util.cpp.s +.PHONY : mysql_util.cpp.s + +mysql_warning.o: mysql_warning.cpp.o +.PHONY : mysql_warning.o + +# target to build an object file +mysql_warning.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.o +.PHONY : mysql_warning.cpp.o + +mysql_warning.i: mysql_warning.cpp.i +.PHONY : mysql_warning.i + +# target to preprocess a source file +mysql_warning.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.i +.PHONY : mysql_warning.cpp.i + +mysql_warning.s: mysql_warning.cpp.s +.PHONY : mysql_warning.s + +# target to generate assembly for a file +mysql_warning.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/mysql_warning.cpp.s +.PHONY : mysql_warning.cpp.s + +nativeapi/library_loader.o: nativeapi/library_loader.cpp.o +.PHONY : nativeapi/library_loader.o + +# target to build an object file +nativeapi/library_loader.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.o +.PHONY : nativeapi/library_loader.cpp.o + +nativeapi/library_loader.i: nativeapi/library_loader.cpp.i +.PHONY : nativeapi/library_loader.i + +# target to preprocess a source file +nativeapi/library_loader.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.i +.PHONY : nativeapi/library_loader.cpp.i + +nativeapi/library_loader.s: nativeapi/library_loader.cpp.s +.PHONY : nativeapi/library_loader.s + +# target to generate assembly for a file +nativeapi/library_loader.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/library_loader.cpp.s +.PHONY : nativeapi/library_loader.cpp.s + +nativeapi/mysql_client_api.o: nativeapi/mysql_client_api.cpp.o +.PHONY : nativeapi/mysql_client_api.o + +# target to build an object file +nativeapi/mysql_client_api.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.o +.PHONY : nativeapi/mysql_client_api.cpp.o + +nativeapi/mysql_client_api.i: nativeapi/mysql_client_api.cpp.i +.PHONY : nativeapi/mysql_client_api.i + +# target to preprocess a source file +nativeapi/mysql_client_api.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.i +.PHONY : nativeapi/mysql_client_api.cpp.i + +nativeapi/mysql_client_api.s: nativeapi/mysql_client_api.cpp.s +.PHONY : nativeapi/mysql_client_api.s + +# target to generate assembly for a file +nativeapi/mysql_client_api.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_client_api.cpp.s +.PHONY : nativeapi/mysql_client_api.cpp.s + +nativeapi/mysql_native_connection_wrapper.o: nativeapi/mysql_native_connection_wrapper.cpp.o +.PHONY : nativeapi/mysql_native_connection_wrapper.o + +# target to build an object file +nativeapi/mysql_native_connection_wrapper.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.o +.PHONY : nativeapi/mysql_native_connection_wrapper.cpp.o + +nativeapi/mysql_native_connection_wrapper.i: nativeapi/mysql_native_connection_wrapper.cpp.i +.PHONY : nativeapi/mysql_native_connection_wrapper.i + +# target to preprocess a source file +nativeapi/mysql_native_connection_wrapper.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.i +.PHONY : nativeapi/mysql_native_connection_wrapper.cpp.i + +nativeapi/mysql_native_connection_wrapper.s: nativeapi/mysql_native_connection_wrapper.cpp.s +.PHONY : nativeapi/mysql_native_connection_wrapper.s + +# target to generate assembly for a file +nativeapi/mysql_native_connection_wrapper.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_connection_wrapper.cpp.s +.PHONY : nativeapi/mysql_native_connection_wrapper.cpp.s + +nativeapi/mysql_native_driver_wrapper.o: nativeapi/mysql_native_driver_wrapper.cpp.o +.PHONY : nativeapi/mysql_native_driver_wrapper.o + +# target to build an object file +nativeapi/mysql_native_driver_wrapper.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.o +.PHONY : nativeapi/mysql_native_driver_wrapper.cpp.o + +nativeapi/mysql_native_driver_wrapper.i: nativeapi/mysql_native_driver_wrapper.cpp.i +.PHONY : nativeapi/mysql_native_driver_wrapper.i + +# target to preprocess a source file +nativeapi/mysql_native_driver_wrapper.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.i +.PHONY : nativeapi/mysql_native_driver_wrapper.cpp.i + +nativeapi/mysql_native_driver_wrapper.s: nativeapi/mysql_native_driver_wrapper.cpp.s +.PHONY : nativeapi/mysql_native_driver_wrapper.s + +# target to generate assembly for a file +nativeapi/mysql_native_driver_wrapper.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_driver_wrapper.cpp.s +.PHONY : nativeapi/mysql_native_driver_wrapper.cpp.s + +nativeapi/mysql_native_resultset_wrapper.o: nativeapi/mysql_native_resultset_wrapper.cpp.o +.PHONY : nativeapi/mysql_native_resultset_wrapper.o + +# target to build an object file +nativeapi/mysql_native_resultset_wrapper.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.o +.PHONY : nativeapi/mysql_native_resultset_wrapper.cpp.o + +nativeapi/mysql_native_resultset_wrapper.i: nativeapi/mysql_native_resultset_wrapper.cpp.i +.PHONY : nativeapi/mysql_native_resultset_wrapper.i + +# target to preprocess a source file +nativeapi/mysql_native_resultset_wrapper.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.i +.PHONY : nativeapi/mysql_native_resultset_wrapper.cpp.i + +nativeapi/mysql_native_resultset_wrapper.s: nativeapi/mysql_native_resultset_wrapper.cpp.s +.PHONY : nativeapi/mysql_native_resultset_wrapper.s + +# target to generate assembly for a file +nativeapi/mysql_native_resultset_wrapper.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_resultset_wrapper.cpp.s +.PHONY : nativeapi/mysql_native_resultset_wrapper.cpp.s + +nativeapi/mysql_native_statement_wrapper.o: nativeapi/mysql_native_statement_wrapper.cpp.o +.PHONY : nativeapi/mysql_native_statement_wrapper.o + +# target to build an object file +nativeapi/mysql_native_statement_wrapper.cpp.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.o +.PHONY : nativeapi/mysql_native_statement_wrapper.cpp.o + +nativeapi/mysql_native_statement_wrapper.i: nativeapi/mysql_native_statement_wrapper.cpp.i +.PHONY : nativeapi/mysql_native_statement_wrapper.i + +# target to preprocess a source file +nativeapi/mysql_native_statement_wrapper.cpp.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.i +.PHONY : nativeapi/mysql_native_statement_wrapper.cpp.i + +nativeapi/mysql_native_statement_wrapper.s: nativeapi/mysql_native_statement_wrapper.cpp.s +.PHONY : nativeapi/mysql_native_statement_wrapper.s + +# target to generate assembly for a file +nativeapi/mysql_native_statement_wrapper.cpp.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f jdbc/driver/CMakeFiles/jdbc.dir/build.make jdbc/driver/CMakeFiles/jdbc.dir/nativeapi/mysql_native_statement_wrapper.cpp.s +.PHONY : nativeapi/mysql_native_statement_wrapper.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... jdbc" + @echo "... mysql_art_resultset.o" + @echo "... mysql_art_resultset.i" + @echo "... mysql_art_resultset.s" + @echo "... mysql_art_rset_metadata.o" + @echo "... mysql_art_rset_metadata.i" + @echo "... mysql_art_rset_metadata.s" + @echo "... mysql_connection.o" + @echo "... mysql_connection.i" + @echo "... mysql_connection.s" + @echo "... mysql_debug.o" + @echo "... mysql_debug.i" + @echo "... mysql_debug.s" + @echo "... mysql_driver.o" + @echo "... mysql_driver.i" + @echo "... mysql_driver.s" + @echo "... mysql_metadata.o" + @echo "... mysql_metadata.i" + @echo "... mysql_metadata.s" + @echo "... mysql_parameter_metadata.o" + @echo "... mysql_parameter_metadata.i" + @echo "... mysql_parameter_metadata.s" + @echo "... mysql_prepared_statement.o" + @echo "... mysql_prepared_statement.i" + @echo "... mysql_prepared_statement.s" + @echo "... mysql_ps_resultset.o" + @echo "... mysql_ps_resultset.i" + @echo "... mysql_ps_resultset.s" + @echo "... mysql_ps_resultset_metadata.o" + @echo "... mysql_ps_resultset_metadata.i" + @echo "... mysql_ps_resultset_metadata.s" + @echo "... mysql_resultbind.o" + @echo "... mysql_resultbind.i" + @echo "... mysql_resultbind.s" + @echo "... mysql_resultset.o" + @echo "... mysql_resultset.i" + @echo "... mysql_resultset.s" + @echo "... mysql_resultset_metadata.o" + @echo "... mysql_resultset_metadata.i" + @echo "... mysql_resultset_metadata.s" + @echo "... mysql_statement.o" + @echo "... mysql_statement.i" + @echo "... mysql_statement.s" + @echo "... mysql_telemetry.o" + @echo "... mysql_telemetry.i" + @echo "... mysql_telemetry.s" + @echo "... mysql_uri.o" + @echo "... mysql_uri.i" + @echo "... mysql_uri.s" + @echo "... mysql_util.o" + @echo "... mysql_util.i" + @echo "... mysql_util.s" + @echo "... mysql_warning.o" + @echo "... mysql_warning.i" + @echo "... mysql_warning.s" + @echo "... nativeapi/library_loader.o" + @echo "... nativeapi/library_loader.i" + @echo "... nativeapi/library_loader.s" + @echo "... nativeapi/mysql_client_api.o" + @echo "... nativeapi/mysql_client_api.i" + @echo "... nativeapi/mysql_client_api.s" + @echo "... nativeapi/mysql_native_connection_wrapper.o" + @echo "... nativeapi/mysql_native_connection_wrapper.i" + @echo "... nativeapi/mysql_native_connection_wrapper.s" + @echo "... nativeapi/mysql_native_driver_wrapper.o" + @echo "... nativeapi/mysql_native_driver_wrapper.i" + @echo "... nativeapi/mysql_native_driver_wrapper.s" + @echo "... nativeapi/mysql_native_resultset_wrapper.o" + @echo "... nativeapi/mysql_native_resultset_wrapper.i" + @echo "... nativeapi/mysql_native_resultset_wrapper.s" + @echo "... nativeapi/mysql_native_statement_wrapper.o" + @echo "... nativeapi/mysql_native_statement_wrapper.i" + @echo "... nativeapi/mysql_native_statement_wrapper.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/jdbc/driver/cmake_install.cmake b/build/jdbc/driver/cmake_install.cmake new file mode 100644 index 000000000..5057790b9 --- /dev/null +++ b/build/jdbc/driver/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/jdbc/driver + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/jdbc/driver/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/jdbc/driver/nativeapi/binding_config.h b/build/jdbc/driver/nativeapi/binding_config.h new file mode 100644 index 000000000..71cb17e11 --- /dev/null +++ b/build/jdbc/driver/nativeapi/binding_config.h @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is also distributed with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, + * as designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an + * additional permission to link the program and your derivative works + * with the separately licensed software that they have included with + * MySQL. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of MySQL Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * http://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + +/* #undef HAVE_DLFCN_H */ +#define MYSQLCLIENT_STATIC_BINDING 1 + + +/* +#if !defined(_WIN32) && !defined(HAVE_DLFCN_H) && !defined(MYSQLCLIENT_STATIC_BINDING) +# define MYSQLCLIENT_STATIC_BINDING 1 +#endif + +#ifdef HAVE_DLFCN_H +#include +#endif +*/ diff --git a/build/jdbc/driver/version_info.h b/build/jdbc/driver/version_info.h new file mode 100644 index 000000000..810460605 --- /dev/null +++ b/build/jdbc/driver/version_info.h @@ -0,0 +1,48 @@ +/* + * Copyright (c) 2014, 2024, Oracle and/or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2.0, as + * published by the Free Software Foundation. + * + * This program is designed to work with certain software (including + * but not limited to OpenSSL) that is licensed under separate terms, as + * designated in a particular file or component or in included license + * documentation. The authors of MySQL hereby grant you an additional + * permission to link the program and your derivative works with the + * separately licensed software that they have either included with + * the program or referenced in the documentation. + * + * Without limiting anything contained in the foregoing, this file, + * which is part of Connector/C++, is also subject to the + * Universal FOSS Exception, version 1.0, a copy of which can be found at + * https://oss.oracle.com/licenses/universal-foss-exception. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License, version 2.0, for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/* */ + +#define MYCPPCONN_MAJOR_VERSION 9 +#define MYCPPCONN_MINOR_VERSION 4 +#define MYCPPCONN_PATCH_VERSION 0 + +#define SETUP_VERSION "9.." +#define DRIVER_VERSION "0" SETUP_VERSION + +#define MYCPPCONN_VERSION SETUP_VERSION +#define MYCPPCONN_FILEVER 9,4,0,0 +#define MYCPPCONN_PRODUCTVER MYCPPCONN_FILEVER +#define MYCPPCONN_STRFILEVER "9, 4, 0, 0\0" +#define MYCPPCONN_STRPRODUCTVER MYCPPCONN_STRFILEVER + +#define MYCPPCONN_STRSERIES "9.4" +#define MYCPPCONN_STRQUALITY "GA" +#define MYCPPCONN_STRVERSION "9.4.0" diff --git a/build/jdbc/extra/otel/CMakeFiles/CMakeDirectoryInformation.cmake b/build/jdbc/extra/otel/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/jdbc/extra/otel/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/jdbc/extra/otel/CMakeFiles/progress.marks b/build/jdbc/extra/otel/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/jdbc/extra/otel/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/jdbc/extra/otel/Makefile b/build/jdbc/extra/otel/Makefile new file mode 100644 index 000000000..52d80e95a --- /dev/null +++ b/build/jdbc/extra/otel/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/jdbc/extra/otel//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/extra/otel/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/extra/otel/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/extra/otel/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jdbc/extra/otel/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/jdbc/extra/otel/cmake_install.cmake b/build/jdbc/extra/otel/cmake_install.cmake new file mode 100644 index 000000000..9dc15b32f --- /dev/null +++ b/build/jdbc/extra/otel/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/jdbc/extra/otel + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/jdbc/extra/otel/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/jdbc/getmysqlversion.c b/build/jdbc/getmysqlversion.c new file mode 100644 index 000000000..65925fd5d --- /dev/null +++ b/build/jdbc/getmysqlversion.c @@ -0,0 +1,5 @@ +#include +#include +int main() { + printf("%s", MYSQL_SERVER_VERSION); +} diff --git a/build/jdbc/jdbc_tests.cmake b/build/jdbc/jdbc_tests.cmake new file mode 100644 index 000000000..20d0d2729 --- /dev/null +++ b/build/jdbc/jdbc_tests.cmake @@ -0,0 +1,2 @@ +# Auto generated by cmake... + diff --git a/build/libutils/merge_archives.cmake b/build/libutils/merge_archives.cmake new file mode 100644 index 000000000..b53a6a0c2 --- /dev/null +++ b/build/libutils/merge_archives.cmake @@ -0,0 +1,800 @@ +# Copyright (c) 2015, 2024, Oracle and/or its affiliates. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License, version 2.0, as +# published by the Free Software Foundation. +# +# This program is designed to work with certain software (including +# but not limited to OpenSSL) that is licensed under separate terms, as +# designated in a particular file or component or in included license +# documentation. The authors of MySQL hereby grant you an additional +# permission to link the program and your derivative works with the +# separately licensed software that they have either included with +# the program or referenced in the documentation. +# +# Without limiting anything contained in the foregoing, this file, +# which is part of Connector/C++, is also subject to the +# Universal FOSS Exception, version 1.0, a copy of which can be found at +# https://oss.oracle.com/licenses/universal-foss-exception. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the GNU General Public License, version 2.0, for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +########################################################################## +# +# This script is called by infrastructure set up by merge_libraries() +# command (libutils.cmake). +# The list of static libraries to merge is extracted from a BUILD_LOG file +# generated prior to this script invocation. The file +# contains saved log of linker invocation that contains all library +# dependencies computed by cmake. +# +# Parameters provided by the caller of this script. TARGET, TYPE and BUILD_LOG +# are required. +# +# TARGET +# Location of the target static library that is to be merged with its +# dependencies. +# +# TYPE +# Type of the library to merge (STATIC or SHARED) +# +# BUILD_LOG +# Saved data from linker invocation for a helper target that links to +# the target library. This contains information about dependent static +# libraries that need to be merged. +# +# MSBUILD +# Set to ON if MSVC is used. This also determines the contents of BUILD_LOG. +# +# INFO +# Location of binary info file where additional information detected +# during library merge process will be appended. +# +# INFO_PREFIX +# Can be used to differentiate keys used for generated binary info in case +# it is generated for several libraries (for example legacy Con/C++ library +# uses "jdbc-" prefix) +# + +if(POLICY CMP0007) + cmake_policy(SET CMP0007 NEW) +endif() + + +# Nothing nees to be done if merging into DLL on Windows + +if(MSBUILD AND TYPE STREQUAL "SHARED") + return() +endif() + + +# +# Extra parameters that are taken form cmake environment or set by libutils. +# + +set(CMAKE_AR /usr/bin/ar) +set(CMAKE_RANLIB /usr/bin/ranlib) +set(libext ".a") +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_LINKER "/usr/bin/ld") +set(LIB_TOOL "") + + +if(NOT DEFINED TARGET) + message(FATAL_ERROR + "Merged library target file not specified, set TARGET parameter" + ) +endif() + +if(NOT DEFINED TYPE) + message(FATAL_ERROR + "Type of library to be merged not specified, set TYPE parameter" + " to either SHARED or STATIC" + ) +endif() + +if(NOT DEFINED BUILD_LOG OR NOT EXISTS "${BUILD_LOG}") + message(FATAL_ERROR "Could not find saved linker invocation data: ${BUILD_LOG}") +endif() + + +get_filename_component(NAME "${TARGET}" NAME_WE) +get_filename_component(TARGET "${TARGET}" ABSOLUTE) +get_filename_component(BASE_DIR "${TARGET}" PATH) + +file(TO_NATIVE_PATH "${TARGET}" TARGET) + +# +# Main logic driving merge process +# + +function(main) + + message("Merging ${TYPE} library: ${TARGET}") + #message("Link flags: ${LINK_FLAGS}") + + # + # If a file containing build log was passed, we parse it to find dependencies + # and link options. This is used only in case of building with MSBuild. + # + + if(MSBUILD) + + parse_build_log_msbuild("${BUILD_LOG}") + set(BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR}) + + else() + + # In this case BUILD_LOG contains extracted linker options, one per line + # but the first line is the working directory in which the linker was + # invoked (important for resolving relative paths) + + file(STRINGS "${BUILD_LOG}" DEPS) + list(GET DEPS 0 BUILD_DIR) + list(REMOVE_AT DEPS 0) + + endif() + + # + # At this point we should have list of potential dependencies in DEPS and + # list of linker options in LINK_OPTIONS + # + + #message("-- deps: ${DEPS}") + if(NOT DEPS) + message(FATAL_ERROR "No dependency data available when merging static library ${TARGET}") + endif() + + # + # If not building with MSBUILD, we assume gcc-compatible tools are used. + # + # TODO: This assumption is probably too simplistic. What about, e.g., using + # nmake on Windows. + # + + if(MSBUILD) + process_deps_msbuild() + else() + process_deps_gcc() + endif() + + # + # At this point the following variables should be prepared: + # + # TARGET - path to the resulting merged library + # TYPE - type of the library (SHARED or STATIC) + # NAME - base name of the library + # BASE_DIR - folder where library is stored + # LIBS - list of static libraries to be merged + # LIBS1 - additional libraries that are needed by LIBS but which + # do not contribute directly to the final library + # LINK_OPTIONS - linker options relevant for merging + # + + #message("Merging static libraries into: ${NAME}") + foreach(lib ${LIBS} ${LIBS1}) + message("- ${lib}") + endforeach() + message("Merge options: ${LINK_OPTIONS}") + + if(MSVC) + message("- using MSVC tools") + merge_libraries_win() + elseif(APPLE) + message("- using Mac tools") + merge_libraries_apple() + else() + + # Note: merge_libraries_gcc() expects LINKER_LINE to contain the original + # linker invocation line with all merged libraries replaced by single + # "" entry. This is used to construct the same linker invocation as + # would be used by cmake but with special handling of the merged libraries. + + message("- using gcc tools") + merge_libraries_gcc() + + endif() + +endfunction(main) + + +# ------------------------------------------------------------------------- +# +# Merging libraries with gcc tools (ar, ranlib) +# + +function(merge_libraries_gcc) + + if(TYPE STREQUAL "SHARED") + + # Use original LINKER_LINE to construct the same linker invocation as + # cmake would use, but with merged libraries surrounded by + # -Wl,--whole-archive option. This causes all object from the merged + # static libraries to be included in the resulting shared library, even + # if they are not referenced anywhere. + + set(link_line) + + foreach(item ${LINK_LINE}) + #message("-- looking at: ${item}") + if(item STREQUAL "") + foreach(lib ${LIBS}) + #message("-- adding lib: ${lib}") + if(NOT TOOLSET_MSVC) + list(APPEND link_line + "-Wl,--whole-archive" ${lib} "-Wl,--no-whole-archive") + else() + list(APPEND link_line "-Xlinker" "/wholearchive:${lib}") + endif() + endforeach() + list(APPEND link_line ${LIBS1}) + else() + # if "-Xlinker option" is used, command line will not work unless each + # option is as a list element. + # So replacing to "-Xlinker;option" will make it work + string(REPLACE " " ";" item ${item}) + list(APPEND link_line ${item}) + endif() + endforeach() + + + # Now invoke linker to produce shared library. + + #message("-- link_line: ${CMAKE_CXX_COMPILER} -o \"${TARGET}\" ${link_line}") + execute_process( + COMMAND ${CMAKE_CXX_COMPILER} + -o "${TARGET}" + ${link_line} + RESULT_VARIABLE res + WORKING_DIRECTORY ${BUILD_DIR} + ) + + if(res) + message(FATAL_ERROR "Failed to link shared library ${NAME}") + endif() + + return() + + endif() + + # + # Code for building static library. + # + + if(NOT EXISTS "${CMAKE_AR}") + message(FATAL_ERROR "Could not find ar tool required to merge libraries: ${CMAKE_AR}") + endif() + + if(NOT EXISTS "${CMAKE_RANLIB}") + message(FATAL_ERROR "Could not find ranlib tool required to merge libraries: ${CMAKE_RANLIB}") + endif() + + # + # We extract objects from all libraries into ${merge_dir} and then store + # them all into the merged library. There is a complication that each object + # stored in a library must have unique name. It can happen that objects + # from different libraries have the same name (e.g., utils.o). To handle this + # we add library name as prefix to each object name. + # + + set(merge_dir "${BASE_DIR}/${NAME}-libmerge") + + #message("-- merging in: ${merge_dir}") + + execute_process( + COMMAND ${CMAKE_COMMAND} -E remove_directory ${merge_dir} + COMMAND ${CMAKE_COMMAND} -E make_directory ${merge_dir} + ) + + set(merge_objs "") + + foreach(lib ${LIBS} ${LIBS1}) + + get_filename_component(name "${lib}" NAME_WE) + # Make sure path is absolute + get_filename_component(lib "${lib}" ABSOLUTE) + + #message("-- processing lib: ${name} (${lib})") + + file(MAKE_DIRECTORY "${merge_dir}/${name}") + + # list objects in the library + + execute_process( + COMMAND ${CMAKE_AR} -t ${lib} + OUTPUT_VARIABLE objs + ) + + # split output into cmake list + + string(REGEX MATCHALL "[^\n]+" objs "${objs}") + + #message("-- objects: ${objs}") + + foreach(obj ${objs}) + + # extract object from the library ... + + execute_process( + COMMAND ${CMAKE_AR} x ${lib} ${obj} + WORKING_DIRECTORY "${merge_dir}/${name}" + ) + + # ... and rename it + + file(RENAME + "${merge_dir}/${name}/${obj}" + "${merge_dir}/${name}_${obj}" + ) + + list(APPEND merge_objs "${merge_dir}/${name}_${obj}") + + endforeach() + + endforeach() + + # Now merge all objects into single library and finish it up with + # ranlib. + # + # TODO: Do we need any linking options to pass here? + + execute_process( + COMMAND ${CMAKE_AR} -r ${TARGET} ${merge_objs} + RESULT_VARIABLE res + WORKING_DIRECTORY ${BUILD_DIR} + ) + execute_process( + COMMAND ${CMAKE_RANLIB} ${TARGET} + RESULT_VARIABLE res1 + WORKING_DIRECTORY ${BUILD_DIR} + ) + + if(res OR res1) + message(FATAL_ERROR "Failed to create static library ${NAME}") + endif() + +endfunction(merge_libraries_gcc) + + +# ------------------------------------------------------------------------- +# +# Merging libraries on Windows (using lib.exe) +# + +function(merge_libraries_win) + + if(TYPE STREQUAL "SHARED") + message(FATAL_ERROR + "On Windows merge_archives script can be used only for merging into" + " static library" + ) + endif() + + if(NOT EXISTS "${LIB_TOOL}") + message(FATAL_ERROR "The lib tool required to merge static libraries could not be found: ${LIB_TOOL}") + endif() + + # + # Execute lib tool which merges all libraries into one. We run it in verbose + # mode and capture output to be able to detect DLL dependencies of the merged + # library + # + # TODO: spaces in paths in ${libs} + + execute_process( + COMMAND ${LIB_TOOL} /verbose ${LINK_OPTIONS} "/out:${TARGET}" ${LIBS} ${LIBS1} + OUTPUT_VARIABLE merge_out + ERROR_VARIABLE merge_err + RESULT_VARIABLE merge_res + WORKING_DIRECTORY ${BUILD_DIR} + ) + #message("-- merge_res: ${merge_res}") + + if(merge_res) + message("${merge_err}") + message(FATAL_ERROR "Merging of static libraries failed (lib tool exist status ${merge_res})!") + endif() + + # Analyze DLLs reported by lib tool and list them in the bin info file + + string(REGEX MATCHALL "Appending [^\n]*.dll\n" dlls_in " ${merge_out}\n") + list(REMOVE_DUPLICATES dlls_in) + + if(dlls_in) + + add_info("${INFO_PREFIX}dependencies:") + + foreach(dll ${dlls_in}) + string(REGEX REPLACE "Appending +(.*.dll)\n" "\\1" dll ${dll}) + #message("-- dependency: ${dll}") + add_info(" ${dll}") + endforeach() + + add_info("\n") + + endif() + +endfunction(merge_libraries_win) + + +# ------------------------------------------------------------------------- +# +# Merging libraries on macOS (using libtool) +# + +function(merge_libraries_apple) + + if(TYPE STREQUAL "SHARED") + + # Use original LINKER_LINE to construct the same linker invocation as + # cmake would use, but with merged libraries preceded with -force_load + # option to make sure that all objects from the merged static libraries + # to be included in the resulting shared library, even if they are + # not referenced anywhere. + + set(link_line) + + foreach(item ${LINK_LINE}) + #message("-- looking at: ${item}") + if(item STREQUAL "") + foreach(lib ${LIBS}) + list(APPEND link_line "-force_load" ${lib}) + endforeach() + list(APPEND link_line ${LIBS1}) + else() + list(APPEND link_line ${item}) + endif() + endforeach() + + # Now invoke linker to produce shared library. + + #message("-- link_line: ${CMAKE_CXX_COMPILER} -o \"${TARGET}\" ${link_line}") + execute_process( + COMMAND ${CMAKE_CXX_COMPILER} + -o "${TARGET}" + ${link_line} + RESULT_VARIABLE res + WORKING_DIRECTORY ${BUILD_DIR} + ) + + if(res) + message(FATAL_ERROR "Failed to link shared library ${NAME}") + endif() + + return() + + endif() + + if(NOT EXISTS "${LIB_TOOL}") + message(FATAL_ERROR "The lib tool required to merge static libraries could not be found: ${LIB_TOOL}") + endif() + + # + # Execute lib tool which merges all libraries into one. We run it in verbose + # mode and capture output to be able to detect DLL dependencies of the merged + # library + # + # TODO: spaces in paths in ${libs} + + execute_process( + COMMAND ${LIB_TOOL} -static -o "${TARGET}" ${LIBS} ${LIBS1} + #OUTPUT_VARIABLE merge_out + ERROR_VARIABLE merge_err + RESULT_VARIABLE merge_res + ERROR_QUIET + WORKING_DIRECTORY ${BUILD_DIR} + ) + #message("-- merge_res: ${merge_res}") + + + if(merge_res) + message("${merge_err}") + message(FATAL_ERROR "Merging of static libraries failed (lib tool exit status ${merge_res})!") + endif() + +endfunction(merge_libraries_apple) + + +# ------------------------------------------------------------------------- +# +# These functions compute final LIBS and LINK_OPTIONS for +# the merge_libraries_*() function. +# +# The logic for processing library dependencies is common for all platforms +# and captured in process_deps() function. Logic for processing linker options +# differs per platform. +# + +# input: +# DEPS - list of detected dependencies +# +# output: +# LIBS - static libraries to be merged to the base library target +# LIBS1 - additional utility libraries needed by ones from LIBS + +function(process_deps) + + # + # Rename the main library as it will be replaced by the result of the merge + # + + #file(TO_NATIVE_PATH "${BASE_DIR}/${NAME}-base${libext}" name) + #file(RENAME "${TARGET}" "${name}") + + set(LIBS) + set(LIBS1) + + while(DEPS) + + list(GET DEPS 0 lib) + list(REMOVE_AT DEPS 0) + + # Remove surrounding space and quotes, if any + string(REGEX REPLACE " *\"?([^\"]+)\"? *$" "\\1" lib ${lib}) + #message("-- lib: ${lib}") + + # + # If ${lib} looks like a static library it can be a library in the project, + # or dependency that should be an absolute path, or a system library + # such as kernel32.lib. To filter out system libraries, we take only + # these which can be found on disk (so, either absolute path or inside + # build directory). We also do not want to include the target library in + # the ${libs} list as we add it later. + # + # Note: This might break if dependencies are not given by absolute or + # relative paths but instead rely on the lib path passed to the linker. + # Fortunately, cmake normally uses absolute/relative paths for static libs. + # + # Note: On Windows, static libraries we collect here can be in fact import + # libraries for DLLs. We ignore this for the moment and merge import + # libraries too. This way the resulting merged lib should already contain + # required DLL stubs and there is no need to specify import libraries + # for dependent DLLS when linking to it. + # + + # Note: Use BASE_DIR to resolve relative paths. This is needed in case + # this script is not executed in the expected location as happens with + # ninja, for example. + + get_filename_component(libpath "${lib}" ABSOLUTE BASE_DIR "${BUILD_DIR}") + + if( + lib MATCHES "${libext}$" + AND NOT lib MATCHES "${NAME}${libext}$" + AND EXISTS "${libpath}" + ) + if(lib MATCHES "protobuf|uuid_gen|libssl|libcrypto|mysqlclient") + list(APPEND LIBS1 "${lib}") + else() + list(APPEND LIBS "${lib}") + endif() + endif() + + endwhile() + + #message("-- computed dependencies: ${LIBS} ${LIBS1}") + set(LIBS ${LIBS} PARENT_SCOPE) + set(LIBS1 ${LIBS1} PARENT_SCOPE) + +endfunction(process_deps) + + +function(process_deps_gcc) + + # process items from DEPS, looking at options and extracting everything + # else as potential libraries. Also, LINK_LINE contains all original items + # in DEPS in the same order, but with extracted libraries replaced by + # "" entry (this is used by merge_libraries_gcc()). + + set(deps_in ${DEPS}) + set(DEPS "") + set(ext_deps "") + set(LINK_LINE "") + set(PREFIX "") + + foreach(opt ${deps_in}) + if(opt MATCHES "^-X(clang)|(linker)") + set(PREFIX "${opt} ") + elseif(opt MATCHES "^-") + + list(APPEND LINK_LINE "${PREFIX}${opt}") + set(PREFIX "") + if(opt MATCHES "^-l") + + string(REGEX REPLACE "^-l(.*)$" "\\1" lib ${opt}) + + if(NOT "${lib}" MATCHES "^c(\\+\\+)?$|^gcc|^m$|^stdc") + #message("-- ext dependency: ${lib}") + list(APPEND ext_deps "${lib}") + endif() + + endif() + + # note: ignoring any other options + + elseif(opt MATCHES "${libext}$") + + list(APPEND LINK_LINE "") + list(APPEND DEPS "${opt}") + set(PREFIX "") + else() + + list(APPEND LINK_LINE "${PREFIX}${opt}") + set(PREFIX "") + endif() + + endforeach() + + list(REMOVE_DUPLICATES LINK_LINE) + + process_deps() + + #message("-- computed dependencies: ${LIBS} ${LIBS1}") + + if(ext_deps) + + add_info("${INFO_PREFIX}dependencies:") + + foreach(lib ${ext_deps}) + add_info(" ${lib}") + endforeach() + + add_info("\n") + + endif() + + set(LIBS ${LIBS} PARENT_SCOPE) + set(LIBS1 ${LIBS1} PARENT_SCOPE) + set(LINK_OPTIONS "" PARENT_SCOPE) + set(LINK_LINE ${LINK_LINE} PARENT_SCOPE) + +endfunction(process_deps_gcc) + + +function(process_deps_msbuild) + + process_deps() + + set(opts "") + + foreach(opt ${LINK_OPTIONS}) + + if(opt MATCHES "^/MACHINE") + list(APPEND opts ${opt}) + string(REGEX REPLACE "^/MACHINE:([^ ]*)" "\\1" val ${opt}) + add_info("${INFO_PREFIX}architecture: ${val}\n") + endif() + + if(opt MATCHES "^/SUBSYSTEM") + list(APPEND opts ${opt}) + string(REGEX REPLACE "^/SUBSYSTEM:([^ ]*)" "\\1" val ${opt}) + add_info("${INFO_PREFIX}subsystem: ${val}\n") + endif() + + endforeach() + + set(LIBS ${LIBS} PARENT_SCOPE) + set(LIBS1 ${LIBS1} PARENT_SCOPE) + set(LINK_OPTIONS ${opts} PARENT_SCOPE) + +endfunction(process_deps_msbuild) + + +# ------------------------------------------------------------------------- +# This function parses build log and extract LIBS and LINK_FLAGS from +# it. +# + +function(parse_build_log_msbuild BUILD_LOG) + + #message("-- build log: ${BUILD_LOG}") + # Read the linker invocation line from the log + + file(STRINGS ${BUILD_LOG} link_line + LIMIT_COUNT 1 + REGEX "\\link.exe " + ) + + # + # Process the linker invocation line to extract individual options + # and library names into ${options} list. Quoted strings that can + # contain spaces have special handling and are extracted to ${qstrings} list. + # + + set(string_regex "\"[^\"]*\"") # regex to match quoted strings + + # Remove initial linker executable, leaving only options + + string(REGEX REPLACE "^.*\\link.exe " "" link_line "${link_line}") + #message("-- link line: ${link_line}") + + # Extract quoted strings and replace each by QSTR so that we do not have + # issues with spaces inside strings. Note that we store in qstrings only + # these strings that are not part of options (only these are potential + # library paths) + + string(REGEX MATCHALL " ${string_regex}" qstrings "${link_line}") + string(REGEX REPLACE "${string_regex}" "QSTR" link_line "${link_line}") + + # Now turn remaining options into list, assuming that they are separated + # by spaces + + string(REGEX MATCHALL "[^ ]+" link_opts "${link_line}") + + unset(DEPS) + unset(LINK_OPTIONS) + + foreach(opt ${qstrings} ${link_opts}) + + # Remove surrounding quotes, if any + string(REGEX REPLACE " *\"?([^\"]+)\"? *$" "\\1" opt ${opt}) + + #message("-- looking at: ${opt}") + + if(opt MATCHES "^/") + list(APPEND LINK_OPTIONS ${opt}) + elseif(opt MATCHES "${libext}$") + list(APPEND DEPS "${opt}") + endif() + + endforeach() + + #message("-- extracted deps: ${DEPS}") + #message("-- extracted options: ${LINK_OPTIONS}") + + set(DEPS "${DEPS}" PARENT_SCOPE) + set(LINK_OPTIONS "${LINK_OPTIONS}" PARENT_SCOPE) + +endfunction(parse_build_log_msbuild) + + +# ------------------------------------------------------------------------- + +# +# Handle ${INFO} file. If it is set, information about detected external +# dependencies is written to that file using add_info() command. +# + +# On Unix, values of INFO and INFO_PREFIX are passed via LINK_FLAGS, not as +# normal cmake variable. + +if(NOT INFO AND DEFINED LINK_FLAGS) + list(GET LINK_FLAGS 0 INFO) + list(GET LINK_FLAGS 1 INFO_PREFIX) +endif() + +#message("-- INFO: ${INFO}") + +if(INFO AND NOT EXISTS "${INFO}") + + message(WARNING "Specified INFO file does not exists, no build information will be generated: ${INFO}") + set(INFO OFF) + +endif() + + +function(add_info) + + if(NOT INFO) + return() + endif() + + #message("-- adding info: ${ARGN}") + file(APPEND "${INFO}" ${ARGN}) + +endfunction() + + +# +# Call main processing logic. +# + +main() +return() diff --git a/build/mysql-concpp-config-version.cmake b/build/mysql-concpp-config-version.cmake new file mode 100644 index 000000000..62db0fa19 --- /dev/null +++ b/build/mysql-concpp-config-version.cmake @@ -0,0 +1,47 @@ +# Copyright (c) 2023, 2024, Oracle and/or its affiliates. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License, version 2.0, as +# published by the Free Software Foundation. +# +# This program is designed to work with certain software (including +# but not limited to OpenSSL) that is licensed under separate terms, as +# designated in a particular file or component or in included license +# documentation. The authors of MySQL hereby grant you an additional +# permission to link the program and your derivative works with the +# separately licensed software that they have either included with +# the program or referenced in the documentation. +# +# Without limiting anything contained in the foregoing, this file, +# which is part of Connector/C++, is also subject to the +# Universal FOSS Exception, version 1.0, a copy of which can be found at +# https://oss.oracle.com/licenses/universal-foss-exception. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the GNU General Public License, version 2.0, for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +# See: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#package-version-file + +set(PACKAGE_VERSION 9.4.0) + +if(NOT PACKAGE_FIND_NAME STREQUAL "mysql-concpp") + return() +endif() + +if(NOT PACKAGE_FIND_VERSION_MAJOR EQUAL 9) + return() +endif() + +if(PACKAGE_FIND_VERSION VERSION_LESS_EQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_COMPATIBLE 1) +endif() + +if(PACKAGE_FIND_VERSION VERSION_EQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT 1) +endif() diff --git a/build/mysql-concpp-config.cmake b/build/mysql-concpp-config.cmake new file mode 100644 index 000000000..cb85daaae --- /dev/null +++ b/build/mysql-concpp-config.cmake @@ -0,0 +1,995 @@ +# Copyright (c) 2023, 2024, Oracle and/or its affiliates. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License, version 2.0, as +# published by the Free Software Foundation. +# +# This program is designed to work with certain software (including +# but not limited to OpenSSL) that is licensed under separate terms, as +# designated in a particular file or component or in included license +# documentation. The authors of MySQL hereby grant you an additional +# permission to link the program and your derivative works with the +# separately licensed software that they have either included with +# the program or referenced in the documentation. +# +# Without limiting anything contained in the foregoing, this file, +# which is part of Connector/C++, is also subject to the +# Universal FOSS Exception, version 1.0, a copy of which can be found at +# https://oss.oracle.com/licenses/universal-foss-exception. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the GNU General Public License, version 2.0, for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +# +# Cmake configuration file for MySQL Connector/C++ package `mysql-concpp` +# ======================================================================= +# +# See also: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html +# +# The following import targets are created by the package. All these targets +# are in the `mysql::` namespace. +# +# - concpp-xdevapi, concpp -- the XDevAPI variant of the library +# - concpp-xdevapi-static, concpp-static -- static variant of the above +# - concpp-jdbc -- the JDBC variant of the library +# - concpp-jdbc-static -- static variant of the above +# +# Targets `mysql::concpp` and `mysql::concpp-static` are aliases for +# `mysql::concpp-xdevapi` and `mysql::concpp-xdevapi-static`, respectively. +# +# Also, the following variables are set: +# +# - Xxx_FOUND +# - Xxx_JDBC_FOUND, Xxx_jdbc_FOUND -- (1a) +# - Xxx_DEBUG_FOUND, Xxx_debug_FOUND -- (1b) +# - Xxx_RELEASE_FOUND, Xxx_release_FOUND -- (1b) +# - Xxx_VERSION, Xxx_VERSION_CC +# - Xxx_ROOT_DIR -- (2) +# - Xxx_RUNTIME_LIBRARY_DIRS, Xxx_RUNTIME_LIBRARY_DIR -- (2,3) +# - Xxx_RUNTIME_LIBRARY_DIRS_DEBUG, Xxx_RUNTIME_LIBRARY_DIR_DEBUG -- (4a) +# - Xxx_RUNTIME_LIBRARY_DIRS_RELEASE, Xxx_RUNTIME_LIBRARY_DIR_RELEASE -- (4b) +# - Xxx_PLUGIN_DIR -- (5a,5b) +# +# In these variable names Xxx is either `MYSQL_CONCPP` or `mysql-concpp`, +# CC is version component: one of `MAJOR`, `MINOR` or `PATCH`. +# +# Note (1a): Set to true if the classic JDBC connector libraries were found and +# the -jdbc targets are defined. It must be the case if `REQUIRE jdbc` clause +# was used in the cmake `find_package()` command. +# +# Note (1b): These are set to true if debug/release libraries are available +# (see below). +# +# Note (2): Set only in case of a monolithic install (TGZ, ZIP, MSI). +# +# Note (3): Application that links to shared connector libraries must find +# these libraries at runtime. Depending on the platform this is achieved by +# configuring RPATH in the executable, editing environment variables +# or copying shared libraries to the location of the executable. In either +# case the _RUNTIME_LIBRARY_DIR(S) variable gives the location where shared +# connector libraries can be found. +# +# Note (4a): If debug variants of connector libraries were found these +# variables are set to their location. +# +# Note (4b): For consistency, these variables are set if release variants +# of connector libraries were found and in that case they are equal +# to _RUNTIME_LIBRARY_DIR(S) ones. +# +# Note (5a): The JDBC connector might require loading of authentication plugins +# at connection time (depending on authentication mechanism being used). These +# plugins are in the location given by _PLUGIN_DIR variable. Depending on +# the installation type it might be necessary to specify this location +# with connection configuration options for plugins to be correctly found +# at runtime (see: https://dev.mysql.com/doc/connector-cpp/8.2/en/connector-cpp-authentication.html) +# +# Note (5b): Authentication plugins are bundled with the connector and +# the _PLUGIN_DIR variable is set only when the JDBC connector links the MySQL +# client library statically (which is the typical case). It is also possible +# to build JDBC connector with dynamic linking to the MySQL client library. +# In that case plugins are not bundled with the connector and _PLUGIN_DIR +# variable is not set -- if needed the plugins that come with the MySQL client +# library should be used in that case. +# +# Note: The variables are put in the cache but if Xxx_FOUND is not set or +# is false then the module will be re-loaded and the other variables in +# the cache will be overwritten with newly detected values. +# +# Note: If mysql-concpp_FIND_VERBOSE is true when loading package diagnostic +# messages will be printed by this script. +# +# +# OpenSSL dependency +# ------------------ +# +# Connector/C++ requires OpenSSL libraries. Depending on the platform and +# the installation type it is either expected that OpenSSL will be installed +# on the system or these libraries are bundled in the connector package. +# Connector library targets are configured to use OpenSSL from appropriate +# locations. This can be overridden by user -- if `mysql::openssl` target +# is defined prior to loading `mysql-concpp` package then this target is used +# to resolve dependency on the OpenSSL library. +# +# MySQL client library dependency +# ------------------------------- +# +# If JDBC connector library is built with the MySQL client library linked +# dynamically then the `concpp-jdbc-static` target depends on `libmysqlclient` +# which should be available on the build host. If it is installed +# in non-standard location then config variable WITH_MYSQL should be set +# to point at the MySQL install location. The library search path will +# be augmented to find the client library installed at that location. +# +# Note that connector libraries published by MySQL have the client library +# statically linked in so that there is no external dependency on it. +# +# Debug libraries +# --------------- +# +# When linking with static Connector/C++ library on Windows and building +# in debug mode the library built in debug mode is needed. Such debug builds +# of Connector/C++ are distributed as a separate package to be installed +# on top of the regular one. If debug libraries are available this script +# will detect them and configure mysql:: import targets so that they use +# debug variants of the library for builds in debug mode. The presence +# of debug libraries is indicated by setting _DEBUG_FOUND variable to true. +# It is also possible to request "debug" component using `REQUIRE debug` +# clause of `find_package()` command. If this is done then `find_package()` +# will fail if debug libraries were not found. +# +# When using custom builds of Connector/C++ it is possible to have +# an installation with only debug libraries. On Windows, in such situation, +# the connector targets created here will work only for debug builds. +# On non-Windows platforms debug libraries can and will be used for building +# in any mode. Presence of release libraries is indicated by _RELEASE_FOUND +# variable. One can use `REQUIRE release` clause of `find_package()` command +# to ensure that release variants of the libraries are present. +# +# Note: Debug libraries are needed and used only on Windows. For Linux +# separate packages with debug symbols are available that can be used +# to debug connector libraries but only release builds of these libraries +# are distributed. +# +# Note: When only debug libraries are available the _RUNTIME_LIBRARY_DIR(S) +# variables point at the location of these debug libraries on non-Windows +# platforms (because they are used by other build types). However, on Windows +# the _RUNTIME_LIBRARY_DIR(S) variables still point to the location where +# release variants of the libraries should be installed (but are not present). +# The libraries can be located using _RUNTIME_LIBRARY_DIR(S)_DEBUG variables +# in such scenario. + +# message(STATUS "mysql-concpp module config (${MYSQL_CONCPP_FOUND}, ${mysql-concpp_FOUND})") + +if(mysql-concpp_FOUND) + return() +endif() + +function(message_info) + if(NOT mysql-concpp_FIND_VERBOSE OR mysql-concpp_FIND_QUIETLY) + return() + endif() + message(STATUS "mysql-concpp: " ${ARGV}) +endfunction() + +function(set_warning) + set(warning_message ${ARGV} CACHE INTERNAL "warning message") +endfunction() + + +# +# JDBC_MYSQL_DEP tells whether JDBC connector library depends on the MySQL +# client library. This is not the case when the connector library links +# the client library statically. However, if WITH_MYSQL option is defined +# and not false then JDBC targets are always configured to depend on the client +# library. Additionally, if WITH_MYSQL is a path pointing at MySQL install +# location, the library path will be extended so that linker looks for the +# client library at that location. +# + +set(JDBC_MYSQL_DEP OFF) +if(WITH_MYSQL OR NOT OFF) + set(JDBC_MYSQL_DEP ON) +endif() + + +macro(main) + + # We can have two types of installations -- in case of RPM/DEB install + # connector files are installed to system-wide locations (system-wide + # install), in other cases all connector files are installed into a single + # root directory (monolithic install). + + if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/include/mysqlx/xdevapi.h") + + # Case of monolithic install + + set(monolithic 1) + + set(MYSQL_CONCPP_ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}") + message_info("Module installed at: ${MYSQL_CONCPP_ROOT_DIR}") + + set(INCLUDE_DIR "${MYSQL_CONCPP_ROOT_DIR}/include") + set(LIBRARY_DIR "${MYSQL_CONCPP_ROOT_DIR}/lib64") + + set(fail_message "Could NOT find MySQL Connector/C++ libraries at ${MYSQL_CONCPP_ROOT_DIR}.") + + else() + + # System-wide install, DEB or RPM layout. + + set(monolithic 0) + + set(INCLUDE_DIR "/usr/include/mysql-cppconn") + + # We do not set LIBRARY_DIR because in this case we will search for the libraries in system-wide locations. + + set(fail_message + "Could NOT find MySQL Connector/C++ libraries at system-wide locations." + ) + + endif() + + + # Headers must always be found first. + + find_includes() + + if(fail_message_includes) + set_not_found( + "Could NOT find MySQL Connector/C++ headers (${fail_message_includes})." + ) + # Note: Error out early. + message(FATAL_ERROR ${mysql-concpp_NOT_FOUND_MESSAGE}) + endif() + + message_info("Include path: ${MYSQL_CONCPP_INCLUDE_DIR}") + + # This suffix is used to locate static and import libraries on Windows + + set(vs_suffix) + if(WIN32) + set(vs_suffix vs14) + endif() + + # Find required dependencies. Currently this looks for OpenSSL and defines + # `mysql::openssl` interface library for it if found. + + find_deps() + + # Find connector libraries and define interface targets for the ones that + # were found. This will set/update LIBRARY_DIR to the location where + # libraries were found and will also set RELEASE/DEBUG_FOUND flags + # if the corresponding variant of the libraries was found. + + set(DEBUG_FOUND 0) + set(RELEASE_FOUND 0) + + find_connector(XDevAPI) + find_connector(JDBC) + + + set(MYSQL_CONCPP_DEBUG_FOUND ${DEBUG_FOUND}) + set(MYSQL_CONCPP_RELEASE_FOUND ${RELEASE_FOUND}) + + if(monolithic) + + # Set MYSQL_CONCPP_RUNTIME_LIBRARY_DIR_*. Variables based on LIBRARY_DIR + # determined above. + + if(DEBUG_FOUND) + + set(MYSQL_CONCPP_RUNTIME_LIBRARY_DIR_DEBUG "${LIBRARY_DIR}/debug") + + elseif(WIN32) + + set_warning( + "Debug variants of connector libraries were not found" + "at the install location -- building in debug mode will not work" + ) + + endif() + + + if(RELEASE_FOUND) + + set(MYSQL_CONCPP_RUNTIME_LIBRARY_DIR_RELEASE "${LIBRARY_DIR}") + set(MYSQL_CONCPP_RUNTIME_LIBRARY_DIR "${LIBRARY_DIR}") + + elseif(NOT WIN32) + + # If release libraries were not found and we are on non-Win platform we + # will use debug libraries also for release builds. + + message_info( + "Using debug variants of connector libraries for release builds because" + " release variants are not found at the install location" + ) + + set( + MYSQL_CONCPP_RUNTIME_LIBRARY_DIR + "${MYSQL_CONCPP_RUNTIME_LIBRARY_DIR_DEBUG}" + ) + + else() + + # On Windows one can not mix release and debug code. The targets created + # above have only debug-mode paths defined. We set + # MYSQL_CONCPP_RUNTIME_LIBRARY_DIR to the path where release libraries + # would be expected even if they were not found there. + + set_warning( + "Release variants of connector libraries were not found" + "at the install location -- building in release mode will not work" + ) + + set(MYSQL_CONCPP_RUNTIME_LIBRARY_DIR "${LIBRARY_DIR}") + + endif() + + # Note: Set plugin dir location only if connector has client library + # statically linked in (does not depend on external one). + + if(NOT JDBC_MYSQL_DEP) + set(MYSQL_CONCPP_PLUGIN_DIR "${LIBRARY_DIR}/plugin") + endif() + + else() + + # Note: In system-wide install case we do not set _RUNTIME_LIBRARY_DIR_* + # variables as libraries are installed at system-wide locations. + + if(NOT JDBC_MYSQL_DEP) + set(MYSQL_CONCPP_PLUGIN_DIR + "${LIBRARY_DIR}/mysql/libmysqlcppconn10/plugin" + ) + endif() + + endif() + + + # Aliases for -xdevapi* targets. + + foreach(suffix "" "-static" "-debug" "-static-debug") + + if(TARGET mysql::concpp-xdevapi${suffix}) + set(MYSQL_CONCPP_FOUND 1) + add_library(mysql::concpp${suffix} ALIAS mysql::concpp-xdevapi${suffix}) + endif() + + if(TARGET mysql::concpp-jdbc${suffix}) + set(MYSQL_CONCPP_JDBC_FOUND 1) + endif() + +endforeach() + + + # Build the NOT_FOUND message. + # Note: The different find_xxx() functions set the specific part + # of the message, such as ${fail_message_devapi}, in case of failure. + + if(fail_message_devapi) # AND MYSQL_CONCPP_FIND_REQUIRED_devapi) + list(APPEND fail_message ${fail_message_devapi}) + elseif(fail_message_jdbc) # AND MYSQL_CONCPP_FIND_REQUIRED_jdbc) + list(APPEND fail_message ${fail_message_jdbc}) + endif() + + set_not_found(${fail_message}) + + # Build the success message which can optionally contain warnings + # TODO: Warnings about missing debug/release library variants + + set(MYSQL_CONCPP_FOUND_MSG ${MYSQL_CONCPP_INCLUDE_DIR}) + if(warning_message) + string(JOIN " " warning_message ${warning_message}) + set(MYSQL_CONCPP_FOUND_MSG + "${MYSQL_CONCPP_FOUND_MSG} WARNING: ${warning_message}" + ) + endif() + + include(FindPackageHandleStandardArgs) + + # Note: The _FOUND variable name expected by FPHSA for component CCC + # is mysql-concpp_CCC_FOUND + + set(mysql-concpp_jdbc_FOUND ${MYSQL_CONCPP_JDBC_FOUND}) + set(mysql-concpp_debug_FOUND ${MYSQL_CONCPP_DEBUG_FOUND}) + set(mysql-concpp_release_FOUND ${MYSQL_CONCPP_RELEASE_FOUND}) + + find_package_handle_standard_args(mysql-concpp + REQUIRED_VARS + MYSQL_CONCPP_FOUND_MSG + MYSQL_CONCPP_INCLUDE_DIR + MYSQL_CONCPP_FOUND + VERSION_VAR mysql-concpp_VERSION + HANDLE_COMPONENTS + FAIL_MESSAGE "${mysql-concpp_NOT_FOUND_MESSAGE}" + ) + + # Set alternative variables + + set(MYSQL_CONCPP_jdbc_FOUND ${MYSQL_CONCPP_JDBC_FOUND}) + set(MYSQL_CONCPP_debug_FOUND ${MYSQL_CONCPP_DEBUG_FOUND}) + set(MYSQL_CONCPP_release_FOUND ${MYSQL_CONCPP_RELEASE_FOUND}) + + foreach(var + ROOT_DIR PLUGIN_DIR + RUNTIME_LIBRARY_DIR RUNTIME_LIBRARY_DIRS + RUNTIME_LIBRARY_DIR_DEBUG RUNTIME_LIBRARY_DIRS_DEBUG + RUNTIME_LIBRARY_DIR_RELEASE RUNTIME_LIBRARY_DIRS_RELEASE + DEBUG_FOUND debug_FOUND RELEASE_FOUND release_FOUND + JDBC_FOUND jdbc_FOUND + ) + + if(NOT DEFINED MYSQL_CONCPP_${var}) + continue() + endif() + + # handle _DIR_ and _DIRS_ variants + + if(var STREQUAL "RUNTIME_LIBRARY_DIR") + foreach(suffix "" "_RELEASE" "_DEBUG") + if(NOT DEFINED MYSQL_CONCPP_RUNTIME_LIBRARY_DIR${suffix}) + continue() + endif() + set( + MYSQL_CONCPP_RUNTIME_LIBRARY_DIRS${suffix} + "${MYSQL_CONCPP_RUNTIME_LIBRARY_DIR${suffix}}" + ) + endforeach() + endif() + + set(mysql-concpp_${var} ${MYSQL_CONCPP_${var}} CACHE INTERNAL "mysql-concpp module config variable" FORCE) + set(MYSQL_CONCPP_${var} ${MYSQL_CONCPP_${var}} CACHE INTERNAL "mysql-concpp module config variable" FORCE) + + + endforeach(var) + + foreach(ver "" _MAJOR _MINOR _PATCH _TWEAK _COUNT) + + if(NOT DEFINED mysql-concpp_VERSION${ver}) + continue() + endif() + + set(mysql-concpp_VERSION${ver} ${mysql-concpp_VERSION${ver}} CACHE INTERNAL "mysql-concpp module config variable" FORCE) + set(MYSQL_CONCPP_VERSION${ver} ${mysql-concpp_VERSION${ver}} CACHE INTERNAL "mysql-concpp module config variable" FORCE) + + endforeach(ver) + +endmacro(main) + + +# Set the _NOT_FOUND message for the module from a list of strings passed +# to the function. + +function(set_not_found) + + list(JOIN ARGN " " message) + set(mysql-concpp_NOT_FOUND_MESSAGE "${message}" PARENT_SCOPE) + +endfunction() + + +function(find_includes) + + #message(STATUS "Looking for headers at: ${INCLUDE_DIR}") + + unset(MYSQL_CONCPP_INCLUDE_DIR CACHE) + find_path(MYSQL_CONCPP_INCLUDE_DIR + NAMES mysqlx/xdevapi.h + PATHS ${INCLUDE_DIR} + NO_DEFAULT_PATH + # NO_CACHE # Note: requires cmake 3.21 + ) + + if(NOT MYSQL_CONCPP_INCLUDE_DIR) + + if(MYSQL_CONCPP_ROOT_DIR) + set(fail_message_includes + "at MYSQL_CONCPP_ROOT_DIR: ${INCLUDE_DIR}" + ) + else() + set(fail_message_includes "at ${INCLUDE_DIR}") + endif() + + set_parent(fail_message_includes) + return() + + endif() + + set_parent(MYSQL_CONCPP_INCLUDE_DIR) + +endfunction() + + +# Find XDevAPI or JDBC connector libraries, as specified by parameter `which` +# and create interface library targets for them. Both shared and static +# variants are searched for. If some libraries are not found the corresponding +# targets are not created. +# +# If LIBRARY_DIR is set the libraries are searched in that location, otherwise +# they are searched in system-wide locations. In either case LIBRARY_DIR is +# set/updated to the location where libraries were found. +# +# Flags RELEASE_FOUND and DEBUG_FOUND are set if the corresponding variants +# of the libraries were found. + +function(find_connector which) + + if(which STREQUAL "JDBC") + set(base_name "mysqlcppconn") + set(target_name "jdbc") + else() + set(base_name "mysqlcppconnx") + set(target_name "xdevapi") + endif() + + + # Look for the connector library and if found create the import target for + # it. Sets ${target_name}_RELEASE and ${target_name}_DEBUG to indicate + # whether release/debug variant of the library was found. Also sets + # or updates LIBRARY_DIR to the location where the library was found. + + add_connector_target(${which} ${target_name} ${base_name}) + + # Note: if the mysql::openssl target is not defined then we are on Windows + # and no suitable OpenSSL was found. In that case static libraries will + # not work and we do not define these targets. + + if(TARGET mysql::openssl) + add_connector_target(${which} ${target_name}-static ${base_name}-static) + endif() + + # Process targets created above to do consistency checks and declare required + # dependencies. Also sets DEBUG/RELEASE_FOUND flags as needed. + + foreach(tgt ${target_name} ${target_name}-static) + + if(${tgt}_RELEASE) + set_parent(RELEASE_FOUND 1) + endif() + + if(${tgt}_DEBUG) + set_parent(DEBUG_FOUND 1) + endif() + + if(NOT TARGET mysql::concpp-${tgt}) + continue() + endif() + + if(DEBUG_FOUND AND NOT ${tgt}_DEBUG) + list(APPEND DEBUG_MISSING ${tgt}) + endif() + set_parent(DEBUG_MISSING) + + if(RELEASE_FOUND AND NOT ${tgt}_RELEASE) + list(APPEND RELEASE_MISSING ${tgt}) + endif() + set_parent(RELEASE_MISSING) + + unset(libs) + + # JDBC dependency on the client library + + if(tgt MATCHES "jdbc" AND JDBC_MYSQL_DEP) + + if(NOT WIN32) + list(APPEND libs mysqlclient) + endif() + + if(DEFINED WITH_MYSQL AND EXISTS "${WITH_MYSQL}/lib") + + message_info("Client library path: ${WITH_MYSQL}/lib") + + target_link_directories(mysql::concpp-${tgt} + INTERFACE "${WITH_MYSQL}/lib" + ) + + endif() + + endif() + + # OpenSSL dependency (target `mysql::openssl` is defined by find_deps()) + # + # Note: Even though JDBC connector does not use OpenSSL directly it might + # have the client library statically linked in and get dependency + # on OpenSSL that way. + + if(TARGET mysql::openssl) + list(APPEND libs mysql::openssl) + endif() + + if(tgt MATCHES "-static") + + set_target_properties(mysql::concpp-${tgt} PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES CXX + INTERFACE_COMPILE_DEFINITIONS STATIC_CONCPP + ) + + # Handle additional dependencies required for static library. + + if(WIN32) + + list(APPEND libs Dnsapi) + + else() + + if(NOT APPLE) + list(APPEND libs pthread) + endif() + + # On Solaris we additionally need couple more libs. + + if(CMAKE_SYSTEM_NAME MATCHES "SunOS") + list(APPEND libs socket nsl) + endif() + + if(NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD") + list(APPEND libs resolv dl) + endif() + + endif() + + endif() + + target_link_libraries(mysql::concpp-${tgt} INTERFACE ${libs}) + + if(libs) + string(JOIN " " libs ${libs}) + message_info("Link libraries for target ${tgt}: ${libs}") + endif() + + endforeach(tgt) + +endfunction(find_connector) + + +# Create connector library import target named ${tgt} pointing at library +# with base name ${base_name} if it was found. +# +# If LIBRARY_DIR is set the library is searched in that location, otherwise it +# is searched in system-wide locations. If the library is found, LIBRARY_DIR +# is set/updated to the location where it was found. +# +# Both release and debug variants of the library are searched for. Flags +# ${tgt}_RELEASE and ${tgt}_DEBUG are set to tell which variant was found. +# +# Note: The which parameter, either "XDevAPI" or "JDBC", is used for +# diagnostics only. + +function(add_connector_target which tgt base_name) + + set(lib_name "${base_name}") + set(type "SHARED") + set(static 0) + set(CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_SHARED_LIBRARY_SUFFIX}) + + if(tgt MATCHES "-static") + set(type "STATIC") + set(static 1) + set(CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_STATIC_LIBRARY_SUFFIX}) + endif() + + set(XDevAPI_abi 2) + set(JDBC_abi 10) + set(find_lib_paths) + set(win_opts) + + if(LIBRARY_DIR) + set(find_lib_paths PATHS "${LIBRARY_DIR}" NO_DEFAULT_PATH) + endif() + + if(WIN32) + if(static) + set(win_opts PATH_SUFFIXES ${vs_suffix}) + else() + set(lib_name "${base_name}-${${which}_abi}-vs14") + endif() + endif() + + #message("!!! looking for ${lib_name} with options: ${find_lib_opts}") + + unset(lib_path CACHE) + find_library(lib_path + NAMES ${lib_name} + ${find_lib_paths} ${win_opts} + # NO_CACHE + ) + + if(lib_path) + + message_info( + "Found ${which} ${type} library at: ${lib_path}" + ) + + set_parent(${tgt}_RELEASE 1) + + # Note: LIBRARY_DIR is not yet set here if we were looking for the library + # in system-wide locations. In any case we set/update LIBRARY_DIR to + # the actual location of the library that was found. + + get_filename_component(LIBRARY_DIR "${lib_path}" DIRECTORY) + set_parent(LIBRARY_DIR) + + if(WIN32 AND NOT static) + find_imp_lib(imp_lib_path ${base_name} "${lib_path}") + endif() + + endif() + + # Look for debug variant of the library if LIBRARY_DIR is set. This is + # the case in one of these situations: + # + # a) the release library was found at LIBRARY_DIR above; + # + # b) we have monolithic connector install and LIBRARY_DIR is the library + # location inside that monolithic install. + # + # Case (b) is if we have not found the release library inside a monolithic + # connector installation but we still can find a debug library there. + + if(LIBRARY_DIR) + + unset(lib_path_debug CACHE) + find_library(lib_path_debug + NAMES ${lib_name} + PATHS "${LIBRARY_DIR}/debug" + ${win_opts} + NO_DEFAULT_PATH + # NO_CACHE + ) + + if(lib_path_debug) + + message_info( + "Found debug variant of ${which} ${type} library at: ${lib_path_debug}" + ) + + set_parent(${tgt}_DEBUG 1) + + if(WIN32 AND NOT static) + find_imp_lib(imp_lib_path_debug ${base_name} "${lib_path_debug}") + endif() + + endif() + + endif() + + + if(NOT lib_path AND NOT lib_path_debug) + + message_info("Did not find ${which} ${type} library") + return() + + endif() + + # + # Note: At this point we know that either the release or the debug connector + # was found. + # + # On non-Windows platforms the release connector can be used for debug + # builds if the debug connector was not found and vice-versa, the debug + # connector can be used for release builds if the release connector was + # not found. + # + # However, on Windows it is not possible to mix debug and release code which + # is reflected in the logic below. + # + + if(WIN32 AND NOT lib_path_debug) + + # If debug connector was not found on Windows we still set debug path to its + # expected location so that: + # + # 1. If debug connector is added later it will be used in debug builds. + # + # 2. If debug connector is not present then debug builds will fail which + # is what we want in that case (rather than incorrectly using the release + # variant of the library). + # + # Note: LIBRARY_DIR must be defined because the release library must have + # been found above. + + set(lib_path_debug + "${LIBRARY_DIR}/debug/${lib_name}.dll" + ) + set(imp_lib_path_debug + "${LIBRARY_DIR}/debug/${vs_suffix}/${base_name}.lib" + ) + + # Note: If debug connector was not found on non-Windows platform then + # lib_path_debug remains undefined which means that the import target will + # not have a _DEBUG location defined. Therefore the main (release) location + # will be used also in debug builds as we want in that case. + + elseif(WIN32 AND NOT lib_path) + + # If release connector was not found on Windows we still set the release + # path to its expected location so that release builds will fail (because + # the release library will be not found at the location) or, if release + # connector is added later release builds will start working. + + set(lib_path "${LIBRARY_DIR}/${lib_name}.dll") + set(imp_lib_path "${LIBRARY_DIR}/${vs_suffix}/${base_name}.lib") + + elseif(NOT WIN32 AND NOT lib_path) + + # If we are on non-Windows platform and the release connector was not found + # then use the debug connector as a replacement. + + set(lib_path "${lib_path_debug}") + + endif() + + + set(tgt "concpp-${tgt}") + #message(STATUS "Creating target: mysql::${tgt}") + + add_library(mysql::${tgt} ${type} IMPORTED GLOBAL) + target_compile_features(mysql::${tgt} INTERFACE cxx_std_11) + + set_target_properties(mysql::${tgt} PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${MYSQL_CONCPP_INCLUDE_DIR}" + ) + + + if(lib_path) + + set_target_properties(mysql::${tgt} PROPERTIES + IMPORTED_LOCATION "${lib_path}" + ) + + if(WIN32 AND imp_lib_path) + set_target_properties(mysql::${tgt} PROPERTIES + IMPORTED_IMPLIB "${imp_lib_path}" + ) + endif() + + endif() + + if(lib_path_debug) + + set_target_properties(mysql::${tgt} PROPERTIES + IMPORTED_LOCATION_DEBUG "${lib_path_debug}" + ) + + if(WIN32 AND imp_lib_path_debug) + set_target_properties(mysql::${tgt} PROPERTIES + IMPORTED_IMPLIB_DEBUG "${imp_lib_path_debug}" + ) + endif() + + endif() + +endfunction(add_connector_target) + + +# On Windows find import library for the DLL library at the given `path` with +# given `base_name`. The location of the import library is stored in variable +# named by `var`. +# +# Note: Not finding an import library for a DLL is a fatal error. + +function(find_imp_lib var base_name path) + + get_filename_component(base_path ${path} DIRECTORY) + set(CMAKE_FIND_LIBRARY_SUFFIXES .lib) + + #message("!!! Looking for import library for: ${path}") + unset(${var} CACHE) + find_library(${var} + NAMES ${base_name} + PATHS ${base_path} + PATH_SUFFIXES ${vs_suffix} + NO_DEFAULT_PATH + # NO_CACHE + ) + + if(NOT ${var}) + message(FATAL_ERROR "Could not find import library for ${path}") + endif() + + set_parent(${var}) + +endfunction(find_imp_lib) + + +function(find_deps) + + if(TARGET mysql::openssl) + message_info( + "Using custom mysql::openssl target to resolve dependency on OpenSSL" + ) + return() + endif() + + unset(ssl_lib) + + if(MYSQL_CONCPP_ROOT_DIR) + + # Try to find the bundled OpenSSL + # Note: On Windows we look for the import library with .lib extension. + + set(CMAKE_FIND_LIBRARY_SUFFIXES ".so" ".lib" ".dylib") + + unset(ssl_lib CACHE) + find_library(ssl_lib + NAMES ssl libssl + PATHS ${LIBRARY_DIR} + PATH_SUFFIXES private ${vs_suffix} + NO_DEFAULT_PATH + # NO_CACHE + ) + + unset(ssl_crypto CACHE) + find_library(ssl_crypto + NAMES crypto libcrypto + PATHS ${LIBRARY_DIR} + PATH_SUFFIXES private ${vs_suffix} + NO_DEFAULT_PATH + # NO_CACHE + ) + + if(NOT ssl_lib OR NOT ssl_crypto) + message_info("Bundled OpenSSL was not found") + set(ssl_lib false) + endif() + + endif() + + # Note: For some reason interface libraries can not have names with "::" + + add_library(mysql_concpp_openssl INTERFACE) + + if(ssl_lib) + + message_info("Using bundled OpenSSL") + + elseif(WIN32) + + message(STATUS "mysql-concpp:" + " For static linking the OpenSSL libraries are required but they are" + " not bundled with the connector -- static connector targets will not" + " be created. To use static connector libraries define mysql::openssl" + " target to point at an OpenSSL installation to be used." + ) + + return() + + else() + + message_info("Using system OpenSSL libraries") + + set(ssl_lib "ssl") + set(ssl_crypto "crypto") + + endif() + + target_link_libraries(mysql_concpp_openssl INTERFACE + ${ssl_lib} ${ssl_crypto} + ) + + add_library(mysql::openssl ALIAS mysql_concpp_openssl) + +endfunction(find_deps) + + +# Sets given variable in the parent scope to its current value in this scope. +# Optionally, if new value is given after variable name, variable's value +# is changed first. + +macro(set_parent var) + #message(STATUS "set_parent: ${var} (${ARGN})") + if(${ARGC} GREATER 1) + set(${var} "${ARGN}") + endif() + set(${var} "${${var}}" PARENT_SCOPE) +endmacro() + + +main() diff --git a/build/platform-cache/CMakeCache.txt b/build/platform-cache/CMakeCache.txt new file mode 100644 index 000000000..61ca16e96 --- /dev/null +++ b/build/platform-cache/CMakeCache.txt @@ -0,0 +1,316 @@ +# This is the CMakeCache file. +# For build in directory: /home/carlon/code/mysql-connector-cpp/build/platform-cache +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. +######################## +# EXTERNAL cache entries +######################## +//Value Computed by CMake +Bootstrap_BINARY_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/platform-cache +//Value Computed by CMake +Bootstrap_IS_TOP_LEVEL:STATIC=ON +//Value Computed by CMake +Bootstrap_SOURCE_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=Release +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON +//No help, variable specified on the command line. +CMAKE_CXX_COMPILER:UNINITIALIZED=/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 +//No help, variable specified on the command line. +CMAKE_C_COMPILER:UNINITIALIZED=/usr/bin/cc +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/pkgRedirects +//Install path prefix, prepended onto install directories. +//Install path prefix, prepended onto install directories.Install +// path prefix, prepended onto install directories.Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=Bootstrap +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE +######################## +# INTERNAL cache entries +######################## +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=31 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=6 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//linker supports push/pop state +_CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE diff --git a/build/platform-cache/CMakeFiles/3.31.6/CMakeCCompiler.cmake b/build/platform-cache/CMakeFiles/3.31.6/CMakeCCompiler.cmake new file mode 100644 index 000000000..1bf4193c0 --- /dev/null +++ b/build/platform-cache/CMakeFiles/3.31.6/CMakeCCompiler.cmake @@ -0,0 +1,81 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "15.2.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/platform-cache/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake b/build/platform-cache/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake new file mode 100644 index 000000000..a540e86b2 --- /dev/null +++ b/build/platform-cache/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "15.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +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_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +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_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +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++/15;/usr/include/c++/15/x86_64-redhat-linux;/usr/include/c++/15/backward;/usr/lib/gcc/x86_64-redhat-linux/15/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/15;/usr/lib64;/lib64;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + + diff --git a/build/platform-cache/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin b/build/platform-cache/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 000000000..ffc550dac Binary files /dev/null and b/build/platform-cache/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/platform-cache/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin b/build/platform-cache/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 000000000..ec72276a8 Binary files /dev/null and b/build/platform-cache/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/platform-cache/CMakeFiles/3.31.6/CMakeSystem.cmake b/build/platform-cache/CMakeFiles/3.31.6/CMakeSystem.cmake new file mode 100644 index 000000000..d73d28be7 --- /dev/null +++ b/build/platform-cache/CMakeFiles/3.31.6/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.16.11-200.fc42.x86_64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.16.11-200.fc42.x86_64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.16.11-200.fc42.x86_64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.16.11-200.fc42.x86_64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/platform-cache/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c b/build/platform-cache/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 000000000..50d95e5ba --- /dev/null +++ b/build/platform-cache/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,904 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/platform-cache/CMakeFiles/3.31.6/CompilerIdC/a.out b/build/platform-cache/CMakeFiles/3.31.6/CompilerIdC/a.out new file mode 100755 index 000000000..38903a162 Binary files /dev/null and b/build/platform-cache/CMakeFiles/3.31.6/CompilerIdC/a.out differ diff --git a/build/platform-cache/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/platform-cache/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 000000000..3b6e114ca --- /dev/null +++ b/build/platform-cache/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* 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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#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/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/platform-cache/CMakeFiles/3.31.6/CompilerIdCXX/a.out b/build/platform-cache/CMakeFiles/3.31.6/CompilerIdCXX/a.out new file mode 100755 index 000000000..fd1a065db Binary files /dev/null and b/build/platform-cache/CMakeFiles/3.31.6/CompilerIdCXX/a.out differ diff --git a/build/platform-cache/CMakeFiles/CMakeConfigureLog.yaml b/build/platform-cache/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 000000000..c466e2e73 --- /dev/null +++ b/build/platform-cache/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,538 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:35 (project)" + message: | + The system is: Linux - 6.16.11-200.fc42.x86_64 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:35 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/3.31.6/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:35 (project)" + message: | + 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/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/3.31.6/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ" + binary: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_320a1/fast + /usr/bin/gmake -f CMakeFiles/cmTC_320a1.dir/build.make CMakeFiles/cmTC_320a1.dir/build + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + Building C object CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o + /usr/bin/cc -v -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/' + /usr/libexec/gcc/x86_64-redhat-linux/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_320a1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccfmGvFw.s + GNU C23 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux) + compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1), GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../x86_64-redhat-linux/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-redhat-linux/15/include + /usr/local/include + /usr/include + End of search list. + Compiler executable checksum: 2f5fb64c856191160801414dd9eb2451 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/' + as -v --64 -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o /tmp/ccfmGvFw.s + GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_320a1 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_320a1.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.' + /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1) + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + GNU ld version 2.44-6.fc42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.' + /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -o cmTC_320a1 + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-redhat-linux/15/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/15/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_320a1/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_320a1.dir/build.make CMakeFiles/cmTC_320a1.dir/build] + ignore line: [gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-D2qjbJ'] + ignore line: [Building C object CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_320a1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccfmGvFw.s] + ignore line: [GNU C23 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux)] + ignore line: [ compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1) GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 2f5fb64c856191160801414dd9eb2451] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o /tmp/ccfmGvFw.s] + ignore line: [GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_320a1] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_320a1.dir/link.txt --verbose=1] + 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/15/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_320a1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_320a1.'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccfGPXr1.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--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_320a1] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + ignore line: [collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1)] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGPXr1.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_320a1 /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_320a1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + linker tool for 'C': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15] ==> [/usr/lib/gcc/x86_64-redhat-linux/15] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Running the C compiler's linker: "/usr/bin/ld" "-v" + GNU ld version 2.44-6.fc42 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl" + binary: "/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9945d/fast + /usr/bin/gmake -f CMakeFiles/cmTC_9945d.dir/build.make CMakeFiles/cmTC_9945d.dir/build + gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + Building CXX object CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o + /usr/bin/c++ -v -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/' + /usr/libexec/gcc/x86_64-redhat-linux/15/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_9945d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccbQPWa6.s + GNU C++17 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux) + compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1), GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../x86_64-redhat-linux/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15 + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux + /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward + /usr/lib/gcc/x86_64-redhat-linux/15/include + /usr/local/include + /usr/include + End of search list. + Compiler executable checksum: 7616bbd86ab77c360311eb36cf6ebbe2 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/' + as -v --64 -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbQPWa6.s + GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_9945d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9945d.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-redhat-linux + Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,cobol,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) + COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.' + /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1) + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o + GNU ld version 2.44-6.fc42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.' + /usr/bin/c++ -v -Wl,-v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_9945d + gmake[1]: Leaving directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] + add: [/usr/lib/gcc/x86_64-redhat-linux/15/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15] ==> [/usr/include/c++/15] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] ==> [/usr/include/c++/15/x86_64-redhat-linux] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] ==> [/usr/include/c++/15/backward] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/15/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/15/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/15;/usr/include/c++/15/x86_64-redhat-linux;/usr/include/c++/15/backward;/usr/lib/gcc/x86_64-redhat-linux/15/include;/usr/local/include;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9945d/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_9945d.dir/build.make CMakeFiles/cmTC_9945d.dir/build] + ignore line: [gmake[1]: Entering directory '/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/CMakeScratch/TryCompile-08Xvfl'] + ignore line: [Building CXX object CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_9945d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccbQPWa6.s] + ignore line: [GNU C++17 (GCC) version 15.2.1 20250808 (Red Hat 15.2.1-1) (x86_64-redhat-linux)] + ignore line: [ compiled by GNU C version 15.2.1 20250808 (Red Hat 15.2.1-1) GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../../../include/c++/15] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/15/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 7616bbd86ab77c360311eb36cf6ebbe2] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbQPWa6.s] + ignore line: [GNU assembler version 2.44 (x86_64-redhat-linux) using BFD version version 2.44-6.fc42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_9945d] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9945d.dir/link.txt --verbose=1] + 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/15/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-redhat-linux] + ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d m2 cobol lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-15.2.1-build/gcc-15.2.1-20250808/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none amdgcn-amdhsa --enable-offload-defaulted --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.2.1 20250808 (Red Hat 15.2.1-1) (GCC) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/15/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/15/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9945d' '-foffload-options=-l_GCC_stdc++' '-foffload-options=-l_GCC_m' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_9945d.'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/15/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc5zF09D.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--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_9945d] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_9945d.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/15/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o] + arg [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + ignore line: [collect2 version 15.2.1 20250808 (Red Hat 15.2.1-1)] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-redhat-linux/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/15/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5zF09D.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_9945d /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/15 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_9945d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/15/crtend.o /usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15] ==> [/usr/lib/gcc/x86_64-redhat-linux/15] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/15/../../../../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/15/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/15/crtend.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/15;/usr/lib64;/lib64;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:35 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld version 2.44-6.fc42 +... diff --git a/build/platform-cache/CMakeFiles/CMakeDirectoryInformation.cmake b/build/platform-cache/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..64b21c62f --- /dev/null +++ b/build/platform-cache/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build/platform-cache") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/platform-cache/CMakeFiles/Makefile.cmake b/build/platform-cache/CMakeFiles/Makefile.cmake new file mode 100644 index 000000000..a185e6cbb --- /dev/null +++ b/build/platform-cache/CMakeFiles/Makefile.cmake @@ -0,0 +1,61 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "CMakeFiles/3.31.6/CMakeCCompiler.cmake" + "CMakeFiles/3.31.6/CMakeCXXCompiler.cmake" + "CMakeFiles/3.31.6/CMakeSystem.cmake" + "/home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap/CMakeLists.txt" + "/usr/share/cmake/Modules/CMakeCInformation.cmake" + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + "/usr/share/cmake/Modules/CheckTypeSize.cmake" + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake/Modules/Compiler/GNU.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/usr/share/cmake/Modules/Linker/GNU-C.cmake" + "/usr/share/cmake/Modules/Linker/GNU-CXX.cmake" + "/usr/share/cmake/Modules/Linker/GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linker/GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + "/usr/share/cmake/Modules/Platform/Linux.cmake" + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake/Modules/TestBigEndian.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + ) diff --git a/build/platform-cache/CMakeFiles/Makefile2 b/build/platform-cache/CMakeFiles/Makefile2 new file mode 100644 index 000000000..7c0448c56 --- /dev/null +++ b/build/platform-cache/CMakeFiles/Makefile2 @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/platform-cache + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: +.PHONY : all + +# The main recursive "codegen" target. +codegen: +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: +.PHONY : clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/platform-cache/CMakeFiles/TargetDirectories.txt b/build/platform-cache/CMakeFiles/TargetDirectories.txt new file mode 100644 index 000000000..c26cc6c84 --- /dev/null +++ b/build/platform-cache/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,2 @@ +/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/edit_cache.dir +/home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles/rebuild_cache.dir diff --git a/build/platform-cache/CMakeFiles/cmake.check_cache b/build/platform-cache/CMakeFiles/cmake.check_cache new file mode 100644 index 000000000..3dccd7317 --- /dev/null +++ b/build/platform-cache/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/platform-cache/CMakeFiles/progress.marks b/build/platform-cache/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/platform-cache/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/platform-cache/Makefile b/build/platform-cache/Makefile new file mode 100644 index 000000000..6842c3c40 --- /dev/null +++ b/build/platform-cache/Makefile @@ -0,0 +1,140 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build/platform-cache + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/platform-cache//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/platform-cache/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/platform-cache/cmake_install.cmake b/build/platform-cache/cmake_install.cmake new file mode 100644 index 000000000..1b9496718 --- /dev/null +++ b/build/platform-cache/cmake_install.cmake @@ -0,0 +1,66 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/cdk/cmake/bootstrap + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/platform-cache/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/platform-cache/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/testing/CMakeFiles/CMakeDirectoryInformation.cmake b/build/testing/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/testing/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/testing/CMakeFiles/progress.marks b/build/testing/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/testing/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/testing/Makefile b/build/testing/Makefile new file mode 100644 index 000000000..d4875f3c7 --- /dev/null +++ b/build/testing/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/testing//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/testing/cmake_install.cmake b/build/testing/cmake_install.cmake new file mode 100644 index 000000000..a26ec9681 --- /dev/null +++ b/build/testing/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/testing + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/testing/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/xapi/CMakeFiles/CMakeDirectoryInformation.cmake b/build/xapi/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/xapi/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/xapi/CMakeFiles/progress.marks b/build/xapi/CMakeFiles/progress.marks new file mode 100644 index 000000000..e1617e842 --- /dev/null +++ b/build/xapi/CMakeFiles/progress.marks @@ -0,0 +1 @@ +57 diff --git a/build/xapi/CMakeFiles/xapi.dir/DependInfo.cmake b/build/xapi/CMakeFiles/xapi.dir/DependInfo.cmake new file mode 100644 index 000000000..307550ee2 --- /dev/null +++ b/build/xapi/CMakeFiles/xapi.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/carlon/code/mysql-connector-cpp/xapi/crud.cc" "xapi/CMakeFiles/xapi.dir/crud.cc.o" "gcc" "xapi/CMakeFiles/xapi.dir/crud.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/xapi/mysqlx.cc" "xapi/CMakeFiles/xapi.dir/mysqlx.cc.o" "gcc" "xapi/CMakeFiles/xapi.dir/mysqlx.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/xapi/result.cc" "xapi/CMakeFiles/xapi.dir/result.cc.o" "gcc" "xapi/CMakeFiles/xapi.dir/result.cc.o.d" + "/home/carlon/code/mysql-connector-cpp/xapi/session.cc" "xapi/CMakeFiles/xapi.dir/session.cc.o" "gcc" "xapi/CMakeFiles/xapi.dir/session.cc.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/xapi/CMakeFiles/xapi.dir/build.make b/build/xapi/CMakeFiles/xapi.dir/build.make new file mode 100644 index 000000000..09a6eb0c2 --- /dev/null +++ b/build/xapi/CMakeFiles/xapi.dir/build.make @@ -0,0 +1,162 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +# Include any dependencies generated for this target. +include xapi/CMakeFiles/xapi.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include xapi/CMakeFiles/xapi.dir/compiler_depend.make + +# Include the progress variables for this target. +include xapi/CMakeFiles/xapi.dir/progress.make + +# Include the compile flags for this target's objects. +include xapi/CMakeFiles/xapi.dir/flags.make + +xapi/CMakeFiles/xapi.dir/codegen: +.PHONY : xapi/CMakeFiles/xapi.dir/codegen + +xapi/CMakeFiles/xapi.dir/crud.cc.o: xapi/CMakeFiles/xapi.dir/flags.make +xapi/CMakeFiles/xapi.dir/crud.cc.o: /home/carlon/code/mysql-connector-cpp/xapi/crud.cc +xapi/CMakeFiles/xapi.dir/crud.cc.o: xapi/CMakeFiles/xapi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object xapi/CMakeFiles/xapi.dir/crud.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT xapi/CMakeFiles/xapi.dir/crud.cc.o -MF CMakeFiles/xapi.dir/crud.cc.o.d -o CMakeFiles/xapi.dir/crud.cc.o -c /home/carlon/code/mysql-connector-cpp/xapi/crud.cc + +xapi/CMakeFiles/xapi.dir/crud.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/xapi.dir/crud.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/xapi/crud.cc > CMakeFiles/xapi.dir/crud.cc.i + +xapi/CMakeFiles/xapi.dir/crud.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/xapi.dir/crud.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/xapi/crud.cc -o CMakeFiles/xapi.dir/crud.cc.s + +xapi/CMakeFiles/xapi.dir/result.cc.o: xapi/CMakeFiles/xapi.dir/flags.make +xapi/CMakeFiles/xapi.dir/result.cc.o: /home/carlon/code/mysql-connector-cpp/xapi/result.cc +xapi/CMakeFiles/xapi.dir/result.cc.o: xapi/CMakeFiles/xapi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object xapi/CMakeFiles/xapi.dir/result.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT xapi/CMakeFiles/xapi.dir/result.cc.o -MF CMakeFiles/xapi.dir/result.cc.o.d -o CMakeFiles/xapi.dir/result.cc.o -c /home/carlon/code/mysql-connector-cpp/xapi/result.cc + +xapi/CMakeFiles/xapi.dir/result.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/xapi.dir/result.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/xapi/result.cc > CMakeFiles/xapi.dir/result.cc.i + +xapi/CMakeFiles/xapi.dir/result.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/xapi.dir/result.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/xapi/result.cc -o CMakeFiles/xapi.dir/result.cc.s + +xapi/CMakeFiles/xapi.dir/mysqlx.cc.o: xapi/CMakeFiles/xapi.dir/flags.make +xapi/CMakeFiles/xapi.dir/mysqlx.cc.o: /home/carlon/code/mysql-connector-cpp/xapi/mysqlx.cc +xapi/CMakeFiles/xapi.dir/mysqlx.cc.o: xapi/CMakeFiles/xapi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object xapi/CMakeFiles/xapi.dir/mysqlx.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT xapi/CMakeFiles/xapi.dir/mysqlx.cc.o -MF CMakeFiles/xapi.dir/mysqlx.cc.o.d -o CMakeFiles/xapi.dir/mysqlx.cc.o -c /home/carlon/code/mysql-connector-cpp/xapi/mysqlx.cc + +xapi/CMakeFiles/xapi.dir/mysqlx.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/xapi.dir/mysqlx.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/xapi/mysqlx.cc > CMakeFiles/xapi.dir/mysqlx.cc.i + +xapi/CMakeFiles/xapi.dir/mysqlx.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/xapi.dir/mysqlx.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/xapi/mysqlx.cc -o CMakeFiles/xapi.dir/mysqlx.cc.s + +xapi/CMakeFiles/xapi.dir/session.cc.o: xapi/CMakeFiles/xapi.dir/flags.make +xapi/CMakeFiles/xapi.dir/session.cc.o: /home/carlon/code/mysql-connector-cpp/xapi/session.cc +xapi/CMakeFiles/xapi.dir/session.cc.o: xapi/CMakeFiles/xapi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object xapi/CMakeFiles/xapi.dir/session.cc.o" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT xapi/CMakeFiles/xapi.dir/session.cc.o -MF CMakeFiles/xapi.dir/session.cc.o.d -o CMakeFiles/xapi.dir/session.cc.o -c /home/carlon/code/mysql-connector-cpp/xapi/session.cc + +xapi/CMakeFiles/xapi.dir/session.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/xapi.dir/session.cc.i" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/carlon/code/mysql-connector-cpp/xapi/session.cc > CMakeFiles/xapi.dir/session.cc.i + +xapi/CMakeFiles/xapi.dir/session.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/xapi.dir/session.cc.s" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/carlon/code/mysql-connector-cpp/xapi/session.cc -o CMakeFiles/xapi.dir/session.cc.s + +# Object files for target xapi +xapi_OBJECTS = \ +"CMakeFiles/xapi.dir/crud.cc.o" \ +"CMakeFiles/xapi.dir/result.cc.o" \ +"CMakeFiles/xapi.dir/mysqlx.cc.o" \ +"CMakeFiles/xapi.dir/session.cc.o" + +# External object files for target xapi +xapi_EXTERNAL_OBJECTS = + +xapi/libxapi.a: xapi/CMakeFiles/xapi.dir/crud.cc.o +xapi/libxapi.a: xapi/CMakeFiles/xapi.dir/result.cc.o +xapi/libxapi.a: xapi/CMakeFiles/xapi.dir/mysqlx.cc.o +xapi/libxapi.a: xapi/CMakeFiles/xapi.dir/session.cc.o +xapi/libxapi.a: xapi/CMakeFiles/xapi.dir/build.make +xapi/libxapi.a: xapi/CMakeFiles/xapi.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/carlon/code/mysql-connector-cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX static library libxapi.a" + cd /home/carlon/code/mysql-connector-cpp/build/xapi && $(CMAKE_COMMAND) -P CMakeFiles/xapi.dir/cmake_clean_target.cmake + cd /home/carlon/code/mysql-connector-cpp/build/xapi && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/xapi.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +xapi/CMakeFiles/xapi.dir/build: xapi/libxapi.a +.PHONY : xapi/CMakeFiles/xapi.dir/build + +xapi/CMakeFiles/xapi.dir/clean: + cd /home/carlon/code/mysql-connector-cpp/build/xapi && $(CMAKE_COMMAND) -P CMakeFiles/xapi.dir/cmake_clean.cmake +.PHONY : xapi/CMakeFiles/xapi.dir/clean + +xapi/CMakeFiles/xapi.dir/depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/carlon/code/mysql-connector-cpp /home/carlon/code/mysql-connector-cpp/xapi /home/carlon/code/mysql-connector-cpp/build /home/carlon/code/mysql-connector-cpp/build/xapi /home/carlon/code/mysql-connector-cpp/build/xapi/CMakeFiles/xapi.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : xapi/CMakeFiles/xapi.dir/depend + diff --git a/build/xapi/CMakeFiles/xapi.dir/cmake_clean.cmake b/build/xapi/CMakeFiles/xapi.dir/cmake_clean.cmake new file mode 100644 index 000000000..4b5cb7db8 --- /dev/null +++ b/build/xapi/CMakeFiles/xapi.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "CMakeFiles/xapi.dir/crud.cc.o" + "CMakeFiles/xapi.dir/crud.cc.o.d" + "CMakeFiles/xapi.dir/mysqlx.cc.o" + "CMakeFiles/xapi.dir/mysqlx.cc.o.d" + "CMakeFiles/xapi.dir/result.cc.o" + "CMakeFiles/xapi.dir/result.cc.o.d" + "CMakeFiles/xapi.dir/session.cc.o" + "CMakeFiles/xapi.dir/session.cc.o.d" + "libxapi.a" + "libxapi.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/xapi.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/xapi/CMakeFiles/xapi.dir/cmake_clean_target.cmake b/build/xapi/CMakeFiles/xapi.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..ac001b529 --- /dev/null +++ b/build/xapi/CMakeFiles/xapi.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libxapi.a" +) diff --git a/build/xapi/CMakeFiles/xapi.dir/compiler_depend.make b/build/xapi/CMakeFiles/xapi.dir/compiler_depend.make new file mode 100644 index 000000000..47d8f41e8 --- /dev/null +++ b/build/xapi/CMakeFiles/xapi.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for xapi. +# This may be replaced when dependencies are built. diff --git a/build/xapi/CMakeFiles/xapi.dir/compiler_depend.ts b/build/xapi/CMakeFiles/xapi.dir/compiler_depend.ts new file mode 100644 index 000000000..5955986e4 --- /dev/null +++ b/build/xapi/CMakeFiles/xapi.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for xapi. diff --git a/build/xapi/CMakeFiles/xapi.dir/depend.make b/build/xapi/CMakeFiles/xapi.dir/depend.make new file mode 100644 index 000000000..8b03a3d28 --- /dev/null +++ b/build/xapi/CMakeFiles/xapi.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for xapi. +# This may be replaced when dependencies are built. diff --git a/build/xapi/CMakeFiles/xapi.dir/flags.make b/build/xapi/CMakeFiles/xapi.dir/flags.make new file mode 100644 index 000000000..2bee66a43 --- /dev/null +++ b/build/xapi/CMakeFiles/xapi.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DCONCPP_BUILD_SHARED + +CXX_INCLUDES = -I/home/carlon/code/mysql-connector-cpp/include -I/home/carlon/code/mysql-connector-cpp/build/include/mysqlx -I/home/carlon/code/mysql-connector-cpp/cdk/include -I/home/carlon/code/mysql-connector-cpp/build/cdk/include -I/home/carlon/code/mysql-connector-cpp/cdk/extra/rapidjson/include -I/home/carlon/code/mysql-connector-cpp/cdk/parser + +CXX_FLAGS = -Wall -O3 -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -Wno-stringop-overflow -DRAPIDJSON_HAS_CXX11_NOEXCEPT=1 -DRAPIDJSON_HAS_CXX11_RANGE_FOR=1 -DRAPIDJSON_HAS_CXX11_RVALUE_REFS=1 + diff --git a/build/xapi/CMakeFiles/xapi.dir/link.txt b/build/xapi/CMakeFiles/xapi.dir/link.txt new file mode 100644 index 000000000..37c51df83 --- /dev/null +++ b/build/xapi/CMakeFiles/xapi.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libxapi.a CMakeFiles/xapi.dir/crud.cc.o CMakeFiles/xapi.dir/result.cc.o CMakeFiles/xapi.dir/mysqlx.cc.o CMakeFiles/xapi.dir/session.cc.o +/usr/bin/ranlib libxapi.a diff --git a/build/xapi/CMakeFiles/xapi.dir/progress.make b/build/xapi/CMakeFiles/xapi.dir/progress.make new file mode 100644 index 000000000..68a1dda1b --- /dev/null +++ b/build/xapi/CMakeFiles/xapi.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 94 +CMAKE_PROGRESS_2 = 95 +CMAKE_PROGRESS_3 = 96 +CMAKE_PROGRESS_4 = 97 +CMAKE_PROGRESS_5 = 98 + diff --git a/build/xapi/Makefile b/build/xapi/Makefile new file mode 100644 index 000000000..235fbb551 --- /dev/null +++ b/build/xapi/Makefile @@ -0,0 +1,312 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/xapi//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xapi/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xapi/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xapi/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xapi/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +xapi/CMakeFiles/xapi.dir/rule: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xapi/CMakeFiles/xapi.dir/rule +.PHONY : xapi/CMakeFiles/xapi.dir/rule + +# Convenience name for target. +xapi: xapi/CMakeFiles/xapi.dir/rule +.PHONY : xapi + +# fast build rule for target. +xapi/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/build +.PHONY : xapi/fast + +crud.o: crud.cc.o +.PHONY : crud.o + +# target to build an object file +crud.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/crud.cc.o +.PHONY : crud.cc.o + +crud.i: crud.cc.i +.PHONY : crud.i + +# target to preprocess a source file +crud.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/crud.cc.i +.PHONY : crud.cc.i + +crud.s: crud.cc.s +.PHONY : crud.s + +# target to generate assembly for a file +crud.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/crud.cc.s +.PHONY : crud.cc.s + +mysqlx.o: mysqlx.cc.o +.PHONY : mysqlx.o + +# target to build an object file +mysqlx.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/mysqlx.cc.o +.PHONY : mysqlx.cc.o + +mysqlx.i: mysqlx.cc.i +.PHONY : mysqlx.i + +# target to preprocess a source file +mysqlx.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/mysqlx.cc.i +.PHONY : mysqlx.cc.i + +mysqlx.s: mysqlx.cc.s +.PHONY : mysqlx.s + +# target to generate assembly for a file +mysqlx.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/mysqlx.cc.s +.PHONY : mysqlx.cc.s + +result.o: result.cc.o +.PHONY : result.o + +# target to build an object file +result.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/result.cc.o +.PHONY : result.cc.o + +result.i: result.cc.i +.PHONY : result.i + +# target to preprocess a source file +result.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/result.cc.i +.PHONY : result.cc.i + +result.s: result.cc.s +.PHONY : result.s + +# target to generate assembly for a file +result.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/result.cc.s +.PHONY : result.cc.s + +session.o: session.cc.o +.PHONY : session.o + +# target to build an object file +session.cc.o: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/session.cc.o +.PHONY : session.cc.o + +session.i: session.cc.i +.PHONY : session.i + +# target to preprocess a source file +session.cc.i: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/session.cc.i +.PHONY : session.cc.i + +session.s: session.cc.s +.PHONY : session.s + +# target to generate assembly for a file +session.cc.s: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f xapi/CMakeFiles/xapi.dir/build.make xapi/CMakeFiles/xapi.dir/session.cc.s +.PHONY : session.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... xapi" + @echo "... crud.o" + @echo "... crud.i" + @echo "... crud.s" + @echo "... mysqlx.o" + @echo "... mysqlx.i" + @echo "... mysqlx.s" + @echo "... result.o" + @echo "... result.i" + @echo "... result.s" + @echo "... session.o" + @echo "... session.i" + @echo "... session.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/xapi/cmake_install.cmake b/build/xapi/cmake_install.cmake new file mode 100644 index 000000000..8be78120f --- /dev/null +++ b/build/xapi/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/xapi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/carlon/code/mysql-connector-cpp/build/xapi/tests/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/xapi/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/xapi/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/build/xapi/tests/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..c7174aa3e --- /dev/null +++ b/build/xapi/tests/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/carlon/code/mysql-connector-cpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/carlon/code/mysql-connector-cpp/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/xapi/tests/CMakeFiles/progress.marks b/build/xapi/tests/CMakeFiles/progress.marks new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/build/xapi/tests/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/xapi/tests/Makefile b/build/xapi/tests/Makefile new file mode 100644 index 000000000..62a14a174 --- /dev/null +++ b/build/xapi/tests/Makefile @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/carlon/code/mysql-connector-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/carlon/code/mysql-connector-cpp/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DevCommon\" \"JDBCDev\" \"JDBCDll\" \"JDBCTests\" \"Readme\" \"XDevAPIDev\" \"XDevAPIDll\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles /home/carlon/code/mysql-connector-cpp/build/xapi/tests//CMakeFiles/progress.marks + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xapi/tests/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/carlon/code/mysql-connector-cpp/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xapi/tests/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xapi/tests/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/carlon/code/mysql-connector-cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xapi/tests/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/carlon/code/mysql-connector-cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/xapi/tests/cmake_install.cmake b/build/xapi/tests/cmake_install.cmake new file mode 100644 index 000000000..415a41d44 --- /dev/null +++ b/build/xapi/tests/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/carlon/code/mysql-connector-cpp/xapi/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local/mysql/connector-cpp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/carlon/code/mysql-connector-cpp/build/xapi/tests/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/common/value.h b/common/value.h index 3af54439b..dbb1c1d39 100644 --- a/common/value.h +++ b/common/value.h @@ -36,6 +36,9 @@ #include #include +// Add these to define standard integer types +#include // int64_t, uint64_t, etc. +#include // size_t namespace mysqlx { @@ -93,7 +96,8 @@ using cdk::string; using cdk::byte; using cdk::bytes; using mysqlx::common::Value; - +using bigint_64_t = int64_t; +using u_bigint_64_t = uint64_t; /* Wrappres which present a given Value instance as a CDK scalar or expression. diff --git a/include/mysqlx/common/value.h b/include/mysqlx/common/value.h index 4f1b7a38f..7e0643b27 100644 --- a/include/mysqlx/common/value.h +++ b/include/mysqlx/common/value.h @@ -40,12 +40,17 @@ PUSH_SYS_WARNINGS #include POP_SYS_WARNINGS +#include +#include namespace mysqlx { MYSQLX_ABI_BEGIN(2,0) namespace common { +using bigint_64_t = int64_t; +using u_bigint_64_t = uint64_t; + class Value_conv; /*