# 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 = /usr/local/src/libdatachannels

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/local/src/libdatachannels

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

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

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

gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o: gtests/CMakeFiles/gtests.dir/flags.make
gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o: gtests/TestSuite.cpp
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/usr/local/src/libdatachannels/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o"
	cd /usr/local/src/libdatachannels/gtests && /usr/bin/g++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtests.dir/TestSuite.cpp.o -c /usr/local/src/libdatachannels/gtests/TestSuite.cpp

gtests/CMakeFiles/gtests.dir/TestSuite.cpp.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtests.dir/TestSuite.cpp.i"
	cd /usr/local/src/libdatachannels/gtests && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/local/src/libdatachannels/gtests/TestSuite.cpp > CMakeFiles/gtests.dir/TestSuite.cpp.i

gtests/CMakeFiles/gtests.dir/TestSuite.cpp.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtests.dir/TestSuite.cpp.s"
	cd /usr/local/src/libdatachannels/gtests && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/local/src/libdatachannels/gtests/TestSuite.cpp -o CMakeFiles/gtests.dir/TestSuite.cpp.s

gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o.requires:

.PHONY : gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o.requires

gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o.provides: gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o.requires
	$(MAKE) -f gtests/CMakeFiles/gtests.dir/build.make gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o.provides.build
.PHONY : gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o.provides

gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o.provides.build: gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o


# Object files for target gtests
gtests_OBJECTS = \
"CMakeFiles/gtests.dir/TestSuite.cpp.o"

# External object files for target gtests
gtests_EXTERNAL_OBJECTS =

gtests/gtests: gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o
gtests/gtests: gtests/CMakeFiles/gtests.dir/build.make
gtests/gtests: src/liblibdatachannels.a
gtests/gtests: gtests/CMakeFiles/gtests.dir/link.txt
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/usr/local/src/libdatachannels/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable gtests"
	cd /usr/local/src/libdatachannels/gtests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtests.dir/link.txt --verbose=$(VERBOSE)

# Rule to build all files generated by this target.
gtests/CMakeFiles/gtests.dir/build: gtests/gtests

.PHONY : gtests/CMakeFiles/gtests.dir/build

gtests/CMakeFiles/gtests.dir/requires: gtests/CMakeFiles/gtests.dir/TestSuite.cpp.o.requires

.PHONY : gtests/CMakeFiles/gtests.dir/requires

gtests/CMakeFiles/gtests.dir/clean:
	cd /usr/local/src/libdatachannels/gtests && $(CMAKE_COMMAND) -P CMakeFiles/gtests.dir/cmake_clean.cmake
.PHONY : gtests/CMakeFiles/gtests.dir/clean

gtests/CMakeFiles/gtests.dir/depend:
	cd /usr/local/src/libdatachannels && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /usr/local/src/libdatachannels /usr/local/src/libdatachannels/gtests /usr/local/src/libdatachannels /usr/local/src/libdatachannels/gtests /usr/local/src/libdatachannels/gtests/CMakeFiles/gtests.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : gtests/CMakeFiles/gtests.dir/depend

