finish the por

This commit is contained in:
2018-06-02 17:44:25 +08:00
parent e98e1f2d99
commit bbc06c4132
50 changed files with 4218 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
C:/Users/Xice/Documents/sort-and-png/png/main.cpp
iostream
-
cstring
-
iomanip
-
list
-
algorithm
-

View File

@@ -0,0 +1,20 @@
# 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
"C:/Users/Xice/Documents/sort-and-png/png/main.cpp" "C:/Users/Xice/Documents/sort-and-png/png/cmake-build-debug/CMakeFiles/png.dir/main.cpp.obj"
)
set(CMAKE_CXX_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,114 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
# 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 2018.1.3\bin\cmake\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files\JetBrains\CLion 2018.1.3\bin\cmake\bin\cmake.exe" -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = C:\Users\Xice\Documents\sort-and-png\png
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\Xice\Documents\sort-and-png\png\cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/png.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/png.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/png.dir/flags.make
CMakeFiles/png.dir/main.cpp.obj: CMakeFiles/png.dir/flags.make
CMakeFiles/png.dir/main.cpp.obj: ../main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\Xice\Documents\sort-and-png\png\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/png.dir/main.cpp.obj"
C:\MinGW\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles\png.dir\main.cpp.obj -c C:\Users\Xice\Documents\sort-and-png\png\main.cpp
CMakeFiles/png.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/png.dir/main.cpp.i"
C:\MinGW\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\Xice\Documents\sort-and-png\png\main.cpp > CMakeFiles\png.dir\main.cpp.i
CMakeFiles/png.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/png.dir/main.cpp.s"
C:\MinGW\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S C:\Users\Xice\Documents\sort-and-png\png\main.cpp -o CMakeFiles\png.dir\main.cpp.s
CMakeFiles/png.dir/main.cpp.obj.requires:
.PHONY : CMakeFiles/png.dir/main.cpp.obj.requires
CMakeFiles/png.dir/main.cpp.obj.provides: CMakeFiles/png.dir/main.cpp.obj.requires
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/main.cpp.obj.provides.build
.PHONY : CMakeFiles/png.dir/main.cpp.obj.provides
CMakeFiles/png.dir/main.cpp.obj.provides.build: CMakeFiles/png.dir/main.cpp.obj
# Object files for target png
png_OBJECTS = \
"CMakeFiles/png.dir/main.cpp.obj"
# External object files for target png
png_EXTERNAL_OBJECTS =
png.exe: CMakeFiles/png.dir/main.cpp.obj
png.exe: CMakeFiles/png.dir/build.make
png.exe: CMakeFiles/png.dir/linklibs.rsp
png.exe: CMakeFiles/png.dir/objects1.rsp
png.exe: CMakeFiles/png.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\Users\Xice\Documents\sort-and-png\png\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable png.exe"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\png.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/png.dir/build: png.exe
.PHONY : CMakeFiles/png.dir/build
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/main.cpp.obj.requires
.PHONY : CMakeFiles/png.dir/requires
CMakeFiles/png.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles\png.dir\cmake_clean.cmake
.PHONY : CMakeFiles/png.dir/clean
CMakeFiles/png.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\Xice\Documents\sort-and-png\png C:\Users\Xice\Documents\sort-and-png\png C:\Users\Xice\Documents\sort-and-png\png\cmake-build-debug C:\Users\Xice\Documents\sort-and-png\png\cmake-build-debug C:\Users\Xice\Documents\sort-and-png\png\cmake-build-debug\CMakeFiles\png.dir\DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/png.dir/depend

View File

@@ -0,0 +1,12 @@
file(REMOVE_RECURSE
"CMakeFiles/png.dir/main.cpp.obj"
"png.pdb"
"png.exe"
"png.exe.manifest"
"libpng.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/png.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
CMakeFiles/png.dir/main.cpp.obj
C:/Users/Xice/Documents/sort-and-png/png/main.cpp

View File

@@ -0,0 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
CMakeFiles/png.dir/main.cpp.obj: ../main.cpp

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
# compile CXX with C:/MinGW/bin/g++.exe
CXX_FLAGS = -g -std=gnu++11
CXX_DEFINES =
CXX_INCLUDES =

View File

@@ -0,0 +1,3 @@
"C:\Program Files\JetBrains\CLion 2018.1.3\bin\cmake\bin\cmake.exe" -E remove -f CMakeFiles\png.dir/objects.a
C:\MinGW\bin\ar.exe cr CMakeFiles\png.dir/objects.a @CMakeFiles\png.dir\objects1.rsp
C:\MinGW\bin\g++.exe -g -Wl,--whole-archive CMakeFiles\png.dir/objects.a -Wl,--no-whole-archive -o png.exe -Wl,--out-implib,libpng.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\png.dir\linklibs.rsp

View File

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

Binary file not shown.

Binary file not shown.

View File

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

View File

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