# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.5 # 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/bin/cmake # The command to remove a file. RM = /usr/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/jryland/Code/research/framework # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/jryland/Code/research/framework/build # Include any dependencies generated for this target. include tests/CMakeFiles/FrameworkTest.dir/depend.make # Include the progress variables for this target. include tests/CMakeFiles/FrameworkTest.dir/progress.make # Include the compile flags for this target's objects. include tests/CMakeFiles/FrameworkTest.dir/flags.make tests/CMakeFiles/FrameworkTest.dir/main.cpp.o: tests/CMakeFiles/FrameworkTest.dir/flags.make tests/CMakeFiles/FrameworkTest.dir/main.cpp.o: ../tests/main.cpp @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/jryland/Code/research/framework/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/FrameworkTest.dir/main.cpp.o" cd /home/jryland/Code/research/framework/build/tests && /usr/bin/g++-5 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/FrameworkTest.dir/main.cpp.o -c /home/jryland/Code/research/framework/tests/main.cpp tests/CMakeFiles/FrameworkTest.dir/main.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/FrameworkTest.dir/main.cpp.i" cd /home/jryland/Code/research/framework/build/tests && /usr/bin/g++-5 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/jryland/Code/research/framework/tests/main.cpp > CMakeFiles/FrameworkTest.dir/main.cpp.i tests/CMakeFiles/FrameworkTest.dir/main.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/FrameworkTest.dir/main.cpp.s" cd /home/jryland/Code/research/framework/build/tests && /usr/bin/g++-5 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/jryland/Code/research/framework/tests/main.cpp -o CMakeFiles/FrameworkTest.dir/main.cpp.s tests/CMakeFiles/FrameworkTest.dir/main.cpp.o.requires: .PHONY : tests/CMakeFiles/FrameworkTest.dir/main.cpp.o.requires tests/CMakeFiles/FrameworkTest.dir/main.cpp.o.provides: tests/CMakeFiles/FrameworkTest.dir/main.cpp.o.requires $(MAKE) -f tests/CMakeFiles/FrameworkTest.dir/build.make tests/CMakeFiles/FrameworkTest.dir/main.cpp.o.provides.build .PHONY : tests/CMakeFiles/FrameworkTest.dir/main.cpp.o.provides tests/CMakeFiles/FrameworkTest.dir/main.cpp.o.provides.build: tests/CMakeFiles/FrameworkTest.dir/main.cpp.o # Object files for target FrameworkTest FrameworkTest_OBJECTS = \ "CMakeFiles/FrameworkTest.dir/main.cpp.o" # External object files for target FrameworkTest FrameworkTest_EXTERNAL_OBJECTS = tests/FrameworkTest: tests/CMakeFiles/FrameworkTest.dir/main.cpp.o tests/FrameworkTest: tests/CMakeFiles/FrameworkTest.dir/build.make tests/FrameworkTest: source/libFramework.a tests/FrameworkTest: tests/CMakeFiles/FrameworkTest.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/jryland/Code/research/framework/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable FrameworkTest" cd /home/jryland/Code/research/framework/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/FrameworkTest.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. tests/CMakeFiles/FrameworkTest.dir/build: tests/FrameworkTest .PHONY : tests/CMakeFiles/FrameworkTest.dir/build tests/CMakeFiles/FrameworkTest.dir/requires: tests/CMakeFiles/FrameworkTest.dir/main.cpp.o.requires .PHONY : tests/CMakeFiles/FrameworkTest.dir/requires tests/CMakeFiles/FrameworkTest.dir/clean: cd /home/jryland/Code/research/framework/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/FrameworkTest.dir/cmake_clean.cmake .PHONY : tests/CMakeFiles/FrameworkTest.dir/clean tests/CMakeFiles/FrameworkTest.dir/depend: cd /home/jryland/Code/research/framework/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/jryland/Code/research/framework /home/jryland/Code/research/framework/tests /home/jryland/Code/research/framework/build /home/jryland/Code/research/framework/build/tests /home/jryland/Code/research/framework/build/tests/CMakeFiles/FrameworkTest.dir/DependInfo.cmake --color=$(COLOR) .PHONY : tests/CMakeFiles/FrameworkTest.dir/depend