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

# Default target executed when no arguments are given to make.
default_target: all

.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:


#=============================================================================
# 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/mbkitine/Dropbox/Lulea/GRC/DeepSpace/gr-tdd

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/mbkitine/Dropbox/Lulea/GRC/DeepSpace/gr-tdd/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test

.PHONY : test/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"tdd_runtime\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components

.PHONY : list_install_components/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache

.PHONY : edit_cache/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache

.PHONY : rebuild_cache/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/mbkitine/Dropbox/Lulea/GRC/DeepSpace/gr-tdd/build/CMakeFiles /home/mbkitine/Dropbox/Lulea/GRC/DeepSpace/gr-tdd/build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/mbkitine/Dropbox/Lulea/GRC/DeepSpace/gr-tdd/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named uninstall

# Build rule for target.
uninstall: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 uninstall
.PHONY : uninstall

# fast build rule for target.
uninstall/fast:
	$(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
.PHONY : uninstall/fast

#=============================================================================
# Target rules for targets named gnuradio-tdd

# Build rule for target.
gnuradio-tdd: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 gnuradio-tdd
.PHONY : gnuradio-tdd

# fast build rule for target.
gnuradio-tdd/fast:
	$(MAKE) -f lib/CMakeFiles/gnuradio-tdd.dir/build.make lib/CMakeFiles/gnuradio-tdd.dir/build
.PHONY : gnuradio-tdd/fast

#=============================================================================
# Target rules for targets named test-tdd

# Build rule for target.
test-tdd: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 test-tdd
.PHONY : test-tdd

# fast build rule for target.
test-tdd/fast:
	$(MAKE) -f lib/CMakeFiles/test-tdd.dir/build.make lib/CMakeFiles/test-tdd.dir/build
.PHONY : test-tdd/fast

#=============================================================================
# Target rules for targets named tdd_swig_swig_doc

# Build rule for target.
tdd_swig_swig_doc: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 tdd_swig_swig_doc
.PHONY : tdd_swig_swig_doc

# fast build rule for target.
tdd_swig_swig_doc/fast:
	$(MAKE) -f swig/CMakeFiles/tdd_swig_swig_doc.dir/build.make swig/CMakeFiles/tdd_swig_swig_doc.dir/build
.PHONY : tdd_swig_swig_doc/fast

#=============================================================================
# Target rules for targets named pygen_swig_bb39a

# Build rule for target.
pygen_swig_bb39a: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 pygen_swig_bb39a
.PHONY : pygen_swig_bb39a

# fast build rule for target.
pygen_swig_bb39a/fast:
	$(MAKE) -f swig/CMakeFiles/pygen_swig_bb39a.dir/build.make swig/CMakeFiles/pygen_swig_bb39a.dir/build
.PHONY : pygen_swig_bb39a/fast

#=============================================================================
# Target rules for targets named _tdd_swig_doc_tag

# Build rule for target.
_tdd_swig_doc_tag: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 _tdd_swig_doc_tag
.PHONY : _tdd_swig_doc_tag

# fast build rule for target.
_tdd_swig_doc_tag/fast:
	$(MAKE) -f swig/CMakeFiles/_tdd_swig_doc_tag.dir/build.make swig/CMakeFiles/_tdd_swig_doc_tag.dir/build
.PHONY : _tdd_swig_doc_tag/fast

#=============================================================================
# Target rules for targets named _tdd_swig_swig_tag

# Build rule for target.
_tdd_swig_swig_tag: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 _tdd_swig_swig_tag
.PHONY : _tdd_swig_swig_tag

# fast build rule for target.
_tdd_swig_swig_tag/fast:
	$(MAKE) -f swig/CMakeFiles/_tdd_swig_swig_tag.dir/build.make swig/CMakeFiles/_tdd_swig_swig_tag.dir/build
.PHONY : _tdd_swig_swig_tag/fast

#=============================================================================
# Target rules for targets named tdd_swig_swig_2d0df

# Build rule for target.
tdd_swig_swig_2d0df: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 tdd_swig_swig_2d0df
.PHONY : tdd_swig_swig_2d0df

# fast build rule for target.
tdd_swig_swig_2d0df/fast:
	$(MAKE) -f swig/CMakeFiles/tdd_swig_swig_2d0df.dir/build.make swig/CMakeFiles/tdd_swig_swig_2d0df.dir/build
.PHONY : tdd_swig_swig_2d0df/fast

#=============================================================================
# Target rules for targets named _tdd_swig

# Build rule for target.
_tdd_swig: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 _tdd_swig
.PHONY : _tdd_swig

# fast build rule for target.
_tdd_swig/fast:
	$(MAKE) -f swig/CMakeFiles/_tdd_swig.dir/build.make swig/CMakeFiles/_tdd_swig.dir/build
.PHONY : _tdd_swig/fast

#=============================================================================
# Target rules for targets named pygen_python_2663f

# Build rule for target.
pygen_python_2663f: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 pygen_python_2663f
.PHONY : pygen_python_2663f

# fast build rule for target.
pygen_python_2663f/fast:
	$(MAKE) -f python/CMakeFiles/pygen_python_2663f.dir/build.make python/CMakeFiles/pygen_python_2663f.dir/build
.PHONY : pygen_python_2663f/fast

#=============================================================================
# Target rules for targets named pygen_apps_9a6dd

# Build rule for target.
pygen_apps_9a6dd: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 pygen_apps_9a6dd
.PHONY : pygen_apps_9a6dd

# fast build rule for target.
pygen_apps_9a6dd/fast:
	$(MAKE) -f apps/CMakeFiles/pygen_apps_9a6dd.dir/build.make apps/CMakeFiles/pygen_apps_9a6dd.dir/build
.PHONY : pygen_apps_9a6dd/fast

#=============================================================================
# Target rules for targets named doxygen_target

# Build rule for target.
doxygen_target: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 doxygen_target
.PHONY : doxygen_target

# fast build rule for target.
doxygen_target/fast:
	$(MAKE) -f docs/doxygen/CMakeFiles/doxygen_target.dir/build.make docs/doxygen/CMakeFiles/doxygen_target.dir/build
.PHONY : doxygen_target/fast

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... install/strip"
	@echo "... install/local"
	@echo "... test"
	@echo "... list_install_components"
	@echo "... uninstall"
	@echo "... edit_cache"
	@echo "... rebuild_cache"
	@echo "... install"
	@echo "... gnuradio-tdd"
	@echo "... test-tdd"
	@echo "... tdd_swig_swig_doc"
	@echo "... pygen_swig_bb39a"
	@echo "... _tdd_swig_doc_tag"
	@echo "... _tdd_swig_swig_tag"
	@echo "... tdd_swig_swig_2d0df"
	@echo "... _tdd_swig"
	@echo "... pygen_python_2663f"
	@echo "... pygen_apps_9a6dd"
	@echo "... doxygen_target"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

