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

# 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

# Produce verbose output by default.
VERBOSE = 1

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

SHELL = cmd.exe

# The CMake executable.
CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe"

# The command to remove a file.
RM = "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a

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

# Special rule for the target edit_cache
edit_cache:
	@echo No interactive CMake dialog available...
	"C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E echo "No interactive CMake dialog available."
.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:
	@echo Running CMake to regenerate build system...
	"C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" --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

# The main all target
all:
	$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\CMakeFiles C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\\CMakeFiles\progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\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

#=============================================================================
# Target rules for targets named cmTC_dcfdd

# Build rule for target.
cmTC_dcfdd:
	$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 cmTC_dcfdd
.PHONY : cmTC_dcfdd

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

CMakeCXXCompilerABI.obj: CMakeCXXCompilerABI.cpp.obj
.PHONY : CMakeCXXCompilerABI.obj

# target to build an object file
CMakeCXXCompilerABI.cpp.obj:
	$(MAKE) $(MAKESILENT) -f CMakeFiles\cmTC_dcfdd.dir\build.make CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.obj
.PHONY : CMakeCXXCompilerABI.cpp.obj

CMakeCXXCompilerABI.i: CMakeCXXCompilerABI.cpp.i
.PHONY : CMakeCXXCompilerABI.i

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

CMakeCXXCompilerABI.s: CMakeCXXCompilerABI.cpp.s
.PHONY : CMakeCXXCompilerABI.s

# target to generate assembly for a file
CMakeCXXCompilerABI.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles\cmTC_dcfdd.dir\build.make CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.s
.PHONY : CMakeCXXCompilerABI.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 ... edit_cache
	@echo ... rebuild_cache
	@echo ... cmTC_dcfdd
	@echo ... CMakeCXXCompilerABI.obj
	@echo ... CMakeCXXCompilerABI.i
	@echo ... CMakeCXXCompilerABI.s
.PHONY : help



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