Digital-Systems-Assignments/Assignment 8/build/CMakeFiles/ass8.dir/build.make
2019-10-24 22:04:27 +02:00

100 lines
4.7 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.11
# 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.
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = C:\msys64\mingw64\bin\cmake.exe
# The command to remove a file.
RM = C:\msys64\mingw64\bin\cmake.exe -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = "C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8\build"
# Include any dependencies generated for this target.
include CMakeFiles/ass8.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/ass8.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/ass8.dir/flags.make
CMakeFiles/ass8.dir/main.c.obj: CMakeFiles/ass8.dir/flags.make
CMakeFiles/ass8.dir/main.c.obj: ../main.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8\build\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/ass8.dir/main.c.obj"
cd /d C:\Users\Shaq992\DOCUME~1\DIGITA~1\DIGITA~1\ASB337~1\build && C:\msys64\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\ass8.dir\main.c.obj -c "C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8\main.c"
CMakeFiles/ass8.dir/main.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ass8.dir/main.c.i"
cd /d C:\Users\Shaq992\DOCUME~1\DIGITA~1\DIGITA~1\ASB337~1\build && C:\msys64\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8\main.c" > CMakeFiles\ass8.dir\main.c.i
CMakeFiles/ass8.dir/main.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ass8.dir/main.c.s"
cd /d C:\Users\Shaq992\DOCUME~1\DIGITA~1\DIGITA~1\ASB337~1\build && C:\msys64\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8\main.c" -o CMakeFiles\ass8.dir\main.c.s
# Object files for target ass8
ass8_OBJECTS = \
"CMakeFiles/ass8.dir/main.c.obj"
# External object files for target ass8
ass8_EXTERNAL_OBJECTS =
ass8.exe: CMakeFiles/ass8.dir/main.c.obj
ass8.exe: CMakeFiles/ass8.dir/build.make
ass8.exe: CMakeFiles/ass8.dir/linklibs.rsp
ass8.exe: CMakeFiles/ass8.dir/objects1.rsp
ass8.exe: CMakeFiles/ass8.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8\build\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ass8.exe"
cd /d C:\Users\Shaq992\DOCUME~1\DIGITA~1\DIGITA~1\ASB337~1\build && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\ass8.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/ass8.dir/build: ass8.exe
.PHONY : CMakeFiles/ass8.dir/build
CMakeFiles/ass8.dir/clean:
cd /d C:\Users\Shaq992\DOCUME~1\DIGITA~1\DIGITA~1\ASB337~1\build && $(CMAKE_COMMAND) -P CMakeFiles\ass8.dir\cmake_clean.cmake
.PHONY : CMakeFiles/ass8.dir/clean
CMakeFiles/ass8.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8" "C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8" "C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8\build" "C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8\build" "C:\Users\Shaq992\Documents\Digital Systems\Digital-Systems-Assignments\Assignment 8\build\CMakeFiles\ass8.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : CMakeFiles/ass8.dir/depend