# 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 = /usr/local/Cellar/cmake/3.14.4/bin/cmake # The command to remove a file. RM = /usr/local/Cellar/cmake/3.14.4/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /Users/jerry/src/src.dualinventive.com/dinet/libdi # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug # Include any dependencies generated for this target. include tests/CMakeFiles/pp.dir/depend.make # Include the progress variables for this target. include tests/CMakeFiles/pp.dir/progress.make # Include the compile flags for this target's objects. include tests/CMakeFiles/pp.dir/flags.make tests/CMakeFiles/pp.dir/pp.cpp.o: tests/CMakeFiles/pp.dir/flags.make tests/CMakeFiles/pp.dir/pp.cpp.o: ../../tests/pp.cpp @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/pp.dir/pp.cpp.o" cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/tests && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -Wno-old-style-cast -Wno-write-strings -fno-exceptions -o CMakeFiles/pp.dir/pp.cpp.o -c /Users/jerry/src/src.dualinventive.com/dinet/libdi/tests/pp.cpp tests/CMakeFiles/pp.dir/pp.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/pp.dir/pp.cpp.i" cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/tests && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -Wno-old-style-cast -Wno-write-strings -fno-exceptions -E /Users/jerry/src/src.dualinventive.com/dinet/libdi/tests/pp.cpp > CMakeFiles/pp.dir/pp.cpp.i tests/CMakeFiles/pp.dir/pp.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/pp.dir/pp.cpp.s" cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/tests && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -Wno-old-style-cast -Wno-write-strings -fno-exceptions -S /Users/jerry/src/src.dualinventive.com/dinet/libdi/tests/pp.cpp -o CMakeFiles/pp.dir/pp.cpp.s # Object files for target pp pp_OBJECTS = \ "CMakeFiles/pp.dir/pp.cpp.o" # External object files for target pp pp_EXTERNAL_OBJECTS = tests/pp: tests/CMakeFiles/pp.dir/pp.cpp.o tests/pp: tests/CMakeFiles/pp.dir/build.make tests/pp: libdi.a tests/pp: tests/gtest-prefix/src/gtest-build/libgtest_main.a tests/pp: tests/gtest-prefix/src/gtest-build/libgtest.a tests/pp: tests/CMakeFiles/pp.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable pp" cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/pp.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. tests/CMakeFiles/pp.dir/build: tests/pp .PHONY : tests/CMakeFiles/pp.dir/build tests/CMakeFiles/pp.dir/clean: cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/tests && $(CMAKE_COMMAND) -P CMakeFiles/pp.dir/cmake_clean.cmake .PHONY : tests/CMakeFiles/pp.dir/clean tests/CMakeFiles/pp.dir/depend: cd /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jerry/src/src.dualinventive.com/dinet/libdi /Users/jerry/src/src.dualinventive.com/dinet/libdi/tests /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/tests /Users/jerry/src/src.dualinventive.com/dinet/libdi/build/Debug/tests/CMakeFiles/pp.dir/DependInfo.cmake --color=$(COLOR) .PHONY : tests/CMakeFiles/pp.dir/depend