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

# 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 = /home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/bin/cmake

# The command to remove a file.
RM = /home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/kzak/repo/mbedtlsprod/mbedtls

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/kzak/repo/mbedtlsprod/mbedtls/build

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

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/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..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/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..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/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..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/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..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/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 install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/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..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/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

# The main all target
all: cmake_check_build_system
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/kzak/repo/mbedtlsprod/mbedtls/build/CMakeFiles /home/kzak/repo/mbedtlsprod/mbedtls/build/programs/x509//CMakeFiles/progress.marks
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/x509/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kzak/repo/mbedtlsprod/mbedtls/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/x509/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/x509/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/x509/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
programs/x509/CMakeFiles/load_roots.dir/rule:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/x509/CMakeFiles/load_roots.dir/rule
.PHONY : programs/x509/CMakeFiles/load_roots.dir/rule

# Convenience name for target.
load_roots: programs/x509/CMakeFiles/load_roots.dir/rule
.PHONY : load_roots

# fast build rule for target.
load_roots/fast:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/load_roots.dir/build.make programs/x509/CMakeFiles/load_roots.dir/build
.PHONY : load_roots/fast

# Convenience name for target.
programs/x509/CMakeFiles/cert_req.dir/rule:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/x509/CMakeFiles/cert_req.dir/rule
.PHONY : programs/x509/CMakeFiles/cert_req.dir/rule

# Convenience name for target.
cert_req: programs/x509/CMakeFiles/cert_req.dir/rule
.PHONY : cert_req

# fast build rule for target.
cert_req/fast:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_req.dir/build.make programs/x509/CMakeFiles/cert_req.dir/build
.PHONY : cert_req/fast

# Convenience name for target.
programs/x509/CMakeFiles/cert_write.dir/rule:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/x509/CMakeFiles/cert_write.dir/rule
.PHONY : programs/x509/CMakeFiles/cert_write.dir/rule

# Convenience name for target.
cert_write: programs/x509/CMakeFiles/cert_write.dir/rule
.PHONY : cert_write

# fast build rule for target.
cert_write/fast:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_write.dir/build.make programs/x509/CMakeFiles/cert_write.dir/build
.PHONY : cert_write/fast

# Convenience name for target.
programs/x509/CMakeFiles/crl_app.dir/rule:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/x509/CMakeFiles/crl_app.dir/rule
.PHONY : programs/x509/CMakeFiles/crl_app.dir/rule

# Convenience name for target.
crl_app: programs/x509/CMakeFiles/crl_app.dir/rule
.PHONY : crl_app

# fast build rule for target.
crl_app/fast:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/crl_app.dir/build.make programs/x509/CMakeFiles/crl_app.dir/build
.PHONY : crl_app/fast

# Convenience name for target.
programs/x509/CMakeFiles/req_app.dir/rule:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/x509/CMakeFiles/req_app.dir/rule
.PHONY : programs/x509/CMakeFiles/req_app.dir/rule

# Convenience name for target.
req_app: programs/x509/CMakeFiles/req_app.dir/rule
.PHONY : req_app

# fast build rule for target.
req_app/fast:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/req_app.dir/build.make programs/x509/CMakeFiles/req_app.dir/build
.PHONY : req_app/fast

# Convenience name for target.
programs/x509/CMakeFiles/cert_app.dir/rule:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/x509/CMakeFiles/cert_app.dir/rule
.PHONY : programs/x509/CMakeFiles/cert_app.dir/rule

# Convenience name for target.
cert_app: programs/x509/CMakeFiles/cert_app.dir/rule
.PHONY : cert_app

# fast build rule for target.
cert_app/fast:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_app.dir/build.make programs/x509/CMakeFiles/cert_app.dir/build
.PHONY : cert_app/fast

cert_app.o: cert_app.c.o
.PHONY : cert_app.o

# target to build an object file
cert_app.c.o:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_app.dir/build.make programs/x509/CMakeFiles/cert_app.dir/cert_app.c.o
.PHONY : cert_app.c.o

cert_app.i: cert_app.c.i
.PHONY : cert_app.i

# target to preprocess a source file
cert_app.c.i:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_app.dir/build.make programs/x509/CMakeFiles/cert_app.dir/cert_app.c.i
.PHONY : cert_app.c.i

cert_app.s: cert_app.c.s
.PHONY : cert_app.s

# target to generate assembly for a file
cert_app.c.s:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_app.dir/build.make programs/x509/CMakeFiles/cert_app.dir/cert_app.c.s
.PHONY : cert_app.c.s

cert_req.o: cert_req.c.o
.PHONY : cert_req.o

# target to build an object file
cert_req.c.o:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_req.dir/build.make programs/x509/CMakeFiles/cert_req.dir/cert_req.c.o
.PHONY : cert_req.c.o

