# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.16 # Default target executed when no arguments are given to make. default_target: all .PHONY : default_target # Allow only one "make -f Makefile2" at a time, but pass parallelism. .NOTPARALLEL: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Remove some rules from gmake that .SUFFIXES does not remove. SUFFIXES = .SUFFIXES: .hpux_make_needs_suffix_list # 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 = /opt/cmake/bin/cmake # The command to remove a file. RM = /opt/cmake/bin/cmake -E remove -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 install/strip install/strip: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." /opt/cmake/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..." /opt/cmake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip/fast # Special rule for the target install install: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." /opt/cmake/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..." /opt/cmake/bin/cmake -P cmake_install.cmake .PHONY : install/fast # Special rule for the target list_install_components list_install_components: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Kokkos\" \"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 edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." /opt/cmake/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..." /opt/cmake/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast # Special rule for the target install/local install/local: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." /opt/cmake/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..." /opt/cmake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local/fast # Special rule for the target test test: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." /opt/cmake/bin/ctest --force-new-ctest-process $(ARGS) .PHONY : test # Special rule for the target test test/fast: test .PHONY : test/fast # The main all target all: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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_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_LegionInitialization # Build rule for target. Kokkos_CoreUnitTest_LegionInitialization: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_CoreUnitTest_LegionInitialization .PHONY : Kokkos_CoreUnitTest_LegionInitialization # fast build rule for target. Kokkos_CoreUnitTest_LegionInitialization/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/build .PHONY : Kokkos_CoreUnitTest_LegionInitialization/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_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 Kokkos_CoreUnitTest_HIPInterOpStreams # Build rule for target. Kokkos_CoreUnitTest_HIPInterOpStreams: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_CoreUnitTest_HIPInterOpStreams .PHONY : Kokkos_CoreUnitTest_HIPInterOpStreams # fast build rule for target. Kokkos_CoreUnitTest_HIPInterOpStreams/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/build .PHONY : Kokkos_CoreUnitTest_HIPInterOpStreams/fast #============================================================================= # Target rules for targets named kokkos_gtest # Build rule for target. kokkos_gtest: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 kokkos_gtest .PHONY : kokkos_gtest # fast build rule for target. kokkos_gtest/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/kokkos_gtest.dir/build.make core/unit_test/CMakeFiles/kokkos_gtest.dir/build .PHONY : kokkos_gtest/fast #============================================================================= # Target rules for targets named Kokkos_CoreUnitTest_PushFinalizeHook # Build rule for target. Kokkos_CoreUnitTest_PushFinalizeHook: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_CoreUnitTest_PushFinalizeHook .PHONY : Kokkos_CoreUnitTest_PushFinalizeHook # fast build rule for target. Kokkos_CoreUnitTest_PushFinalizeHook/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/build .PHONY : Kokkos_CoreUnitTest_PushFinalizeHook/fast #============================================================================= # Target rules for targets named Kokkos_CoreUnitTest_HIP # Build rule for target. Kokkos_CoreUnitTest_HIP: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_CoreUnitTest_HIP .PHONY : Kokkos_CoreUnitTest_HIP # fast build rule for target. Kokkos_CoreUnitTest_HIP/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/build .PHONY : Kokkos_CoreUnitTest_HIP/fast #============================================================================= # Target rules for targets named Kokkos_CoreUnitTest_HIPInterOpInit # Build rule for target. Kokkos_CoreUnitTest_HIPInterOpInit: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_CoreUnitTest_HIPInterOpInit .PHONY : Kokkos_CoreUnitTest_HIPInterOpInit # fast build rule for target. Kokkos_CoreUnitTest_HIPInterOpInit/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/build .PHONY : Kokkos_CoreUnitTest_HIPInterOpInit/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_IncrementalTest_HIP # Build rule for target. Kokkos_IncrementalTest_HIP: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_IncrementalTest_HIP .PHONY : Kokkos_IncrementalTest_HIP # fast build rule for target. Kokkos_IncrementalTest_HIP/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/build.make core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/build .PHONY : Kokkos_IncrementalTest_HIP/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_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_ScopeGuard # Build rule for target. Kokkos_CoreUnitTest_ScopeGuard: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_CoreUnitTest_ScopeGuard .PHONY : Kokkos_CoreUnitTest_ScopeGuard # fast build rule for target. Kokkos_CoreUnitTest_ScopeGuard/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/build.make core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/build .PHONY : Kokkos_CoreUnitTest_ScopeGuard/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_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_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_push_finalize_hook_terminate # Build rule for target. Kokkos_push_finalize_hook_terminate: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_push_finalize_hook_terminate .PHONY : Kokkos_push_finalize_hook_terminate # fast build rule for target. Kokkos_push_finalize_hook_terminate/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/build.make core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/build .PHONY : Kokkos_push_finalize_hook_terminate/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_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 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_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_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_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_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_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_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_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_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_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_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_TaskScheduler_hpp # Build rule for target. Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp .PHONY : Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp # fast build rule for target. Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/build .PHONY : Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_TaskScheduler_fwd_hpp # Build rule for target. Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp .PHONY : Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp # fast build rule for target. Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/build .PHONY : Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_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_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_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_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_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_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_Atomics_Desul_Config_hpp # Build rule for target. Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp .PHONY : Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp # fast build rule for target. Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/build .PHONY : Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_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_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_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_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_Future_hpp # Build rule for target. Kokkos_HeaderSelfContained_Kokkos_Future_hpp: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_HeaderSelfContained_Kokkos_Future_hpp .PHONY : Kokkos_HeaderSelfContained_Kokkos_Future_hpp # fast build rule for target. Kokkos_HeaderSelfContained_Kokkos_Future_hpp/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/build .PHONY : Kokkos_HeaderSelfContained_Kokkos_Future_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_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_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_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_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_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_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_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_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_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_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_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_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp # Build rule for target. Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp .PHONY : Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp # fast build rule for target. Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/build .PHONY : Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_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_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_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_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_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_Atomics_Desul_Volatile_Wrapper_hpp # Build rule for target. Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp .PHONY : Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp # fast build rule for target. Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/build .PHONY : Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_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_MemoryPool_hpp # Build rule for target. Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp .PHONY : Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp # fast build rule for target. Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp/fast: $(MAKE) $(MAKESILENT) -f core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/build.make core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/build .PHONY : Kokkos_HeaderSelfContained_Kokkos_MemoryPool_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_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_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_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_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_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_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_TaskDag # Build rule for target. Kokkos_PerformanceTest_TaskDag: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_PerformanceTest_TaskDag .PHONY : Kokkos_PerformanceTest_TaskDag # fast build rule for target. Kokkos_PerformanceTest_TaskDag/fast: $(MAKE) $(MAKESILENT) -f core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/build.make core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/build .PHONY : Kokkos_PerformanceTest_TaskDag/fast #============================================================================= # Target rules for targets named Kokkos_PerformanceTest_SharedSpace # Build rule for target. Kokkos_PerformanceTest_SharedSpace: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_PerformanceTest_SharedSpace .PHONY : Kokkos_PerformanceTest_SharedSpace # fast build rule for target. Kokkos_PerformanceTest_SharedSpace/fast: $(MAKE) $(MAKESILENT) -f core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/build.make core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/build .PHONY : Kokkos_PerformanceTest_SharedSpace/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 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_ContainersUnitTest_HIP # Build rule for target. Kokkos_ContainersUnitTest_HIP: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_ContainersUnitTest_HIP .PHONY : Kokkos_ContainersUnitTest_HIP # fast build rule for target. Kokkos_ContainersUnitTest_HIP/fast: $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/build .PHONY : Kokkos_ContainersUnitTest_HIP/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 Kokkos_ContainersPerformanceTest_HIP # Build rule for target. Kokkos_ContainersPerformanceTest_HIP: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Kokkos_ContainersPerformanceTest_HIP .PHONY : Kokkos_ContainersPerformanceTest_HIP # fast build rule for target. Kokkos_ContainersPerformanceTest_HIP/fast: $(MAKE) $(MAKESILENT) -f containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/build.make containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/build .PHONY : Kokkos_ContainersPerformanceTest_HIP/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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 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_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_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 "... install/strip" @echo "... install" @echo "... list_install_components" @echo "... edit_cache" @echo "... rebuild_cache" @echo "... AlwaysCheckGit" @echo "... ContinuousSubmit" @echo "... ContinuousCoverage" @echo "... ContinuousTest" @echo "... ContinuousBuild" @echo "... ContinuousMemCheck" @echo "... Nightly" @echo "... NightlyTest" @echo "... NightlyUpdate" @echo "... install/local" @echo "... Continuous" @echo "... NightlyBuild" @echo "... NightlyStart" @echo "... NightlyMemoryCheck" @echo "... NightlyMemCheck" @echo "... ExperimentalStart" @echo "... ContinuousConfigure" @echo "... NightlyCoverage" @echo "... ExperimentalUpdate" @echo "... test" @echo "... impl_git_version" @echo "... ExperimentalConfigure" @echo "... ExperimentalCoverage" @echo "... ExperimentalBuild" @echo "... NightlyConfigure" @echo "... ExperimentalTest" @echo "... ExperimentalMemCheck" @echo "... Experimental" @echo "... NightlySubmit" @echo "... ExperimentalSubmit" @echo "... ContinuousStart" @echo "... ContinuousUpdate" @echo "... kokkoscore" @echo "... Kokkos_CoreUnitTest_CMakePassCmdLineArgs" @echo "... Kokkos_CoreUnitTest_LegionInitialization" @echo "... Kokkos_CoreUnitTest_Serial1" @echo "... Kokkos_CoreUnitTest_ToolIndependence" @echo "... Kokkos_CoreUnitTest_HIPInterOpStreams" @echo "... kokkos_gtest" @echo "... Kokkos_CoreUnitTest_PushFinalizeHook" @echo "... Kokkos_CoreUnitTest_HIP" @echo "... Kokkos_CoreUnitTest_HIPInterOpInit" @echo "... Kokkos_IncrementalTest_SERIAL" @echo "... Kokkos_IncrementalTest_HIP" @echo "... Kokkos_CoreUnitTest_Default" @echo "... Kokkos_CoreUnitTest_Serial2" @echo "... Kokkos_CoreUnitTest_ScopeGuard" @echo "... Kokkos_StackTraceTestExec" @echo "... Kokkos_CoreUnitTest_DeviceAndThreads" @echo "... Kokkos_CoreUnitTest_Develop" @echo "... Kokkos_push_finalize_hook_terminate" @echo "... Kokkos_CoreTestCompileOnly" @echo "... Kokkos_CoreUnitTest_KokkosP" @echo "... kokkosprinter-tool" @echo "... Kokkos_ProfilingAllCalls" @echo "... Kokkos_ToolsInitialization" @echo "... Kokkos_CoreUnitTest_CTestDevice" @echo "... Kokkos_HeaderSelfContained_Kokkos_Random_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Timer_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Swap_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Crs_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Core_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Functional_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_View_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Printf_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp" @echo "... Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp" @echo "... Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Extents_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Sort_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Complex_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Array_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Rank_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Future_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Half_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Graph_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Layout_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Macros_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Assert_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_DualView_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Pair_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_Abort_hpp" @echo "... Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp" @echo "... Kokkos_PerformanceTest_Benchmark" @echo "... Kokkos_Benchmark_Atomic_MinMax" @echo "... Kokkos_PerformanceTest_TaskDag" @echo "... Kokkos_PerformanceTest_SharedSpace" @echo "... Kokkos_PerformanceTest_Mempool" @echo "... Kokkos_PerformanceTest_Atomic" @echo "... benchmark" @echo "... benchmark_main" @echo "... kokkoscontainers" @echo "... Kokkos_ContainersUnitTest_Serial" @echo "... Kokkos_ContainersUnitTest_HIP" @echo "... Kokkos_ContainersTestCompileOnly" @echo "... Kokkos_ContainersPerformanceTest_HIP" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_B" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_A" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_E" @echo "... Kokkos_UnitTest_Sort" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_E" @echo "... Kokkos_UnitTest_Random" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_C" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_C" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_B" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_D" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_A" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_L" @echo "... Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_D" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_G" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_H" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_I" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_Q" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_F" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_M" @echo "... Kokkos_AlgorithmsUnitTest_StdSet_Team_P" @echo "... kokkossimd" @echo "... Kokkos_UnitTest_SIMD" @echo "... Kokkos_atomic" @echo "... Kokkos_gather" @echo "... Kokkos_gups" @echo "... Kokkos_launch_latency" @echo "... Kokkos_stream" @echo "... Kokkos_policy_performance" @echo "... Kokkos_bytes_and_flops" @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