# 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/Hw5 # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug # Include any dependencies generated for this target. include CMakeFiles/Hw5.dir/depend.make # Include the progress variables for this target. include CMakeFiles/Hw5.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/Hw5.dir/flags.make CMakeFiles/Hw5.dir/main.cpp.o: CMakeFiles/Hw5.dir/flags.make CMakeFiles/Hw5.dir/main.cpp.o: ../main.cpp @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/Hw5.dir/main.cpp.o" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Hw5.dir/main.cpp.o -c /Users/bradybodily/Repositories/CS3460/Hw5/main.cpp CMakeFiles/Hw5.dir/main.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Hw5.dir/main.cpp.i" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/bradybodily/Repositories/CS3460/Hw5/main.cpp > CMakeFiles/Hw5.dir/main.cpp.i CMakeFiles/Hw5.dir/main.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Hw5.dir/main.cpp.s" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/bradybodily/Repositories/CS3460/Hw5/main.cpp -o CMakeFiles/Hw5.dir/main.cpp.s CMakeFiles/Hw5.dir/WordTree.cpp.o: CMakeFiles/Hw5.dir/flags.make CMakeFiles/Hw5.dir/WordTree.cpp.o: ../WordTree.cpp @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/Hw5.dir/WordTree.cpp.o" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Hw5.dir/WordTree.cpp.o -c /Users/bradybodily/Repositories/CS3460/Hw5/WordTree.cpp CMakeFiles/Hw5.dir/WordTree.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Hw5.dir/WordTree.cpp.i" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/bradybodily/Repositories/CS3460/Hw5/WordTree.cpp > CMakeFiles/Hw5.dir/WordTree.cpp.i CMakeFiles/Hw5.dir/WordTree.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Hw5.dir/WordTree.cpp.s" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/bradybodily/Repositories/CS3460/Hw5/WordTree.cpp -o CMakeFiles/Hw5.dir/WordTree.cpp.s # Object files for target Hw5 Hw5_OBJECTS = \ "CMakeFiles/Hw5.dir/main.cpp.o" \ "CMakeFiles/Hw5.dir/WordTree.cpp.o" # External object files for target Hw5 Hw5_EXTERNAL_OBJECTS = Hw5: CMakeFiles/Hw5.dir/main.cpp.o Hw5: CMakeFiles/Hw5.dir/WordTree.cpp.o Hw5: CMakeFiles/Hw5.dir/build.make Hw5: CMakeFiles/Hw5.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable Hw5" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Hw5.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/Hw5.dir/build: Hw5 .PHONY : CMakeFiles/Hw5.dir/build CMakeFiles/Hw5.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/Hw5.dir/cmake_clean.cmake .PHONY : CMakeFiles/Hw5.dir/clean CMakeFiles/Hw5.dir/depend: cd /Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/bradybodily/Repositories/CS3460/Hw5 /Users/bradybodily/Repositories/CS3460/Hw5 /Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug /Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug /Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/CMakeFiles/Hw5.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/Hw5.dir/depend