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

# 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:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#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 rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /var/jenkins/workspace/Kokkos_nightly

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /var/jenkins/workspace/Kokkos_nightly/build

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

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

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

# Special rule for the target 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

# 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 --regenerate-during-build -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 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 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 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/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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles /var/jenkins/workspace/Kokkos_nightly/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles 0
.PHONY : all

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

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

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

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -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 Experimental

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

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

#=============================================================================
# Target rules for targets named Nightly

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

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

#=============================================================================
# Target rules for targets named Continuous

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

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

#=============================================================================
# Target rules for targets named NightlyMemoryCheck

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

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

#=============================================================================
# Target rules for targets named NightlyStart

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

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

#=============================================================================
# Target rules for targets named NightlyUpdate

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

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

#=============================================================================
# Target rules for targets named NightlyConfigure

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

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

#=============================================================================
# Target rules for targets named NightlyBuild

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

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

#=============================================================================
# Target rules for targets named NightlyTest

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

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

#=============================================================================
# Target rules for targets named NightlyCoverage

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

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

#=============================================================================
# Target rules for targets named NightlyMemCheck

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

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

#=============================================================================
# Target rules for targets named NightlySubmit

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

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

#=============================================================================
# Target rules for targets named ExperimentalStart

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

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

#=============================================================================
# Target rules for targets named ExperimentalUpdate

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

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

#=============================================================================
# Target rules for targets named ExperimentalConfigure

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

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

#=============================================================================
# Target rules for targets named ExperimentalBuild

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

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

#=============================================================================
# Target rules for targets named ExperimentalTest

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

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

#=============================================================================
# Target rules for targets named ExperimentalCoverage

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

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

#=============================================================================
# Target rules for targets named ExperimentalMemCheck

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

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

#=============================================================================
# Target rules for targets named ExperimentalSubmit

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

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

#=============================================================================
# Target rules for targets named ContinuousStart

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

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

#=============================================================================
# Target rules for targets named ContinuousUpdate

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

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

#=============================================================================
# Target rules for targets named ContinuousConfigure

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

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

#=============================================================================
# Target rules for targets named ContinuousBuild

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

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

#=============================================================================
# Target rules for targets named ContinuousTest

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

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

#=============================================================================
# Target rules for targets named ContinuousCoverage

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

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

#=============================================================================
# Target rules for targets named ContinuousMemCheck

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

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

#=============================================================================
# Target rules for targets named ContinuousSubmit

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

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

#=============================================================================
# Target rules for targets named AlwaysCheckGit

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

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

#=============================================================================
# Target rules for targets named impl_git_version

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

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

#=============================================================================
# Target rules for targets named gtest

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

# fast build rule for target.
gtest/fast:
	$(MAKE) $(MAKESILENT) -f _deps/googletest-build/CMakeFiles/gtest.dir/build.make _deps/googletest-build/CMakeFiles/gtest.dir/build
.PHONY : gtest/fast

#=============================================================================
# Target rules for targets named kokkoscore

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

# fast build rule for target.
kokkoscore/fast:
	$(MAKE) $(MAKESILENT) -f core/src/CMakeFiles/kokkoscore.dir/build.make core/src/CMakeFiles/kokkoscore.dir/build
.PHONY : kokkoscore/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreTestCompileOnly

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

# fast build rule for target.
Kokkos_CoreTestCompileOnly/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/build
.PHONY : Kokkos_CoreTestCompileOnly/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_Serial_ViewSupport

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

# fast build rule for target.
Kokkos_CoreUnitTest_Serial_ViewSupport/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/build
.PHONY : Kokkos_CoreUnitTest_Serial_ViewSupport/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_Serial1

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

# fast build rule for target.
Kokkos_CoreUnitTest_Serial1/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/build
.PHONY : Kokkos_CoreUnitTest_Serial1/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_Serial2

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

# fast build rule for target.
Kokkos_CoreUnitTest_Serial2/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/build
.PHONY : Kokkos_CoreUnitTest_Serial2/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_Default

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

# fast build rule for target.
Kokkos_CoreUnitTest_Default/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/build
.PHONY : Kokkos_CoreUnitTest_Default/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_InitializeFinalize

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

# fast build rule for target.
Kokkos_CoreUnitTest_InitializeFinalize/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/build
.PHONY : Kokkos_CoreUnitTest_InitializeFinalize/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_Develop

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

