Skip to content
Snippets Groups Projects
Commit e242b294 authored by vcday's avatar vcday
Browse files

changed .gitignore

parents 93aef450 dfda4202
No related branches found
No related tags found
No related merge requests found
Showing
with 1178 additions and 0 deletions
# 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/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Parser.cpp" "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles/eecs398_search.dir/Parser.cpp.o"
"/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/ProducerConsumerQueue.cpp" "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o"
"/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/ProducerConsumerQueue_test.cpp" "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o"
"/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/main.cpp" "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles/eecs398_search.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 "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# 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/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/eecs398_search.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/eecs398_search.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/eecs398_search.dir/flags.make
CMakeFiles/eecs398_search.dir/main.cpp.o: CMakeFiles/eecs398_search.dir/flags.make
CMakeFiles/eecs398_search.dir/main.cpp.o: ../main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/eecs398_search.dir/main.cpp.o"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/eecs398_search.dir/main.cpp.o -c /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/main.cpp
CMakeFiles/eecs398_search.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/eecs398_search.dir/main.cpp.i"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/main.cpp > CMakeFiles/eecs398_search.dir/main.cpp.i
CMakeFiles/eecs398_search.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/eecs398_search.dir/main.cpp.s"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/main.cpp -o CMakeFiles/eecs398_search.dir/main.cpp.s
CMakeFiles/eecs398_search.dir/main.cpp.o.requires:
.PHONY : CMakeFiles/eecs398_search.dir/main.cpp.o.requires
CMakeFiles/eecs398_search.dir/main.cpp.o.provides: CMakeFiles/eecs398_search.dir/main.cpp.o.requires
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/main.cpp.o.provides.build
.PHONY : CMakeFiles/eecs398_search.dir/main.cpp.o.provides
CMakeFiles/eecs398_search.dir/main.cpp.o.provides.build: CMakeFiles/eecs398_search.dir/main.cpp.o
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o: CMakeFiles/eecs398_search.dir/flags.make
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o: ../ProducerConsumerQueue.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o -c /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/ProducerConsumerQueue.cpp
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.i"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/ProducerConsumerQueue.cpp > CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.i
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.s"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/ProducerConsumerQueue.cpp -o CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.s
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o.requires:
.PHONY : CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o.requires
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o.provides: CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o.requires
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o.provides.build
.PHONY : CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o.provides
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o.provides.build: CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o: CMakeFiles/eecs398_search.dir/flags.make
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o: ../ProducerConsumerQueue_test.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o -c /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/ProducerConsumerQueue_test.cpp
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.i"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/ProducerConsumerQueue_test.cpp > CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.i
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.s"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/ProducerConsumerQueue_test.cpp -o CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.s
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o.requires:
.PHONY : CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o.requires
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o.provides: CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o.requires
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o.provides.build
.PHONY : CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o.provides
CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o.provides.build: CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o
CMakeFiles/eecs398_search.dir/Parser.cpp.o: CMakeFiles/eecs398_search.dir/flags.make
CMakeFiles/eecs398_search.dir/Parser.cpp.o: Parser.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/eecs398_search.dir/Parser.cpp.o"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/eecs398_search.dir/Parser.cpp.o -c /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Parser.cpp
CMakeFiles/eecs398_search.dir/Parser.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/eecs398_search.dir/Parser.cpp.i"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Parser.cpp > CMakeFiles/eecs398_search.dir/Parser.cpp.i
CMakeFiles/eecs398_search.dir/Parser.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/eecs398_search.dir/Parser.cpp.s"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Parser.cpp -o CMakeFiles/eecs398_search.dir/Parser.cpp.s
CMakeFiles/eecs398_search.dir/Parser.cpp.o.requires:
.PHONY : CMakeFiles/eecs398_search.dir/Parser.cpp.o.requires
CMakeFiles/eecs398_search.dir/Parser.cpp.o.provides: CMakeFiles/eecs398_search.dir/Parser.cpp.o.requires
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/Parser.cpp.o.provides.build
.PHONY : CMakeFiles/eecs398_search.dir/Parser.cpp.o.provides
CMakeFiles/eecs398_search.dir/Parser.cpp.o.provides.build: CMakeFiles/eecs398_search.dir/Parser.cpp.o
# Object files for target eecs398_search
eecs398_search_OBJECTS = \
"CMakeFiles/eecs398_search.dir/main.cpp.o" \
"CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o" \
"CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o" \
"CMakeFiles/eecs398_search.dir/Parser.cpp.o"
# External object files for target eecs398_search
eecs398_search_EXTERNAL_OBJECTS =
eecs398_search: CMakeFiles/eecs398_search.dir/main.cpp.o
eecs398_search: CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o
eecs398_search: CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o
eecs398_search: CMakeFiles/eecs398_search.dir/Parser.cpp.o
eecs398_search: CMakeFiles/eecs398_search.dir/build.make
eecs398_search: CMakeFiles/eecs398_search.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX executable eecs398_search"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/eecs398_search.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/eecs398_search.dir/build: eecs398_search
.PHONY : CMakeFiles/eecs398_search.dir/build
CMakeFiles/eecs398_search.dir/requires: CMakeFiles/eecs398_search.dir/main.cpp.o.requires
CMakeFiles/eecs398_search.dir/requires: CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o.requires
CMakeFiles/eecs398_search.dir/requires: CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o.requires
CMakeFiles/eecs398_search.dir/requires: CMakeFiles/eecs398_search.dir/Parser.cpp.o.requires
.PHONY : CMakeFiles/eecs398_search.dir/requires
CMakeFiles/eecs398_search.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/eecs398_search.dir/cmake_clean.cmake
.PHONY : CMakeFiles/eecs398_search.dir/clean
CMakeFiles/eecs398_search.dir/depend:
cd /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles/eecs398_search.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/eecs398_search.dir/depend
file(REMOVE_RECURSE
"CMakeFiles/eecs398_search.dir/main.cpp.o"
"CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o"
"CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o"
"CMakeFiles/eecs398_search.dir/Parser.cpp.o"
"eecs398_search.pdb"
"eecs398_search"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/eecs398_search.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# Empty dependencies file for eecs398_search.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# compile CXX with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
CXX_FLAGS = -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -std=gnu++11
CXX_DEFINES =
CXX_INCLUDES =
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/eecs398_search.dir/main.cpp.o CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o CMakeFiles/eecs398_search.dir/Parser.cpp.o -o eecs398_search
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 = 3
CMAKE_PROGRESS_4 = 4
CMAKE_PROGRESS_5 = 5
File added
const char features[] = {"\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400
"1"
#else
"0"
#endif
"c_function_prototypes\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_restrict\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
"1"
#else
"0"
#endif
"c_static_assert\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_variadic_macros\n"
};
int main(int argc, char** argv) { (void)argv; return features[argc]; }
const char features[] = {"\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_aggregate_nsdmi)
"1"
#else
"0"
#endif
"cxx_aggregate_default_initializers\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alias_templates)
"1"
#else
"0"
#endif
"cxx_alias_templates\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alignas)
"1"
#else
"0"
#endif
"cxx_alignas\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alignas)
"1"
#else
"0"
#endif
"cxx_alignof\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_attributes)
"1"
#else
"0"
#endif
"cxx_attributes\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_attribute_deprecated\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_auto_type)
"1"
#else
"0"
#endif
"cxx_auto_type\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_binary_literals)
"1"
#else
"0"
#endif
"cxx_binary_literals\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_constexpr)
"1"
#else
"0"
#endif
"cxx_constexpr\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_contextual_conversions)
"1"
#else
"0"
#endif
"cxx_contextual_conversions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_decltype)
"1"
#else
"0"
#endif
"cxx_decltype\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_decltype_auto\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_decltype_incomplete_return_types)
"1"
#else
"0"
#endif
"cxx_decltype_incomplete_return_types\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_default_function_template_args)
"1"
#else
"0"
#endif
"cxx_default_function_template_args\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_defaulted_functions)
"1"
#else
"0"
#endif
"cxx_defaulted_functions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_defaulted_functions)
"1"
#else
"0"
#endif
"cxx_defaulted_move_initializers\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_delegating_constructors)
"1"
#else
"0"
#endif
"cxx_delegating_constructors\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_deleted_functions)
"1"
#else
"0"
#endif
"cxx_deleted_functions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_digit_separators\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_enum_forward_declarations\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_explicit_conversions)
"1"
#else
"0"
#endif
"cxx_explicit_conversions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_extended_friend_declarations\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_extern_templates\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_override_control)
"1"
#else
"0"
#endif
"cxx_final\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_func_identifier\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_generalized_initializers)
"1"
#else
"0"
#endif
"cxx_generalized_initializers\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_generic_lambdas\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_inheriting_constructors)
"1"
#else
"0"
#endif
"cxx_inheriting_constructors\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_inline_namespaces\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_lambdas)
"1"
#else
"0"
#endif
"cxx_lambdas\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_init_captures)
"1"
#else
"0"
#endif
"cxx_lambda_init_captures\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_local_type_template_args)
"1"
#else
"0"
#endif
"cxx_local_type_template_args\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_long_long_type\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_noexcept)
"1"
#else
"0"
#endif
"cxx_noexcept\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_nonstatic_member_init)
"1"
#else
"0"
#endif
"cxx_nonstatic_member_init\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_nullptr)
"1"
#else
"0"
#endif
"cxx_nullptr\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_override_control)
"1"
#else
"0"
#endif
"cxx_override\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_range_for)
"1"
#else
"0"
#endif
"cxx_range_for\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_raw_string_literals)
"1"
#else
"0"
#endif
"cxx_raw_string_literals\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_reference_qualified_functions)
"1"
#else
"0"
#endif
"cxx_reference_qualified_functions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_relaxed_constexpr)
"1"
#else
"0"
#endif
"cxx_relaxed_constexpr\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_return_type_deduction)
"1"
#else
"0"
#endif
"cxx_return_type_deduction\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_right_angle_brackets\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_rvalue_references)
"1"
#else
"0"
#endif
"cxx_rvalue_references\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_sizeof_member\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_static_assert)
"1"
#else
"0"
#endif
"cxx_static_assert\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_strong_enums)
"1"
#else
"0"
#endif
"cxx_strong_enums\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 199711L
"1"
#else
"0"
#endif
"cxx_template_template_parameters\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_thread_local)
"1"
#else
"0"
#endif
"cxx_thread_local\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_trailing_return)
"1"
#else
"0"
#endif
"cxx_trailing_return_types\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_unicode_literals)
"1"
#else
"0"
#endif
"cxx_unicode_literals\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_generalized_initializers)
"1"
#else
"0"
#endif
"cxx_uniform_initialization\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_unrestricted_unions)
"1"
#else
"0"
#endif
"cxx_unrestricted_unions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_user_literals)
"1"
#else
"0"
#endif
"cxx_user_literals\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_variable_templates)
"1"
#else
"0"
#endif
"cxx_variable_templates\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_variadic_macros\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_variadic_templates)
"1"
#else
"0"
#endif
"cxx_variadic_templates\n"
};
int main(int argc, char** argv) { (void)argv; return features[argc]; }
5
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# 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/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/Applications/CLion.app/Contents/bin/cmake/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named eecs398_search
# Build rule for target.
eecs398_search: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 eecs398_search
.PHONY : eecs398_search
# fast build rule for target.
eecs398_search/fast:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/build
.PHONY : eecs398_search/fast
Parser.o: Parser.cpp.o
.PHONY : Parser.o
# target to build an object file
Parser.cpp.o:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/Parser.cpp.o
.PHONY : Parser.cpp.o
Parser.i: Parser.cpp.i
.PHONY : Parser.i
# target to preprocess a source file
Parser.cpp.i:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/Parser.cpp.i
.PHONY : Parser.cpp.i
Parser.s: Parser.cpp.s
.PHONY : Parser.s
# target to generate assembly for a file
Parser.cpp.s:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/Parser.cpp.s
.PHONY : Parser.cpp.s
ProducerConsumerQueue.o: ProducerConsumerQueue.cpp.o
.PHONY : ProducerConsumerQueue.o
# target to build an object file
ProducerConsumerQueue.cpp.o:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.o
.PHONY : ProducerConsumerQueue.cpp.o
ProducerConsumerQueue.i: ProducerConsumerQueue.cpp.i
.PHONY : ProducerConsumerQueue.i
# target to preprocess a source file
ProducerConsumerQueue.cpp.i:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.i
.PHONY : ProducerConsumerQueue.cpp.i
ProducerConsumerQueue.s: ProducerConsumerQueue.cpp.s
.PHONY : ProducerConsumerQueue.s
# target to generate assembly for a file
ProducerConsumerQueue.cpp.s:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/ProducerConsumerQueue.cpp.s
.PHONY : ProducerConsumerQueue.cpp.s
ProducerConsumerQueue_test.o: ProducerConsumerQueue_test.cpp.o
.PHONY : ProducerConsumerQueue_test.o
# target to build an object file
ProducerConsumerQueue_test.cpp.o:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.o
.PHONY : ProducerConsumerQueue_test.cpp.o
ProducerConsumerQueue_test.i: ProducerConsumerQueue_test.cpp.i
.PHONY : ProducerConsumerQueue_test.i
# target to preprocess a source file
ProducerConsumerQueue_test.cpp.i:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.i
.PHONY : ProducerConsumerQueue_test.cpp.i
ProducerConsumerQueue_test.s: ProducerConsumerQueue_test.cpp.s
.PHONY : ProducerConsumerQueue_test.s
# target to generate assembly for a file
ProducerConsumerQueue_test.cpp.s:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/ProducerConsumerQueue_test.cpp.s
.PHONY : ProducerConsumerQueue_test.cpp.s
main.o: main.cpp.o
.PHONY : main.o
# target to build an object file
main.cpp.o:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/main.cpp.o
.PHONY : main.cpp.o
main.i: main.cpp.i
.PHONY : main.i
# target to preprocess a source file
main.cpp.i:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/main.cpp.i
.PHONY : main.cpp.i
main.s: main.cpp.s
.PHONY : main.s
# target to generate assembly for a file
main.cpp.s:
$(MAKE) -f CMakeFiles/eecs398_search.dir/build.make CMakeFiles/eecs398_search.dir/main.cpp.s
.PHONY : main.cpp.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
@echo "... eecs398_search"
@echo "... Parser.o"
@echo "... Parser.i"
@echo "... Parser.s"
@echo "... ProducerConsumerQueue.o"
@echo "... ProducerConsumerQueue.i"
@echo "... ProducerConsumerQueue.s"
@echo "... ProducerConsumerQueue_test.o"
@echo "... ProducerConsumerQueue_test.i"
@echo "... ProducerConsumerQueue_test.s"
@echo "... main.o"
@echo "... main.i"
@echo "... main.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
# Install script for directory: /Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="eecs398_search"/>
<Option makefile_is_custom="1"/>
<Option compiler="gcc"/>
<Option virtualFolders="CMake Files\;"/>
<Build>
<Target title="all">
<Option working_dir="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="rebuild_cache">
<Option working_dir="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="edit_cache">
<Option working_dir="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="eecs398_search">
<Option output="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/eecs398_search" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 eecs398_search"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="eecs398_search/fast">
<Option output="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/eecs398_search" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 eecs398_search/fast"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/ProducerConsumerQueue.cpp">
<Option target="eecs398_search"/>
</Unit>
<Unit filename="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/ProducerConsumerQueue.h">
<Option target="eecs398_search"/>
</Unit>
<Unit filename="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/ProducerConsumerQueue_test.cpp">
<Option target="eecs398_search"/>
</Unit>
<Unit filename="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Parser.cpp">
<Option target="eecs398_search"/>
</Unit>
<Unit filename="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Parser.h">
<Option target="eecs398_search"/>
</Unit>
<Unit filename="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/main.cpp">
<Option target="eecs398_search"/>
</Unit>
<Unit filename="/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
</Project>
</CodeBlocks_project_file>
/*
*
* Must provide
Robustness:
The Web contains servers that create spider traps, which are generators of web pages that mislead crawlers into getting stuck fetching an infinite number of pages in a particular domain. Crawlers must be designed to be resilient to such traps. Not all such traps are malicious; some are the inadvertent side-effect of faulty website development.
Politeness:
Web servers have both implicit and explicit policies regulating the rate at which a crawler can visit them. These politeness policies must be respected.
*/
class Crawler {
//robots.txt cache
public:
};
//spiders : threads doing work of fetching urls
//houseKeeper : This thread is generally quiescent except that it wakes up once every few seconds to log crawl progress statistics
// (URLs crawled, frontier size, etc.), decide whether to terminate the crawl, or (once every few hours of crawling) checkpoint the crawl. In checkpointing, a snapshot of the crawler's state (say, the URL frontier) is committed to disk. In the event of a catastrophic crawler failure, the crawl is restarted from the most recent checkpoint.
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<!-- HTML Codes by Quackit.com -->
<title>
Story of Cat</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="cat story">
<meta name="description" content="This is the tale of a cat names joe">
<style>
body {background-color:#ffffff;background-repeat:no-repeat;background-position:top left;background-attachment:fixed;}
h1{font-family:Arial, sans-serif;color:#000000;background-color:#ffffff;}
p {font-family:Georgia, serif;font-size:14px;font-style:normal;font-weight:normal;color:#000000;background-color:#ffffff;}
</style>
</head>
<body>
<h1>Joe the cat</h1>
<p>On Saturday, joe the cat went to the store. He climbed up a mountain? It was weird. The store was called Food Store</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<!-- HTML Codes by Quackit.com -->
<title>
Food store is here</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="store food dinner lunch">
<meta name="description" content="The food store sells cat food for dinner, lunch, and breakfast.">
<style>
body {background-color:#ffffff;background-repeat:no-repeat;background-position:top left;background-attachment:fixed;}
h1{font-family:Arial, sans-serif;color:#000000;background-color:#ffffff;}
p {font-family:Georgia, serif;font-size:14px;font-style:normal;font-weight:normal;color:#000000;background-color:#ffffff;}
</style>
</head>
<body>
<h1>COme shop Come shop at our Store</h1>
<p>Please come to our store!</p>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment