Commit fff5fc75 authored by casualet's avatar casualet

add dumper tool

parent 871756bd
mydumper
myloader
*~
*.dSYM
export
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
config.h
docs/CMakeFiles/
docs/Makefile
docs/_doctrees/
docs/_sources/
docs/cmake_install.cmake
docs/html/
docs/man/
docs/_build/conf.py
docs/_build/sources.cmake
.project
This diff is collapsed.
set(CMAKE_C_COMPILER "/usr/bin/cc")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "GNU")
set(CMAKE_C_COMPILER_VERSION "5.4.0")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
set(CMAKE_C_COMPILE_FEATURES "c_function_prototypes;c_restrict;c_variadic_macros;c_static_assert")
set(CMAKE_C90_COMPILE_FEATURES "c_function_prototypes")
set(CMAKE_C99_COMPILE_FEATURES "c_restrict;c_variadic_macros")
set(CMAKE_C11_COMPILE_FEATURES "c_static_assert")
set(CMAKE_C_PLATFORM_ID "Linux")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_COMPILER_IS_GNUCC 1)
set(CMAKE_C_COMPILER_LOADED 1)
set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_C_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_C_COMPILER_ENV_VAR "CC")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_C_COMPILER_ID_RUN 1)
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
set(CMAKE_C_SIZEOF_DATA_PTR "8")
set(CMAKE_C_COMPILER_ABI "ELF")
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
if(CMAKE_C_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_C_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
endif()
if(CMAKE_C_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
endif()
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "GNU")
set(CMAKE_CXX_COMPILER_VERSION "5.4.0")
set(CMAKE_CXX_COMPILER_WRAPPER "")
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
set(CMAKE_CXX_COMPILE_FEATURES "cxx_template_template_parameters;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_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_CXX98_COMPILE_FEATURES "cxx_template_template_parameters")
set(CMAKE_CXX11_COMPILE_FEATURES "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_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_CXX_PLATFORM_ID "Linux")
set(CMAKE_CXX_SIMULATE_ID "")
set(CMAKE_CXX_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_COMPILER_IS_GNUCXX 1)
set(CMAKE_CXX_COMPILER_LOADED 1)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
set(CMAKE_CXX_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_CXX_COMPILER_ID_RUN 1)
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP)
set(CMAKE_CXX_LINKER_PREFERENCE 30)
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
set(CMAKE_CXX_COMPILER_ABI "ELF")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
if(CMAKE_CXX_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_CXX_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
endif()
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
endif()
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
set(CMAKE_HOST_SYSTEM "Linux-4.4.0-75-generic")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "4.4.0-75-generic")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-4.4.0-75-generic")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "4.4.0-75-generic")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/casualet/github/mydumper")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/casualet/github/mydumper")
# 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})
This diff is collapsed.
# Hashes of file build rules.
d91dd8354440ade4e5aabc2340f5bd93 CMakeFiles/dist
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
# 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.5.1/CMakeCCompiler.cmake"
"CMakeFiles/3.5.1/CMakeCXXCompiler.cmake"
"CMakeFiles/3.5.1/CMakeSystem.cmake"
"CMakeFiles/feature_tests.c"
"CMakeFiles/feature_tests.cxx"
"CMakeLists.txt"
"cmake/modules/FindGLIB2.cmake"
"cmake/modules/FindMySQL.cmake"
"cmake/modules/FindPCRE.cmake"
"cmake/modules/FindSphinx.cmake"
"config.h.in"
"docs/CMakeLists.txt"
"/usr/share/cmake-3.5/Modules/CMakeCCompiler.cmake.in"
"/usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c"
"/usr/share/cmake-3.5/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-3.5/Modules/CMakeCXXCompiler.cmake.in"
"/usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp"
"/usr/share/cmake-3.5/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.5/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.5/Modules/CMakeCompilerIdDetection.cmake"
"/usr/share/cmake-3.5/Modules/CMakeDetermineCCompiler.cmake"
"/usr/share/cmake-3.5/Modules/CMakeDetermineCXXCompiler.cmake"
"/usr/share/cmake-3.5/Modules/CMakeDetermineCompileFeatures.cmake"
"/usr/share/cmake-3.5/Modules/CMakeDetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/CMakeDetermineCompilerABI.cmake"
"/usr/share/cmake-3.5/Modules/CMakeDetermineCompilerId.cmake"
"/usr/share/cmake-3.5/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake-3.5/Modules/CMakeFindBinUtils.cmake"
"/usr/share/cmake-3.5/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.5/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.5/Modules/CMakeParseArguments.cmake"
"/usr/share/cmake-3.5/Modules/CMakeParseImplicitLinkInfo.cmake"
"/usr/share/cmake-3.5/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake-3.5/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.5/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.5/Modules/CMakeTestCCompiler.cmake"
"/usr/share/cmake-3.5/Modules/CMakeTestCXXCompiler.cmake"
"/usr/share/cmake-3.5/Modules/CMakeTestCompilerCommon.cmake"
"/usr/share/cmake-3.5/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/ADSP-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/Borland-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/Clang-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/Cray-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/GHS-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/GNU-C-FeatureTests.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/GNU-CXX-FeatureTests.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/GNU-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/GNU.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/HP-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/IAR-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/Intel-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/MIPSpro-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/MSVC-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/PGI-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/PathScale-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/SCO-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/TI-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/Watcom-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/XL-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake"
"/usr/share/cmake-3.5/Modules/FindPackageMessage.cmake"
"/usr/share/cmake-3.5/Modules/FindPkgConfig.cmake"
"/usr/share/cmake-3.5/Modules/FindZLIB.cmake"
"/usr/share/cmake-3.5/Modules/Internal/FeatureTesting.cmake"
"/usr/share/cmake-3.5/Modules/MultiArchCross.cmake"
"/usr/share/cmake-3.5/Modules/Platform/Linux-CXX.cmake"
"/usr/share/cmake-3.5/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake-3.5/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake-3.5/Modules/Platform/Linux-GNU.cmake"
"/usr/share/cmake-3.5/Modules/Platform/Linux.cmake"
"/usr/share/cmake-3.5/Modules/Platform/UnixPaths.cmake"
"/usr/share/cmake-3.5/Modules/SelectLibraryConfigurations.cmake"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/3.5.1/CMakeSystem.cmake"
"CMakeFiles/3.5.1/CMakeCCompiler.cmake"
"CMakeFiles/3.5.1/CMakeCXXCompiler.cmake"
"CMakeFiles/3.5.1/CMakeCCompiler.cmake"
"CMakeFiles/3.5.1/CMakeCXXCompiler.cmake"
"config.h"
"CMakeFiles/CMakeDirectoryInformation.cmake"
"docs/CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/mydumper.dir/DependInfo.cmake"
"CMakeFiles/dist.dir/DependInfo.cmake"
"CMakeFiles/myloader.dir/DependInfo.cmake"
)
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# The main recursive all target
all:
.PHONY : all
# The main recursive preinstall target
preinstall:
.PHONY : preinstall
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/casualet/github/mydumper
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/casualet/github/mydumper
#=============================================================================
# Target rules for target CMakeFiles/mydumper.dir
# All Build rule for target.
CMakeFiles/mydumper.dir/all:
$(MAKE) -f CMakeFiles/mydumper.dir/build.make CMakeFiles/mydumper.dir/depend
$(MAKE) -f CMakeFiles/mydumper.dir/build.make CMakeFiles/mydumper.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/casualet/github/mydumper/CMakeFiles --progress-num=1,2,3,4 "Built target mydumper"
.PHONY : CMakeFiles/mydumper.dir/all
# Include target in all.
all: CMakeFiles/mydumper.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
CMakeFiles/mydumper.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/casualet/github/mydumper/CMakeFiles 4
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/mydumper.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/casualet/github/mydumper/CMakeFiles 0
.PHONY : CMakeFiles/mydumper.dir/rule
# Convenience name for target.
mydumper: CMakeFiles/mydumper.dir/rule
.PHONY : mydumper
# clean rule for target.
CMakeFiles/mydumper.dir/clean:
$(MAKE) -f CMakeFiles/mydumper.dir/build.make CMakeFiles/mydumper.dir/clean
.PHONY : CMakeFiles/mydumper.dir/clean
# clean rule for target.
clean: CMakeFiles/mydumper.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/dist.dir
# All Build rule for target.
CMakeFiles/dist.dir/all:
$(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/depend
$(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/casualet/github/mydumper/CMakeFiles --progress-num= "Built target dist"
.PHONY : CMakeFiles/dist.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/dist.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/casualet/github/mydumper/CMakeFiles 0
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/dist.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/casualet/github/mydumper/CMakeFiles 0
.PHONY : CMakeFiles/dist.dir/rule
# Convenience name for target.
dist: CMakeFiles/dist.dir/rule
.PHONY : dist
# clean rule for target.
CMakeFiles/dist.dir/clean:
$(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/clean
.PHONY : CMakeFiles/dist.dir/clean
# clean rule for target.
clean: CMakeFiles/dist.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/myloader.dir
# All Build rule for target.
CMakeFiles/myloader.dir/all:
$(MAKE) -f CMakeFiles/myloader.dir/build.make CMakeFiles/myloader.dir/depend
$(MAKE) -f CMakeFiles/myloader.dir/build.make CMakeFiles/myloader.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/casualet/github/mydumper/CMakeFiles --progress-num=5,6 "Built target myloader"
.PHONY : CMakeFiles/myloader.dir/all
# Include target in all.
all: CMakeFiles/myloader.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
CMakeFiles/myloader.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/casualet/github/mydumper/CMakeFiles 2
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/myloader.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/casualet/github/mydumper/CMakeFiles 0
.PHONY : CMakeFiles/myloader.dir/rule
# Convenience name for target.
myloader: CMakeFiles/myloader.dir/rule
.PHONY : myloader
# clean rule for target.
CMakeFiles/myloader.dir/clean:
$(MAKE) -f CMakeFiles/myloader.dir/build.make CMakeFiles/myloader.dir/clean
.PHONY : CMakeFiles/myloader.dir/clean
# clean rule for target.
clean: CMakeFiles/myloader.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory docs
# Convenience name for "all" pass in the directory.
docs/all:
.PHONY : docs/all
# Convenience name for "clean" pass in the directory.
docs/clean:
.PHONY : docs/clean
# Convenience name for "preinstall" pass in the directory.
docs/preinstall:
.PHONY : docs/preinstall
#=============================================================================
# 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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
/home/casualet/github/mydumper/CMakeFiles/install.dir
/home/casualet/github/mydumper/CMakeFiles/list_install_components.dir
/home/casualet/github/mydumper/CMakeFiles/rebuild_cache.dir
/home/casualet/github/mydumper/CMakeFiles/edit_cache.dir
/home/casualet/github/mydumper/CMakeFiles/mydumper.dir
/home/casualet/github/mydumper/CMakeFiles/dist.dir
/home/casualet/github/mydumper/CMakeFiles/myloader.dir
/home/casualet/github/mydumper/CMakeFiles/install/local.dir
/home/casualet/github/mydumper/CMakeFiles/install/strip.dir
/home/casualet/github/mydumper/docs/CMakeFiles/install.dir
/home/casualet/github/mydumper/docs/CMakeFiles/list_install_components.dir
/home/casualet/github/mydumper/docs/CMakeFiles/install/strip.dir
/home/casualet/github/mydumper/docs/CMakeFiles/install/local.dir
/home/casualet/github/mydumper/docs/CMakeFiles/rebuild_cache.dir
/home/casualet/github/mydumper/docs/CMakeFiles/edit_cache.dir
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/casualet/github/mydumper
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/casualet/github/mydumper
# Utility rule file for dist.
# Include the progress variables for this target.
include CMakeFiles/dist.dir/progress.make
CMakeFiles/dist:
bzr export --root=mydumper-0.9.2 /home/casualet/github/mydumper/mydumper-0.9.2.tar.gz
dist: CMakeFiles/dist
dist: CMakeFiles/dist.dir/build.make
.PHONY : dist
# Rule to build all files generated by this target.
CMakeFiles/dist.dir/build: dist
.PHONY : CMakeFiles/dist.dir/build
CMakeFiles/dist.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/dist.dir/cmake_clean.cmake
.PHONY : CMakeFiles/dist.dir/clean
CMakeFiles/dist.dir/depend:
cd /home/casualet/github/mydumper && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/casualet/github/mydumper /home/casualet/github/mydumper /home/casualet/github/mydumper /home/casualet/github/mydumper /home/casualet/github/mydumper/CMakeFiles/dist.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/dist.dir/depend
file(REMOVE_RECURSE
"CMakeFiles/dist"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/dist.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
const char features[] = {"\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404
"1"
#else
"0"
#endif
"c_function_prototypes\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_restrict\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L
"1"
#else
"0"
#endif
"c_static_assert\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_variadic_macros\n"
};
int main(int argc, char** argv) { (void)argv; return features[argc]; }
This diff is collapsed.
#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/casualet/github/mydumper/binlog.h
mydumper.h
/home/casualet/github/mydumper/mydumper.h
/home/casualet/github/mydumper/common.h
/home/casualet/github/mydumper/config.h
/home/casualet/github/mydumper/g_unix_signal.c
signal.h
-
glib.h
-
/home/casualet/github/mydumper/g_unix_signal.h
glib.h
-
/home/casualet/github/mydumper/mydumper.c
mysql.h
-
unistd.h
-
stdio.h
-
string.h
-
glib.h
-
stdlib.h
-
stdarg.h
-
errno.h
-
time.h
-
zlib.h
-
pcre.h
-
signal.h
-
glib/gstdio.h
-
config.h
/home/casualet/github/mydumper/config.h
binlog.h
/home/casualet/github/mydumper/binlog.h
mydumper.h
/home/casualet/github/mydumper/mydumper.h
server_detect.h
/home/casualet/github/mydumper/server_detect.h
common.h
/home/casualet/github/mydumper/common.h
g_unix_signal.h
/home/casualet/github/mydumper/g_unix_signal.h
math.h
-
/home/casualet/github/mydumper/mydumper.h
/home/casualet/github/mydumper/server_detect.c
pcre.h
-
glib.h
-
string.h
-
server_detect.h
/home/casualet/github/mydumper/server_detect.h
/home/casualet/github/mydumper/server_detect.h
mysql.h
-
/usr/include/glib-2.0/glib.h
glib/galloca.h
-
glib/garray.h
-
glib/gasyncqueue.h
-
glib/gatomic.h
-
glib/gbacktrace.h
-
glib/gbase64.h
-
glib/gbitlock.h
-
glib/gbookmarkfile.h
-
glib/gbytes.h
-
glib/gcharset.h
-
glib/gchecksum.h
-
glib/gconvert.h
-
glib/gdataset.h
-
glib/gdate.h
-
glib/gdatetime.h
-
glib/gdir.h
-
glib/genviron.h
-
glib/gerror.h
-
glib/gfileutils.h
-
glib/ggettext.h
-
glib/ghash.h
-
glib/ghmac.h
-
glib/ghook.h
-
glib/ghostutils.h
-
glib/giochannel.h
-
glib/gkeyfile.h
-
glib/glist.h
-
glib/gmacros.h
-
glib/gmain.h
-
glib/gmappedfile.h
-
glib/gmarkup.h
-
glib/gmem.h
-
glib/gmessages.h
-
glib/gnode.h
-
glib/goption.h
-
glib/gpattern.h
-
glib/gpoll.h
-
glib/gprimes.h
-
glib/gqsort.h
-
glib/gquark.h
-
glib/gqueue.h
-
glib/grand.h
-
glib/gregex.h
-
glib/gscanner.h
-
glib/gsequence.h
-
glib/gshell.h
-
glib/gslice.h
-
glib/gslist.h
-
glib/gspawn.h
-
glib/gstrfuncs.h
-
glib/gstring.h
-
glib/gstringchunk.h
-
glib/gtestutils.h
-
glib/gthread.h
-
glib/gthreadpool.h
-
glib/gtimer.h
-
glib/gtimezone.h
-
glib/gtrashstack.h
-
glib/gtree.h
-
glib/gtypes.h
-
glib/gunicode.h
-
glib/gurifuncs.h
-
glib/gutils.h
-
glib/gvarianttype.h
-
glib/gvariant.h
-
glib/gversion.h
-
glib/gversionmacros.h
-
glib/gwin32.h
-
glib/deprecated/gallocator.h
-
glib/deprecated/gcache.h
-
glib/deprecated/gcompletion.h
-
glib/deprecated/gmain.h
-
glib/deprecated/grel.h
-
glib/deprecated/gthread.h
-
glib/glib-autocleanups.h
-
/usr/include/glib-2.0/glib/deprecated/gallocator.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/deprecated/gcache.h
glib/glist.h
-
/usr/include/glib-2.0/glib/deprecated/gcompletion.h
glib/glist.h
-
/usr/include/glib-2.0/glib/deprecated/gmain.h
glib/gmain.h
-
/usr/include/glib-2.0/glib/deprecated/grel.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/deprecated/gthread.h
glib/gthread.h
-
sys/types.h
-
pthread.h
-
/usr/include/glib-2.0/glib/galloca.h
glib/gtypes.h
-
alloca.h
-
alloca.h
-
malloc.h
-
/usr/include/glib-2.0/glib/garray.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gasyncqueue.h
glib/gthread.h
-
/usr/include/glib-2.0/glib/gatomic.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gbacktrace.h
glib/gtypes.h
-
signal.h
-
/usr/include/glib-2.0/glib/gbase64.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gbitlock.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gbookmarkfile.h
glib/gerror.h
-
time.h
-
/usr/include/glib-2.0/glib/gbytes.h
glib/gtypes.h
-
glib/garray.h
-
/usr/include/glib-2.0/glib/gcharset.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gchecksum.h
glib/gtypes.h
-
glib/gbytes.h
-
/usr/include/glib-2.0/glib/gconvert.h
glib/gerror.h
-
/usr/include/glib-2.0/glib/gdataset.h
glib/gquark.h
-
/usr/include/glib-2.0/glib/gdate.h
time.h
-
glib/gtypes.h
-
glib/gquark.h
-
/usr/include/glib-2.0/glib/gdatetime.h
glib/gtimezone.h
-
/usr/include/glib-2.0/glib/gdir.h
glib/gerror.h
-
dirent.h
-
/usr/include/glib-2.0/glib/genviron.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gerror.h
stdarg.h
-
glib/gquark.h
-
/usr/include/glib-2.0/glib/gfileutils.h
glib/gerror.h
-
/usr/include/glib-2.0/glib/ggettext.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/ghash.h
glib/gtypes.h
-
glib/glist.h
-
/usr/include/glib-2.0/glib/ghmac.h
glib/gtypes.h
-
gchecksum.h
/usr/include/glib-2.0/glib/gchecksum.h
/usr/include/glib-2.0/glib/ghook.h
glib/gmem.h
-
/usr/include/glib-2.0/glib/ghostutils.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/giochannel.h
glib/gconvert.h
-
glib/gmain.h
-
glib/gstring.h
-
/usr/include/glib-2.0/glib/gkeyfile.h
glib/gerror.h
-
/usr/include/glib-2.0/glib/glib-autocleanups.h
/usr/include/glib-2.0/glib/glist.h
glib/gmem.h
-
glib/gnode.h
-
/usr/include/glib-2.0/glib/gmacros.h
stddef.h
-
/usr/include/glib-2.0/glib/gmain.h
glib/gpoll.h
-
glib/gslist.h
-
glib/gthread.h
-
/usr/include/glib-2.0/glib/gmappedfile.h
glib/gbytes.h
-
glib/gerror.h
-
/usr/include/glib-2.0/glib/gmarkup.h
stdarg.h
-
glib/gerror.h
-
glib/gslist.h
-
/usr/include/glib-2.0/glib/gmem.h
glib/gutils.h
-
/usr/include/glib-2.0/glib/gmessages.h
stdarg.h
-
glib/gtypes.h
-
glib/gmacros.h
-
/usr/include/glib-2.0/glib/gnode.h
glib/gmem.h
-
/usr/include/glib-2.0/glib/goption.h
glib/gerror.h
-
glib/gquark.h
-
/usr/include/glib-2.0/glib/gpattern.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gpoll.h
glibconfig.h
-
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gprimes.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gprintf.h
glib.h
-
stdio.h
-
stdarg.h
-
/usr/include/glib-2.0/glib/gqsort.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gquark.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gqueue.h
glib/glist.h
-
/usr/include/glib-2.0/glib/grand.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gregex.h
glib/gerror.h
-
glib/gstring.h
-
/usr/include/glib-2.0/glib/gscanner.h
glib/gdataset.h
-
glib/ghash.h
-
/usr/include/glib-2.0/glib/gsequence.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gshell.h
glib/gerror.h
-
/usr/include/glib-2.0/glib/gslice.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gslist.h
glib/gmem.h
-
glib/gnode.h
-
/usr/include/glib-2.0/glib/gspawn.h
glib/gerror.h
-
/usr/include/glib-2.0/glib/gstdio.h
glib/gprintf.h
-
sys/stat.h
-
/usr/include/glib-2.0/glib/gstrfuncs.h
stdarg.h
-
glib/gmacros.h
-
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gstring.h
glib/gtypes.h
-
glib/gunicode.h
-
glib/gbytes.h
-
glib/gutils.h
-
/usr/include/glib-2.0/glib/gstringchunk.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gtestutils.h
glib/gmessages.h
-
glib/gstring.h
-
glib/gerror.h
-
glib/gslist.h
-
/usr/include/glib-2.0/glib/gthread.h
glib/gatomic.h
-
glib/gerror.h
-
glib/gutils.h
-
/usr/include/glib-2.0/glib/gthreadpool.h
glib/gthread.h
-
/usr/include/glib-2.0/glib/gtimer.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gtimezone.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gtrashstack.h
glib/gutils.h
-
/usr/include/glib-2.0/glib/gtree.h
glib/gnode.h
-
/usr/include/glib-2.0/glib/gtypes.h
glibconfig.h
-
glib/gmacros.h
-
glib/gversionmacros.h
-
time.h
-
/usr/include/glib-2.0/glib/gunicode.h
glib/gerror.h
-
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gurifuncs.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gutils.h
glib/gtypes.h
-
stdarg.h
-
/usr/include/glib-2.0/glib/gvariant.h
glib/gvarianttype.h
-
glib/gstring.h
-
glib/gbytes.h
-
/usr/include/glib-2.0/glib/gvarianttype.h
glib/gmessages.h
-
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gversion.h
glib/gtypes.h
-
/usr/include/glib-2.0/glib/gversionmacros.h
/usr/include/glib-2.0/glib/gwin32.h
glib/gtypes.h
-
/usr/include/mysql/binary_log_types.h
/usr/include/mysql/my_alloc.h
mysql/psi/psi_memory.h
/usr/include/mysql/mysql/psi/psi_memory.h
/usr/include/mysql/my_command.h
/usr/include/mysql/my_list.h
/usr/include/mysql/mysql.h
sys/types.h
-
windows.h
-
winsock2.h
-
mysql_version.h
/usr/include/mysql/mysql_version.h
mysql_com.h
/usr/include/mysql/mysql_com.h
mysql_time.h
/usr/include/mysql/mysql_time.h
my_list.h
/usr/include/mysql/my_list.h
mysql/client_plugin.h
/usr/include/mysql/mysql/client_plugin.h
typelib.h
/usr/include/mysql/typelib.h
my_alloc.h
/usr/include/mysql/my_alloc.h
/usr/include/mysql/mysql/client_plugin.h
stdarg.h
-
stdlib.h
-
plugin_auth_common.h
/usr/include/mysql/mysql/plugin_auth_common.h
/usr/include/mysql/mysql/plugin_auth_common.h
windows.h
-
/usr/include/mysql/mysql/psi/psi_base.h
/usr/include/mysql/mysql/psi/psi_memory.h
psi_base.h
/usr/include/mysql/mysql/psi/psi_base.h
/usr/include/mysql/mysql_com.h
binary_log_types.h
/usr/include/mysql/binary_log_types.h
my_command.h
/usr/include/mysql/my_command.h
/usr/include/mysql/mysql_time.h
/usr/include/mysql/mysql_version.h
/usr/include/mysql/typelib.h
my_alloc.h
/usr/include/mysql/my_alloc.h
/usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h
glib/gmacros.h
-
limits.h
-
float.h
-
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/home/casualet/github/mydumper/g_unix_signal.c" "/home/casualet/github/mydumper/CMakeFiles/mydumper.dir/g_unix_signal.c.o"
"/home/casualet/github/mydumper/mydumper.c" "/home/casualet/github/mydumper/CMakeFiles/mydumper.dir/mydumper.c.o"
"/home/casualet/github/mydumper/server_detect.c" "/home/casualet/github/mydumper/CMakeFiles/mydumper.dir/server_detect.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"/usr/include/mysql"
"/usr/include/glib-2.0"
"/usr/lib/x86_64-linux-gnu/glib-2.0/include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/casualet/github/mydumper
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/casualet/github/mydumper
# Include any dependencies generated for this target.
include CMakeFiles/mydumper.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/mydumper.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/mydumper.dir/flags.make
CMakeFiles/mydumper.dir/mydumper.c.o: CMakeFiles/mydumper.dir/flags.make
CMakeFiles/mydumper.dir/mydumper.c.o: mydumper.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/casualet/github/mydumper/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/mydumper.dir/mydumper.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mydumper.dir/mydumper.c.o -c /home/casualet/github/mydumper/mydumper.c
CMakeFiles/mydumper.dir/mydumper.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mydumper.dir/mydumper.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/casualet/github/mydumper/mydumper.c > CMakeFiles/mydumper.dir/mydumper.c.i
CMakeFiles/mydumper.dir/mydumper.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mydumper.dir/mydumper.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/casualet/github/mydumper/mydumper.c -o CMakeFiles/mydumper.dir/mydumper.c.s
CMakeFiles/mydumper.dir/mydumper.c.o.requires:
.PHONY : CMakeFiles/mydumper.dir/mydumper.c.o.requires
CMakeFiles/mydumper.dir/mydumper.c.o.provides: CMakeFiles/mydumper.dir/mydumper.c.o.requires
$(MAKE) -f CMakeFiles/mydumper.dir/build.make CMakeFiles/mydumper.dir/mydumper.c.o.provides.build
.PHONY : CMakeFiles/mydumper.dir/mydumper.c.o.provides
CMakeFiles/mydumper.dir/mydumper.c.o.provides.build: CMakeFiles/mydumper.dir/mydumper.c.o
CMakeFiles/mydumper.dir/server_detect.c.o: CMakeFiles/mydumper.dir/flags.make
CMakeFiles/mydumper.dir/server_detect.c.o: server_detect.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/casualet/github/mydumper/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/mydumper.dir/server_detect.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mydumper.dir/server_detect.c.o -c /home/casualet/github/mydumper/server_detect.c
CMakeFiles/mydumper.dir/server_detect.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mydumper.dir/server_detect.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/casualet/github/mydumper/server_detect.c > CMakeFiles/mydumper.dir/server_detect.c.i
CMakeFiles/mydumper.dir/server_detect.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mydumper.dir/server_detect.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/casualet/github/mydumper/server_detect.c -o CMakeFiles/mydumper.dir/server_detect.c.s
CMakeFiles/mydumper.dir/server_detect.c.o.requires:
.PHONY : CMakeFiles/mydumper.dir/server_detect.c.o.requires
CMakeFiles/mydumper.dir/server_detect.c.o.provides: CMakeFiles/mydumper.dir/server_detect.c.o.requires
$(MAKE) -f CMakeFiles/mydumper.dir/build.make CMakeFiles/mydumper.dir/server_detect.c.o.provides.build
.PHONY : CMakeFiles/mydumper.dir/server_detect.c.o.provides
CMakeFiles/mydumper.dir/server_detect.c.o.provides.build: CMakeFiles/mydumper.dir/server_detect.c.o
CMakeFiles/mydumper.dir/g_unix_signal.c.o: CMakeFiles/mydumper.dir/flags.make
CMakeFiles/mydumper.dir/g_unix_signal.c.o: g_unix_signal.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/casualet/github/mydumper/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/mydumper.dir/g_unix_signal.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mydumper.dir/g_unix_signal.c.o -c /home/casualet/github/mydumper/g_unix_signal.c
CMakeFiles/mydumper.dir/g_unix_signal.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mydumper.dir/g_unix_signal.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/casualet/github/mydumper/g_unix_signal.c > CMakeFiles/mydumper.dir/g_unix_signal.c.i
CMakeFiles/mydumper.dir/g_unix_signal.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mydumper.dir/g_unix_signal.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/casualet/github/mydumper/g_unix_signal.c -o CMakeFiles/mydumper.dir/g_unix_signal.c.s
CMakeFiles/mydumper.dir/g_unix_signal.c.o.requires:
.PHONY : CMakeFiles/mydumper.dir/g_unix_signal.c.o.requires
CMakeFiles/mydumper.dir/g_unix_signal.c.o.provides: CMakeFiles/mydumper.dir/g_unix_signal.c.o.requires
$(MAKE) -f CMakeFiles/mydumper.dir/build.make CMakeFiles/mydumper.dir/g_unix_signal.c.o.provides.build
.PHONY : CMakeFiles/mydumper.dir/g_unix_signal.c.o.provides
CMakeFiles/mydumper.dir/g_unix_signal.c.o.provides.build: CMakeFiles/mydumper.dir/g_unix_signal.c.o
# Object files for target mydumper
mydumper_OBJECTS = \
"CMakeFiles/mydumper.dir/mydumper.c.o" \
"CMakeFiles/mydumper.dir/server_detect.c.o" \
"CMakeFiles/mydumper.dir/g_unix_signal.c.o"
# External object files for target mydumper
mydumper_EXTERNAL_OBJECTS =
mydumper: CMakeFiles/mydumper.dir/mydumper.c.o
mydumper: CMakeFiles/mydumper.dir/server_detect.c.o
mydumper: CMakeFiles/mydumper.dir/g_unix_signal.c.o
mydumper: CMakeFiles/mydumper.dir/build.make
mydumper: /usr/lib/x86_64-linux-gnu/libmysqlclient.so
mydumper: /usr/lib/x86_64-linux-gnu/libpthread.so
mydumper: /usr/lib/x86_64-linux-gnu/libz.so
mydumper: /usr/lib/x86_64-linux-gnu/libm.so
mydumper: /usr/lib/x86_64-linux-gnu/librt.so
mydumper: /usr/lib/x86_64-linux-gnu/libdl.so
mydumper: /usr/lib/x86_64-linux-gnu/libglib-2.0.so
mydumper: /usr/lib/x86_64-linux-gnu/libgthread-2.0.so
mydumper: /usr/lib/x86_64-linux-gnu/libpcre.so
mydumper: /usr/lib/x86_64-linux-gnu/libz.so
mydumper: /usr/lib/x86_64-linux-gnu/libm.so
mydumper: /usr/lib/x86_64-linux-gnu/librt.so
mydumper: /usr/lib/x86_64-linux-gnu/libdl.so
mydumper: /usr/lib/x86_64-linux-gnu/libglib-2.0.so
mydumper: /usr/lib/x86_64-linux-gnu/libgthread-2.0.so
mydumper: /usr/lib/x86_64-linux-gnu/libpcre.so
mydumper: CMakeFiles/mydumper.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/casualet/github/mydumper/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable mydumper"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mydumper.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/mydumper.dir/build: mydumper
.PHONY : CMakeFiles/mydumper.dir/build
CMakeFiles/mydumper.dir/requires: CMakeFiles/mydumper.dir/mydumper.c.o.requires
CMakeFiles/mydumper.dir/requires: CMakeFiles/mydumper.dir/server_detect.c.o.requires
CMakeFiles/mydumper.dir/requires: CMakeFiles/mydumper.dir/g_unix_signal.c.o.requires
.PHONY : CMakeFiles/mydumper.dir/requires
CMakeFiles/mydumper.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/mydumper.dir/cmake_clean.cmake
.PHONY : CMakeFiles/mydumper.dir/clean
CMakeFiles/mydumper.dir/depend:
cd /home/casualet/github/mydumper && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/casualet/github/mydumper /home/casualet/github/mydumper /home/casualet/github/mydumper /home/casualet/github/mydumper /home/casualet/github/mydumper/CMakeFiles/mydumper.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/mydumper.dir/depend
file(REMOVE_RECURSE
"CMakeFiles/mydumper.dir/mydumper.c.o"
"CMakeFiles/mydumper.dir/server_detect.c.o"
"CMakeFiles/mydumper.dir/g_unix_signal.c.o"
"mydumper.pdb"
"mydumper"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/mydumper.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
This diff is collapsed.
This diff is collapsed.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
# compile C with /usr/bin/cc
C_FLAGS = -Wall -Wno-deprecated-declarations -Wunused -Wwrite-strings -Wno-strict-aliasing -Wextra -Wshadow -Werror -O3 -g -I/usr/include/mysql
C_DEFINES =
C_INCLUDES = -I/usr/include/mysql -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
/usr/bin/cc -Wall -Wno-deprecated-declarations -Wunused -Wwrite-strings -Wno-strict-aliasing -Wextra -Wshadow -Werror -O3 -g -I/usr/include/mysql CMakeFiles/mydumper.dir/mydumper.c.o CMakeFiles/mydumper.dir/server_detect.c.o CMakeFiles/mydumper.dir/g_unix_signal.c.o -o mydumper -rdynamic -lmysqlclient -lpthread -lz -lm -lrt -ldl -lglib-2.0 -lgthread-2.0 -lpcre -lz -lm -lrt -ldl -lglib-2.0 -lgthread-2.0 -lpcre
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 = 3
CMAKE_PROGRESS_4 = 4
This diff is collapsed.
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/home/casualet/github/mydumper/myloader.c" "/home/casualet/github/mydumper/CMakeFiles/myloader.dir/myloader.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"/usr/include/mysql"
"/usr/include/glib-2.0"
"/usr/lib/x86_64-linux-gnu/glib-2.0/include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/casualet/github/mydumper
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/casualet/github/mydumper
# Include any dependencies generated for this target.
include CMakeFiles/myloader.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/myloader.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/myloader.dir/flags.make
CMakeFiles/myloader.dir/myloader.c.o: CMakeFiles/myloader.dir/flags.make
CMakeFiles/myloader.dir/myloader.c.o: myloader.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/casualet/github/mydumper/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/myloader.dir/myloader.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/myloader.dir/myloader.c.o -c /home/casualet/github/mydumper/myloader.c
CMakeFiles/myloader.dir/myloader.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/myloader.dir/myloader.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/casualet/github/mydumper/myloader.c > CMakeFiles/myloader.dir/myloader.c.i
CMakeFiles/myloader.dir/myloader.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/myloader.dir/myloader.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/casualet/github/mydumper/myloader.c -o CMakeFiles/myloader.dir/myloader.c.s
CMakeFiles/myloader.dir/myloader.c.o.requires:
.PHONY : CMakeFiles/myloader.dir/myloader.c.o.requires
CMakeFiles/myloader.dir/myloader.c.o.provides: CMakeFiles/myloader.dir/myloader.c.o.requires
$(MAKE) -f CMakeFiles/myloader.dir/build.make CMakeFiles/myloader.dir/myloader.c.o.provides.build
.PHONY : CMakeFiles/myloader.dir/myloader.c.o.provides
CMakeFiles/myloader.dir/myloader.c.o.provides.build: CMakeFiles/myloader.dir/myloader.c.o
# Object files for target myloader
myloader_OBJECTS = \
"CMakeFiles/myloader.dir/myloader.c.o"
# External object files for target myloader
myloader_EXTERNAL_OBJECTS =
myloader: CMakeFiles/myloader.dir/myloader.c.o
myloader: CMakeFiles/myloader.dir/build.make
myloader: /usr/lib/x86_64-linux-gnu/libmysqlclient.so
myloader: /usr/lib/x86_64-linux-gnu/libpthread.so
myloader: /usr/lib/x86_64-linux-gnu/libz.so
myloader: /usr/lib/x86_64-linux-gnu/libm.so
myloader: /usr/lib/x86_64-linux-gnu/librt.so
myloader: /usr/lib/x86_64-linux-gnu/libdl.so
myloader: /usr/lib/x86_64-linux-gnu/libglib-2.0.so
myloader: /usr/lib/x86_64-linux-gnu/libgthread-2.0.so
myloader: /usr/lib/x86_64-linux-gnu/libpcre.so
myloader: /usr/lib/x86_64-linux-gnu/libz.so
myloader: /usr/lib/x86_64-linux-gnu/libm.so
myloader: /usr/lib/x86_64-linux-gnu/librt.so
myloader: /usr/lib/x86_64-linux-gnu/libdl.so
myloader: /usr/lib/x86_64-linux-gnu/libglib-2.0.so
myloader: /usr/lib/x86_64-linux-gnu/libgthread-2.0.so
myloader: /usr/lib/x86_64-linux-gnu/libpcre.so
myloader: CMakeFiles/myloader.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/casualet/github/mydumper/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable myloader"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/myloader.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/myloader.dir/build: myloader
.PHONY : CMakeFiles/myloader.dir/build
CMakeFiles/myloader.dir/requires: CMakeFiles/myloader.dir/myloader.c.o.requires
.PHONY : CMakeFiles/myloader.dir/requires
CMakeFiles/myloader.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/myloader.dir/cmake_clean.cmake
.PHONY : CMakeFiles/myloader.dir/clean
CMakeFiles/myloader.dir/depend:
cd /home/casualet/github/mydumper && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/casualet/github/mydumper /home/casualet/github/mydumper /home/casualet/github/mydumper /home/casualet/github/mydumper /home/casualet/github/mydumper/CMakeFiles/myloader.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/myloader.dir/depend
file(REMOVE_RECURSE
"CMakeFiles/myloader.dir/myloader.c.o"
"myloader.pdb"
"myloader"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/myloader.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
CMakeFiles/myloader.dir/myloader.c.o
/home/casualet/github/mydumper/common.h
/home/casualet/github/mydumper/config.h
/home/casualet/github/mydumper/myloader.c
/home/casualet/github/mydumper/myloader.h
/usr/include/glib-2.0/glib.h
/usr/include/glib-2.0/glib/deprecated/gallocator.h
/usr/include/glib-2.0/glib/deprecated/gcache.h
/usr/include/glib-2.0/glib/deprecated/gcompletion.h
/usr/include/glib-2.0/glib/deprecated/gmain.h
/usr/include/glib-2.0/glib/deprecated/grel.h
/usr/include/glib-2.0/glib/deprecated/gthread.h
/usr/include/glib-2.0/glib/galloca.h
/usr/include/glib-2.0/glib/garray.h
/usr/include/glib-2.0/glib/gasyncqueue.h
/usr/include/glib-2.0/glib/gatomic.h
/usr/include/glib-2.0/glib/gbacktrace.h
/usr/include/glib-2.0/glib/gbase64.h
/usr/include/glib-2.0/glib/gbitlock.h
/usr/include/glib-2.0/glib/gbookmarkfile.h
/usr/include/glib-2.0/glib/gbytes.h
/usr/include/glib-2.0/glib/gcharset.h
/usr/include/glib-2.0/glib/gchecksum.h
/usr/include/glib-2.0/glib/gconvert.h
/usr/include/glib-2.0/glib/gdataset.h
/usr/include/glib-2.0/glib/gdate.h
/usr/include/glib-2.0/glib/gdatetime.h
/usr/include/glib-2.0/glib/gdir.h
/usr/include/glib-2.0/glib/genviron.h
/usr/include/glib-2.0/glib/gerror.h
/usr/include/glib-2.0/glib/gfileutils.h
/usr/include/glib-2.0/glib/ggettext.h
/usr/include/glib-2.0/glib/ghash.h
/usr/include/glib-2.0/glib/ghmac.h
/usr/include/glib-2.0/glib/ghook.h
/usr/include/glib-2.0/glib/ghostutils.h
/usr/include/glib-2.0/glib/giochannel.h
/usr/include/glib-2.0/glib/gkeyfile.h
/usr/include/glib-2.0/glib/glib-autocleanups.h
/usr/include/glib-2.0/glib/glist.h
/usr/include/glib-2.0/glib/gmacros.h
/usr/include/glib-2.0/glib/gmain.h
/usr/include/glib-2.0/glib/gmappedfile.h
/usr/include/glib-2.0/glib/gmarkup.h
/usr/include/glib-2.0/glib/gmem.h
/usr/include/glib-2.0/glib/gmessages.h
/usr/include/glib-2.0/glib/gnode.h
/usr/include/glib-2.0/glib/goption.h
/usr/include/glib-2.0/glib/gpattern.h
/usr/include/glib-2.0/glib/gpoll.h
/usr/include/glib-2.0/glib/gprimes.h
/usr/include/glib-2.0/glib/gprintf.h
/usr/include/glib-2.0/glib/gqsort.h
/usr/include/glib-2.0/glib/gquark.h
/usr/include/glib-2.0/glib/gqueue.h
/usr/include/glib-2.0/glib/grand.h
/usr/include/glib-2.0/glib/gregex.h
/usr/include/glib-2.0/glib/gscanner.h
/usr/include/glib-2.0/glib/gsequence.h
/usr/include/glib-2.0/glib/gshell.h
/usr/include/glib-2.0/glib/gslice.h
/usr/include/glib-2.0/glib/gslist.h
/usr/include/glib-2.0/glib/gspawn.h
/usr/include/glib-2.0/glib/gstdio.h
/usr/include/glib-2.0/glib/gstrfuncs.h
/usr/include/glib-2.0/glib/gstring.h
/usr/include/glib-2.0/glib/gstringchunk.h
/usr/include/glib-2.0/glib/gtestutils.h
/usr/include/glib-2.0/glib/gthread.h
/usr/include/glib-2.0/glib/gthreadpool.h
/usr/include/glib-2.0/glib/gtimer.h
/usr/include/glib-2.0/glib/gtimezone.h
/usr/include/glib-2.0/glib/gtrashstack.h
/usr/include/glib-2.0/glib/gtree.h
/usr/include/glib-2.0/glib/gtypes.h
/usr/include/glib-2.0/glib/gunicode.h
/usr/include/glib-2.0/glib/gurifuncs.h
/usr/include/glib-2.0/glib/gutils.h
/usr/include/glib-2.0/glib/gvariant.h
/usr/include/glib-2.0/glib/gvarianttype.h
/usr/include/glib-2.0/glib/gversion.h
/usr/include/glib-2.0/glib/gversionmacros.h
/usr/include/glib-2.0/glib/gwin32.h
/usr/include/mysql/binary_log_types.h
/usr/include/mysql/my_alloc.h
/usr/include/mysql/my_command.h
/usr/include/mysql/my_list.h
/usr/include/mysql/mysql.h
/usr/include/mysql/mysql/client_plugin.h
/usr/include/mysql/mysql/plugin_auth_common.h
/usr/include/mysql/mysql/psi/psi_base.h
/usr/include/mysql/mysql/psi/psi_memory.h
/usr/include/mysql/mysql_com.h
/usr/include/mysql/mysql_time.h
/usr/include/mysql/mysql_version.h
/usr/include/mysql/typelib.h
/usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h
This diff is collapsed.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
# compile C with /usr/bin/cc
C_FLAGS = -Wall -Wno-deprecated-declarations -Wunused -Wwrite-strings -Wno-strict-aliasing -Wextra -Wshadow -Werror -O3 -g -I/usr/include/mysql
C_DEFINES =
C_INCLUDES = -I/usr/include/mysql -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
/usr/bin/cc -Wall -Wno-deprecated-declarations -Wunused -Wwrite-strings -Wno-strict-aliasing -Wextra -Wshadow -Werror -O3 -g -I/usr/include/mysql CMakeFiles/myloader.dir/myloader.c.o -o myloader -rdynamic -lmysqlclient -lpthread -lz -lm -lrt -ldl -lglib-2.0 -lgthread-2.0 -lpcre -lz -lm -lrt -ldl -lglib-2.0 -lgthread-2.0 -lpcre
CMAKE_PROGRESS_1 = 5
CMAKE_PROGRESS_2 = 6
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Started dump at: 2017-05-02 14:22:30
Finished dump at: 2017-05-02 14:22:30
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment