You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
5.3 KiB
117 lines
5.3 KiB
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "MinGW Makefiles" Generator, CMake Version 4.0
|
|
|
|
# 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.
|
|
|
|
SHELL = cmd.exe
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = D:\configuration\CMake\bin\cmake.exe
|
|
|
|
# The command to remove a file.
|
|
RM = D:\configuration\CMake\bin\cmake.exe -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = D:\code\Software_Project\personal_project\src
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = D:\code\Software_Project\personal_project\build
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/MathTestGenerator.dir/depend.make
|
|
# Include any dependencies generated by the compiler for this target.
|
|
include CMakeFiles/MathTestGenerator.dir/compiler_depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/MathTestGenerator.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/MathTestGenerator.dir/flags.make
|
|
|
|
CMakeFiles/MathTestGenerator.dir/codegen:
|
|
.PHONY : CMakeFiles/MathTestGenerator.dir/codegen
|
|
|
|
CMakeFiles/MathTestGenerator.dir/app/main.cpp.obj: CMakeFiles/MathTestGenerator.dir/flags.make
|
|
CMakeFiles/MathTestGenerator.dir/app/main.cpp.obj: CMakeFiles/MathTestGenerator.dir/includes_CXX.rsp
|
|
CMakeFiles/MathTestGenerator.dir/app/main.cpp.obj: D:/code/Software_Project/personal_project/src/app/main.cpp
|
|
CMakeFiles/MathTestGenerator.dir/app/main.cpp.obj: CMakeFiles/MathTestGenerator.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=D:\code\Software_Project\personal_project\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/MathTestGenerator.dir/app/main.cpp.obj"
|
|
D:\configuration\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/MathTestGenerator.dir/app/main.cpp.obj -MF CMakeFiles\MathTestGenerator.dir\app\main.cpp.obj.d -o CMakeFiles\MathTestGenerator.dir\app\main.cpp.obj -c D:\code\Software_Project\personal_project\src\app\main.cpp
|
|
|
|
CMakeFiles/MathTestGenerator.dir/app/main.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/MathTestGenerator.dir/app/main.cpp.i"
|
|
D:\configuration\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E D:\code\Software_Project\personal_project\src\app\main.cpp > CMakeFiles\MathTestGenerator.dir\app\main.cpp.i
|
|
|
|
CMakeFiles/MathTestGenerator.dir/app/main.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/MathTestGenerator.dir/app/main.cpp.s"
|
|
D:\configuration\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S D:\code\Software_Project\personal_project\src\app\main.cpp -o CMakeFiles\MathTestGenerator.dir\app\main.cpp.s
|
|
|
|
# Object files for target MathTestGenerator
|
|
MathTestGenerator_OBJECTS = \
|
|
"CMakeFiles/MathTestGenerator.dir/app/main.cpp.obj"
|
|
|
|
# External object files for target MathTestGenerator
|
|
MathTestGenerator_EXTERNAL_OBJECTS =
|
|
|
|
MathTestGenerator.exe: CMakeFiles/MathTestGenerator.dir/app/main.cpp.obj
|
|
MathTestGenerator.exe: CMakeFiles/MathTestGenerator.dir/build.make
|
|
MathTestGenerator.exe: libcore.a
|
|
MathTestGenerator.exe: CMakeFiles/MathTestGenerator.dir/linkLibs.rsp
|
|
MathTestGenerator.exe: CMakeFiles/MathTestGenerator.dir/objects1.rsp
|
|
MathTestGenerator.exe: CMakeFiles/MathTestGenerator.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=D:\code\Software_Project\personal_project\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable MathTestGenerator.exe"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\MathTestGenerator.dir\link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/MathTestGenerator.dir/build: MathTestGenerator.exe
|
|
.PHONY : CMakeFiles/MathTestGenerator.dir/build
|
|
|
|
CMakeFiles/MathTestGenerator.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles\MathTestGenerator.dir\cmake_clean.cmake
|
|
.PHONY : CMakeFiles/MathTestGenerator.dir/clean
|
|
|
|
CMakeFiles/MathTestGenerator.dir/depend:
|
|
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\code\Software_Project\personal_project\src D:\code\Software_Project\personal_project\src D:\code\Software_Project\personal_project\build D:\code\Software_Project\personal_project\build D:\code\Software_Project\personal_project\build\CMakeFiles\MathTestGenerator.dir\DependInfo.cmake "--color=$(COLOR)"
|
|
.PHONY : CMakeFiles/MathTestGenerator.dir/depend
|
|
|