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

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

#=============================================================================
# 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/bin/cmake

# The command to remove a file.
RM = /usr/local/bin/cmake -E remove -f

# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/local/bin/ccmake

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /root/uhddev/host

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /root/uhddev/host/build

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

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

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/local/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/local/bin/cmake -P cmake_install.cmake
.PHONY : install/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/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: install/local
.PHONY : install/local/fast

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

# Special rule for the target install/strip
install/strip/fast: install/strip
.PHONY : install/strip/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: \"doxygen\" \"examples\" \"headers\" \"libraries\" \"manpages\" \"manual\" \"readme\" \"tests\" \"utilities\""
.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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /root/uhddev/host/build && /usr/local/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /root/uhddev/host/build && /usr/local/bin/cpack --config ./CPackSourceConfig.cmake /root/uhddev/host/build/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/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/local/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 test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/local/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

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

# The main all target
all: cmake_check_build_system
	cd /root/uhddev/host/build && $(CMAKE_COMMAND) -E cmake_progress_start /root/uhddev/host/build/CMakeFiles /root/uhddev/host/build/examples/CMakeFiles/progress.marks
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/all
	$(CMAKE_COMMAND) -E cmake_progress_start /root/uhddev/host/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/preinstall
.PHONY : preinstall/fast

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

# Convenience name for target.
examples/CMakeFiles/benchmark_rate.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/benchmark_rate.dir/rule
.PHONY : examples/CMakeFiles/benchmark_rate.dir/rule

# Convenience name for target.
benchmark_rate: examples/CMakeFiles/benchmark_rate.dir/rule
.PHONY : benchmark_rate

# fast build rule for target.
benchmark_rate/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/benchmark_rate.dir/build.make examples/CMakeFiles/benchmark_rate.dir/build
.PHONY : benchmark_rate/fast

# Convenience name for target.
examples/CMakeFiles/latency_test.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/latency_test.dir/rule
.PHONY : examples/CMakeFiles/latency_test.dir/rule

# Convenience name for target.
latency_test: examples/CMakeFiles/latency_test.dir/rule
.PHONY : latency_test

# fast build rule for target.
latency_test/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/latency_test.dir/build.make examples/CMakeFiles/latency_test.dir/build
.PHONY : latency_test/fast

# Convenience name for target.
examples/CMakeFiles/network_relay.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/network_relay.dir/rule
.PHONY : examples/CMakeFiles/network_relay.dir/rule

# Convenience name for target.
network_relay: examples/CMakeFiles/network_relay.dir/rule
.PHONY : network_relay

# fast build rule for target.
network_relay/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/network_relay.dir/build.make examples/CMakeFiles/network_relay.dir/build
.PHONY : network_relay/fast

# Convenience name for target.
examples/CMakeFiles/rx_ascii_art_dft.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/rx_ascii_art_dft.dir/rule
.PHONY : examples/CMakeFiles/rx_ascii_art_dft.dir/rule

# Convenience name for target.
rx_ascii_art_dft: examples/CMakeFiles/rx_ascii_art_dft.dir/rule
.PHONY : rx_ascii_art_dft

# fast build rule for target.
rx_ascii_art_dft/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_ascii_art_dft.dir/build.make examples/CMakeFiles/rx_ascii_art_dft.dir/build
.PHONY : rx_ascii_art_dft/fast

# Convenience name for target.
examples/CMakeFiles/rx_multi_samples.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/rx_multi_samples.dir/rule
.PHONY : examples/CMakeFiles/rx_multi_samples.dir/rule

# Convenience name for target.
rx_multi_samples: examples/CMakeFiles/rx_multi_samples.dir/rule
.PHONY : rx_multi_samples

# fast build rule for target.
rx_multi_samples/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_multi_samples.dir/build.make examples/CMakeFiles/rx_multi_samples.dir/build
.PHONY : rx_multi_samples/fast

# Convenience name for target.
examples/CMakeFiles/rx_samples_to_file.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/rx_samples_to_file.dir/rule
.PHONY : examples/CMakeFiles/rx_samples_to_file.dir/rule

