删除一些没必要的改动

master
a7458969 2019-12-22 13:38:56 +08:00
parent 6acb8ef2a5
commit 493835ed0a
27 changed files with 0 additions and 1344 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,16 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "D:/project/c++/General")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "D:/project/c++/General/cmake-build-debug")
# 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})

View File

@ -1,11 +0,0 @@
# 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 "")

View File

@ -1,80 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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.
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe" -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = D:\project\c++\General
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = D:\project\c++\General\cmake-build-debug
# Utility rule file for CopyTask.
# Include the progress variables for this target.
include CMakeFiles/CopyTask.dir/progress.make
CMakeFiles/CopyTask: COPY_RES
COPY_RES:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=D:\project\c++\General\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating COPY_RES"
"C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe" -E copy_directory D:/project/c++/General/inc D:/project/c++/General/obj/inc
CopyTask: CMakeFiles/CopyTask
CopyTask: COPY_RES
CopyTask: CMakeFiles/CopyTask.dir/build.make
.PHONY : CopyTask
# Rule to build all files generated by this target.
CMakeFiles/CopyTask.dir/build: CopyTask
.PHONY : CMakeFiles/CopyTask.dir/build
CMakeFiles/CopyTask.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles\CopyTask.dir\cmake_clean.cmake
.PHONY : CMakeFiles/CopyTask.dir/clean
CMakeFiles/CopyTask.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\project\c++\General D:\project\c++\General D:\project\c++\General\cmake-build-debug D:\project\c++\General\cmake-build-debug D:\project\c++\General\cmake-build-debug\CMakeFiles\CopyTask.dir\DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/CopyTask.dir/depend

View File

@ -1,9 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/CopyTask"
"COPY_RES"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/CopyTask.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -1,2 +0,0 @@
CMAKE_PROGRESS_1 = 1

View File

@ -1,18 +0,0 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
D:/project/c++/General/src/pattern/signleton.cpp
signleton.h
D:/project/c++/General/src/pattern/signleton.h
D:/project/c++/General/src/pattern/signleton.h
memory
-
vector
-

View File