# fast build rule for target.
Kokkos_CoreUnitTest_Develop/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/build
.PHONY : Kokkos_CoreUnitTest_Develop/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_KokkosP

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

# fast build rule for target.
Kokkos_CoreUnitTest_KokkosP/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/build
.PHONY : Kokkos_CoreUnitTest_KokkosP/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_ToolIndependence

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

# fast build rule for target.
Kokkos_CoreUnitTest_ToolIndependence/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/build
.PHONY : Kokkos_CoreUnitTest_ToolIndependence/fast

#=============================================================================
# Target rules for targets named kokkosprinter-tool

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

# fast build rule for target.
kokkosprinter-tool/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/kokkosprinter-tool.dir/build.make core/unit_test/CMakeFiles/kokkosprinter-tool.dir/build
.PHONY : kokkosprinter-tool/fast

#=============================================================================
# Target rules for targets named Kokkos_ProfilingAllCalls

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

# fast build rule for target.
Kokkos_ProfilingAllCalls/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/build.make core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/build
.PHONY : Kokkos_ProfilingAllCalls/fast

#=============================================================================
# Target rules for targets named Kokkos_ToolsInitialization

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

# fast build rule for target.
Kokkos_ToolsInitialization/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/build.make core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/build
.PHONY : Kokkos_ToolsInitialization/fast

#=============================================================================
# Target rules for targets named Kokkos_StackTraceTestExec

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

# fast build rule for target.
Kokkos_StackTraceTestExec/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/build.make core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/build
.PHONY : Kokkos_StackTraceTestExec/fast

#=============================================================================
# Target rules for targets named Kokkos_IncrementalTest_SERIAL

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

# fast build rule for target.
Kokkos_IncrementalTest_SERIAL/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/build.make core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/build
.PHONY : Kokkos_IncrementalTest_SERIAL/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_CTestDevice

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

# fast build rule for target.
Kokkos_CoreUnitTest_CTestDevice/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/build
.PHONY : Kokkos_CoreUnitTest_CTestDevice/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_CMakePassCmdLineArgs

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

# fast build rule for target.
Kokkos_CoreUnitTest_CMakePassCmdLineArgs/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/build
.PHONY : Kokkos_CoreUnitTest_CMakePassCmdLineArgs/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_CMakeTriBITSCompatibility

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

# fast build rule for target.
Kokkos_CoreUnitTest_CMakeTriBITSCompatibility/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/build
.PHONY : Kokkos_CoreUnitTest_CMakeTriBITSCompatibility/fast

#=============================================================================
# Target rules for targets named Kokkos_CoreUnitTest_DeviceAndThreads

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

# fast build rule for target.
Kokkos_CoreUnitTest_DeviceAndThreads/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/build
.PHONY : Kokkos_CoreUnitTest_DeviceAndThreads/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Abort_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Abort_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Abort_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Array_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Array_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Array_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Assert_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Assert_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Assert_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Complex_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Complex_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Complex_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Core_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Core_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Core_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Crs_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Crs_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Crs_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Extents_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Extents_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Extents_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Graph_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Graph_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Graph_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Half_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Half_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Half_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Layout_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Layout_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Layout_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Macros_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Macros_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Macros_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Pair_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Pair_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Pair_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Printf_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Printf_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Printf_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Rank_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Rank_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Rank_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Swap_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Swap_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Swap_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Timer_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Timer_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Timer_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_View_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_View_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_View_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_DualView_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_DualView_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_DualView_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Functional_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Functional_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Functional_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Random_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Random_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Random_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_Sort_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_Sort_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_Sort_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp

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

