112 lines
5.6 KiB
Plaintext
112 lines
5.6 KiB
Plaintext
|
# CMAKE generated file: DO NOT EDIT!
|
||
|
# Generated by "MinGW Makefiles" Generator, CMake Version 3.25
|
||
|
|
||
|
# 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:\Users\Isaac\AppData\Local\JetBrains\Toolbox\apps\CLion\ch-0\231.9011.31\bin\cmake\win\x64\bin\cmake.exe
|
||
|
|
||
|
# The command to remove a file.
|
||
|
RM = C:\Users\Isaac\AppData\Local\JetBrains\Toolbox\apps\CLion\ch-0\231.9011.31\bin\cmake\win\x64\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\4\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\4\CLionProject\cmake-build-debug"
|
||
|
|
||
|
# Include any dependencies generated for this target.
|
||
|
include CMakeFiles/test.dir/depend.make
|
||
|
# Include any dependencies generated by the compiler for this target.
|
||
|
include CMakeFiles/test.dir/compiler_depend.make
|
||
|
|
||
|
# Include the progress variables for this target.
|
||
|
include CMakeFiles/test.dir/progress.make
|
||
|
|
||
|
# Include the compile flags for this target's objects.
|
||
|
include CMakeFiles/test.dir/flags.make
|
||
|
|
||
|
CMakeFiles/test.dir/test.c.obj: CMakeFiles/test.dir/flags.make
|
||
|
CMakeFiles/test.dir/test.c.obj: C:/Users/Isaac/OneDrive\ -\ University\ of\ New\ Brunswick/Year\ 2\ UNB/CS2263/Assigments/4/CLionProject/test.c
|
||
|
CMakeFiles/test.dir/test.c.obj: CMakeFiles/test.dir/compiler_depend.ts
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="C:\Users\Isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\4\CLionProject\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/test.dir/test.c.obj"
|
||
|
C:\Users\Isaac\AppData\Local\JetBrains\Toolbox\apps\CLion\ch-0\231.9011.31\bin\mingw\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/test.dir/test.c.obj -MF CMakeFiles\test.dir\test.c.obj.d -o CMakeFiles\test.dir\test.c.obj -c "C:\Users\Isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\4\CLionProject\test.c"
|
||
|
|
||
|
CMakeFiles/test.dir/test.c.i: cmake_force
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test.dir/test.c.i"
|
||
|
C:\Users\Isaac\AppData\Local\JetBrains\Toolbox\apps\CLion\ch-0\231.9011.31\bin\mingw\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "C:\Users\Isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\4\CLionProject\test.c" > CMakeFiles\test.dir\test.c.i
|
||
|
|
||
|
CMakeFiles/test.dir/test.c.s: cmake_force
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test.dir/test.c.s"
|
||
|
C:\Users\Isaac\AppData\Local\JetBrains\Toolbox\apps\CLion\ch-0\231.9011.31\bin\mingw\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "C:\Users\Isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\4\CLionProject\test.c" -o CMakeFiles\test.dir\test.c.s
|
||
|
|
||
|
# Object files for target test
|
||
|
test_OBJECTS = \
|
||
|
"CMakeFiles/test.dir/test.c.obj"
|
||
|
|
||
|
# External object files for target test
|
||
|
test_EXTERNAL_OBJECTS =
|
||
|
|
||
|
test.exe: CMakeFiles/test.dir/test.c.obj
|
||
|
test.exe: CMakeFiles/test.dir/build.make
|
||
|
test.exe: CMakeFiles/test.dir/linkLibs.rsp
|
||
|
test.exe: CMakeFiles/test.dir/objects1
|
||
|
test.exe: CMakeFiles/test.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\4\CLionProject\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable test.exe"
|
||
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\test.dir\link.txt --verbose=$(VERBOSE)
|
||
|
|
||
|
# Rule to build all files generated by this target.
|
||
|
CMakeFiles/test.dir/build: test.exe
|
||
|
.PHONY : CMakeFiles/test.dir/build
|
||
|
|
||
|
CMakeFiles/test.dir/clean:
|
||
|
$(CMAKE_COMMAND) -P CMakeFiles\test.dir\cmake_clean.cmake
|
||
|
.PHONY : CMakeFiles/test.dir/clean
|
||
|
|
||
|
CMakeFiles/test.dir/depend:
|
||
|
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "C:\Users\Isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\4\CLionProject" "C:\Users\Isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\4\CLionProject" "C:\Users\Isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\4\CLionProject\cmake-build-debug" "C:\Users\Isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\4\CLionProject\cmake-build-debug" "C:\Users\Isaac\OneDrive - University of New Brunswick\Year 2 UNB\CS2263\Assigments\4\CLionProject\cmake-build-debug\CMakeFiles\test.dir\DependInfo.cmake" --color=$(COLOR)
|
||
|
.PHONY : CMakeFiles/test.dir/depend
|
||
|
|