@ -1,25 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"D:/project/c++/General/src/debug.cpp" "D:/project/c++/General/cmake-build-debug/CMakeFiles/General.dir/src/debug.cpp.obj"
"D:/project/c++/General/src/loger.cpp" "D:/project/c++/General/cmake-build-debug/CMakeFiles/General.dir/src/loger.cpp.obj"
"D:/project/c++/General/src/pattern/Observer.cpp" "D:/project/c++/General/cmake-build-debug/CMakeFiles/General.dir/src/pattern/Observer.cpp.obj"
"D:/project/c++/General/src/pattern/signleton.cpp" "D:/project/c++/General/cmake-build-debug/CMakeFiles/General.dir/src/pattern/signleton.cpp.obj"
"D:/project/c++/General/src/utils.cpp" "D:/project/c++/General/cmake-build-debug/CMakeFiles/General.dir/src/utils.cpp.obj"
)
set(CMAKE_CXX_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"../inc"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -1,163 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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.
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe" -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = D:\project\c++\General
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = D:\project\c++\General\cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/General.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/General.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/General.dir/flags.make
CMakeFiles/General.dir/src/debug.cpp.obj: CMakeFiles/General.dir/flags.make
CMakeFiles/General.dir/src/debug.cpp.obj: CMakeFiles/General.dir/includes_CXX.rsp
CMakeFiles/General.dir/src/debug.cpp.obj: ../src/debug.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\project\c++\General\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/General.dir/src/debug.cpp.obj"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles\General.dir\src\debug.cpp.obj -c D:\project\c++\General\src\debug.cpp
CMakeFiles/General.dir/src/debug.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/General.dir/src/debug.cpp.i"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E D:\project\c++\General\src\debug.cpp > CMakeFiles\General.dir\src\debug.cpp.i
CMakeFiles/General.dir/src/debug.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/General.dir/src/debug.cpp.s"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S D:\project\c++\General\src\debug.cpp -o CMakeFiles\General.dir\src\debug.cpp.s
CMakeFiles/General.dir/src/loger.cpp.obj: CMakeFiles/General.dir/flags.make
CMakeFiles/General.dir/src/loger.cpp.obj: CMakeFiles/General.dir/includes_CXX.rsp
CMakeFiles/General.dir/src/loger.cpp.obj: ../src/loger.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\project\c++\General\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/General.dir/src/loger.cpp.obj"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles\General.dir\src\loger.cpp.obj -c D:\project\c++\General\src\loger.cpp
CMakeFiles/General.dir/src/loger.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/General.dir/src/loger.cpp.i"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E D:\project\c++\General\src\loger.cpp > CMakeFiles\General.dir\src\loger.cpp.i
CMakeFiles/General.dir/src/loger.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/General.dir/src/loger.cpp.s"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S D:\project\c++\General\src\loger.cpp -o CMakeFiles\General.dir\src\loger.cpp.s
CMakeFiles/General.dir/src/utils.cpp.obj: CMakeFiles/General.dir/flags.make
CMakeFiles/General.dir/src/utils.cpp.obj: CMakeFiles/General.dir/includes_CXX.rsp
CMakeFiles/General.dir/src/utils.cpp.obj: ../src/utils.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\project\c++\General\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/General.dir/src/utils.cpp.obj"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles\General.dir\src\utils.cpp.obj -c D:\project\c++\General\src\utils.cpp
CMakeFiles/General.dir/src/utils.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/General.dir/src/utils.cpp.i"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E D:\project\c++\General\src\utils.cpp > CMakeFiles\General.dir\src\utils.cpp.i
CMakeFiles/General.dir/src/utils.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/General.dir/src/utils.cpp.s"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S D:\project\c++\General\src\utils.cpp -o CMakeFiles\General.dir\src\utils.cpp.s
CMakeFiles/General.dir/src/pattern/Observer.cpp.obj: CMakeFiles/General.dir/flags.make
CMakeFiles/General.dir/src/pattern/Observer.cpp.obj: CMakeFiles/General.dir/includes_CXX.rsp
CMakeFiles/General.dir/src/pattern/Observer.cpp.obj: ../src/pattern/Observer.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\project\c++\General\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/General.dir/src/pattern/Observer.cpp.obj"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles\General.dir\src\pattern\Observer.cpp.obj -c D:\project\c++\General\src\pattern\Observer.cpp
CMakeFiles/General.dir/src/pattern/Observer.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/General.dir/src/pattern/Observer.cpp.i"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E D:\project\c++\General\src\pattern\Observer.cpp > CMakeFiles\General.dir\src\pattern\Observer.cpp.i
CMakeFiles/General.dir/src/pattern/Observer.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/General.dir/src/pattern/Observer.cpp.s"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S D:\project\c++\General\src\pattern\Observer.cpp -o CMakeFiles\General.dir\src\pattern\Observer.cpp.s
CMakeFiles/General.dir/src/pattern/signleton.cpp.obj: CMakeFiles/General.dir/flags.make
CMakeFiles/General.dir/src/pattern/signleton.cpp.obj: CMakeFiles/General.dir/includes_CXX.rsp
CMakeFiles/General.dir/src/pattern/signleton.cpp.obj: ../src/pattern/signleton.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\project\c++\General\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object CMakeFiles/General.dir/src/pattern/signleton.cpp.obj"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles\General.dir\src\pattern\signleton.cpp.obj -c D:\project\c++\General\src\pattern\signleton.cpp
CMakeFiles/General.dir/src/pattern/signleton.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/General.dir/src/pattern/signleton.cpp.i"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E D:\project\c++\General\src\pattern\signleton.cpp > CMakeFiles\General.dir\src\pattern\signleton.cpp.i
CMakeFiles/General.dir/src/pattern/signleton.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/General.dir/src/pattern/signleton.cpp.s"
C:\msys64\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S D:\project\c++\General\src\pattern\signleton.cpp -o CMakeFiles\General.dir\src\pattern\signleton.cpp.s
# Object files for target General
General_OBJECTS = \
"CMakeFiles/General.dir/src/debug.cpp.obj" \
"CMakeFiles/General.dir/src/loger.cpp.obj" \
"CMakeFiles/General.dir/src/utils.cpp.obj" \
"CMakeFiles/General.dir/src/pattern/Observer.cpp.obj" \
"CMakeFiles/General.dir/src/pattern/signleton.cpp.obj"
# External object files for target General
General_EXTERNAL_OBJECTS =
../obj/libGeneral.a: CMakeFiles/General.dir/src/debug.cpp.obj
../obj/libGeneral.a: CMakeFiles/General.dir/src/loger.cpp.obj
../obj/libGeneral.a: CMakeFiles/General.dir/src/utils.cpp.obj
../obj/libGeneral.a: CMakeFiles/General.dir/src/pattern/Observer.cpp.obj
../obj/libGeneral.a: CMakeFiles/General.dir/src/pattern/signleton.cpp.obj
../obj/libGeneral.a: CMakeFiles/General.dir/build.make
../obj/libGeneral.a: CMakeFiles/General.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=D:\project\c++\General\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX static library ..\obj\libGeneral.a"
$(CMAKE_COMMAND) -P CMakeFiles\General.dir\cmake_clean_target.cmake
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\General.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/General.dir/build: ../obj/libGeneral.a
.PHONY : CMakeFiles/General.dir/build
CMakeFiles/General.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles\General.dir\cmake_clean.cmake
.PHONY : CMakeFiles/General.dir/clean
CMakeFiles/General.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\project\c++\General D:\project\c++\General D:\project\c++\General\cmake-build-debug D:\project\c++\General\cmake-build-debug D:\project\c++\General\cmake-build-debug\CMakeFiles\General.dir\DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/General.dir/depend

View File

@ -1,14 +0,0 @@
file(REMOVE_RECURSE
"../obj/libGeneral.a"
"../obj/libGeneral.pdb"
"CMakeFiles/General.dir/src/debug.cpp.obj"
"CMakeFiles/General.dir/src/loger.cpp.obj"
"CMakeFiles/General.dir/src/pattern/Observer.cpp.obj"
"CMakeFiles/General.dir/src/pattern/signleton.cpp.obj"
"CMakeFiles/General.dir/src/utils.cpp.obj"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/General.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -1,12 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
CMakeFiles/General.dir/src/debug.cpp.obj
D:/project/c++/General/src/debug.cpp
CMakeFiles/General.dir/src/loger.cpp.obj
D:/project/c++/General/src/loger.cpp
CMakeFiles/General.dir/src/pattern/signleton.cpp.obj
D:/project/c++/General/src/pattern/signleton.cpp
D:/project/c++/General/src/pattern/signleton.h
CMakeFiles/General.dir/src/utils.cpp.obj
D:/project/c++/General/src/utils.cpp

View File

@ -1,12 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
CMakeFiles/General.dir/src/debug.cpp.obj: ../src/debug.cpp
CMakeFiles/General.dir/src/loger.cpp.obj: ../src/loger.cpp
CMakeFiles/General.dir/src/pattern/signleton.cpp.obj: ../src/pattern/signleton.cpp
CMakeFiles/General.dir/src/pattern/signleton.cpp.obj: ../src/pattern/signleton.h
CMakeFiles/General.dir/src/utils.cpp.obj: ../src/utils.cpp

View File

@ -1 +0,0 @@
-ID:/project/c++/General/inc

View File

@ -1,2 +0,0 @@
C:\msys64\mingw64\bin\ar.exe qc ..\obj\libGeneral.a CMakeFiles/General.dir/src/debug.cpp.obj CMakeFiles/General.dir/src/loger.cpp.obj CMakeFiles/General.dir/src/utils.cpp.obj CMakeFiles/General.dir/src/pattern/Observer.cpp.obj CMakeFiles/General.dir/src/pattern/signleton.cpp.obj
C:\msys64\mingw64\bin\ranlib.exe ..\obj\libGeneral.a

View File

@ -1 +0,0 @@
-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -1 +0,0 @@
CMakeFiles/General.dir/main.cpp.obj

View File

@ -1,7 +0,0 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 = 3
CMAKE_PROGRESS_4 = 4
CMAKE_PROGRESS_5 = 5
CMAKE_PROGRESS_6 = 6

View File

@ -1,105 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe" -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = D:\project\c++\General
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = D:\project\c++\General\cmake-build-debug
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/General.dir/all
.PHONY : all
# The main recursive "clean" target.
clean: CMakeFiles/General.dir/clean
.PHONY : clean
# The main recursive "preinstall" target.
preinstall:
.PHONY : preinstall
#=============================================================================
# Target rules for target CMakeFiles/General.dir
# All Build rule for target.
CMakeFiles/General.dir/all:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/depend
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\project\c++\General\cmake-build-debug\CMakeFiles --progress-num=1,2,3,4,5,6 "Built target General"
.PHONY : CMakeFiles/General.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/General.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start D:\project\c++\General\cmake-build-debug\CMakeFiles 6
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/General.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start D:\project\c++\General\cmake-build-debug\CMakeFiles 0
.PHONY : CMakeFiles/General.dir/rule
# Convenience name for target.
General: CMakeFiles/General.dir/rule
.PHONY : General
# clean rule for target.
CMakeFiles/General.dir/clean:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/clean
.PHONY : CMakeFiles/General.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

View File

@ -1,3 +0,0 @@
D:/project/c++/General/cmake-build-debug/CMakeFiles/General.dir
D:/project/c++/General/cmake-build-debug/CMakeFiles/edit_cache.dir
D:/project/c++/General/cmake-build-debug/CMakeFiles/rebuild_cache.dir

View File

@ -1,5 +0,0 @@
"C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=C:/msys64/mingw64/bin/mingw32-make.exe -G "CodeBlocks - MinGW Makefiles" D:\project\c++\General
statusD:/project/c++/General/inc/debug.hD:/project/c++/General/inc/loger.hD:/project/c++/General/inc/utils.h
-- Configuring done
-- Generating done
-- Build files have been written to: D:/project/c++/General/cmake-build-debug

View File

@ -1 +0,0 @@
6

View File

@ -1,112 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="General"/>
<Option makefile_is_custom="1"/>
<Option compiler="gcc"/>
<Option virtualFolders="CMake Files\;"/>
<Build>
<Target title="all">
<Option working_dir="D:/project/c++/General/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="General">
<Option output="D:/project/c++/General/obj/libGeneral.a" prefix_auto="0" extension_auto="0"/>
<Option working_dir="D:/project/c++/General/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="2"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="D:/project/c++/General/inc"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include/c++/7.3.0"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include/c++/7.3.0/x86_64-w64-mingw32"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include/c++/7.3.0/backward"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"/>
</Compiler>
<MakeCommands>
<Build command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 General"/>
<CompileFile command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="General/fast">
<Option output="D:/project/c++/General/obj/libGeneral.a" prefix_auto="0" extension_auto="0"/>
<Option working_dir="D:/project/c++/General/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="2"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="D:/project/c++/General/inc"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include/c++/7.3.0"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include/c++/7.3.0/x86_64-w64-mingw32"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include/c++/7.3.0/backward"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"/>
<Add directory="C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"/>
</Compiler>
<MakeCommands>
<Build command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 General/fast"/>
<CompileFile command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="edit_cache">
<Option working_dir="D:/project/c++/General/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
<CompileFile command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="rebuild_cache">
<Option working_dir="D:/project/c++/General/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
<CompileFile command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="C:/msys64/mingw64/bin/mingw32-make.exe -f &quot;D:/project/c++/General/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="D:/project/c++/General/src/debug.cpp">
<Option target="General"/>
</Unit>
<Unit filename="D:/project/c++/General/src/loger.cpp">
<Option target="General"/>
</Unit>
<Unit filename="D:/project/c++/General/src/pattern/Observer.cpp">
<Option target="General"/>
</Unit>
<Unit filename="D:/project/c++/General/src/pattern/Observer.h">
<Option target="General"/>
</Unit>
<Unit filename="D:/project/c++/General/src/pattern/signleton.cpp">
<Option target="General"/>
</Unit>
<Unit filename="D:/project/c++/General/src/pattern/signleton.h">
<Option target="General"/>
</Unit>
<Unit filename="D:/project/c++/General/src/utils.cpp">
<Option target="General"/>
</Unit>
<Unit filename="D:/project/c++/General/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
</Project>
</CodeBlocks_project_file>

View File

@ -1,297 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe" -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = D:\project\c++\General
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = D:\project\c++\General\cmake-build-debug
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
"C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe" -E echo "No interactive CMake dialog available."
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
"C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe" -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 D:\project\c++\General\cmake-build-debug\CMakeFiles D:\project\c++\General\cmake-build-debug\CMakeFiles\progress.marks
$(MAKE) -f CMakeFiles\Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start D:\project\c++\General\cmake-build-debug\CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles\Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles\Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles\Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named General
# Build rule for target.
General: cmake_check_build_system
$(MAKE) -f CMakeFiles\Makefile2 General
.PHONY : General
# fast build rule for target.
General/fast:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/build
.PHONY : General/fast
src/debug.obj: src/debug.cpp.obj
.PHONY : src/debug.obj
# target to build an object file
src/debug.cpp.obj:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/debug.cpp.obj
.PHONY : src/debug.cpp.obj
src/debug.i: src/debug.cpp.i
.PHONY : src/debug.i
# target to preprocess a source file
src/debug.cpp.i:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/debug.cpp.i
.PHONY : src/debug.cpp.i
src/debug.s: src/debug.cpp.s
.PHONY : src/debug.s
# target to generate assembly for a file
src/debug.cpp.s:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/debug.cpp.s
.PHONY : src/debug.cpp.s
src/loger.obj: src/loger.cpp.obj
.PHONY : src/loger.obj
# target to build an object file
src/loger.cpp.obj:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/loger.cpp.obj
.PHONY : src/loger.cpp.obj
src/loger.i: src/loger.cpp.i
.PHONY : src/loger.i
# target to preprocess a source file
src/loger.cpp.i:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/loger.cpp.i
.PHONY : src/loger.cpp.i
src/loger.s: src/loger.cpp.s
.PHONY : src/loger.s
# target to generate assembly for a file
src/loger.cpp.s:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/loger.cpp.s
.PHONY : src/loger.cpp.s
src/pattern/Observer.obj: src/pattern/Observer.cpp.obj
.PHONY : src/pattern/Observer.obj
# target to build an object file
src/pattern/Observer.cpp.obj:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/pattern/Observer.cpp.obj
.PHONY : src/pattern/Observer.cpp.obj
src/pattern/Observer.i: src/pattern/Observer.cpp.i
.PHONY : src/pattern/Observer.i
# target to preprocess a source file
src/pattern/Observer.cpp.i:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/pattern/Observer.cpp.i
.PHONY : src/pattern/Observer.cpp.i
src/pattern/Observer.s: src/pattern/Observer.cpp.s
.PHONY : src/pattern/Observer.s
# target to generate assembly for a file
src/pattern/Observer.cpp.s:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/pattern/Observer.cpp.s
.PHONY : src/pattern/Observer.cpp.s
src/pattern/signleton.obj: src/pattern/signleton.cpp.obj
.PHONY : src/pattern/signleton.obj
# target to build an object file
src/pattern/signleton.cpp.obj:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/pattern/signleton.cpp.obj
.PHONY : src/pattern/signleton.cpp.obj
src/pattern/signleton.i: src/pattern/signleton.cpp.i
.PHONY : src/pattern/signleton.i
# target to preprocess a source file
src/pattern/signleton.cpp.i:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/pattern/signleton.cpp.i
.PHONY : src/pattern/signleton.cpp.i
src/pattern/signleton.s: src/pattern/signleton.cpp.s
.PHONY : src/pattern/signleton.s
# target to generate assembly for a file
src/pattern/signleton.cpp.s:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/pattern/signleton.cpp.s
.PHONY : src/pattern/signleton.cpp.s
src/utils.obj: src/utils.cpp.obj
.PHONY : src/utils.obj
# target to build an object file
src/utils.cpp.obj:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/utils.cpp.obj
.PHONY : src/utils.cpp.obj
src/utils.i: src/utils.cpp.i
.PHONY : src/utils.i
# target to preprocess a source file
src/utils.cpp.i:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/utils.cpp.i
.PHONY : src/utils.cpp.i
src/utils.s: src/utils.cpp.s
.PHONY : src/utils.s
# target to generate assembly for a file
src/utils.cpp.s:
$(MAKE) -f CMakeFiles\General.dir\build.make CMakeFiles/General.dir/src/utils.cpp.s
.PHONY : src/utils.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 ... General
@echo ... edit_cache
@echo ... rebuild_cache
@echo ... src/debug.obj
@echo ... src/debug.i
@echo ... src/debug.s
@echo ... src/loger.obj
@echo ... src/loger.i
@echo ... src/loger.s
@echo ... src/pattern/Observer.obj
@echo ... src/pattern/Observer.i
@echo ... src/pattern/Observer.s
@echo ... src/pattern/signleton.obj
@echo ... src/pattern/signleton.i
@echo ... src/pattern/signleton.s
@echo ... src/utils.obj
@echo ... src/utils.i
@echo ... src/utils.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

View File

@ -1,44 +0,0 @@
# Install script for directory: D:/project/c++/General
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/General")
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 "Debug")
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()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "D:/project/c++/General/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")

Binary file not shown.