# Convenience name for target.
rx_samples_to_file: examples/CMakeFiles/rx_samples_to_file.dir/rule
.PHONY : rx_samples_to_file

# fast build rule for target.
rx_samples_to_file/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_samples_to_file.dir/build.make examples/CMakeFiles/rx_samples_to_file.dir/build
.PHONY : rx_samples_to_file/fast

# Convenience name for target.
examples/CMakeFiles/rx_samples_to_udp.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/rx_samples_to_udp.dir/rule
.PHONY : examples/CMakeFiles/rx_samples_to_udp.dir/rule

# Convenience name for target.
rx_samples_to_udp: examples/CMakeFiles/rx_samples_to_udp.dir/rule
.PHONY : rx_samples_to_udp

# fast build rule for target.
rx_samples_to_udp/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_samples_to_udp.dir/build.make examples/CMakeFiles/rx_samples_to_udp.dir/build
.PHONY : rx_samples_to_udp/fast

# Convenience name for target.
examples/CMakeFiles/rx_timed_samples.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/rx_timed_samples.dir/rule
.PHONY : examples/CMakeFiles/rx_timed_samples.dir/rule

# Convenience name for target.
rx_timed_samples: examples/CMakeFiles/rx_timed_samples.dir/rule
.PHONY : rx_timed_samples

# fast build rule for target.
rx_timed_samples/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_timed_samples.dir/build.make examples/CMakeFiles/rx_timed_samples.dir/build
.PHONY : rx_timed_samples/fast

# Convenience name for target.
examples/CMakeFiles/test_dboard_coercion.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/test_dboard_coercion.dir/rule
.PHONY : examples/CMakeFiles/test_dboard_coercion.dir/rule

# Convenience name for target.
test_dboard_coercion: examples/CMakeFiles/test_dboard_coercion.dir/rule
.PHONY : test_dboard_coercion

# fast build rule for target.
test_dboard_coercion/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_dboard_coercion.dir/build.make examples/CMakeFiles/test_dboard_coercion.dir/build
.PHONY : test_dboard_coercion/fast

# Convenience name for target.
examples/CMakeFiles/test_messages.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/test_messages.dir/rule
.PHONY : examples/CMakeFiles/test_messages.dir/rule

# Convenience name for target.
test_messages: examples/CMakeFiles/test_messages.dir/rule
.PHONY : test_messages

# fast build rule for target.
test_messages/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_messages.dir/build.make examples/CMakeFiles/test_messages.dir/build
.PHONY : test_messages/fast

# Convenience name for target.
examples/CMakeFiles/test_pps_input.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/test_pps_input.dir/rule
.PHONY : examples/CMakeFiles/test_pps_input.dir/rule

# Convenience name for target.
test_pps_input: examples/CMakeFiles/test_pps_input.dir/rule
.PHONY : test_pps_input

# fast build rule for target.
test_pps_input/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_pps_input.dir/build.make examples/CMakeFiles/test_pps_input.dir/build
.PHONY : test_pps_input/fast

# Convenience name for target.
examples/CMakeFiles/test_timed_commands.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/test_timed_commands.dir/rule
.PHONY : examples/CMakeFiles/test_timed_commands.dir/rule

# Convenience name for target.
test_timed_commands: examples/CMakeFiles/test_timed_commands.dir/rule
.PHONY : test_timed_commands

# fast build rule for target.
test_timed_commands/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_timed_commands.dir/build.make examples/CMakeFiles/test_timed_commands.dir/build
.PHONY : test_timed_commands/fast

# Convenience name for target.
examples/CMakeFiles/transport_hammer.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/transport_hammer.dir/rule
.PHONY : examples/CMakeFiles/transport_hammer.dir/rule

# Convenience name for target.
transport_hammer: examples/CMakeFiles/transport_hammer.dir/rule
.PHONY : transport_hammer

# fast build rule for target.
transport_hammer/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/transport_hammer.dir/build.make examples/CMakeFiles/transport_hammer.dir/build
.PHONY : transport_hammer/fast

