This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
csce441pine64backup/L02/CMakeFiles/L02.dir/build.make
2017-02-17 17:32:44 -06:00

140 lines
6.1 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
# 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.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/shadow8t4/Documents/CSCE441/L02
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/shadow8t4/Documents/CSCE441/L02/build
# Include any dependencies generated for this target.
include CMakeFiles/L02.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/L02.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/L02.dir/flags.make
CMakeFiles/L02.dir/src/Image.cpp.o: CMakeFiles/L02.dir/flags.make
CMakeFiles/L02.dir/src/Image.cpp.o: ../src/Image.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/shadow8t4/Documents/CSCE441/L02/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/L02.dir/src/Image.cpp.o"
/usr/lib/hardening-wrapper/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/L02.dir/src/Image.cpp.o -c /home/shadow8t4/Documents/CSCE441/L02/src/Image.cpp
CMakeFiles/L02.dir/src/Image.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/L02.dir/src/Image.cpp.i"
/usr/lib/hardening-wrapper/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/shadow8t4/Documents/CSCE441/L02/src/Image.cpp > CMakeFiles/L02.dir/src/Image.cpp.i
CMakeFiles/L02.dir/src/Image.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/L02.dir/src/Image.cpp.s"
/usr/lib/hardening-wrapper/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/shadow8t4/Documents/CSCE441/L02/src/Image.cpp -o CMakeFiles/L02.dir/src/Image.cpp.s
CMakeFiles/L02.dir/src/Image.cpp.o.requires:
.PHONY : CMakeFiles/L02.dir/src/Image.cpp.o.requires
CMakeFiles/L02.dir/src/Image.cpp.o.provides: CMakeFiles/L02.dir/src/Image.cpp.o.requires
$(MAKE) -f CMakeFiles/L02.dir/build.make CMakeFiles/L02.dir/src/Image.cpp.o.provides.build
.PHONY : CMakeFiles/L02.dir/src/Image.cpp.o.provides
CMakeFiles/L02.dir/src/Image.cpp.o.provides.build: CMakeFiles/L02.dir/src/Image.cpp.o
CMakeFiles/L02.dir/src/main.cpp.o: CMakeFiles/L02.dir/flags.make
CMakeFiles/L02.dir/src/main.cpp.o: ../src/main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/shadow8t4/Documents/CSCE441/L02/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/L02.dir/src/main.cpp.o"
/usr/lib/hardening-wrapper/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/L02.dir/src/main.cpp.o -c /home/shadow8t4/Documents/CSCE441/L02/src/main.cpp
CMakeFiles/L02.dir/src/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/L02.dir/src/main.cpp.i"
/usr/lib/hardening-wrapper/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/shadow8t4/Documents/CSCE441/L02/src/main.cpp > CMakeFiles/L02.dir/src/main.cpp.i
CMakeFiles/L02.dir/src/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/L02.dir/src/main.cpp.s"
/usr/lib/hardening-wrapper/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/shadow8t4/Documents/CSCE441/L02/src/main.cpp -o CMakeFiles/L02.dir/src/main.cpp.s
CMakeFiles/L02.dir/src/main.cpp.o.requires:
.PHONY : CMakeFiles/L02.dir/src/main.cpp.o.requires
CMakeFiles/L02.dir/src/main.cpp.o.provides: CMakeFiles/L02.dir/src/main.cpp.o.requires
$(MAKE) -f CMakeFiles/L02.dir/build.make CMakeFiles/L02.dir/src/main.cpp.o.provides.build
.PHONY : CMakeFiles/L02.dir/src/main.cpp.o.provides
CMakeFiles/L02.dir/src/main.cpp.o.provides.build: CMakeFiles/L02.dir/src/main.cpp.o
# Object files for target L02
L02_OBJECTS = \
"CMakeFiles/L02.dir/src/Image.cpp.o" \
"CMakeFiles/L02.dir/src/main.cpp.o"
# External object files for target L02
L02_EXTERNAL_OBJECTS =
L02: CMakeFiles/L02.dir/src/Image.cpp.o
L02: CMakeFiles/L02.dir/src/main.cpp.o
L02: CMakeFiles/L02.dir/build.make
L02: CMakeFiles/L02.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/shadow8t4/Documents/CSCE441/L02/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable L02"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/L02.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/L02.dir/build: L02
.PHONY : CMakeFiles/L02.dir/build
CMakeFiles/L02.dir/requires: CMakeFiles/L02.dir/src/Image.cpp.o.requires
CMakeFiles/L02.dir/requires: CMakeFiles/L02.dir/src/main.cpp.o.requires
.PHONY : CMakeFiles/L02.dir/requires
CMakeFiles/L02.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/L02.dir/cmake_clean.cmake
.PHONY : CMakeFiles/L02.dir/clean
CMakeFiles/L02.dir/depend:
cd /home/shadow8t4/Documents/CSCE441/L02/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/shadow8t4/Documents/CSCE441/L02 /home/shadow8t4/Documents/CSCE441/L02 /home/shadow8t4/Documents/CSCE441/L02/build /home/shadow8t4/Documents/CSCE441/L02/build /home/shadow8t4/Documents/CSCE441/L02/build/CMakeFiles/L02.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/L02.dir/depend