Working the correct way.

This commit is contained in:
2019-09-22 16:36:00 -06:00
parent a64ee7b610
commit 2acbda9b5b
150 changed files with 9141 additions and 0 deletions

View File

@@ -0,0 +1,76 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/bradybodily/Repositories/CS3460/Hw2
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/bradybodily/Repositories/CS3460/Hw2/cmake-build-debug
# Utility rule file for ClangFormatCOMMAND.
# Include the progress variables for this target.
include CMakeFiles/ClangFormatCOMMAND.dir/progress.make
CMakeFiles/ClangFormatCOMMAND:
/usr/local/bin/clang-format -i -style=file /Users/bradybodily/Repositories/CS3460/Hw2/Assignment2.cpp
ClangFormatCOMMAND: CMakeFiles/ClangFormatCOMMAND
ClangFormatCOMMAND: CMakeFiles/ClangFormatCOMMAND.dir/build.make
.PHONY : ClangFormatCOMMAND
# Rule to build all files generated by this target.
CMakeFiles/ClangFormatCOMMAND.dir/build: ClangFormatCOMMAND
.PHONY : CMakeFiles/ClangFormatCOMMAND.dir/build
CMakeFiles/ClangFormatCOMMAND.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/ClangFormatCOMMAND.dir/cmake_clean.cmake
.PHONY : CMakeFiles/ClangFormatCOMMAND.dir/clean
CMakeFiles/ClangFormatCOMMAND.dir/depend:
cd /Users/bradybodily/Repositories/CS3460/Hw2/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/bradybodily/Repositories/CS3460/Hw2 /Users/bradybodily/Repositories/CS3460/Hw2 /Users/bradybodily/Repositories/CS3460/Hw2/cmake-build-debug /Users/bradybodily/Repositories/CS3460/Hw2/cmake-build-debug /Users/bradybodily/Repositories/CS3460/Hw2/cmake-build-debug/CMakeFiles/ClangFormatCOMMAND.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/ClangFormatCOMMAND.dir/depend