108 lines
5.3 KiB
Makefile
108 lines
5.3 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "MinGW Makefiles" Generator, CMake Version 3.20
|
|
|
|
# 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 = C:\Programs\JetBrains\Tools\apps\CLion\ch-0\212.5284.51\bin\cmake\win\bin\cmake.exe
|
|
|
|
# The command to remove a file.
|
|
RM = C:\Programs\JetBrains\Tools\apps\CLion\ch-0\212.5284.51\bin\cmake\win\bin\cmake.exe -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = "C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject"
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = "C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject\cmake-build-debug"
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/CLionProject.dir/depend.make
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/CLionProject.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/CLionProject.dir/flags.make
|
|
|
|
CMakeFiles/CLionProject.dir/main.c.obj: CMakeFiles/CLionProject.dir/flags.make
|
|
CMakeFiles/CLionProject.dir/main.c.obj: ../main.c
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/CLionProject.dir/main.c.obj"
|
|
C:\Programs\MSYS2\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\CLionProject.dir\main.c.obj -c "C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject\main.c"
|
|
|
|
CMakeFiles/CLionProject.dir/main.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/CLionProject.dir/main.c.i"
|
|
C:\Programs\MSYS2\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject\main.c" > CMakeFiles\CLionProject.dir\main.c.i
|
|
|
|
CMakeFiles/CLionProject.dir/main.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/CLionProject.dir/main.c.s"
|
|
C:\Programs\MSYS2\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject\main.c" -o CMakeFiles\CLionProject.dir\main.c.s
|
|
|
|
# Object files for target CLionProject
|
|
CLionProject_OBJECTS = \
|
|
"CMakeFiles/CLionProject.dir/main.c.obj"
|
|
|
|
# External object files for target CLionProject
|
|
CLionProject_EXTERNAL_OBJECTS =
|
|
|
|
CLionProject.exe: CMakeFiles/CLionProject.dir/main.c.obj
|
|
CLionProject.exe: CMakeFiles/CLionProject.dir/build.make
|
|
CLionProject.exe: CMakeFiles/CLionProject.dir/linklibs.rsp
|
|
CLionProject.exe: CMakeFiles/CLionProject.dir/objects1.rsp
|
|
CLionProject.exe: CMakeFiles/CLionProject.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable CLionProject.exe"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\CLionProject.dir\link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/CLionProject.dir/build: CLionProject.exe
|
|
.PHONY : CMakeFiles/CLionProject.dir/build
|
|
|
|
CMakeFiles/CLionProject.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles\CLionProject.dir\cmake_clean.cmake
|
|
.PHONY : CMakeFiles/CLionProject.dir/clean
|
|
|
|
CMakeFiles/CLionProject.dir/depend:
|
|
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject" "C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject" "C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject\cmake-build-debug" "C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject\cmake-build-debug" "C:\Users\isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\3\CLionProject\cmake-build-debug\CMakeFiles\CLionProject.dir\DependInfo.cmake" --color=$(COLOR)
|
|
.PHONY : CMakeFiles/CLionProject.dir/depend
|
|
|