mirror of
https://github.com/MeowLynxSea/ceditor.git
synced 2025-07-09 10:54:37 +00:00
115 lines
4.6 KiB
Makefile
115 lines
4.6 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.29
|
|
|
|
# Delete rule output on recipe failure.
|
|
.DELETE_ON_ERROR:
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#Suppress display of executed commands.
|
|
$(VERBOSE).SILENT:
|
|
|
|
# A target that is always out of date.
|
|
cmake_force:
|
|
.PHONY : cmake_force
|
|
|
|
#=============================================================================
|
|
# Set environment variables for the build.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = E:/Qt/Tools/CMake_64/bin/cmake.exe
|
|
|
|
# The command to remove a file.
|
|
RM = E:/Qt/Tools/CMake_64/bin/cmake.exe -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = E:/ceditor
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = E:/ceditor/build
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/ceditor.dir/depend.make
|
|
# Include any dependencies generated by the compiler for this target.
|
|
include CMakeFiles/ceditor.dir/compiler_depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/ceditor.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/ceditor.dir/flags.make
|
|
|
|
CMakeFiles/ceditor.dir/main.cpp.obj: CMakeFiles/ceditor.dir/flags.make
|
|
CMakeFiles/ceditor.dir/main.cpp.obj: CMakeFiles/ceditor.dir/includes_CXX.rsp
|
|
CMakeFiles/ceditor.dir/main.cpp.obj: E:/ceditor/main.cpp
|
|
CMakeFiles/ceditor.dir/main.cpp.obj: CMakeFiles/ceditor.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=E:/ceditor/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/ceditor.dir/main.cpp.obj"
|
|
E:/Qt/Tools/llvm-mingw1706_64/bin/c++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/ceditor.dir/main.cpp.obj -MF CMakeFiles/ceditor.dir/main.cpp.obj.d -o CMakeFiles/ceditor.dir/main.cpp.obj -c E:/ceditor/main.cpp
|
|
|
|
CMakeFiles/ceditor.dir/main.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ceditor.dir/main.cpp.i"
|
|
E:/Qt/Tools/llvm-mingw1706_64/bin/c++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E E:/ceditor/main.cpp > CMakeFiles/ceditor.dir/main.cpp.i
|
|
|
|
CMakeFiles/ceditor.dir/main.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ceditor.dir/main.cpp.s"
|
|
E:/Qt/Tools/llvm-mingw1706_64/bin/c++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S E:/ceditor/main.cpp -o CMakeFiles/ceditor.dir/main.cpp.s
|
|
|
|
# Object files for target ceditor
|
|
ceditor_OBJECTS = \
|
|
"CMakeFiles/ceditor.dir/main.cpp.obj"
|
|
|
|
# External object files for target ceditor
|
|
ceditor_EXTERNAL_OBJECTS =
|
|
|
|
ceditor.exe: CMakeFiles/ceditor.dir/main.cpp.obj
|
|
ceditor.exe: CMakeFiles/ceditor.dir/build.make
|
|
ceditor.exe: CMakeFiles/ceditor.dir/linkLibs.rsp
|
|
ceditor.exe: CMakeFiles/ceditor.dir/objects1.rsp
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=E:/ceditor/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable ceditor.exe"
|
|
E:/Qt/Tools/CMake_64/bin/cmake.exe -E rm -f CMakeFiles/ceditor.dir/objects.a
|
|
E:/Qt/Tools/llvm-mingw1706_64/bin/llvm-ar.exe qc CMakeFiles/ceditor.dir/objects.a @CMakeFiles/ceditor.dir/objects1.rsp
|
|
E:/Qt/Tools/llvm-mingw1706_64/bin/c++.exe -Wl,--whole-archive CMakeFiles/ceditor.dir/objects.a -Wl,--no-whole-archive -o ceditor.exe -Wl,--out-implib,libceditor.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles/ceditor.dir/linkLibs.rsp
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/ceditor.dir/build: ceditor.exe
|
|
.PHONY : CMakeFiles/ceditor.dir/build
|
|
|
|
CMakeFiles/ceditor.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles/ceditor.dir/cmake_clean.cmake
|
|
.PHONY : CMakeFiles/ceditor.dir/clean
|
|
|
|
CMakeFiles/ceditor.dir/depend:
|
|
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" E:/ceditor E:/ceditor E:/ceditor/build E:/ceditor/build E:/ceditor/build/CMakeFiles/ceditor.dir/DependInfo.cmake "--color=$(COLOR)"
|
|
.PHONY : CMakeFiles/ceditor.dir/depend
|
|
|