# 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/tests/CMakeFiles/progress.marks
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 tests/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 tests/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 tests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 tests/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.
tests/CMakeFiles/addr_test.dir/rule:
	cd /root/uhddev/host/build && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/addr_test.dir/rule
.PHONY : tests/CMakeFiles/addr_test.dir/rule

# Convenience name for target.
addr_test: tests/CMakeFiles/addr_test.dir/rule
.PHONY : addr_test

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

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

# Convenience name for target.
buffer_test: tests/CMakeFiles/buffer_test.dir/rule
.PHONY : buffer_test

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

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

# Convenience name for target.
byteswap_test: tests/CMakeFiles/byteswap_test.dir/rule
.PHONY : byteswap_test

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

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

# Convenience name for target.
convert_test: tests/CMakeFiles/convert_test.dir/rule
.PHONY : convert_test

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

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

# Convenience name for target.
dict_test: tests/CMakeFiles/dict_test.dir/rule
.PHONY : dict_test

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

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

# Convenience name for target.
error_test: tests/CMakeFiles/error_test.dir/rule
.PHONY : error_test

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

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

# Convenience name for target.
gain_group_test: tests/CMakeFiles/gain_group_test.dir/rule
.PHONY : gain_group_test

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

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

# Convenience name for target.
module_test: tests/CMakeFiles/module_test.dir/rule
.PHONY : module_test

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

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

# Convenience name for target.
msg_test: tests/CMakeFiles/msg_test.dir/rule
.PHONY : msg_test

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

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

# Convenience name for target.
property_test: tests/CMakeFiles/property_test.dir/rule
.PHONY : property_test

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

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

# Convenience name for target.
ranges_test: tests/CMakeFiles/ranges_test.dir/rule
.PHONY : ranges_test

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

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

# Convenience name for target.
sph_recv_test: tests/CMakeFiles/sph_recv_test.dir/rule
.PHONY : sph_recv_test

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

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

# Convenience name for target.
sph_send_test: tests/CMakeFiles/sph_send_test.dir/rule
.PHONY : sph_send_test

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

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

# Convenience name for target.
subdev_spec_test: tests/CMakeFiles/subdev_spec_test.dir/rule
.PHONY : subdev_spec_test

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

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

# Convenience name for target.
time_spec_test: tests/CMakeFiles/time_spec_test.dir/rule
.PHONY : time_spec_test

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

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

# Convenience name for target.
vrt_test: tests/CMakeFiles/vrt_test.dir/rule
.PHONY : vrt_test

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

addr_test.o: addr_test.cpp.o
.PHONY : addr_test.o

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

addr_test.i: addr_test.cpp.i
.PHONY : addr_test.i

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

addr_test.s: addr_test.cpp.s
.PHONY : addr_test.s

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

buffer_test.o: buffer_test.cpp.o
.PHONY : buffer_test.o

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

buffer_test.i: buffer_test.cpp.i
.PHONY : buffer_test.i

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

buffer_test.s: buffer_test.cpp.s
.PHONY : buffer_test.s

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

byteswap_test.o: byteswap_test.cpp.o
.PHONY : byteswap_test.o

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

byteswap_test.i: byteswap_test.cpp.i
.PHONY : byteswap_test.i

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

byteswap_test.s: byteswap_test.cpp.s
.PHONY : byteswap_test.s

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

convert_test.o: convert_test.cpp.o
.PHONY : convert_test.o

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

convert_test.i: convert_test.cpp.i
.PHONY : convert_test.i

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

convert_test.s: convert_test.cpp.s
.PHONY : convert_test.s

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

dict_test.o: dict_test.cpp.o
.PHONY : dict_test.o

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

dict_test.i: dict_test.cpp.i
.PHONY : dict_test.i

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

dict_test.s: dict_test.cpp.s
.PHONY : dict_test.s

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

error_test.o: error_test.cpp.o
.PHONY : error_test.o

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

error_test.i: error_test.cpp.i
.PHONY : error_test.i

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

error_test.s: error_test.cpp.s
.PHONY : error_test.s

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

gain_group_test.o: gain_group_test.cpp.o
.PHONY : gain_group_test.o

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

gain_group_test.i: gain_group_test.cpp.i
.PHONY : gain_group_test.i

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

gain_group_test.s: gain_group_test.cpp.s
.PHONY : gain_group_test.s

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

module_test.o: module_test.cpp.o
.PHONY : module_test.o

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

module_test.i: module_test.cpp.i
.PHONY : module_test.i

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

module_test.s: module_test.cpp.s
.PHONY : module_test.s

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

msg_test.o: msg_test.cpp.o
.PHONY : msg_test.o

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

msg_test.i: msg_test.cpp.i
.PHONY : msg_test.i

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

msg_test.s: msg_test.cpp.s
.PHONY : msg_test.s

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

