finish some sort
This commit is contained in:
20
sort/cmake-build-debug/CMakeFiles/sort.dir/DependInfo.cmake
Normal file
20
sort/cmake-build-debug/CMakeFiles/sort.dir/DependInfo.cmake
Normal 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
|
||||
"/home/xice/luogu/45/sort/main.cpp" "/home/xice/luogu/45/sort/cmake-build-debug/CMakeFiles/sort.dir/main.cpp.o"
|
||||
)
|
||||
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 "")
|
||||
113
sort/cmake-build-debug/CMakeFiles/sort.dir/build.make
Normal file
113
sort/cmake-build-debug/CMakeFiles/sort.dir/build.make
Normal file
@@ -0,0 +1,113 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix 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.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /home/xice/.clion/bin/cmake/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /home/xice/.clion/bin/cmake/bin/cmake -E remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/xice/luogu/45/sort
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/xice/luogu/45/sort/cmake-build-debug
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/sort.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/sort.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/sort.dir/flags.make
|
||||
|
||||
CMakeFiles/sort.dir/main.cpp.o: CMakeFiles/sort.dir/flags.make
|
||||
CMakeFiles/sort.dir/main.cpp.o: ../main.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/xice/luogu/45/sort/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/sort.dir/main.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/sort.dir/main.cpp.o -c /home/xice/luogu/45/sort/main.cpp
|
||||
|
||||
CMakeFiles/sort.dir/main.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/sort.dir/main.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/xice/luogu/45/sort/main.cpp > CMakeFiles/sort.dir/main.cpp.i
|
||||
|
||||
CMakeFiles/sort.dir/main.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/sort.dir/main.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/xice/luogu/45/sort/main.cpp -o CMakeFiles/sort.dir/main.cpp.s
|
||||
|
||||
CMakeFiles/sort.dir/main.cpp.o.requires:
|
||||
|
||||
.PHONY : CMakeFiles/sort.dir/main.cpp.o.requires
|
||||
|
||||
CMakeFiles/sort.dir/main.cpp.o.provides: CMakeFiles/sort.dir/main.cpp.o.requires
|
||||
$(MAKE) -f CMakeFiles/sort.dir/build.make CMakeFiles/sort.dir/main.cpp.o.provides.build
|
||||
.PHONY : CMakeFiles/sort.dir/main.cpp.o.provides
|
||||
|
||||
CMakeFiles/sort.dir/main.cpp.o.provides.build: CMakeFiles/sort.dir/main.cpp.o
|
||||
|
||||
|
||||
# Object files for target sort
|
||||
sort_OBJECTS = \
|
||||
"CMakeFiles/sort.dir/main.cpp.o"
|
||||
|
||||
# External object files for target sort
|
||||
sort_EXTERNAL_OBJECTS =
|
||||
|
||||
sort: CMakeFiles/sort.dir/main.cpp.o
|
||||
sort: CMakeFiles/sort.dir/build.make
|
||||
sort: CMakeFiles/sort.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/xice/luogu/45/sort/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable sort"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sort.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/sort.dir/build: sort
|
||||
|
||||
.PHONY : CMakeFiles/sort.dir/build
|
||||
|
||||
CMakeFiles/sort.dir/requires: CMakeFiles/sort.dir/main.cpp.o.requires
|
||||
|
||||
.PHONY : CMakeFiles/sort.dir/requires
|
||||
|
||||
CMakeFiles/sort.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/sort.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/sort.dir/clean
|
||||
|
||||
CMakeFiles/sort.dir/depend:
|
||||
cd /home/xice/luogu/45/sort/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/xice/luogu/45/sort /home/xice/luogu/45/sort /home/xice/luogu/45/sort/cmake-build-debug /home/xice/luogu/45/sort/cmake-build-debug /home/xice/luogu/45/sort/cmake-build-debug/CMakeFiles/sort.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/sort.dir/depend
|
||||
|
||||
10
sort/cmake-build-debug/CMakeFiles/sort.dir/cmake_clean.cmake
Normal file
10
sort/cmake-build-debug/CMakeFiles/sort.dir/cmake_clean.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/sort.dir/main.cpp.o"
|
||||
"sort.pdb"
|
||||
"sort"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/sort.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
2
sort/cmake-build-debug/CMakeFiles/sort.dir/depend.make
Normal file
2
sort/cmake-build-debug/CMakeFiles/sort.dir/depend.make
Normal file
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for sort.
|
||||
# This may be replaced when dependencies are built.
|
||||
10
sort/cmake-build-debug/CMakeFiles/sort.dir/flags.make
Normal file
10
sort/cmake-build-debug/CMakeFiles/sort.dir/flags.make
Normal file
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_FLAGS = -g -std=gnu++11
|
||||
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES =
|
||||
|
||||
1
sort/cmake-build-debug/CMakeFiles/sort.dir/link.txt
Normal file
1
sort/cmake-build-debug/CMakeFiles/sort.dir/link.txt
Normal file
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -g CMakeFiles/sort.dir/main.cpp.o -o sort
|
||||
3
sort/cmake-build-debug/CMakeFiles/sort.dir/progress.make
Normal file
3
sort/cmake-build-debug/CMakeFiles/sort.dir/progress.make
Normal file
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
||||
Reference in New Issue
Block a user