# Convenience name for target.
examples/CMakeFiles/tx_bursts.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/tx_bursts.dir/rule
.PHONY : examples/CMakeFiles/tx_bursts.dir/rule

# Convenience name for target.
tx_bursts: examples/CMakeFiles/tx_bursts.dir/rule
.PHONY : tx_bursts

# fast build rule for target.
tx_bursts/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_bursts.dir/build.make examples/CMakeFiles/tx_bursts.dir/build
.PHONY : tx_bursts/fast

# Convenience name for target.
examples/CMakeFiles/tx_samples_from_file.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/tx_samples_from_file.dir/rule
.PHONY : examples/CMakeFiles/tx_samples_from_file.dir/rule

# Convenience name for target.
tx_samples_from_file: examples/CMakeFiles/tx_samples_from_file.dir/rule
.PHONY : tx_samples_from_file

# fast build rule for target.
tx_samples_from_file/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_samples_from_file.dir/build.make examples/CMakeFiles/tx_samples_from_file.dir/build
.PHONY : tx_samples_from_file/fast

# Convenience name for target.
examples/CMakeFiles/tx_timed_samples.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/tx_timed_samples.dir/rule
.PHONY : examples/CMakeFiles/tx_timed_samples.dir/rule

# Convenience name for target.
tx_timed_samples: examples/CMakeFiles/tx_timed_samples.dir/rule
.PHONY : tx_timed_samples

# fast build rule for target.
tx_timed_samples/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_timed_samples.dir/build.make examples/CMakeFiles/tx_timed_samples.dir/build
.PHONY : tx_timed_samples/fast

# Convenience name for target.
examples/CMakeFiles/tx_waveforms.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/tx_waveforms.dir/rule
.PHONY : examples/CMakeFiles/tx_waveforms.dir/rule

# Convenience name for target.
tx_waveforms: examples/CMakeFiles/tx_waveforms.dir/rule
.PHONY : tx_waveforms

# fast build rule for target.
tx_waveforms/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_waveforms.dir/build.make examples/CMakeFiles/tx_waveforms.dir/build
.PHONY : tx_waveforms/fast

# Convenience name for target.
examples/CMakeFiles/txrx_loopback_to_file.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/txrx_loopback_to_file.dir/rule
.PHONY : examples/CMakeFiles/txrx_loopback_to_file.dir/rule

# Convenience name for target.
txrx_loopback_to_file: examples/CMakeFiles/txrx_loopback_to_file.dir/rule
.PHONY : txrx_loopback_to_file

# fast build rule for target.
txrx_loopback_to_file/fast:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/txrx_loopback_to_file.dir/build.make examples/CMakeFiles/txrx_loopback_to_file.dir/build
.PHONY : txrx_loopback_to_file/fast

benchmark_rate.o: benchmark_rate.cpp.o
.PHONY : benchmark_rate.o

# target to build an object file
benchmark_rate.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/benchmark_rate.dir/build.make examples/CMakeFiles/benchmark_rate.dir/benchmark_rate.cpp.o
.PHONY : benchmark_rate.cpp.o

benchmark_rate.i: benchmark_rate.cpp.i
.PHONY : benchmark_rate.i

# target to preprocess a source file
benchmark_rate.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/benchmark_rate.dir/build.make examples/CMakeFiles/benchmark_rate.dir/benchmark_rate.cpp.i
.PHONY : benchmark_rate.cpp.i

benchmark_rate.s: benchmark_rate.cpp.s
.PHONY : benchmark_rate.s

# target to generate assembly for a file
benchmark_rate.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/benchmark_rate.dir/build.make examples/CMakeFiles/benchmark_rate.dir/benchmark_rate.cpp.s
.PHONY : benchmark_rate.cpp.s

latency_test.o: latency_test.cpp.o
.PHONY : latency_test.o

# target to build an object file
latency_test.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/latency_test.dir/build.make examples/CMakeFiles/latency_test.dir/latency_test.cpp.o
.PHONY : latency_test.cpp.o

