# 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..."
	/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..."
	/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
	$(CMAKE_COMMAND) -E cmake_progress_start /root/uhddev/host/build/CMakeFiles /root/uhddev/host/build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /root/uhddev/host/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 doxygen_docs

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

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

#=============================================================================
# Target rules for targets named man_page_gzips

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

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

#=============================================================================
# Target rules for targets named manual_html

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

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

#=============================================================================
# Target rules for targets named benchmark_rate

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

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

#=============================================================================
# Target rules for targets named latency_test

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

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

#=============================================================================
# Target rules for targets named network_relay

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

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

#=============================================================================
# Target rules for targets named rx_ascii_art_dft

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

# fast build rule for target.
rx_ascii_art_dft/fast:
	$(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

#=============================================================================
# Target rules for targets named rx_multi_samples

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

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

#=============================================================================
# Target rules for targets named rx_samples_to_file

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

# fast build rule for target.
rx_samples_to_file/fast:
	$(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

#=============================================================================
# Target rules for targets named rx_samples_to_udp

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

# fast build rule for target.
rx_samples_to_udp/fast:
	$(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

#=============================================================================
# Target rules for targets named rx_timed_samples

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

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

#=============================================================================
# Target rules for targets named test_dboard_coercion

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

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

#=============================================================================
# Target rules for targets named test_messages

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

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

#=============================================================================
# Target rules for targets named test_pps_input

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

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

#=============================================================================
# Target rules for targets named test_timed_commands

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

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

#=============================================================================
# Target rules for targets named transport_hammer

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

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

#=============================================================================
# Target rules for targets named tx_bursts

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

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

#=============================================================================
# Target rules for targets named tx_samples_from_file

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

# fast build rule for target.
tx_samples_from_file/fast:
	$(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

#=============================================================================
# Target rules for targets named tx_timed_samples

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

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

#=============================================================================
# Target rules for targets named tx_waveforms

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

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

#=============================================================================
# Target rules for targets named txrx_loopback_to_file

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

# fast build rule for target.
txrx_loopback_to_file/fast:
	$(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

#=============================================================================
# Target rules for targets named uhd

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

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

#=============================================================================
# Target rules for targets named addr_test

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

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

#=============================================================================
# Target rules for targets named buffer_test

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

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

#=============================================================================
# Target rules for targets named byteswap_test

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

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

#=============================================================================
# Target rules for targets named convert_test

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

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

#=============================================================================
# Target rules for targets named dict_test

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

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

#=============================================================================
# Target rules for targets named error_test

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

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

#=============================================================================
# Target rules for targets named gain_group_test

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

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

#=============================================================================
# Target rules for targets named module_test

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

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

#=============================================================================
# Target rules for targets named msg_test

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

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

#=============================================================================
# Target rules for targets named property_test

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

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

#=============================================================================
# Target rules for targets named ranges_test

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

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

#=============================================================================
# Target rules for targets named sph_recv_test

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

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

#=============================================================================
# Target rules for targets named sph_send_test

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

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

#=============================================================================
# Target rules for targets named subdev_spec_test

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

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

#=============================================================================
# Target rules for targets named time_spec_test

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

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

#=============================================================================
# Target rules for targets named vrt_test

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

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

#=============================================================================
# Target rules for targets named b2xx_fx3_utils

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

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

#=============================================================================
# Target rules for targets named fx2_init_eeprom

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

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

#=============================================================================
# Target rules for targets named nirio_programmer

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

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

#=============================================================================
# Target rules for targets named query_gpsdo_sensors

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

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

#=============================================================================
# Target rules for targets named uhd_cal_rx_iq_balance

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

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

#=============================================================================
# Target rules for targets named uhd_cal_tx_dc_offset

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

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

#=============================================================================
# Target rules for targets named uhd_cal_tx_iq_balance

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

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

#=============================================================================
# Target rules for targets named uhd_find_devices

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

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

#=============================================================================
# Target rules for targets named uhd_usrp_probe

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

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

#=============================================================================
# Target rules for targets named usrp_burn_db_eeprom

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

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

#=============================================================================
# Target rules for targets named usrp_burn_mb_eeprom

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

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

#=============================================================================
# Target rules for targets named usrp_n2xx_simple_net_burner

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

# fast build rule for target.
usrp_n2xx_simple_net_burner/fast:
	$(MAKE) -f utils/CMakeFiles/usrp_n2xx_simple_net_burner.dir/build.make utils/CMakeFiles/usrp_n2xx_simple_net_burner.dir/build
.PHONY : usrp_n2xx_simple_net_burner/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 "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... uninstall"
	@echo "... doxygen_docs"
	@echo "... man_page_gzips"
	@echo "... manual_html"
	@echo "... benchmark_rate"
	@echo "... latency_test"
	@echo "... network_relay"
	@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_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 "... uhd"
	@echo "... addr_test"
	@echo "... buffer_test"
	@echo "... byteswap_test"
	@echo "... convert_test"
	@echo "... dict_test"
	@echo "... error_test"
	@echo "... gain_group_test"
	@echo "... module_test"
	@echo "... msg_test"
	@echo "... property_test"
	@echo "... ranges_test"
	@echo "... sph_recv_test"
	@echo "... sph_send_test"
	@echo "... subdev_spec_test"
	@echo "... time_spec_test"
	@echo "... vrt_test"
	@echo "... b2xx_fx3_utils"
	@echo "... fx2_init_eeprom"
	@echo "... nirio_programmer"
	@echo "... query_gpsdo_sensors"
	@echo "... uhd_cal_rx_iq_balance"
	@echo "... uhd_cal_tx_dc_offset"
	@echo "... uhd_cal_tx_iq_balance"
	@echo "... uhd_find_devices"
	@echo "... uhd_usrp_probe"
	@echo "... usrp_burn_db_eeprom"
	@echo "... usrp_burn_mb_eeprom"
	@echo "... usrp_n2xx_simple_net_burner"
.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