cert_req.i: cert_req.c.i
.PHONY : cert_req.i

# target to preprocess a source file
cert_req.c.i:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_req.dir/build.make programs/x509/CMakeFiles/cert_req.dir/cert_req.c.i
.PHONY : cert_req.c.i

cert_req.s: cert_req.c.s
.PHONY : cert_req.s

# target to generate assembly for a file
cert_req.c.s:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_req.dir/build.make programs/x509/CMakeFiles/cert_req.dir/cert_req.c.s
.PHONY : cert_req.c.s

cert_write.o: cert_write.c.o
.PHONY : cert_write.o

# target to build an object file
cert_write.c.o:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_write.dir/build.make programs/x509/CMakeFiles/cert_write.dir/cert_write.c.o
.PHONY : cert_write.c.o

cert_write.i: cert_write.c.i
.PHONY : cert_write.i

# target to preprocess a source file
cert_write.c.i:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_write.dir/build.make programs/x509/CMakeFiles/cert_write.dir/cert_write.c.i
.PHONY : cert_write.c.i

cert_write.s: cert_write.c.s
.PHONY : cert_write.s

# target to generate assembly for a file
cert_write.c.s:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/cert_write.dir/build.make programs/x509/CMakeFiles/cert_write.dir/cert_write.c.s
.PHONY : cert_write.c.s

crl_app.o: crl_app.c.o
.PHONY : crl_app.o

# target to build an object file
crl_app.c.o:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/crl_app.dir/build.make programs/x509/CMakeFiles/crl_app.dir/crl_app.c.o
.PHONY : crl_app.c.o

crl_app.i: crl_app.c.i
.PHONY : crl_app.i

# target to preprocess a source file
crl_app.c.i:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/crl_app.dir/build.make programs/x509/CMakeFiles/crl_app.dir/crl_app.c.i
.PHONY : crl_app.c.i

crl_app.s: crl_app.c.s
.PHONY : crl_app.s

# target to generate assembly for a file
crl_app.c.s:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/crl_app.dir/build.make programs/x509/CMakeFiles/crl_app.dir/crl_app.c.s
.PHONY : crl_app.c.s

load_roots.o: load_roots.c.o
.PHONY : load_roots.o

# target to build an object file
load_roots.c.o:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/load_roots.dir/build.make programs/x509/CMakeFiles/load_roots.dir/load_roots.c.o
.PHONY : load_roots.c.o

load_roots.i: load_roots.c.i
.PHONY : load_roots.i

# target to preprocess a source file
load_roots.c.i:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/load_roots.dir/build.make programs/x509/CMakeFiles/load_roots.dir/load_roots.c.i
.PHONY : load_roots.c.i

load_roots.s: load_roots.c.s
.PHONY : load_roots.s

# target to generate assembly for a file
load_roots.c.s:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/load_roots.dir/build.make programs/x509/CMakeFiles/load_roots.dir/load_roots.c.s
.PHONY : load_roots.c.s

req_app.o: req_app.c.o
.PHONY : req_app.o

# target to build an object file
req_app.c.o:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/req_app.dir/build.make programs/x509/CMakeFiles/req_app.dir/req_app.c.o
.PHONY : req_app.c.o

req_app.i: req_app.c.i
.PHONY : req_app.i

# target to preprocess a source file
req_app.c.i:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/req_app.dir/build.make programs/x509/CMakeFiles/req_app.dir/req_app.c.i
.PHONY : req_app.c.i

req_app.s: req_app.c.s
.PHONY : req_app.s

# target to generate assembly for a file
req_app.c.s:
	cd /home/kzak/repo/mbedtlsprod/mbedtls/build && $(MAKE) $(MAKESILENT) -f programs/x509/CMakeFiles/req_app.dir/build.make programs/x509/CMakeFiles/req_app.dir/req_app.c.s
.PHONY : req_app.c.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 "... cert_app"
	@echo "... cert_req"
	@echo "... cert_write"
	@echo "... crl_app"
	@echo "... load_roots"
	@echo "... req_app"
	@echo "... cert_app.o"
	@echo "... cert_app.i"
	@echo "... cert_app.s"
	@echo "... cert_req.o"
	@echo "... cert_req.i"
	@echo "... cert_req.s"
	@echo "... cert_write.o"
	@echo "... cert_write.i"
	@echo "... cert_write.s"
	@echo "... crl_app.o"
	@echo "... crl_app.i"
	@echo "... crl_app.s"
	@echo "... load_roots.o"
	@echo "... load_roots.i"
	@echo "... load_roots.s"
	@echo "... req_app.o"
	@echo "... req_app.i"
	@echo "... req_app.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 /home/kzak/repo/mbedtlsprod/mbedtls/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