latency_test.i: latency_test.cpp.i
.PHONY : latency_test.i

# target to preprocess a source file
latency_test.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/latency_test.dir/build.make examples/CMakeFiles/latency_test.dir/latency_test.cpp.i
.PHONY : latency_test.cpp.i

latency_test.s: latency_test.cpp.s
.PHONY : latency_test.s

# target to generate assembly for a file
latency_test.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/latency_test.dir/build.make examples/CMakeFiles/latency_test.dir/latency_test.cpp.s
.PHONY : latency_test.cpp.s

network_relay.o: network_relay.cpp.o
.PHONY : network_relay.o

# target to build an object file
network_relay.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/network_relay.dir/build.make examples/CMakeFiles/network_relay.dir/network_relay.cpp.o
.PHONY : network_relay.cpp.o

network_relay.i: network_relay.cpp.i
.PHONY : network_relay.i

# target to preprocess a source file
network_relay.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/network_relay.dir/build.make examples/CMakeFiles/network_relay.dir/network_relay.cpp.i
.PHONY : network_relay.cpp.i

network_relay.s: network_relay.cpp.s
.PHONY : network_relay.s

# target to generate assembly for a file
network_relay.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/network_relay.dir/build.make examples/CMakeFiles/network_relay.dir/network_relay.cpp.s
.PHONY : network_relay.cpp.s

rx_ascii_art_dft.o: rx_ascii_art_dft.cpp.o
.PHONY : rx_ascii_art_dft.o

# target to build an object file
rx_ascii_art_dft.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_ascii_art_dft.dir/build.make examples/CMakeFiles/rx_ascii_art_dft.dir/rx_ascii_art_dft.cpp.o
.PHONY : rx_ascii_art_dft.cpp.o

rx_ascii_art_dft.i: rx_ascii_art_dft.cpp.i
.PHONY : rx_ascii_art_dft.i

# target to preprocess a source file
rx_ascii_art_dft.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_ascii_art_dft.dir/build.make examples/CMakeFiles/rx_ascii_art_dft.dir/rx_ascii_art_dft.cpp.i
.PHONY : rx_ascii_art_dft.cpp.i

rx_ascii_art_dft.s: rx_ascii_art_dft.cpp.s
.PHONY : rx_ascii_art_dft.s

# target to generate assembly for a file
rx_ascii_art_dft.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_ascii_art_dft.dir/build.make examples/CMakeFiles/rx_ascii_art_dft.dir/rx_ascii_art_dft.cpp.s
.PHONY : rx_ascii_art_dft.cpp.s

rx_multi_samples.o: rx_multi_samples.cpp.o
.PHONY : rx_multi_samples.o

# target to build an object file
rx_multi_samples.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_multi_samples.dir/build.make examples/CMakeFiles/rx_multi_samples.dir/rx_multi_samples.cpp.o
.PHONY : rx_multi_samples.cpp.o

rx_multi_samples.i: rx_multi_samples.cpp.i
.PHONY : rx_multi_samples.i

# target to preprocess a source file
rx_multi_samples.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_multi_samples.dir/build.make examples/CMakeFiles/rx_multi_samples.dir/rx_multi_samples.cpp.i
.PHONY : rx_multi_samples.cpp.i

rx_multi_samples.s: rx_multi_samples.cpp.s
.PHONY : rx_multi_samples.s

# target to generate assembly for a file
rx_multi_samples.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_multi_samples.dir/build.make examples/CMakeFiles/rx_multi_samples.dir/rx_multi_samples.cpp.s
.PHONY : rx_multi_samples.cpp.s

rx_samples_to_file.o: rx_samples_to_file.cpp.o
.PHONY : rx_samples_to_file.o

# target to build an object file
rx_samples_to_file.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_samples_to_file.dir/build.make examples/CMakeFiles/rx_samples_to_file.dir/rx_samples_to_file.cpp.o
.PHONY : rx_samples_to_file.cpp.o

