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

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

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

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

# 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 = /home/axogm/Documents/Driver/mvgal/tests

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/axogm/Documents/Driver/mvgal/build_tests

#=============================================================================
# Directory level rules for the build root directory

# The main recursive "all" target.
all: unit/all
all: integration/all
.PHONY : all

# The main recursive "codegen" target.
codegen: unit/codegen
codegen: integration/codegen
.PHONY : codegen

# The main recursive "preinstall" target.
preinstall: unit/preinstall
preinstall: integration/preinstall
.PHONY : preinstall

# The main recursive "clean" target.
clean: unit/clean
clean: integration/clean
.PHONY : clean

#=============================================================================
# Directory level rules for directory integration

# Recursive "all" directory target.
integration/all: integration/CMakeFiles/test_multi_gpu.dir/all
.PHONY : integration/all

# Recursive "codegen" directory target.
integration/codegen: integration/CMakeFiles/test_multi_gpu.dir/codegen
.PHONY : integration/codegen

# Recursive "preinstall" directory target.
integration/preinstall:
.PHONY : integration/preinstall

# Recursive "clean" directory target.
integration/clean: integration/CMakeFiles/test_multi_gpu.dir/clean
.PHONY : integration/clean

#=============================================================================
# Directory level rules for directory unit

# Recursive "all" directory target.
unit/all: unit/CMakeFiles/test_gpu_detection.dir/all
unit/all: unit/CMakeFiles/test_memory.dir/all
unit/all: unit/CMakeFiles/test_scheduler.dir/all
unit/all: unit/CMakeFiles/test_core_api.dir/all
unit/all: unit/CMakeFiles/test_config.dir/all
.PHONY : unit/all

# Recursive "codegen" directory target.
unit/codegen: unit/CMakeFiles/test_gpu_detection.dir/codegen
unit/codegen: unit/CMakeFiles/test_memory.dir/codegen
unit/codegen: unit/CMakeFiles/test_scheduler.dir/codegen
unit/codegen: unit/CMakeFiles/test_core_api.dir/codegen
unit/codegen: unit/CMakeFiles/test_config.dir/codegen
.PHONY : unit/codegen

# Recursive "preinstall" directory target.
unit/preinstall:
.PHONY : unit/preinstall

# Recursive "clean" directory target.
unit/clean: unit/CMakeFiles/test_gpu_detection.dir/clean
unit/clean: unit/CMakeFiles/test_memory.dir/clean
unit/clean: unit/CMakeFiles/test_scheduler.dir/clean
unit/clean: unit/CMakeFiles/test_core_api.dir/clean
unit/clean: unit/CMakeFiles/test_config.dir/clean
.PHONY : unit/clean

#=============================================================================
# Target rules for target unit/CMakeFiles/test_gpu_detection.dir

# All Build rule for target.
unit/CMakeFiles/test_gpu_detection.dir/all:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_gpu_detection.dir/build.make unit/CMakeFiles/test_gpu_detection.dir/depend
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_gpu_detection.dir/build.make unit/CMakeFiles/test_gpu_detection.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=5,6 "Built target test_gpu_detection"
.PHONY : unit/CMakeFiles/test_gpu_detection.dir/all

# Build rule for subdir invocation for target.
unit/CMakeFiles/test_gpu_detection.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit/CMakeFiles/test_gpu_detection.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 0
.PHONY : unit/CMakeFiles/test_gpu_detection.dir/rule

# Convenience name for target.
test_gpu_detection: unit/CMakeFiles/test_gpu_detection.dir/rule
.PHONY : test_gpu_detection

# codegen rule for target.
unit/CMakeFiles/test_gpu_detection.dir/codegen:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_gpu_detection.dir/build.make unit/CMakeFiles/test_gpu_detection.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=5,6 "Finished codegen for target test_gpu_detection"
.PHONY : unit/CMakeFiles/test_gpu_detection.dir/codegen

# clean rule for target.
unit/CMakeFiles/test_gpu_detection.dir/clean:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_gpu_detection.dir/build.make unit/CMakeFiles/test_gpu_detection.dir/clean
.PHONY : unit/CMakeFiles/test_gpu_detection.dir/clean

#=============================================================================
# Target rules for target unit/CMakeFiles/test_memory.dir

# All Build rule for target.
unit/CMakeFiles/test_memory.dir/all:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_memory.dir/build.make unit/CMakeFiles/test_memory.dir/depend
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_memory.dir/build.make unit/CMakeFiles/test_memory.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=7,8 "Built target test_memory"
.PHONY : unit/CMakeFiles/test_memory.dir/all

# Build rule for subdir invocation for target.
unit/CMakeFiles/test_memory.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit/CMakeFiles/test_memory.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 0
.PHONY : unit/CMakeFiles/test_memory.dir/rule

# Convenience name for target.
test_memory: unit/CMakeFiles/test_memory.dir/rule
.PHONY : test_memory

# codegen rule for target.
unit/CMakeFiles/test_memory.dir/codegen:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_memory.dir/build.make unit/CMakeFiles/test_memory.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=7,8 "Finished codegen for target test_memory"
.PHONY : unit/CMakeFiles/test_memory.dir/codegen

# clean rule for target.
unit/CMakeFiles/test_memory.dir/clean:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_memory.dir/build.make unit/CMakeFiles/test_memory.dir/clean
.PHONY : unit/CMakeFiles/test_memory.dir/clean

#=============================================================================
# Target rules for target unit/CMakeFiles/test_scheduler.dir