property_test.o: property_test.cpp.o
.PHONY : property_test.o

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

property_test.i: property_test.cpp.i
.PHONY : property_test.i

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

property_test.s: property_test.cpp.s
.PHONY : property_test.s

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

ranges_test.o: ranges_test.cpp.o
.PHONY : ranges_test.o

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

ranges_test.i: ranges_test.cpp.i
.PHONY : ranges_test.i

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

ranges_test.s: ranges_test.cpp.s
.PHONY : ranges_test.s

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

sph_recv_test.o: sph_recv_test.cpp.o
.PHONY : sph_recv_test.o

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

sph_recv_test.i: sph_recv_test.cpp.i
.PHONY : sph_recv_test.i

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

sph_recv_test.s: sph_recv_test.cpp.s
.PHONY : sph_recv_test.s

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

sph_send_test.o: sph_send_test.cpp.o
.PHONY : sph_send_test.o

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

sph_send_test.i: sph_send_test.cpp.i
.PHONY : sph_send_test.i

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

sph_send_test.s: sph_send_test.cpp.s
.PHONY : sph_send_test.s

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

subdev_spec_test.o: subdev_spec_test.cpp.o
.PHONY : subdev_spec_test.o

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

subdev_spec_test.i: subdev_spec_test.cpp.i
.PHONY : subdev_spec_test.i

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

subdev_spec_test.s: subdev_spec_test.cpp.s
.PHONY : subdev_spec_test.s

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

time_spec_test.o: time_spec_test.cpp.o
.PHONY : time_spec_test.o

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

time_spec_test.i: time_spec_test.cpp.i
.PHONY : time_spec_test.i

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

time_spec_test.s: time_spec_test.cpp.s
.PHONY : time_spec_test.s

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

vrt_test.o: vrt_test.cpp.o
.PHONY : vrt_test.o

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

vrt_test.i: vrt_test.cpp.i
.PHONY : vrt_test.i

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

vrt_test.s: vrt_test.cpp.s
.PHONY : vrt_test.s

# target to generate assembly for a file
vrt_test.cpp.s:
	cd /root/uhddev/host/build && $(MAKE) -f tests/CMakeFiles/vrt_test.dir/build.make tests/CMakeFiles/vrt_test.dir/vrt_test.cpp.s
.PHONY : vrt_test.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 "... addr_test"
	@echo "... buffer_test"
	@echo "... byteswap_test"
	@echo "... convert_test"
	@echo "... dict_test"
	@echo "... edit_cache"
	@echo "... error_test"
	@echo "... gain_group_test"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... module_test"
	@echo "... msg_test"
	@echo "... package"
	@echo "... package_source"
	@echo "... property_test"
	@echo "... ranges_test"
	@echo "... rebuild_cache"
	@echo "... sph_recv_test"
	@echo "... sph_send_test"
	@echo "... subdev_spec_test"
	@echo "... test"
	@echo "... time_spec_test"
	@echo "... vrt_test"
	@echo "... addr_test.o"
	@echo "... addr_test.i"
	@echo "... addr_test.s"
	@echo "... buffer_test.o"
	@echo "... buffer_test.i"
	@echo "... buffer_test.s"
	@echo "... byteswap_test.o"
	@echo "... byteswap_test.i"
	@echo "... byteswap_test.s"
	@echo "... convert_test.o"
	@echo "... convert_test.i"
	@echo "... convert_test.s"
	@echo "... dict_test.o"
	@echo "... dict_test.i"
	@echo "... dict_test.s"
	@echo "... error_test.o"
	@echo "... error_test.i"
	@echo "... error_test.s"
	@echo "... gain_group_test.o"
	@echo "... gain_group_test.i"
	@echo "... gain_group_test.s"
	@echo "... module_test.o"
	@echo "... module_test.i"
	@echo "... module_test.s"
	@echo "... msg_test.o"
	@echo "... msg_test.i"
	@echo "... msg_test.s"
	@echo "... property_test.o"
	@echo "... property_test.i"
	@echo "... property_test.s"
	@echo "... ranges_test.o"
	@echo "... ranges_test.i"
	@echo "... ranges_test.s"
	@echo "... sph_recv_test.o"
	@echo "... sph_recv_test.i"
	@echo "... sph_recv_test.s"
	@echo "... sph_send_test.o"
	@echo "... sph_send_test.i"
	@echo "... sph_send_test.s"
	@echo "... subdev_spec_test.o"
	@echo "... subdev_spec_test.i"
	@echo "... subdev_spec_test.s"
	@echo "... time_spec_test.o"
	@echo "... time_spec_test.i"
	@echo "... time_spec_test.s"
	@echo "... vrt_test.o"
	@echo "... vrt_test.i"
	@echo "... vrt_test.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