rx_samples_to_file.i: rx_samples_to_file.cpp.i
.PHONY : rx_samples_to_file.i

# target to preprocess a source file
rx_samples_to_file.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_samples_to_file.dir/build.make examples/CMakeFiles/rx_samples_to_file.dir/rx_samples_to_file.cpp.i
.PHONY : rx_samples_to_file.cpp.i

rx_samples_to_file.s: rx_samples_to_file.cpp.s
.PHONY : rx_samples_to_file.s

# target to generate assembly for a file
rx_samples_to_file.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_samples_to_file.dir/build.make examples/CMakeFiles/rx_samples_to_file.dir/rx_samples_to_file.cpp.s
.PHONY : rx_samples_to_file.cpp.s

rx_samples_to_udp.o: rx_samples_to_udp.cpp.o
.PHONY : rx_samples_to_udp.o

# target to build an object file
rx_samples_to_udp.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_samples_to_udp.dir/build.make examples/CMakeFiles/rx_samples_to_udp.dir/rx_samples_to_udp.cpp.o
.PHONY : rx_samples_to_udp.cpp.o

rx_samples_to_udp.i: rx_samples_to_udp.cpp.i
.PHONY : rx_samples_to_udp.i

# target to preprocess a source file
rx_samples_to_udp.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_samples_to_udp.dir/build.make examples/CMakeFiles/rx_samples_to_udp.dir/rx_samples_to_udp.cpp.i
.PHONY : rx_samples_to_udp.cpp.i

rx_samples_to_udp.s: rx_samples_to_udp.cpp.s
.PHONY : rx_samples_to_udp.s

# target to generate assembly for a file
rx_samples_to_udp.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_samples_to_udp.dir/build.make examples/CMakeFiles/rx_samples_to_udp.dir/rx_samples_to_udp.cpp.s
.PHONY : rx_samples_to_udp.cpp.s

rx_timed_samples.o: rx_timed_samples.cpp.o
.PHONY : rx_timed_samples.o

# target to build an object file
rx_timed_samples.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_timed_samples.dir/build.make examples/CMakeFiles/rx_timed_samples.dir/rx_timed_samples.cpp.o
.PHONY : rx_timed_samples.cpp.o

rx_timed_samples.i: rx_timed_samples.cpp.i
.PHONY : rx_timed_samples.i

# target to preprocess a source file
rx_timed_samples.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_timed_samples.dir/build.make examples/CMakeFiles/rx_timed_samples.dir/rx_timed_samples.cpp.i
.PHONY : rx_timed_samples.cpp.i

rx_timed_samples.s: rx_timed_samples.cpp.s
.PHONY : rx_timed_samples.s

# target to generate assembly for a file
rx_timed_samples.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/rx_timed_samples.dir/build.make examples/CMakeFiles/rx_timed_samples.dir/rx_timed_samples.cpp.s
.PHONY : rx_timed_samples.cpp.s

test_dboard_coercion.o: test_dboard_coercion.cpp.o
.PHONY : test_dboard_coercion.o

# target to build an object file
test_dboard_coercion.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_dboard_coercion.dir/build.make examples/CMakeFiles/test_dboard_coercion.dir/test_dboard_coercion.cpp.o
.PHONY : test_dboard_coercion.cpp.o

test_dboard_coercion.i: test_dboard_coercion.cpp.i
.PHONY : test_dboard_coercion.i

# target to preprocess a source file
test_dboard_coercion.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_dboard_coercion.dir/build.make examples/CMakeFiles/test_dboard_coercion.dir/test_dboard_coercion.cpp.i
.PHONY : test_dboard_coercion.cpp.i

test_dboard_coercion.s: test_dboard_coercion.cpp.s
.PHONY : test_dboard_coercion.s

# target to generate assembly for a file
test_dboard_coercion.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_dboard_coercion.dir/build.make examples/CMakeFiles/test_dboard_coercion.dir/test_dboard_coercion.cpp.s
.PHONY : test_dboard_coercion.cpp.s

