From 96342c558e8c98d9fb2662afa28265255718ab3c Mon Sep 17 00:00:00 2001 From: vcday <vcday@umich.edu> Date: Wed, 31 Jan 2018 21:19:21 -0500 Subject: [PATCH] remove untracked files --- .../eecs398_search.dir/DependInfo.cmake | 23 --- .../CMakeFiles/eecs398_search.dir/build.make | 194 ------------------ cmake-build-debug/eecs398_search.cbp | 105 ---------- 3 files changed, 322 deletions(-) delete mode 100644 cmake-build-debug/CMakeFiles/eecs398_search.dir/DependInfo.cmake delete mode 100644 cmake-build-debug/CMakeFiles/eecs398_search.dir/build.make delete mode 100644 cmake-build-debug/eecs398_search.cbp diff --git a/cmake-build-debug/CMakeFiles/eecs398_search.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/eecs398_search.dir/DependInfo.cmake deleted file mode 100644 index 26677d2..0000000 --- a/cmake-build-debug/CMakeFiles/eecs398_search.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ -# 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 "") diff --git a/cmake-build-debug/CMakeFiles/eecs398_search.dir/build.make b/cmake-build-debug/CMakeFiles/eecs398_search.dir/build.make deleted file mode 100644 index b95619d..0000000 --- a/cmake-build-debug/CMakeFiles/eecs398_search.dir/build.make +++ /dev/null @@ -1,194 +0,0 @@ -# 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 - diff --git a/cmake-build-debug/eecs398_search.cbp b/cmake-build-debug/eecs398_search.cbp deleted file mode 100644 index 636369c..0000000 --- a/cmake-build-debug/eecs398_search.cbp +++ /dev/null @@ -1,105 +0,0 @@ -<?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 "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 all"/> - <CompileFile command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" 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 "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 rebuild_cache"/> - <CompileFile command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" 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 "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 edit_cache"/> - <CompileFile command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" 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 "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 eecs398_search"/> - <CompileFile command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" 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 "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 eecs398_search/fast"/> - <CompileFile command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="/usr/bin/make -j4 -f "/Users/veronicaday/Desktop/EECS398/eecs_398/project/eecs398-search/cmake-build-debug/Makefile" 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> -- GitLab