Files
cs5890_high_performance_com…/HW3/cmake-build-debug/CMakeFiles/HW3.dir/build.make
2020-11-08 10:50:29 -07:00

120 lines
4.9 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# 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.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = "/Users/brady.bodily/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/202.6948.80/CLion.app/Contents/bin/cmake/mac/bin/cmake"
# The command to remove a file.
RM = "/Users/brady.bodily/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/202.6948.80/CLion.app/Contents/bin/cmake/mac/bin/cmake" -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/HW3.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/HW3.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/HW3.dir/flags.make
CMakeFiles/HW3.dir/main.cpp.o: CMakeFiles/HW3.dir/flags.make
CMakeFiles/HW3.dir/main.cpp.o: ../main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/HW3.dir/main.cpp.o"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/HW3.dir/main.cpp.o -c /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/main.cpp
CMakeFiles/HW3.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/HW3.dir/main.cpp.i"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/main.cpp > CMakeFiles/HW3.dir/main.cpp.i
CMakeFiles/HW3.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/HW3.dir/main.cpp.s"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/main.cpp -o CMakeFiles/HW3.dir/main.cpp.s
# Object files for target HW3
HW3_OBJECTS = \
"CMakeFiles/HW3.dir/main.cpp.o"
# External object files for target HW3
HW3_EXTERNAL_OBJECTS =
HW3: CMakeFiles/HW3.dir/main.cpp.o
HW3: CMakeFiles/HW3.dir/build.make
HW3: /usr/local/lib/libomp.dylib
HW3: CMakeFiles/HW3.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable HW3"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/HW3.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/HW3.dir/build: HW3
.PHONY : CMakeFiles/HW3.dir/build
CMakeFiles/HW3.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/HW3.dir/cmake_clean.cmake
.PHONY : CMakeFiles/HW3.dir/clean
CMakeFiles/HW3.dir/depend:
cd /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3 /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3 /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug/CMakeFiles/HW3.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/HW3.dir/depend