C_CPP/googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/build.make

115 lines
6.0 KiB
Plaintext
Raw Normal View History

2018-11-29 14:47:42 +01:00
# 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 = /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/joethei/workspaces/C_CPP
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/joethei/workspaces/C_CPP
# Include any dependencies generated for this target.
include googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/depend.make
# Include the progress variables for this target.
include googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/progress.make
# Include the compile flags for this target's objects.
include googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/flags.make
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/flags.make
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-all.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest-all.cc
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest-all.cc.i"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest-all.cc.s"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/joethei/workspaces/C_CPP/googletest-src/googletest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires:
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
$(MAKE) -f googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/build.make googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
# Object files for target gtest
gtest_OBJECTS = \
"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
# External object files for target gtest
gtest_EXTERNAL_OBJECTS =
lib/libgtestd.a: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
lib/libgtestd.a: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/build.make
lib/libgtestd.a: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/joethei/workspaces/C_CPP/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../lib/libgtestd.a"
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean_target.cmake
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/build: lib/libgtestd.a
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/build
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/requires: googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/requires
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/clean:
cd /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/clean
googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/depend:
cd /home/joethei/workspaces/C_CPP && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/googletest-src/googletest /home/joethei/workspaces/C_CPP /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest /home/joethei/workspaces/C_CPP/googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : googletest-build/googlemock/gtest/CMakeFiles/gtest.dir/depend