# All Build rule for target.
unit/CMakeFiles/test_scheduler.dir/all:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_scheduler.dir/build.make unit/CMakeFiles/test_scheduler.dir/depend
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_scheduler.dir/build.make unit/CMakeFiles/test_scheduler.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=11,12 "Built target test_scheduler"
.PHONY : unit/CMakeFiles/test_scheduler.dir/all

# Build rule for subdir invocation for target.
unit/CMakeFiles/test_scheduler.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit/CMakeFiles/test_scheduler.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 0
.PHONY : unit/CMakeFiles/test_scheduler.dir/rule

# Convenience name for target.
test_scheduler: unit/CMakeFiles/test_scheduler.dir/rule
.PHONY : test_scheduler

# codegen rule for target.
unit/CMakeFiles/test_scheduler.dir/codegen:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_scheduler.dir/build.make unit/CMakeFiles/test_scheduler.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=11,12 "Finished codegen for target test_scheduler"
.PHONY : unit/CMakeFiles/test_scheduler.dir/codegen

# clean rule for target.
unit/CMakeFiles/test_scheduler.dir/clean:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_scheduler.dir/build.make unit/CMakeFiles/test_scheduler.dir/clean
.PHONY : unit/CMakeFiles/test_scheduler.dir/clean

#=============================================================================
# Target rules for target unit/CMakeFiles/test_core_api.dir

# All Build rule for target.
unit/CMakeFiles/test_core_api.dir/all:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_core_api.dir/build.make unit/CMakeFiles/test_core_api.dir/depend
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_core_api.dir/build.make unit/CMakeFiles/test_core_api.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=3,4 "Built target test_core_api"
.PHONY : unit/CMakeFiles/test_core_api.dir/all

# Build rule for subdir invocation for target.
unit/CMakeFiles/test_core_api.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit/CMakeFiles/test_core_api.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 0
.PHONY : unit/CMakeFiles/test_core_api.dir/rule

# Convenience name for target.
test_core_api: unit/CMakeFiles/test_core_api.dir/rule
.PHONY : test_core_api

# codegen rule for target.
unit/CMakeFiles/test_core_api.dir/codegen:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_core_api.dir/build.make unit/CMakeFiles/test_core_api.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=3,4 "Finished codegen for target test_core_api"
.PHONY : unit/CMakeFiles/test_core_api.dir/codegen

# clean rule for target.
unit/CMakeFiles/test_core_api.dir/clean:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_core_api.dir/build.make unit/CMakeFiles/test_core_api.dir/clean
.PHONY : unit/CMakeFiles/test_core_api.dir/clean

#=============================================================================
# Target rules for target unit/CMakeFiles/test_config.dir

# All Build rule for target.
unit/CMakeFiles/test_config.dir/all:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_config.dir/build.make unit/CMakeFiles/test_config.dir/depend
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_config.dir/build.make unit/CMakeFiles/test_config.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=1,2 "Built target test_config"
.PHONY : unit/CMakeFiles/test_config.dir/all

# Build rule for subdir invocation for target.
unit/CMakeFiles/test_config.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit/CMakeFiles/test_config.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 0
.PHONY : unit/CMakeFiles/test_config.dir/rule

# Convenience name for target.
test_config: unit/CMakeFiles/test_config.dir/rule
.PHONY : test_config

# codegen rule for target.
unit/CMakeFiles/test_config.dir/codegen:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_config.dir/build.make unit/CMakeFiles/test_config.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=1,2 "Finished codegen for target test_config"
.PHONY : unit/CMakeFiles/test_config.dir/codegen

# clean rule for target.
unit/CMakeFiles/test_config.dir/clean:
	$(MAKE) $(MAKESILENT) -f unit/CMakeFiles/test_config.dir/build.make unit/CMakeFiles/test_config.dir/clean
.PHONY : unit/CMakeFiles/test_config.dir/clean

#=============================================================================
# Target rules for target integration/CMakeFiles/test_multi_gpu.dir

# All Build rule for target.
integration/CMakeFiles/test_multi_gpu.dir/all:
	$(MAKE) $(MAKESILENT) -f integration/CMakeFiles/test_multi_gpu.dir/build.make integration/CMakeFiles/test_multi_gpu.dir/depend
	$(MAKE) $(MAKESILENT) -f integration/CMakeFiles/test_multi_gpu.dir/build.make integration/CMakeFiles/test_multi_gpu.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=9,10 "Built target test_multi_gpu"
.PHONY : integration/CMakeFiles/test_multi_gpu.dir/all

# Build rule for subdir invocation for target.
integration/CMakeFiles/test_multi_gpu.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 integration/CMakeFiles/test_multi_gpu.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles 0
.PHONY : integration/CMakeFiles/test_multi_gpu.dir/rule

# Convenience name for target.
test_multi_gpu: integration/CMakeFiles/test_multi_gpu.dir/rule
.PHONY : test_multi_gpu

# codegen rule for target.
integration/CMakeFiles/test_multi_gpu.dir/codegen:
	$(MAKE) $(MAKESILENT) -f integration/CMakeFiles/test_multi_gpu.dir/build.make integration/CMakeFiles/test_multi_gpu.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/axogm/Documents/Driver/mvgal/build_tests/CMakeFiles --progress-num=9,10 "Finished codegen for target test_multi_gpu"
.PHONY : integration/CMakeFiles/test_multi_gpu.dir/codegen

# clean rule for target.
integration/CMakeFiles/test_multi_gpu.dir/clean:
	$(MAKE) $(MAKESILENT) -f integration/CMakeFiles/test_multi_gpu.dir/build.make integration/CMakeFiles/test_multi_gpu.dir/clean
.PHONY : integration/CMakeFiles/test_multi_gpu.dir/clean

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

