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

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

.PHONY : default_target

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


#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:


# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list


# Suppress display of executed commands.
$(VERBOSE).SILENT:


# A target that is always out of date.
cmake_force:

.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /mnt/sdb1/pub/slack-stuff/ROCm-3.0.0/rocm_bandwidth_test

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /mnt/sdb1/pub/slack-stuff/ROCm-3.0.0/rocm_bandwidth_test/build

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

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

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

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

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

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

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

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.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/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

.PHONY : package/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -S$(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 package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /mnt/sdb1/pub/slack-stuff/ROCm-3.0.0/rocm_bandwidth_test/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -S$(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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /mnt/sdb1/pub/slack-stuff/ROCm-3.0.0/rocm_bandwidth_test/build/CMakeFiles /mnt/sdb1/pub/slack-stuff/ROCm-3.0.0/rocm_bandwidth_test/build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /mnt/sdb1/pub/slack-stuff/ROCm-3.0.0/rocm_bandwidth_test/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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named rocm-bandwidth-test

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

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

base_test.o: base_test.cpp.o

.PHONY : base_test.o

# target to build an object file
base_test.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/base_test.cpp.o
.PHONY : base_test.cpp.o

base_test.i: base_test.cpp.i

.PHONY : base_test.i

# target to preprocess a source file
base_test.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/base_test.cpp.i
.PHONY : base_test.cpp.i

base_test.s: base_test.cpp.s

.PHONY : base_test.s

# target to generate assembly for a file
base_test.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/base_test.cpp.s
.PHONY : base_test.cpp.s

common.o: common.cpp.o

.PHONY : common.o

# target to build an object file
common.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/common.cpp.o
.PHONY : common.cpp.o

common.i: common.cpp.i

.PHONY : common.i

# target to preprocess a source file
common.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/common.cpp.i
.PHONY : common.cpp.i

common.s: common.cpp.s

.PHONY : common.s

# target to generate assembly for a file
common.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/common.cpp.s
.PHONY : common.cpp.s

hsatimer.o: hsatimer.cpp.o

.PHONY : hsatimer.o

# target to build an object file
hsatimer.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/hsatimer.cpp.o
.PHONY : hsatimer.cpp.o

hsatimer.i: hsatimer.cpp.i

.PHONY : hsatimer.i

# target to preprocess a source file
hsatimer.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/hsatimer.cpp.i
.PHONY : hsatimer.cpp.i

hsatimer.s: hsatimer.cpp.s

.PHONY : hsatimer.s

# target to generate assembly for a file
hsatimer.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/hsatimer.cpp.s
.PHONY : hsatimer.cpp.s

main.o: main.cpp.o

.PHONY : main.o

# target to build an object file
main.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/main.cpp.o
.PHONY : main.cpp.o

main.i: main.cpp.i

.PHONY : main.i

# target to preprocess a source file
main.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/main.cpp.i
.PHONY : main.cpp.i

main.s: main.cpp.s

.PHONY : main.s

# target to generate assembly for a file
main.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/main.cpp.s
.PHONY : main.cpp.s

os.o: os.cpp.o

.PHONY : os.o

# target to build an object file
os.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/os.cpp.o
.PHONY : os.cpp.o

os.i: os.cpp.i

.PHONY : os.i

# target to preprocess a source file
os.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/os.cpp.i
.PHONY : os.cpp.i

os.s: os.cpp.s

.PHONY : os.s

# target to generate assembly for a file
os.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/os.cpp.s
.PHONY : os.cpp.s

rocm_bandwidth_test.o: rocm_bandwidth_test.cpp.o

.PHONY : rocm_bandwidth_test.o

# target to build an object file
rocm_bandwidth_test.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test.cpp.o
.PHONY : rocm_bandwidth_test.cpp.o

rocm_bandwidth_test.i: rocm_bandwidth_test.cpp.i

.PHONY : rocm_bandwidth_test.i

# target to preprocess a source file
rocm_bandwidth_test.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test.cpp.i
.PHONY : rocm_bandwidth_test.cpp.i

rocm_bandwidth_test.s: rocm_bandwidth_test.cpp.s

.PHONY : rocm_bandwidth_test.s

# target to generate assembly for a file
rocm_bandwidth_test.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test.cpp.s
.PHONY : rocm_bandwidth_test.cpp.s

rocm_bandwidth_test_io.o: rocm_bandwidth_test_io.cpp.o

.PHONY : rocm_bandwidth_test_io.o

# target to build an object file
rocm_bandwidth_test_io.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_io.cpp.o
.PHONY : rocm_bandwidth_test_io.cpp.o

rocm_bandwidth_test_io.i: rocm_bandwidth_test_io.cpp.i

.PHONY : rocm_bandwidth_test_io.i

# target to preprocess a source file
rocm_bandwidth_test_io.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_io.cpp.i
.PHONY : rocm_bandwidth_test_io.cpp.i

rocm_bandwidth_test_io.s: rocm_bandwidth_test_io.cpp.s

.PHONY : rocm_bandwidth_test_io.s

# target to generate assembly for a file
rocm_bandwidth_test_io.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_io.cpp.s
.PHONY : rocm_bandwidth_test_io.cpp.s

rocm_bandwidth_test_parse.o: rocm_bandwidth_test_parse.cpp.o

.PHONY : rocm_bandwidth_test_parse.o

# target to build an object file
rocm_bandwidth_test_parse.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_parse.cpp.o
.PHONY : rocm_bandwidth_test_parse.cpp.o

rocm_bandwidth_test_parse.i: rocm_bandwidth_test_parse.cpp.i

.PHONY : rocm_bandwidth_test_parse.i

# target to preprocess a source file
rocm_bandwidth_test_parse.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_parse.cpp.i
.PHONY : rocm_bandwidth_test_parse.cpp.i

rocm_bandwidth_test_parse.s: rocm_bandwidth_test_parse.cpp.s

.PHONY : rocm_bandwidth_test_parse.s

# target to generate assembly for a file
rocm_bandwidth_test_parse.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_parse.cpp.s
.PHONY : rocm_bandwidth_test_parse.cpp.s

rocm_bandwidth_test_print.o: rocm_bandwidth_test_print.cpp.o

.PHONY : rocm_bandwidth_test_print.o

# target to build an object file
rocm_bandwidth_test_print.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_print.cpp.o
.PHONY : rocm_bandwidth_test_print.cpp.o

rocm_bandwidth_test_print.i: rocm_bandwidth_test_print.cpp.i

.PHONY : rocm_bandwidth_test_print.i

# target to preprocess a source file
rocm_bandwidth_test_print.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_print.cpp.i
.PHONY : rocm_bandwidth_test_print.cpp.i

rocm_bandwidth_test_print.s: rocm_bandwidth_test_print.cpp.s

.PHONY : rocm_bandwidth_test_print.s

# target to generate assembly for a file
rocm_bandwidth_test_print.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_print.cpp.s
.PHONY : rocm_bandwidth_test_print.cpp.s

rocm_bandwidth_test_report.o: rocm_bandwidth_test_report.cpp.o

.PHONY : rocm_bandwidth_test_report.o

# target to build an object file
rocm_bandwidth_test_report.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_report.cpp.o
.PHONY : rocm_bandwidth_test_report.cpp.o

rocm_bandwidth_test_report.i: rocm_bandwidth_test_report.cpp.i

.PHONY : rocm_bandwidth_test_report.i

# target to preprocess a source file
rocm_bandwidth_test_report.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_report.cpp.i
.PHONY : rocm_bandwidth_test_report.cpp.i

rocm_bandwidth_test_report.s: rocm_bandwidth_test_report.cpp.s

.PHONY : rocm_bandwidth_test_report.s

# target to generate assembly for a file
rocm_bandwidth_test_report.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_report.cpp.s
.PHONY : rocm_bandwidth_test_report.cpp.s

rocm_bandwidth_test_topology.o: rocm_bandwidth_test_topology.cpp.o

.PHONY : rocm_bandwidth_test_topology.o

# target to build an object file
rocm_bandwidth_test_topology.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_topology.cpp.o
.PHONY : rocm_bandwidth_test_topology.cpp.o

rocm_bandwidth_test_topology.i: rocm_bandwidth_test_topology.cpp.i

.PHONY : rocm_bandwidth_test_topology.i

# target to preprocess a source file
rocm_bandwidth_test_topology.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_topology.cpp.i
.PHONY : rocm_bandwidth_test_topology.cpp.i

rocm_bandwidth_test_topology.s: rocm_bandwidth_test_topology.cpp.s

.PHONY : rocm_bandwidth_test_topology.s

# target to generate assembly for a file
rocm_bandwidth_test_topology.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_topology.cpp.s
.PHONY : rocm_bandwidth_test_topology.cpp.s

rocm_bandwidth_test_trans.o: rocm_bandwidth_test_trans.cpp.o

.PHONY : rocm_bandwidth_test_trans.o

# target to build an object file
rocm_bandwidth_test_trans.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_trans.cpp.o
.PHONY : rocm_bandwidth_test_trans.cpp.o

rocm_bandwidth_test_trans.i: rocm_bandwidth_test_trans.cpp.i

.PHONY : rocm_bandwidth_test_trans.i

# target to preprocess a source file
rocm_bandwidth_test_trans.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_trans.cpp.i
.PHONY : rocm_bandwidth_test_trans.cpp.i

rocm_bandwidth_test_trans.s: rocm_bandwidth_test_trans.cpp.s

.PHONY : rocm_bandwidth_test_trans.s

# target to generate assembly for a file
rocm_bandwidth_test_trans.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_trans.cpp.s
.PHONY : rocm_bandwidth_test_trans.cpp.s

rocm_bandwidth_test_validate.o: rocm_bandwidth_test_validate.cpp.o

.PHONY : rocm_bandwidth_test_validate.o

# target to build an object file
rocm_bandwidth_test_validate.cpp.o:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_validate.cpp.o
.PHONY : rocm_bandwidth_test_validate.cpp.o

rocm_bandwidth_test_validate.i: rocm_bandwidth_test_validate.cpp.i

.PHONY : rocm_bandwidth_test_validate.i

# target to preprocess a source file
rocm_bandwidth_test_validate.cpp.i:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_validate.cpp.i
.PHONY : rocm_bandwidth_test_validate.cpp.i

rocm_bandwidth_test_validate.s: rocm_bandwidth_test_validate.cpp.s

.PHONY : rocm_bandwidth_test_validate.s

# target to generate assembly for a file
rocm_bandwidth_test_validate.cpp.s:
	$(MAKE) -f CMakeFiles/rocm-bandwidth-test.dir/build.make CMakeFiles/rocm-bandwidth-test.dir/rocm_bandwidth_test_validate.cpp.s
.PHONY : rocm_bandwidth_test_validate.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 "... install/strip"
	@echo "... install/local"
	@echo "... install"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... rocm-bandwidth-test"
	@echo "... rebuild_cache"
	@echo "... package_source"
	@echo "... edit_cache"
	@echo "... base_test.o"
	@echo "... base_test.i"
	@echo "... base_test.s"
	@echo "... common.o"
	@echo "... common.i"
	@echo "... common.s"
	@echo "... hsatimer.o"
	@echo "... hsatimer.i"
	@echo "... hsatimer.s"
	@echo "... main.o"
	@echo "... main.i"
	@echo "... main.s"
	@echo "... os.o"
	@echo "... os.i"
	@echo "... os.s"
	@echo "... rocm_bandwidth_test.o"
	@echo "... rocm_bandwidth_test.i"
	@echo "... rocm_bandwidth_test.s"
	@echo "... rocm_bandwidth_test_io.o"
	@echo "... rocm_bandwidth_test_io.i"
	@echo "... rocm_bandwidth_test_io.s"
	@echo "... rocm_bandwidth_test_parse.o"
	@echo "... rocm_bandwidth_test_parse.i"
	@echo "... rocm_bandwidth_test_parse.s"
	@echo "... rocm_bandwidth_test_print.o"
	@echo "... rocm_bandwidth_test_print.i"
	@echo "... rocm_bandwidth_test_print.s"
	@echo "... rocm_bandwidth_test_report.o"
	@echo "... rocm_bandwidth_test_report.i"
	@echo "... rocm_bandwidth_test_report.s"
	@echo "... rocm_bandwidth_test_topology.o"
	@echo "... rocm_bandwidth_test_topology.i"
	@echo "... rocm_bandwidth_test_topology.s"
	@echo "... rocm_bandwidth_test_trans.o"
	@echo "... rocm_bandwidth_test_trans.i"
	@echo "... rocm_bandwidth_test_trans.s"
	@echo "... rocm_bandwidth_test_validate.o"
	@echo "... rocm_bandwidth_test_validate.i"
	@echo "... rocm_bandwidth_test_validate.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:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