test_messages.o: test_messages.cpp.o
.PHONY : test_messages.o

# target to build an object file
test_messages.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_messages.dir/build.make examples/CMakeFiles/test_messages.dir/test_messages.cpp.o
.PHONY : test_messages.cpp.o

test_messages.i: test_messages.cpp.i
.PHONY : test_messages.i

# target to preprocess a source file
test_messages.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_messages.dir/build.make examples/CMakeFiles/test_messages.dir/test_messages.cpp.i
.PHONY : test_messages.cpp.i

test_messages.s: test_messages.cpp.s
.PHONY : test_messages.s

# target to generate assembly for a file
test_messages.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_messages.dir/build.make examples/CMakeFiles/test_messages.dir/test_messages.cpp.s
.PHONY : test_messages.cpp.s

test_pps_input.o: test_pps_input.cpp.o
.PHONY : test_pps_input.o

# target to build an object file
test_pps_input.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_pps_input.dir/build.make examples/CMakeFiles/test_pps_input.dir/test_pps_input.cpp.o
.PHONY : test_pps_input.cpp.o

test_pps_input.i: test_pps_input.cpp.i
.PHONY : test_pps_input.i

# target to preprocess a source file
test_pps_input.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_pps_input.dir/build.make examples/CMakeFiles/test_pps_input.dir/test_pps_input.cpp.i
.PHONY : test_pps_input.cpp.i

test_pps_input.s: test_pps_input.cpp.s
.PHONY : test_pps_input.s

# target to generate assembly for a file
test_pps_input.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_pps_input.dir/build.make examples/CMakeFiles/test_pps_input.dir/test_pps_input.cpp.s
.PHONY : test_pps_input.cpp.s

test_timed_commands.o: test_timed_commands.cpp.o
.PHONY : test_timed_commands.o

# target to build an object file
test_timed_commands.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_timed_commands.dir/build.make examples/CMakeFiles/test_timed_commands.dir/test_timed_commands.cpp.o
.PHONY : test_timed_commands.cpp.o

test_timed_commands.i: test_timed_commands.cpp.i
.PHONY : test_timed_commands.i

# target to preprocess a source file
test_timed_commands.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_timed_commands.dir/build.make examples/CMakeFiles/test_timed_commands.dir/test_timed_commands.cpp.i
.PHONY : test_timed_commands.cpp.i

test_timed_commands.s: test_timed_commands.cpp.s
.PHONY : test_timed_commands.s

# target to generate assembly for a file
test_timed_commands.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/test_timed_commands.dir/build.make examples/CMakeFiles/test_timed_commands.dir/test_timed_commands.cpp.s
.PHONY : test_timed_commands.cpp.s

transport_hammer.o: transport_hammer.cpp.o
.PHONY : transport_hammer.o

# target to build an object file
transport_hammer.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/transport_hammer.dir/build.make examples/CMakeFiles/transport_hammer.dir/transport_hammer.cpp.o
.PHONY : transport_hammer.cpp.o

transport_hammer.i: transport_hammer.cpp.i
.PHONY : transport_hammer.i

# target to preprocess a source file
transport_hammer.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/transport_hammer.dir/build.make examples/CMakeFiles/transport_hammer.dir/transport_hammer.cpp.i
.PHONY : transport_hammer.cpp.i

transport_hammer.s: transport_hammer.cpp.s
.PHONY : transport_hammer.s

# target to generate assembly for a file
transport_hammer.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/transport_hammer.dir/build.make examples/CMakeFiles/transport_hammer.dir/transport_hammer.cpp.s
.PHONY : transport_hammer.cpp.s

tx_bursts.o: tx_bursts.cpp.o
.PHONY : tx_bursts.o

# target to build an object file
tx_bursts.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_bursts.dir/build.make examples/CMakeFiles/tx_bursts.dir/tx_bursts.cpp.o
.PHONY : tx_bursts.cpp.o

tx_bursts.i: tx_bursts.cpp.i
.PHONY : tx_bursts.i

