# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10

# 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/eyeris-user/software/lcm

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/eyeris-user/software/lcm/build

# Include any dependencies generated for this target.
include test/gtest/CMakeFiles/gtest.dir/depend.make

# Include the progress variables for this target.
include test/gtest/CMakeFiles/gtest.dir/progress.make

# Include the compile flags for this target's objects.
include test/gtest/CMakeFiles/gtest.dir/flags.make

test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: test/gtest/CMakeFiles/gtest.dir/flags.make
test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../test/gtest/src/gtest-all.cc
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/eyeris-user/software/lcm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
	cd /home/eyeris-user/software/lcm/build/test/gtest && /usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/eyeris-user/software/lcm/test/gtest/src/gtest-all.cc

test/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/eyeris-user/software/lcm/build/test/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/eyeris-user/software/lcm/test/gtest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i

test/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/eyeris-user/software/lcm/build/test/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/eyeris-user/software/lcm/test/gtest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s

test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires:

.PHONY : test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires

test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides: test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
	$(MAKE) -f test/gtest/CMakeFiles/gtest.dir/build.make test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build
.PHONY : test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides

test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build: test/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 =

test/gtest/libgtest.so: test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
test/gtest/libgtest.so: test/gtest/CMakeFiles/gtest.dir/build.make
test/gtest/libgtest.so: test/gtest/CMakeFiles/gtest.dir/link.txt
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/eyeris-user/software/lcm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX shared library libgtest.so"
	cd /home/eyeris-user/software/lcm/build/test/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE)

# Rule to build all files generated by this target.
test/gtest/CMakeFiles/gtest.dir/build: test/gtest/libgtest.so

.PHONY : test/gtest/CMakeFiles/gtest.dir/build

test/gtest/CMakeFiles/gtest.dir/requires: test/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires

.PHONY : test/gtest/CMakeFiles/gtest.dir/requires

test/gtest/CMakeFiles/gtest.dir/clean:
	cd /home/eyeris-user/software/lcm/build/test/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake
.PHONY : test/gtest/CMakeFiles/gtest.dir/clean

test/gtest/CMakeFiles/gtest.dir/depend:
	cd /home/eyeris-user/software/lcm/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/eyeris-user/software/lcm /home/eyeris-user/software/lcm/test/gtest /home/eyeris-user/software/lcm/build /home/eyeris-user/software/lcm/build/test/gtest /home/eyeris-user/software/lcm/build/test/gtest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : test/gtest/CMakeFiles/gtest.dir/depend

