This commit is contained in:
2019-10-21 21:46:48 -06:00
parent a8626b59b4
commit a768bb692d
198 changed files with 21000 additions and 557 deletions

View File

@@ -0,0 +1,32 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/Users/bradybodily/Repositories/CS3460/Hw5/WordTree.cpp
WordTree.hpp
/Users/bradybodily/Repositories/CS3460/Hw5/WordTree.hpp
/Users/bradybodily/Repositories/CS3460/Hw5/WordTree.hpp
algorithm
-
array
-
fstream
-
iostream
-
memory
-
string
-
vector
-
/Users/bradybodily/Repositories/CS3460/Hw5/main.cpp
WordTree.hpp
/Users/bradybodily/Repositories/CS3460/Hw5/WordTree.hpp

View File

@@ -0,0 +1,21 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/Users/bradybodily/Repositories/CS3460/Hw5/WordTree.cpp" "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/CMakeFiles/WordTree.dir/WordTree.cpp.o"
"/Users/bradybodily/Repositories/CS3460/Hw5/main.cpp" "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/CMakeFiles/WordTree.dir/main.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "AppleClang")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,113 @@
# 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/WordTree.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/WordTree.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/WordTree.dir/flags.make
CMakeFiles/WordTree.dir/main.cpp.o: CMakeFiles/WordTree.dir/flags.make
CMakeFiles/WordTree.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/WordTree.dir/main.cpp.o"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/WordTree.dir/main.cpp.o -c /Users/bradybodily/Repositories/CS3460/Hw5/main.cpp
CMakeFiles/WordTree.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/WordTree.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/WordTree.dir/main.cpp.i
CMakeFiles/WordTree.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/WordTree.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/WordTree.dir/main.cpp.s
CMakeFiles/WordTree.dir/WordTree.cpp.o: CMakeFiles/WordTree.dir/flags.make
CMakeFiles/WordTree.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/WordTree.dir/WordTree.cpp.o"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/WordTree.dir/WordTree.cpp.o -c /Users/bradybodily/Repositories/CS3460/Hw5/WordTree.cpp
CMakeFiles/WordTree.dir/WordTree.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/WordTree.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/WordTree.dir/WordTree.cpp.i
CMakeFiles/WordTree.dir/WordTree.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/WordTree.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/WordTree.dir/WordTree.cpp.s
# Object files for target WordTree
WordTree_OBJECTS = \
"CMakeFiles/WordTree.dir/main.cpp.o" \
"CMakeFiles/WordTree.dir/WordTree.cpp.o"
# External object files for target WordTree
WordTree_EXTERNAL_OBJECTS =
WordTree: CMakeFiles/WordTree.dir/main.cpp.o
WordTree: CMakeFiles/WordTree.dir/WordTree.cpp.o
WordTree: CMakeFiles/WordTree.dir/build.make
WordTree: CMakeFiles/WordTree.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 WordTree"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/WordTree.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/WordTree.dir/build: WordTree
.PHONY : CMakeFiles/WordTree.dir/build
CMakeFiles/WordTree.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/WordTree.dir/cmake_clean.cmake
.PHONY : CMakeFiles/WordTree.dir/clean
CMakeFiles/WordTree.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/WordTree.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/WordTree.dir/depend

View File

@@ -0,0 +1,11 @@
file(REMOVE_RECURSE
"CMakeFiles/WordTree.dir/main.cpp.o"
"CMakeFiles/WordTree.dir/WordTree.cpp.o"
"WordTree.pdb"
"WordTree"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/WordTree.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
CMakeFiles/WordTree.dir/WordTree.cpp.o
/Users/bradybodily/Repositories/CS3460/Hw5/WordTree.cpp
/Users/bradybodily/Repositories/CS3460/Hw5/WordTree.hpp
CMakeFiles/WordTree.dir/main.cpp.o
/Users/bradybodily/Repositories/CS3460/Hw5/WordTree.hpp
/Users/bradybodily/Repositories/CS3460/Hw5/main.cpp

View File

@@ -0,0 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
CMakeFiles/WordTree.dir/WordTree.cpp.o: ../WordTree.cpp
CMakeFiles/WordTree.dir/WordTree.cpp.o: ../WordTree.hpp
CMakeFiles/WordTree.dir/main.cpp.o: ../WordTree.hpp
CMakeFiles/WordTree.dir/main.cpp.o: ../main.cpp

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# compile CXX with /Library/Developer/CommandLineTools/usr/bin/c++
CXX_FLAGS = -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -std=gnu++1z
CXX_DEFINES =
CXX_INCLUDES =

View File

@@ -0,0 +1 @@
/Library/Developer/CommandLineTools/usr/bin/c++ -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/WordTree.dir/main.cpp.o CMakeFiles/WordTree.dir/WordTree.cpp.o -o WordTree

View File

@@ -0,0 +1,4 @@
CMAKE_PROGRESS_1 = 5
CMAKE_PROGRESS_2 = 6
CMAKE_PROGRESS_3 = 7