# target to preprocess a source file
tx_bursts.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_bursts.dir/build.make examples/CMakeFiles/tx_bursts.dir/tx_bursts.cpp.i
.PHONY : tx_bursts.cpp.i

tx_bursts.s: tx_bursts.cpp.s
.PHONY : tx_bursts.s

# target to generate assembly for a file
tx_bursts.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_bursts.dir/build.make examples/CMakeFiles/tx_bursts.dir/tx_bursts.cpp.s
.PHONY : tx_bursts.cpp.s

tx_samples_from_file.o: tx_samples_from_file.cpp.o
.PHONY : tx_samples_from_file.o

# target to build an object file
tx_samples_from_file.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_samples_from_file.dir/build.make examples/CMakeFiles/tx_samples_from_file.dir/tx_samples_from_file.cpp.o
.PHONY : tx_samples_from_file.cpp.o

tx_samples_from_file.i: tx_samples_from_file.cpp.i
.PHONY : tx_samples_from_file.i

# target to preprocess a source file
tx_samples_from_file.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_samples_from_file.dir/build.make examples/CMakeFiles/tx_samples_from_file.dir/tx_samples_from_file.cpp.i
.PHONY : tx_samples_from_file.cpp.i

tx_samples_from_file.s: tx_samples_from_file.cpp.s
.PHONY : tx_samples_from_file.s

# target to generate assembly for a file
tx_samples_from_file.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_samples_from_file.dir/build.make examples/CMakeFiles/tx_samples_from_file.dir/tx_samples_from_file.cpp.s
.PHONY : tx_samples_from_file.cpp.s

tx_timed_samples.o: tx_timed_samples.cpp.o
.PHONY : tx_timed_samples.o

# target to build an object file
tx_timed_samples.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_timed_samples.dir/build.make examples/CMakeFiles/tx_timed_samples.dir/tx_timed_samples.cpp.o
.PHONY : tx_timed_samples.cpp.o

tx_timed_samples.i: tx_timed_samples.cpp.i
.PHONY : tx_timed_samples.i

# target to preprocess a source file
tx_timed_samples.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_timed_samples.dir/build.make examples/CMakeFiles/tx_timed_samples.dir/tx_timed_samples.cpp.i
.PHONY : tx_timed_samples.cpp.i

tx_timed_samples.s: tx_timed_samples.cpp.s
.PHONY : tx_timed_samples.s

# target to generate assembly for a file
tx_timed_samples.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_timed_samples.dir/build.make examples/CMakeFiles/tx_timed_samples.dir/tx_timed_samples.cpp.s
.PHONY : tx_timed_samples.cpp.s

tx_waveforms.o: tx_waveforms.cpp.o
.PHONY : tx_waveforms.o

# target to build an object file
tx_waveforms.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_waveforms.dir/build.make examples/CMakeFiles/tx_waveforms.dir/tx_waveforms.cpp.o
.PHONY : tx_waveforms.cpp.o

tx_waveforms.i: tx_waveforms.cpp.i
.PHONY : tx_waveforms.i

# target to preprocess a source file
tx_waveforms.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_waveforms.dir/build.make examples/CMakeFiles/tx_waveforms.dir/tx_waveforms.cpp.i
.PHONY : tx_waveforms.cpp.i

tx_waveforms.s: tx_waveforms.cpp.s
.PHONY : tx_waveforms.s

# target to generate assembly for a file
tx_waveforms.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/tx_waveforms.dir/build.make examples/CMakeFiles/tx_waveforms.dir/tx_waveforms.cpp.s
.PHONY : tx_waveforms.cpp.s

txrx_loopback_to_file.o: txrx_loopback_to_file.cpp.o
.PHONY : txrx_loopback_to_file.o

# target to build an object file
txrx_loopback_to_file.cpp.o:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/txrx_loopback_to_file.dir/build.make examples/CMakeFiles/txrx_loopback_to_file.dir/txrx_loopback_to_file.cpp.o
.PHONY : txrx_loopback_to_file.cpp.o

