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

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

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

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

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

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

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

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

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

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

.SUFFIXES: .hpux_make_needs_suffix_list

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

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

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

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

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

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

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

# Escaping for special characters.
EQUALS = =

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

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

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

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

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

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

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

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

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

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

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

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

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

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

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

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

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

# The main clean target
clean:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 containers/unit_tests/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 containers/unit_tests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 containers/unit_tests/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/rule:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/rule
.PHONY : containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/rule

# Convenience name for target.
Kokkos_ContainersUnitTest_Serial: containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/rule
.PHONY : Kokkos_ContainersUnitTest_Serial

# fast build rule for target.
Kokkos_ContainersUnitTest_Serial/fast:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(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

# Convenience name for target.
containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/rule:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/rule
.PHONY : containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/rule

# Convenience name for target.
Kokkos_ContainersTestCompileOnly: containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/rule
.PHONY : Kokkos_ContainersTestCompileOnly

# fast build rule for target.
Kokkos_ContainersTestCompileOnly/fast:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build
.PHONY : Kokkos_ContainersTestCompileOnly/fast

TestCompileMain.o: TestCompileMain.cpp.o
.PHONY : TestCompileMain.o

# target to build an object file
TestCompileMain.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
.PHONY : TestCompileMain.cpp.o

TestCompileMain.i: TestCompileMain.cpp.i
.PHONY : TestCompileMain.i

# target to preprocess a source file
TestCompileMain.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.i
.PHONY : TestCompileMain.cpp.i

TestCompileMain.s: TestCompileMain.cpp.s
.PHONY : TestCompileMain.s

# target to generate assembly for a file
TestCompileMain.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.s
.PHONY : TestCompileMain.cpp.s

TestCreateMirror.o: TestCreateMirror.cpp.o
.PHONY : TestCreateMirror.o

# target to build an object file
TestCreateMirror.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
.PHONY : TestCreateMirror.cpp.o

TestCreateMirror.i: TestCreateMirror.cpp.i
.PHONY : TestCreateMirror.i

# target to preprocess a source file
TestCreateMirror.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.i
.PHONY : TestCreateMirror.cpp.i

TestCreateMirror.s: TestCreateMirror.cpp.s
.PHONY : TestCreateMirror.s

# target to generate assembly for a file
TestCreateMirror.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.s
.PHONY : TestCreateMirror.cpp.s

TestDualViewParameterPack.o: TestDualViewParameterPack.cpp.o
.PHONY : TestDualViewParameterPack.o

# target to build an object file
TestDualViewParameterPack.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
.PHONY : TestDualViewParameterPack.cpp.o

TestDualViewParameterPack.i: TestDualViewParameterPack.cpp.i
.PHONY : TestDualViewParameterPack.i

# target to preprocess a source file
TestDualViewParameterPack.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.i
.PHONY : TestDualViewParameterPack.cpp.i

TestDualViewParameterPack.s: TestDualViewParameterPack.cpp.s
.PHONY : TestDualViewParameterPack.s

# target to generate assembly for a file
TestDualViewParameterPack.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.s
.PHONY : TestDualViewParameterPack.cpp.s

TestDynRankViewTypedefs.o: TestDynRankViewTypedefs.cpp.o
.PHONY : TestDynRankViewTypedefs.o

# target to build an object file
TestDynRankViewTypedefs.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
.PHONY : TestDynRankViewTypedefs.cpp.o

TestDynRankViewTypedefs.i: TestDynRankViewTypedefs.cpp.i
.PHONY : TestDynRankViewTypedefs.i

# target to preprocess a source file
TestDynRankViewTypedefs.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.i
.PHONY : TestDynRankViewTypedefs.cpp.i

TestDynRankViewTypedefs.s: TestDynRankViewTypedefs.cpp.s
.PHONY : TestDynRankViewTypedefs.s

# target to generate assembly for a file
TestDynRankViewTypedefs.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.s
.PHONY : TestDynRankViewTypedefs.cpp.s

TestIsViewTrait.o: TestIsViewTrait.cpp.o
.PHONY : TestIsViewTrait.o

# target to build an object file
TestIsViewTrait.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
.PHONY : TestIsViewTrait.cpp.o

TestIsViewTrait.i: TestIsViewTrait.cpp.i
.PHONY : TestIsViewTrait.i

# target to preprocess a source file
TestIsViewTrait.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.i
.PHONY : TestIsViewTrait.cpp.i

TestIsViewTrait.s: TestIsViewTrait.cpp.s
.PHONY : TestIsViewTrait.s

# target to generate assembly for a file
TestIsViewTrait.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.s
.PHONY : TestIsViewTrait.cpp.s

UnitTestMain.o: UnitTestMain.cpp.o
.PHONY : UnitTestMain.o

# target to build an object file
UnitTestMain.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
.PHONY : UnitTestMain.cpp.o

UnitTestMain.i: UnitTestMain.cpp.i
.PHONY : UnitTestMain.i

# target to preprocess a source file
UnitTestMain.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.i
.PHONY : UnitTestMain.cpp.i

UnitTestMain.s: UnitTestMain.cpp.s
.PHONY : UnitTestMain.s

# target to generate assembly for a file
UnitTestMain.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.s
.PHONY : UnitTestMain.cpp.s

serial/TestSerial_Bitset.o: serial/TestSerial_Bitset.cpp.o
.PHONY : serial/TestSerial_Bitset.o

# target to build an object file
serial/TestSerial_Bitset.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
.PHONY : serial/TestSerial_Bitset.cpp.o

serial/TestSerial_Bitset.i: serial/TestSerial_Bitset.cpp.i
.PHONY : serial/TestSerial_Bitset.i

# target to preprocess a source file
serial/TestSerial_Bitset.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.i
.PHONY : serial/TestSerial_Bitset.cpp.i

serial/TestSerial_Bitset.s: serial/TestSerial_Bitset.cpp.s
.PHONY : serial/TestSerial_Bitset.s

# target to generate assembly for a file
serial/TestSerial_Bitset.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.s
.PHONY : serial/TestSerial_Bitset.cpp.s

serial/TestSerial_DualView.o: serial/TestSerial_DualView.cpp.o
.PHONY : serial/TestSerial_DualView.o

# target to build an object file
serial/TestSerial_DualView.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
.PHONY : serial/TestSerial_DualView.cpp.o

serial/TestSerial_DualView.i: serial/TestSerial_DualView.cpp.i
.PHONY : serial/TestSerial_DualView.i

# target to preprocess a source file
serial/TestSerial_DualView.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.i
.PHONY : serial/TestSerial_DualView.cpp.i

serial/TestSerial_DualView.s: serial/TestSerial_DualView.cpp.s
.PHONY : serial/TestSerial_DualView.s

# target to generate assembly for a file
serial/TestSerial_DualView.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.s
.PHONY : serial/TestSerial_DualView.cpp.s

serial/TestSerial_DynRankView_Ctors.o: serial/TestSerial_DynRankView_Ctors.cpp.o
.PHONY : serial/TestSerial_DynRankView_Ctors.o

# target to build an object file
serial/TestSerial_DynRankView_Ctors.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
.PHONY : serial/TestSerial_DynRankView_Ctors.cpp.o

serial/TestSerial_DynRankView_Ctors.i: serial/TestSerial_DynRankView_Ctors.cpp.i
.PHONY : serial/TestSerial_DynRankView_Ctors.i

# target to preprocess a source file
serial/TestSerial_DynRankView_Ctors.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.i
.PHONY : serial/TestSerial_DynRankView_Ctors.cpp.i

serial/TestSerial_DynRankView_Ctors.s: serial/TestSerial_DynRankView_Ctors.cpp.s
.PHONY : serial/TestSerial_DynRankView_Ctors.s

# target to generate assembly for a file
serial/TestSerial_DynRankView_Ctors.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.s
.PHONY : serial/TestSerial_DynRankView_Ctors.cpp.s

serial/TestSerial_DynRankView_LayoutMember.o: serial/TestSerial_DynRankView_LayoutMember.cpp.o
.PHONY : serial/TestSerial_DynRankView_LayoutMember.o

# target to build an object file
serial/TestSerial_DynRankView_LayoutMember.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
.PHONY : serial/TestSerial_DynRankView_LayoutMember.cpp.o

serial/TestSerial_DynRankView_LayoutMember.i: serial/TestSerial_DynRankView_LayoutMember.cpp.i
.PHONY : serial/TestSerial_DynRankView_LayoutMember.i

# target to preprocess a source file
serial/TestSerial_DynRankView_LayoutMember.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.i
.PHONY : serial/TestSerial_DynRankView_LayoutMember.cpp.i

serial/TestSerial_DynRankView_LayoutMember.s: serial/TestSerial_DynRankView_LayoutMember.cpp.s
.PHONY : serial/TestSerial_DynRankView_LayoutMember.s

# target to generate assembly for a file
serial/TestSerial_DynRankView_LayoutMember.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.s
.PHONY : serial/TestSerial_DynRankView_LayoutMember.cpp.s

serial/TestSerial_DynRankView_TeamScratch.o: serial/TestSerial_DynRankView_TeamScratch.cpp.o
.PHONY : serial/TestSerial_DynRankView_TeamScratch.o

# target to build an object file
serial/TestSerial_DynRankView_TeamScratch.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
.PHONY : serial/TestSerial_DynRankView_TeamScratch.cpp.o

serial/TestSerial_DynRankView_TeamScratch.i: serial/TestSerial_DynRankView_TeamScratch.cpp.i
.PHONY : serial/TestSerial_DynRankView_TeamScratch.i

# target to preprocess a source file
serial/TestSerial_DynRankView_TeamScratch.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.i
.PHONY : serial/TestSerial_DynRankView_TeamScratch.cpp.i

serial/TestSerial_DynRankView_TeamScratch.s: serial/TestSerial_DynRankView_TeamScratch.cpp.s
.PHONY : serial/TestSerial_DynRankView_TeamScratch.s

# target to generate assembly for a file
serial/TestSerial_DynRankView_TeamScratch.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.s
.PHONY : serial/TestSerial_DynRankView_TeamScratch.cpp.s

serial/TestSerial_DynRankView_ViewCustomization.o: serial/TestSerial_DynRankView_ViewCustomization.cpp.o
.PHONY : serial/TestSerial_DynRankView_ViewCustomization.o

# target to build an object file
serial/TestSerial_DynRankView_ViewCustomization.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
.PHONY : serial/TestSerial_DynRankView_ViewCustomization.cpp.o

serial/TestSerial_DynRankView_ViewCustomization.i: serial/TestSerial_DynRankView_ViewCustomization.cpp.i
.PHONY : serial/TestSerial_DynRankView_ViewCustomization.i

# target to preprocess a source file
serial/TestSerial_DynRankView_ViewCustomization.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.i
.PHONY : serial/TestSerial_DynRankView_ViewCustomization.cpp.i

serial/TestSerial_DynRankView_ViewCustomization.s: serial/TestSerial_DynRankView_ViewCustomization.cpp.s
.PHONY : serial/TestSerial_DynRankView_ViewCustomization.s

# target to generate assembly for a file
serial/TestSerial_DynRankView_ViewCustomization.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.s
.PHONY : serial/TestSerial_DynRankView_ViewCustomization.cpp.s

serial/TestSerial_DynViewAPI_generic.o: serial/TestSerial_DynViewAPI_generic.cpp.o
.PHONY : serial/TestSerial_DynViewAPI_generic.o

# target to build an object file
serial/TestSerial_DynViewAPI_generic.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
.PHONY : serial/TestSerial_DynViewAPI_generic.cpp.o

serial/TestSerial_DynViewAPI_generic.i: serial/TestSerial_DynViewAPI_generic.cpp.i
.PHONY : serial/TestSerial_DynViewAPI_generic.i

# target to preprocess a source file
serial/TestSerial_DynViewAPI_generic.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.i
.PHONY : serial/TestSerial_DynViewAPI_generic.cpp.i

serial/TestSerial_DynViewAPI_generic.s: serial/TestSerial_DynViewAPI_generic.cpp.s
.PHONY : serial/TestSerial_DynViewAPI_generic.s

# target to generate assembly for a file
serial/TestSerial_DynViewAPI_generic.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.s
.PHONY : serial/TestSerial_DynViewAPI_generic.cpp.s

serial/TestSerial_DynViewAPI_rank12345.o: serial/TestSerial_DynViewAPI_rank12345.cpp.o
.PHONY : serial/TestSerial_DynViewAPI_rank12345.o

# target to build an object file
serial/TestSerial_DynViewAPI_rank12345.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
.PHONY : serial/TestSerial_DynViewAPI_rank12345.cpp.o

serial/TestSerial_DynViewAPI_rank12345.i: serial/TestSerial_DynViewAPI_rank12345.cpp.i
.PHONY : serial/TestSerial_DynViewAPI_rank12345.i

# target to preprocess a source file
serial/TestSerial_DynViewAPI_rank12345.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.i
.PHONY : serial/TestSerial_DynViewAPI_rank12345.cpp.i

serial/TestSerial_DynViewAPI_rank12345.s: serial/TestSerial_DynViewAPI_rank12345.cpp.s
.PHONY : serial/TestSerial_DynViewAPI_rank12345.s

# target to generate assembly for a file
serial/TestSerial_DynViewAPI_rank12345.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.s
.PHONY : serial/TestSerial_DynViewAPI_rank12345.cpp.s

serial/TestSerial_DynViewAPI_rank67.o: serial/TestSerial_DynViewAPI_rank67.cpp.o
.PHONY : serial/TestSerial_DynViewAPI_rank67.o

# target to build an object file
serial/TestSerial_DynViewAPI_rank67.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
.PHONY : serial/TestSerial_DynViewAPI_rank67.cpp.o

serial/TestSerial_DynViewAPI_rank67.i: serial/TestSerial_DynViewAPI_rank67.cpp.i
.PHONY : serial/TestSerial_DynViewAPI_rank67.i

# target to preprocess a source file
serial/TestSerial_DynViewAPI_rank67.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.i
.PHONY : serial/TestSerial_DynViewAPI_rank67.cpp.i

serial/TestSerial_DynViewAPI_rank67.s: serial/TestSerial_DynViewAPI_rank67.cpp.s
.PHONY : serial/TestSerial_DynViewAPI_rank67.s

# target to generate assembly for a file
serial/TestSerial_DynViewAPI_rank67.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.s
.PHONY : serial/TestSerial_DynViewAPI_rank67.cpp.s

serial/TestSerial_DynamicView.o: serial/TestSerial_DynamicView.cpp.o
.PHONY : serial/TestSerial_DynamicView.o

# target to build an object file
serial/TestSerial_DynamicView.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
.PHONY : serial/TestSerial_DynamicView.cpp.o

serial/TestSerial_DynamicView.i: serial/TestSerial_DynamicView.cpp.i
.PHONY : serial/TestSerial_DynamicView.i

# target to preprocess a source file
serial/TestSerial_DynamicView.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.i
.PHONY : serial/TestSerial_DynamicView.cpp.i

serial/TestSerial_DynamicView.s: serial/TestSerial_DynamicView.cpp.s
.PHONY : serial/TestSerial_DynamicView.s

# target to generate assembly for a file
serial/TestSerial_DynamicView.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.s
.PHONY : serial/TestSerial_DynamicView.cpp.s

serial/TestSerial_ErrorReporter.o: serial/TestSerial_ErrorReporter.cpp.o
.PHONY : serial/TestSerial_ErrorReporter.o

# target to build an object file
serial/TestSerial_ErrorReporter.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
.PHONY : serial/TestSerial_ErrorReporter.cpp.o

serial/TestSerial_ErrorReporter.i: serial/TestSerial_ErrorReporter.cpp.i
.PHONY : serial/TestSerial_ErrorReporter.i

# target to preprocess a source file
serial/TestSerial_ErrorReporter.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.i
.PHONY : serial/TestSerial_ErrorReporter.cpp.i

serial/TestSerial_ErrorReporter.s: serial/TestSerial_ErrorReporter.cpp.s
.PHONY : serial/TestSerial_ErrorReporter.s

# target to generate assembly for a file
serial/TestSerial_ErrorReporter.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.s
.PHONY : serial/TestSerial_ErrorReporter.cpp.s

serial/TestSerial_OffsetView.o: serial/TestSerial_OffsetView.cpp.o
.PHONY : serial/TestSerial_OffsetView.o

# target to build an object file
serial/TestSerial_OffsetView.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
.PHONY : serial/TestSerial_OffsetView.cpp.o

serial/TestSerial_OffsetView.i: serial/TestSerial_OffsetView.cpp.i
.PHONY : serial/TestSerial_OffsetView.i

# target to preprocess a source file
serial/TestSerial_OffsetView.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.i
.PHONY : serial/TestSerial_OffsetView.cpp.i

serial/TestSerial_OffsetView.s: serial/TestSerial_OffsetView.cpp.s
.PHONY : serial/TestSerial_OffsetView.s

# target to generate assembly for a file
serial/TestSerial_OffsetView.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.s
.PHONY : serial/TestSerial_OffsetView.cpp.s

serial/TestSerial_ScatterView.o: serial/TestSerial_ScatterView.cpp.o
.PHONY : serial/TestSerial_ScatterView.o

# target to build an object file
serial/TestSerial_ScatterView.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
.PHONY : serial/TestSerial_ScatterView.cpp.o

serial/TestSerial_ScatterView.i: serial/TestSerial_ScatterView.cpp.i
.PHONY : serial/TestSerial_ScatterView.i

# target to preprocess a source file
serial/TestSerial_ScatterView.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.i
.PHONY : serial/TestSerial_ScatterView.cpp.i

serial/TestSerial_ScatterView.s: serial/TestSerial_ScatterView.cpp.s
.PHONY : serial/TestSerial_ScatterView.s

# target to generate assembly for a file
serial/TestSerial_ScatterView.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.s
.PHONY : serial/TestSerial_ScatterView.cpp.s

serial/TestSerial_StaticCrsGraph.o: serial/TestSerial_StaticCrsGraph.cpp.o
.PHONY : serial/TestSerial_StaticCrsGraph.o

# target to build an object file
serial/TestSerial_StaticCrsGraph.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
.PHONY : serial/TestSerial_StaticCrsGraph.cpp.o

serial/TestSerial_StaticCrsGraph.i: serial/TestSerial_StaticCrsGraph.cpp.i
.PHONY : serial/TestSerial_StaticCrsGraph.i

# target to preprocess a source file
serial/TestSerial_StaticCrsGraph.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.i
.PHONY : serial/TestSerial_StaticCrsGraph.cpp.i

serial/TestSerial_StaticCrsGraph.s: serial/TestSerial_StaticCrsGraph.cpp.s
.PHONY : serial/TestSerial_StaticCrsGraph.s

# target to generate assembly for a file
serial/TestSerial_StaticCrsGraph.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.s
.PHONY : serial/TestSerial_StaticCrsGraph.cpp.s

serial/TestSerial_UnorderedMap.o: serial/TestSerial_UnorderedMap.cpp.o
.PHONY : serial/TestSerial_UnorderedMap.o

# target to build an object file
serial/TestSerial_UnorderedMap.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
.PHONY : serial/TestSerial_UnorderedMap.cpp.o

serial/TestSerial_UnorderedMap.i: serial/TestSerial_UnorderedMap.cpp.i
.PHONY : serial/TestSerial_UnorderedMap.i

# target to preprocess a source file
serial/TestSerial_UnorderedMap.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.i
.PHONY : serial/TestSerial_UnorderedMap.cpp.i

serial/TestSerial_UnorderedMap.s: serial/TestSerial_UnorderedMap.cpp.s
.PHONY : serial/TestSerial_UnorderedMap.s

# target to generate assembly for a file
serial/TestSerial_UnorderedMap.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.s
.PHONY : serial/TestSerial_UnorderedMap.cpp.s

serial/TestSerial_Vector.o: serial/TestSerial_Vector.cpp.o
.PHONY : serial/TestSerial_Vector.o

# target to build an object file
serial/TestSerial_Vector.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
.PHONY : serial/TestSerial_Vector.cpp.o

serial/TestSerial_Vector.i: serial/TestSerial_Vector.cpp.i
.PHONY : serial/TestSerial_Vector.i

# target to preprocess a source file
serial/TestSerial_Vector.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.i
.PHONY : serial/TestSerial_Vector.cpp.i

serial/TestSerial_Vector.s: serial/TestSerial_Vector.cpp.s
.PHONY : serial/TestSerial_Vector.s

# target to generate assembly for a file
serial/TestSerial_Vector.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.s
.PHONY : serial/TestSerial_Vector.cpp.s

serial/TestSerial_WithoutInitializing.o: serial/TestSerial_WithoutInitializing.cpp.o
.PHONY : serial/TestSerial_WithoutInitializing.o

# target to build an object file
serial/TestSerial_WithoutInitializing.cpp.o:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
.PHONY : serial/TestSerial_WithoutInitializing.cpp.o

serial/TestSerial_WithoutInitializing.i: serial/TestSerial_WithoutInitializing.cpp.i
.PHONY : serial/TestSerial_WithoutInitializing.i

# target to preprocess a source file
serial/TestSerial_WithoutInitializing.cpp.i:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.i
.PHONY : serial/TestSerial_WithoutInitializing.cpp.i

serial/TestSerial_WithoutInitializing.s: serial/TestSerial_WithoutInitializing.cpp.s
.PHONY : serial/TestSerial_WithoutInitializing.s

# target to generate assembly for a file
serial/TestSerial_WithoutInitializing.cpp.s:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(MAKE) $(MAKESILENT) -f containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/build.make containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.s
.PHONY : serial/TestSerial_WithoutInitializing.cpp.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... Kokkos_ContainersTestCompileOnly"
	@echo "... Kokkos_ContainersUnitTest_Serial"
	@echo "... TestCompileMain.o"
	@echo "... TestCompileMain.i"
	@echo "... TestCompileMain.s"
	@echo "... TestCreateMirror.o"
	@echo "... TestCreateMirror.i"
	@echo "... TestCreateMirror.s"
	@echo "... TestDualViewParameterPack.o"
	@echo "... TestDualViewParameterPack.i"
	@echo "... TestDualViewParameterPack.s"
	@echo "... TestDynRankViewTypedefs.o"
	@echo "... TestDynRankViewTypedefs.i"
	@echo "... TestDynRankViewTypedefs.s"
	@echo "... TestIsViewTrait.o"
	@echo "... TestIsViewTrait.i"
	@echo "... TestIsViewTrait.s"
	@echo "... UnitTestMain.o"
	@echo "... UnitTestMain.i"
	@echo "... UnitTestMain.s"
	@echo "... serial/TestSerial_Bitset.o"
	@echo "... serial/TestSerial_Bitset.i"
	@echo "... serial/TestSerial_Bitset.s"
	@echo "... serial/TestSerial_DualView.o"
	@echo "... serial/TestSerial_DualView.i"
	@echo "... serial/TestSerial_DualView.s"
	@echo "... serial/TestSerial_DynRankView_Ctors.o"
	@echo "... serial/TestSerial_DynRankView_Ctors.i"
	@echo "... serial/TestSerial_DynRankView_Ctors.s"
	@echo "... serial/TestSerial_DynRankView_LayoutMember.o"
	@echo "... serial/TestSerial_DynRankView_LayoutMember.i"
	@echo "... serial/TestSerial_DynRankView_LayoutMember.s"
	@echo "... serial/TestSerial_DynRankView_TeamScratch.o"
	@echo "... serial/TestSerial_DynRankView_TeamScratch.i"
	@echo "... serial/TestSerial_DynRankView_TeamScratch.s"
	@echo "... serial/TestSerial_DynRankView_ViewCustomization.o"
	@echo "... serial/TestSerial_DynRankView_ViewCustomization.i"
	@echo "... serial/TestSerial_DynRankView_ViewCustomization.s"
	@echo "... serial/TestSerial_DynViewAPI_generic.o"
	@echo "... serial/TestSerial_DynViewAPI_generic.i"
	@echo "... serial/TestSerial_DynViewAPI_generic.s"
	@echo "... serial/TestSerial_DynViewAPI_rank12345.o"
	@echo "... serial/TestSerial_DynViewAPI_rank12345.i"
	@echo "... serial/TestSerial_DynViewAPI_rank12345.s"
	@echo "... serial/TestSerial_DynViewAPI_rank67.o"
	@echo "... serial/TestSerial_DynViewAPI_rank67.i"
	@echo "... serial/TestSerial_DynViewAPI_rank67.s"
	@echo "... serial/TestSerial_DynamicView.o"
	@echo "... serial/TestSerial_DynamicView.i"
	@echo "... serial/TestSerial_DynamicView.s"
	@echo "... serial/TestSerial_ErrorReporter.o"
	@echo "... serial/TestSerial_ErrorReporter.i"
	@echo "... serial/TestSerial_ErrorReporter.s"
	@echo "... serial/TestSerial_OffsetView.o"
	@echo "... serial/TestSerial_OffsetView.i"
	@echo "... serial/TestSerial_OffsetView.s"
	@echo "... serial/TestSerial_ScatterView.o"
	@echo "... serial/TestSerial_ScatterView.i"
	@echo "... serial/TestSerial_ScatterView.s"
	@echo "... serial/TestSerial_StaticCrsGraph.o"
	@echo "... serial/TestSerial_StaticCrsGraph.i"
	@echo "... serial/TestSerial_StaticCrsGraph.s"
	@echo "... serial/TestSerial_UnorderedMap.o"
	@echo "... serial/TestSerial_UnorderedMap.i"
	@echo "... serial/TestSerial_UnorderedMap.s"
	@echo "... serial/TestSerial_Vector.o"
	@echo "... serial/TestSerial_Vector.i"
	@echo "... serial/TestSerial_Vector.s"
	@echo "... serial/TestSerial_WithoutInitializing.o"
	@echo "... serial/TestSerial_WithoutInitializing.i"
	@echo "... serial/TestSerial_WithoutInitializing.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	cd /var/jenkins/workspace/Kokkos_nightly/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