# fast build rule for target.
Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp/fast:
	$(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/build
.PHONY : Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp/fast

#=============================================================================
# Target rules for targets named Kokkos_PerformanceTest_Benchmark

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

# fast build rule for target.
Kokkos_PerformanceTest_Benchmark/fast:
	$(MAKE) $(MAKESILENT) -f core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/build.make core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/build
.PHONY : Kokkos_PerformanceTest_Benchmark/fast

#=============================================================================
# Target rules for targets named Kokkos_Benchmark_Atomic_MinMax

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

# fast build rule for target.
Kokkos_Benchmark_Atomic_MinMax/fast:
	$(MAKE) $(MAKESILENT) -f core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/build.make core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/build
.PHONY : Kokkos_Benchmark_Atomic_MinMax/fast

#=============================================================================
# Target rules for targets named Kokkos_PerformanceTest_ViewFirstTouch

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

# fast build rule for target.
Kokkos_PerformanceTest_ViewFirstTouch/fast:
	$(MAKE) $(MAKESILENT) -f core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/build.make core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/build
.PHONY : Kokkos_PerformanceTest_ViewFirstTouch/fast

#=============================================================================
# Target rules for targets named Kokkos_PerformanceTest_Mempool

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

# fast build rule for target.
Kokkos_PerformanceTest_Mempool/fast:
	$(MAKE) $(MAKESILENT) -f core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/build.make core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/build
.PHONY : Kokkos_PerformanceTest_Mempool/fast

#=============================================================================
# Target rules for targets named Kokkos_PerformanceTest_Atomic

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

# fast build rule for target.
Kokkos_PerformanceTest_Atomic/fast:
	$(MAKE) $(MAKESILENT) -f core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/build.make core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/build
.PHONY : Kokkos_PerformanceTest_Atomic/fast

#=============================================================================
# Target rules for targets named Kokkos_PerformanceTest_Reduction

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

# fast build rule for target.
Kokkos_PerformanceTest_Reduction/fast:
	$(MAKE) $(MAKESILENT) -f core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/build.make core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/build
.PHONY : Kokkos_PerformanceTest_Reduction/fast

#=============================================================================
# Target rules for targets named benchmark

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

# fast build rule for target.
benchmark/fast:
	$(MAKE) $(MAKESILENT) -f _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/build.make _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/build
.PHONY : benchmark/fast

#=============================================================================
# Target rules for targets named benchmark_main

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

# fast build rule for target.
benchmark_main/fast:
	$(MAKE) $(MAKESILENT) -f _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/build.make _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/build
.PHONY : benchmark_main/fast

#=============================================================================
# Target rules for targets named kokkoscontainers

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

# fast build rule for target.
kokkoscontainers/fast:
	$(MAKE) $(MAKESILENT) -f containers/src/CMakeFiles/kokkoscontainers.dir/build.make containers/src/CMakeFiles/kokkoscontainers.dir/build
.PHONY : kokkoscontainers/fast

#=============================================================================
# Target rules for targets named Kokkos_ContainersUnitTest_Serial

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

# fast build rule for target.
Kokkos_ContainersUnitTest_Serial/fast:
	$(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build
.PHONY : Kokkos_ContainersUnitTest_Serial/fast

#=============================================================================
# Target rules for targets named Kokkos_ContainersTestCompileOnly

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

# fast build rule for target.
Kokkos_ContainersTestCompileOnly/fast:
	$(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build
.PHONY : Kokkos_ContainersTestCompileOnly/fast

#=============================================================================
# Target rules for targets named kokkosalgorithms

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

# fast build rule for target.
kokkosalgorithms/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/src/CMakeFiles/kokkosalgorithms.dir/build.make algorithms/src/CMakeFiles/kokkosalgorithms.dir/build
.PHONY : kokkosalgorithms/fast

#=============================================================================
# Target rules for targets named Kokkos_UnitTest_Sort

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

# fast build rule for target.
Kokkos_UnitTest_Sort/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/build
.PHONY : Kokkos_UnitTest_Sort/fast

#=============================================================================
# Target rules for targets named Kokkos_UnitTest_Random

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

# fast build rule for target.
Kokkos_UnitTest_Random/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/build
.PHONY : Kokkos_UnitTest_Random/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_A

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_A/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_A/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_B

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_B/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_B/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_C

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_C/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_C/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_D

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_D/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_D/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_E

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_E/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_E/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_A

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_A/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_A/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_B

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_B/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_B/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_C

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_C/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_C/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_D

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_D/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_D/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_E

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_E/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_E/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_F

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_F/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_F/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_G

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_G/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_G/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_H

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_H/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_H/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_I

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_I/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_I/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_L

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_L/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_L/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_M

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_M/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_M/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_P

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_P/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_P/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdSet_Team_Q/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdSet_Team_Q/fast

#=============================================================================
# Target rules for targets named Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly

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

# fast build rule for target.
Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/build.make algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/build
.PHONY : Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly/fast

#=============================================================================
# Target rules for targets named Kokkos_PerformanceTest_InclusiveScan

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

# fast build rule for target.
Kokkos_PerformanceTest_InclusiveScan/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/build.make algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/build
.PHONY : Kokkos_PerformanceTest_InclusiveScan/fast

#=============================================================================
# Target rules for targets named Kokkos_PerformanceTest_Random

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

# fast build rule for target.
Kokkos_PerformanceTest_Random/fast:
	$(MAKE) $(MAKESILENT) -f algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_Random.dir/build.make algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_Random.dir/build
.PHONY : Kokkos_PerformanceTest_Random/fast

#=============================================================================
# Target rules for targets named kokkossimd

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

# fast build rule for target.
kokkossimd/fast:
	$(MAKE) $(MAKESILENT) -f simd/src/CMakeFiles/kokkossimd.dir/build.make simd/src/CMakeFiles/kokkossimd.dir/build
.PHONY : kokkossimd/fast

#=============================================================================
# Target rules for targets named Kokkos_UnitTest_SIMD

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

# fast build rule for target.
Kokkos_UnitTest_SIMD/fast:
	$(MAKE) $(MAKESILENT) -f simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/build.make simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/build
.PHONY : Kokkos_UnitTest_SIMD/fast

#=============================================================================
# Target rules for targets named Kokkos_query_device

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

# fast build rule for target.
Kokkos_query_device/fast:
	$(MAKE) $(MAKESILENT) -f example/query_device/CMakeFiles/Kokkos_query_device.dir/build.make example/query_device/CMakeFiles/Kokkos_query_device.dir/build
.PHONY : Kokkos_query_device/fast

#=============================================================================
# Target rules for targets named Kokkos_example_virtual_functions

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

# fast build rule for target.
Kokkos_example_virtual_functions/fast:
	$(MAKE) $(MAKESILENT) -f example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/build.make example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/build
.PHONY : Kokkos_example_virtual_functions/fast

#=============================================================================
# Target rules for targets named Kokkos_example_relocatable_function

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

# fast build rule for target.
Kokkos_example_relocatable_function/fast:
	$(MAKE) $(MAKESILENT) -f example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/build.make example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/build
.PHONY : Kokkos_example_relocatable_function/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_01_hello_world

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

# fast build rule for target.
Kokkos_tutorial_01_hello_world/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/build.make example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/build
.PHONY : Kokkos_tutorial_01_hello_world/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_02_simple_reduce

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

# fast build rule for target.
Kokkos_tutorial_02_simple_reduce/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/build.make example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/build
.PHONY : Kokkos_tutorial_02_simple_reduce/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_03_simple_view

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

# fast build rule for target.
Kokkos_tutorial_03_simple_view/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/build.make example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/build
.PHONY : Kokkos_tutorial_03_simple_view/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_04_simple_memoryspaces

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

# fast build rule for target.
Kokkos_tutorial_04_simple_memoryspaces/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/build.make example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/build
.PHONY : Kokkos_tutorial_04_simple_memoryspaces/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_05_simple_atomics

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

# fast build rule for target.
Kokkos_tutorial_05_simple_atomics/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/build.make example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/build
.PHONY : Kokkos_tutorial_05_simple_atomics/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_06_simple_mdrangepolicy

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

# fast build rule for target.
Kokkos_tutorial_06_simple_mdrangepolicy/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/build.make example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/build
.PHONY : Kokkos_tutorial_06_simple_mdrangepolicy/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_advancedviews_01_data_layouts

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

# fast build rule for target.
Kokkos_tutorial_advancedviews_01_data_layouts/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/build.make example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/build
.PHONY : Kokkos_tutorial_advancedviews_01_data_layouts/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_advancedviews_02_memory_traits

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

# fast build rule for target.
Kokkos_tutorial_advancedviews_02_memory_traits/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/build.make example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/build
.PHONY : Kokkos_tutorial_advancedviews_02_memory_traits/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_advancedviews_03_subviews

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

# fast build rule for target.
Kokkos_tutorial_advancedviews_03_subviews/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/build.make example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/build
.PHONY : Kokkos_tutorial_advancedviews_03_subviews/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_advancedviews_04_dualviews

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

# fast build rule for target.
Kokkos_tutorial_advancedviews_04_dualviews/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/build.make example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/build
.PHONY : Kokkos_tutorial_advancedviews_04_dualviews/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_algorithms_01_random_numbers

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

# fast build rule for target.
Kokkos_tutorial_algorithms_01_random_numbers/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/build.make example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/build
.PHONY : Kokkos_tutorial_algorithms_01_random_numbers/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_error_reporter

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

# fast build rule for target.
Kokkos_tutorial_error_reporter/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/Debugging/01_ErrorReporter/CMakeFiles/Kokkos_tutorial_error_reporter.dir/build.make example/tutorial/Debugging/01_ErrorReporter/CMakeFiles/Kokkos_tutorial_error_reporter.dir/build
.PHONY : Kokkos_tutorial_error_reporter/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_hierarchicalparallelism_01_thread_teams

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

# fast build rule for target.
Kokkos_tutorial_hierarchicalparallelism_01_thread_teams/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/build.make example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/build
.PHONY : Kokkos_tutorial_hierarchicalparallelism_01_thread_teams/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_hierarchical_01_thread_teams_lambda

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

# fast build rule for target.
Kokkos_tutorial_hierarchical_01_thread_teams_lambda/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/build.make example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/build
.PHONY : Kokkos_tutorial_hierarchical_01_thread_teams_lambda/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for

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

# fast build rule for target.
Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/build.make example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/build
.PHONY : Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_hierarchicalparallelism_03_vectorization

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

# fast build rule for target.
Kokkos_tutorial_hierarchicalparallelism_03_vectorization/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/build.make example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/build
.PHONY : Kokkos_tutorial_hierarchicalparallelism_03_vectorization/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_hierarchicalparallelism_04_team_scan

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

# fast build rule for target.
Kokkos_tutorial_hierarchicalparallelism_04_team_scan/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/build.make example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/build
.PHONY : Kokkos_tutorial_hierarchicalparallelism_04_team_scan/fast

#=============================================================================
# Target rules for targets named Kokkos_launch_bounds_reduce

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

# fast build rule for target.
Kokkos_launch_bounds_reduce/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/build.make example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/build
.PHONY : Kokkos_launch_bounds_reduce/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_01_hello_world_lambda

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

# fast build rule for target.
Kokkos_tutorial_01_hello_world_lambda/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/build.make example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/build
.PHONY : Kokkos_tutorial_01_hello_world_lambda/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_02_simple_reduce_lambda

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

# fast build rule for target.
Kokkos_tutorial_02_simple_reduce_lambda/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/build.make example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/build
.PHONY : Kokkos_tutorial_02_simple_reduce_lambda/fast

#=============================================================================
# Target rules for targets named Kokkos_tutorial_03_simple_view_lambda

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

# fast build rule for target.
Kokkos_tutorial_03_simple_view_lambda/fast:
	$(MAKE) $(MAKESILENT) -f example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/build.make example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/build
.PHONY : Kokkos_tutorial_03_simple_view_lambda/fast

#=============================================================================
# Target rules for targets named Kokkos_atomic

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

# fast build rule for target.
Kokkos_atomic/fast:
	$(MAKE) $(MAKESILENT) -f benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/build.make benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/build
.PHONY : Kokkos_atomic/fast

#=============================================================================
# Target rules for targets named Kokkos_gather

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

# fast build rule for target.
Kokkos_gather/fast:
	$(MAKE) $(MAKESILENT) -f benchmarks/gather/CMakeFiles/Kokkos_gather.dir/build.make benchmarks/gather/CMakeFiles/Kokkos_gather.dir/build
.PHONY : Kokkos_gather/fast

#=============================================================================
# Target rules for targets named Kokkos_gups

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

# fast build rule for target.
Kokkos_gups/fast:
	$(MAKE) $(MAKESILENT) -f benchmarks/gups/CMakeFiles/Kokkos_gups.dir/build.make benchmarks/gups/CMakeFiles/Kokkos_gups.dir/build
.PHONY : Kokkos_gups/fast

#=============================================================================
# Target rules for targets named Kokkos_launch_latency

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

# fast build rule for target.
Kokkos_launch_latency/fast:
	$(MAKE) $(MAKESILENT) -f benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/build.make benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/build
.PHONY : Kokkos_launch_latency/fast

#=============================================================================
# Target rules for targets named Kokkos_stream

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

# fast build rule for target.
Kokkos_stream/fast:
	$(MAKE) $(MAKESILENT) -f benchmarks/stream/CMakeFiles/Kokkos_stream.dir/build.make benchmarks/stream/CMakeFiles/Kokkos_stream.dir/build
.PHONY : Kokkos_stream/fast

#=============================================================================
# Target rules for targets named Kokkos_view_copy_constructor

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

# fast build rule for target.
Kokkos_view_copy_constructor/fast:
	$(MAKE) $(MAKESILENT) -f benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/build.make benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/build
.PHONY : Kokkos_view_copy_constructor/fast

#=============================================================================
# Target rules for targets named Kokkos_policy_performance

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

# fast build rule for target.
Kokkos_policy_performance/fast:
	$(MAKE) $(MAKESILENT) -f benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/build.make benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/build
.PHONY : Kokkos_policy_performance/fast

#=============================================================================
# Target rules for targets named Kokkos_bytes_and_flops

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

# fast build rule for target.
Kokkos_bytes_and_flops/fast:
	$(MAKE) $(MAKESILENT) -f benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/build.make benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/build
.PHONY : Kokkos_bytes_and_flops/fast

generated/Kokkos_Version_Info.o: generated/Kokkos_Version_Info.cpp.o
.PHONY : generated/Kokkos_Version_Info.o

# target to build an object file
generated/Kokkos_Version_Info.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/impl_git_version.dir/build.make CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
.PHONY : generated/Kokkos_Version_Info.cpp.o

generated/Kokkos_Version_Info.i: generated/Kokkos_Version_Info.cpp.i
.PHONY : generated/Kokkos_Version_Info.i

# target to preprocess a source file
generated/Kokkos_Version_Info.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/impl_git_version.dir/build.make CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.i
.PHONY : generated/Kokkos_Version_Info.cpp.i

generated/Kokkos_Version_Info.s: generated/Kokkos_Version_Info.cpp.s
.PHONY : generated/Kokkos_Version_Info.s

# target to generate assembly for a file
generated/Kokkos_Version_Info.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/impl_git_version.dir/build.make CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.s
.PHONY : generated/Kokkos_Version_Info.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 "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... AlwaysCheckGit"
	@echo "... Continuous"
	@echo "... ContinuousBuild"
	@echo "... ContinuousConfigure"
	@echo "... ContinuousCoverage"
	@echo "... ContinuousMemCheck"
	@echo "... ContinuousStart"
	@echo "... ContinuousSubmit"
	@echo "... ContinuousTest"
	@echo "... ContinuousUpdate"
	@echo "... Experimental"
	@echo "... ExperimentalBuild"
	@echo "... ExperimentalConfigure"
	@echo "... ExperimentalCoverage"
	@echo "... ExperimentalMemCheck"
	@echo "... ExperimentalStart"
	@echo "... ExperimentalSubmit"
	@echo "... ExperimentalTest"
	@echo "... ExperimentalUpdate"
	@echo "... Nightly"
	@echo "... NightlyBuild"
	@echo "... NightlyConfigure"
	@echo "... NightlyCoverage"
	@echo "... NightlyMemCheck"
	@echo "... NightlyMemoryCheck"
	@echo "... NightlyStart"
	@echo "... NightlySubmit"
	@echo "... NightlyTest"
	@echo "... NightlyUpdate"
	@echo "... Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_A"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_B"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_C"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_D"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_E"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_A"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_B"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_C"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_D"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_E"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_F"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_G"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_H"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_I"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_L"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_M"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_P"
	@echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_Q"
	@echo "... Kokkos_Benchmark_Atomic_MinMax"
	@echo "... Kokkos_ContainersTestCompileOnly"
	@echo "... Kokkos_ContainersUnitTest_Serial"
	@echo "... Kokkos_CoreTestCompileOnly"
	@echo "... Kokkos_CoreUnitTest_CMakePassCmdLineArgs"
	@echo "... Kokkos_CoreUnitTest_CMakeTriBITSCompatibility"
	@echo "... Kokkos_CoreUnitTest_CTestDevice"
	@echo "... Kokkos_CoreUnitTest_Default"
	@echo "... Kokkos_CoreUnitTest_Develop"
	@echo "... Kokkos_CoreUnitTest_DeviceAndThreads"
	@echo "... Kokkos_CoreUnitTest_InitializeFinalize"
	@echo "... Kokkos_CoreUnitTest_KokkosP"
	@echo "... Kokkos_CoreUnitTest_Serial1"
	@echo "... Kokkos_CoreUnitTest_Serial2"
	@echo "... Kokkos_CoreUnitTest_Serial_ViewSupport"
	@echo "... Kokkos_CoreUnitTest_ToolIndependence"
	@echo "... Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp"
	@echo "... Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Abort_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Array_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Assert_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Complex_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Core_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Crs_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_DualView_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Extents_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Functional_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Graph_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Half_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Layout_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Macros_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Pair_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Printf_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Random_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Rank_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Sort_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Swap_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Timer_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_View_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp"
	@echo "... Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp"
	@echo "... Kokkos_IncrementalTest_SERIAL"
	@echo "... Kokkos_PerformanceTest_Atomic"
	@echo "... Kokkos_PerformanceTest_Benchmark"
	@echo "... Kokkos_PerformanceTest_InclusiveScan"
	@echo "... Kokkos_PerformanceTest_Mempool"
	@echo "... Kokkos_PerformanceTest_Random"
	@echo "... Kokkos_PerformanceTest_Reduction"
	@echo "... Kokkos_PerformanceTest_ViewFirstTouch"
	@echo "... Kokkos_ProfilingAllCalls"
	@echo "... Kokkos_StackTraceTestExec"
	@echo "... Kokkos_ToolsInitialization"
	@echo "... Kokkos_UnitTest_Random"
	@echo "... Kokkos_UnitTest_SIMD"
	@echo "... Kokkos_UnitTest_Sort"
	@echo "... Kokkos_atomic"
	@echo "... Kokkos_bytes_and_flops"
	@echo "... Kokkos_example_relocatable_function"
	@echo "... Kokkos_example_virtual_functions"
	@echo "... Kokkos_gather"
	@echo "... Kokkos_gups"
	@echo "... Kokkos_launch_bounds_reduce"
	@echo "... Kokkos_launch_latency"
	@echo "... Kokkos_policy_performance"
	@echo "... Kokkos_query_device"
	@echo "... Kokkos_stream"
	@echo "... Kokkos_tutorial_01_hello_world"
	@echo "... Kokkos_tutorial_01_hello_world_lambda"
	@echo "... Kokkos_tutorial_02_simple_reduce"
	@echo "... Kokkos_tutorial_02_simple_reduce_lambda"
	@echo "... Kokkos_tutorial_03_simple_view"
	@echo "... Kokkos_tutorial_03_simple_view_lambda"
	@echo "... Kokkos_tutorial_04_simple_memoryspaces"
	@echo "... Kokkos_tutorial_05_simple_atomics"
	@echo "... Kokkos_tutorial_06_simple_mdrangepolicy"
	@echo "... Kokkos_tutorial_advancedviews_01_data_layouts"
	@echo "... Kokkos_tutorial_advancedviews_02_memory_traits"
	@echo "... Kokkos_tutorial_advancedviews_03_subviews"
	@echo "... Kokkos_tutorial_advancedviews_04_dualviews"
	@echo "... Kokkos_tutorial_algorithms_01_random_numbers"
	@echo "... Kokkos_tutorial_error_reporter"
	@echo "... Kokkos_tutorial_hierarchical_01_thread_teams_lambda"
	@echo "... Kokkos_tutorial_hierarchicalparallelism_01_thread_teams"
	@echo "... Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for"
	@echo "... Kokkos_tutorial_hierarchicalparallelism_03_vectorization"
	@echo "... Kokkos_tutorial_hierarchicalparallelism_04_team_scan"
	@echo "... Kokkos_view_copy_constructor"
	@echo "... benchmark"
	@echo "... benchmark_main"
	@echo "... gtest"
	@echo "... impl_git_version"
	@echo "... kokkosalgorithms"
	@echo "... kokkoscontainers"
	@echo "... kokkoscore"
	@echo "... kokkosprinter-tool"
	@echo "... kokkossimd"
	@echo "... generated/Kokkos_Version_Info.o"
	@echo "... generated/Kokkos_Version_Info.i"
	@echo "... generated/Kokkos_Version_Info.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

