# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.7 # 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 = /usr/local/Cellar/cmake/3.7.2/bin/cmake # The command to remove a file. RM = /usr/local/Cellar/cmake/3.7.2/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /Users/alessia/Desktop/SP4E_HW1/homework4/starting_point # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /Users/alessia/Desktop/SP4E_HW1/homework4/starting_point/build-cmake-debug # Include any dependencies generated for this target. include CMakeFiles/particles.dir/depend.make # Include the progress variables for this target. include CMakeFiles/particles.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/particles.dir/flags.make CMakeFiles/particles.dir/main.cc.o: CMakeFiles/particles.dir/flags.make CMakeFiles/particles.dir/main.cc.o: ../main.cc @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/alessia/Desktop/SP4E_HW1/homework4/starting_point/build-cmake-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/particles.dir/main.cc.o" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/particles.dir/main.cc.o -c /Users/alessia/Desktop/SP4E_HW1/homework4/starting_point/main.cc CMakeFiles/particles.dir/main.cc.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/particles.dir/main.cc.i" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/alessia/Desktop/SP4E_HW1/homework4/starting_point/main.cc > CMakeFiles/particles.dir/main.cc.i CMakeFiles/particles.dir/main.cc.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/particles.dir/main.cc.s" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/alessia/Desktop/SP4E_HW1/homework4/starting_point/main.cc -o CMakeFiles/particles.dir/main.cc.s CMakeFiles/particles.dir/main.cc.o.requires: .PHONY : CMakeFiles/particles.dir/main.cc.o.requires CMakeFiles/particles.dir/main.cc.o.provides: CMakeFiles/particles.dir/main.cc.o.requires $(MAKE) -f CMakeFiles/particles.dir/build.make CMakeFiles/particles.dir/main.cc.o.provides.build .PHONY : CMakeFiles/particles.dir/main.cc.o.provides CMakeFiles/particles.dir/main.cc.o.provides.build: CMakeFiles/particles.dir/main.cc.o # Object files for target particles particles_OBJECTS = \ "CMakeFiles/particles.dir/main.cc.o" # External object files for target particles particles_EXTERNAL_OBJECTS = particles: CMakeFiles/particles.dir/main.cc.o particles: CMakeFiles/particles.dir/build.make particles: libpart.dylib particles: /usr/local/lib/libfftw3.dylib particles: CMakeFiles/particles.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/alessia/Desktop/SP4E_HW1/homework4/starting_point/build-cmake-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable particles" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/particles.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/particles.dir/build: particles .PHONY : CMakeFiles/particles.dir/build CMakeFiles/particles.dir/requires: CMakeFiles/particles.dir/main.cc.o.requires .PHONY : CMakeFiles/particles.dir/requires CMakeFiles/particles.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/particles.dir/cmake_clean.cmake .PHONY : CMakeFiles/particles.dir/clean CMakeFiles/particles.dir/depend: cd /Users/alessia/Desktop/SP4E_HW1/homework4/starting_point/build-cmake-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/alessia/Desktop/SP4E_HW1/homework4/starting_point /Users/alessia/Desktop/SP4E_HW1/homework4/starting_point /Users/alessia/Desktop/SP4E_HW1/homework4/starting_point/build-cmake-debug /Users/alessia/Desktop/SP4E_HW1/homework4/starting_point/build-cmake-debug /Users/alessia/Desktop/SP4E_HW1/homework4/starting_point/build-cmake-debug/CMakeFiles/particles.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/particles.dir/depend