txrx_loopback_to_file.i: txrx_loopback_to_file.cpp.i
.PHONY : txrx_loopback_to_file.i

# target to preprocess a source file
txrx_loopback_to_file.cpp.i:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/txrx_loopback_to_file.dir/build.make examples/CMakeFiles/txrx_loopback_to_file.dir/txrx_loopback_to_file.cpp.i
.PHONY : txrx_loopback_to_file.cpp.i

txrx_loopback_to_file.s: txrx_loopback_to_file.cpp.s
.PHONY : txrx_loopback_to_file.s

# target to generate assembly for a file
txrx_loopback_to_file.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f examples/CMakeFiles/txrx_loopback_to_file.dir/build.make examples/CMakeFiles/txrx_loopback_to_file.dir/txrx_loopback_to_file.cpp.s
.PHONY : txrx_loopback_to_file.cpp.s

# 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 "... benchmark_rate"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... latency_test"
	@echo "... list_install_components"
	@echo "... network_relay"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... rx_ascii_art_dft"
	@echo "... rx_multi_samples"
	@echo "... rx_samples_to_file"
	@echo "... rx_samples_to_udp"
	@echo "... rx_timed_samples"
	@echo "... test"
	@echo "... test_dboard_coercion"
	@echo "... test_messages"
	@echo "... test_pps_input"
	@echo "... test_timed_commands"
	@echo "... transport_hammer"
	@echo "... tx_bursts"
	@echo "... tx_samples_from_file"
	@echo "... tx_timed_samples"
	@echo "... tx_waveforms"
	@echo "... txrx_loopback_to_file"
	@echo "... benchmark_rate.o"
	@echo "... benchmark_rate.i"
	@echo "... benchmark_rate.s"
	@echo "... latency_test.o"
	@echo "... latency_test.i"
	@echo "... latency_test.s"
	@echo "... network_relay.o"
	@echo "... network_relay.i"
	@echo "... network_relay.s"
	@echo "... rx_ascii_art_dft.o"
	@echo "... rx_ascii_art_dft.i"
	@echo "... rx_ascii_art_dft.s"
	@echo "... rx_multi_samples.o"
	@echo "... rx_multi_samples.i"
	@echo "... rx_multi_samples.s"
	@echo "... rx_samples_to_file.o"
	@echo "... rx_samples_to_file.i"
	@echo "... rx_samples_to_file.s"
	@echo "... rx_samples_to_udp.o"
	@echo "... rx_samples_to_udp.i"
	@echo "... rx_samples_to_udp.s"
	@echo "... rx_timed_samples.o"
	@echo "... rx_timed_samples.i"
	@echo "... rx_timed_samples.s"
	@echo "... test_dboard_coercion.o"
	@echo "... test_dboard_coercion.i"
	@echo "... test_dboard_coercion.s"
	@echo "... test_messages.o"
	@echo "... test_messages.i"
	@echo "... test_messages.s"
	@echo "... test_pps_input.o"
	@echo "... test_pps_input.i"
	@echo "... test_pps_input.s"
	@echo "... test_timed_commands.o"
	@echo "... test_timed_commands.i"
	@echo "... test_timed_commands.s"
	@echo "... transport_hammer.o"
	@echo "... transport_hammer.i"
	@echo "... transport_hammer.s"
	@echo "... tx_bursts.o"
	@echo "... tx_bursts.i"
	@echo "... tx_bursts.s"
	@echo "... tx_samples_from_file.o"
	@echo "... tx_samples_from_file.i"
	@echo "... tx_samples_from_file.s"
	@echo "... tx_timed_samples.o"
	@echo "... tx_timed_samples.i"
	@echo "... tx_timed_samples.s"
	@echo "... tx_waveforms.o"
	@echo "... tx_waveforms.i"
	@echo "... tx_waveforms.s"
	@echo "... txrx_loopback_to_file.o"
	@echo "... txrx_loopback_to_file.i"
	@echo "... txrx_loopback_to_file.s"
.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:
	cd /root/uhddev/host/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

