# 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

# 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 = /home/tdewey/cm5-provisioner-gpio-config/src

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/tdewey/cm5-provisioner-gpio-config/src/build

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -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:
	@$(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
	$(CMAKE_COMMAND) -E cmake_progress_start /home/tdewey/cm5-provisioner-gpio-config/src/build/CMakeFiles /home/tdewey/cm5-provisioner-gpio-config/src/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/tdewey/cm5-provisioner-gpio-config/src/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 cm5_led_gpio

# Build rule for target.
cm5_led_gpio: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cm5_led_gpio
.PHONY : cm5_led_gpio

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

#=============================================================================
# Target rules for targets named cm5_led_protocol

# Build rule for target.
cm5_led_protocol: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cm5_led_protocol
.PHONY : cm5_led_protocol

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

#=============================================================================
# Target rules for targets named cm5-provisioner-led

# Build rule for target.
cm5-provisioner-led: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cm5-provisioner-led
.PHONY : cm5-provisioner-led

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

#=============================================================================
# Target rules for targets named cm5_led_blink

# Build rule for target.
cm5_led_blink: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cm5_led_blink
.PHONY : cm5_led_blink

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

client_main.o: client_main.cpp.o
.PHONY : client_main.o

# target to build an object file
client_main.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/cm5_led_blink.dir/build.make CMakeFiles/cm5_led_blink.dir/client_main.cpp.o
.PHONY : client_main.cpp.o

client_main.i: client_main.cpp.i
.PHONY : client_main.i

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

client_main.s: client_main.cpp.s
.PHONY : client_main.s

# target to generate assembly for a file
client_main.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/cm5_led_blink.dir/build.make CMakeFiles/cm5_led_blink.dir/client_main.cpp.s
.PHONY : client_main.cpp.s

daemon_main.o: daemon_main.cpp.o
.PHONY : daemon_main.o

# target to build an object file
daemon_main.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/cm5-provisioner-led.dir/build.make CMakeFiles/cm5-provisioner-led.dir/daemon_main.cpp.o
.PHONY : daemon_main.cpp.o

daemon_main.i: daemon_main.cpp.i
.PHONY : daemon_main.i

# target to preprocess a source file
daemon_main.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/cm5-provisioner-led.dir/build.make CMakeFiles/cm5-provisioner-led.dir/daemon_main.cpp.i
.PHONY : daemon_main.cpp.i

daemon_main.s: daemon_main.cpp.s
.PHONY : daemon_main.s

# target to generate assembly for a file
daemon_main.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/cm5-provisioner-led.dir/build.make CMakeFiles/cm5-provisioner-led.dir/daemon_main.cpp.s
.PHONY : daemon_main.cpp.s

led_gpio.o: led_gpio.cpp.o
.PHONY : led_gpio.o

# target to build an object file
led_gpio.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/cm5_led_gpio.dir/build.make CMakeFiles/cm5_led_gpio.dir/led_gpio.cpp.o
.PHONY : led_gpio.cpp.o

led_gpio.i: led_gpio.cpp.i
.PHONY : led_gpio.i

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

led_gpio.s: led_gpio.cpp.s
.PHONY : led_gpio.s

# target to generate assembly for a file
led_gpio.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/cm5_led_gpio.dir/build.make CMakeFiles/cm5_led_gpio.dir/led_gpio.cpp.s
.PHONY : led_gpio.cpp.s

protocol.o: protocol.cpp.o
.PHONY : protocol.o

# target to build an object file
protocol.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/cm5_led_protocol.dir/build.make CMakeFiles/cm5_led_protocol.dir/protocol.cpp.o
.PHONY : protocol.cpp.o

protocol.i: protocol.cpp.i
.PHONY : protocol.i

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

protocol.s: protocol.cpp.s
.PHONY : protocol.s

# target to generate assembly for a file
protocol.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/cm5_led_protocol.dir/build.make CMakeFiles/cm5_led_protocol.dir/protocol.cpp.s
.PHONY : protocol.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 "... cm5-provisioner-led"
	@echo "... cm5_led_blink"
	@echo "... cm5_led_gpio"
	@echo "... cm5_led_protocol"
	@echo "... client_main.o"
	@echo "... client_main.i"
	@echo "... client_main.s"
	@echo "... daemon_main.o"
	@echo "... daemon_main.i"
	@echo "... daemon_main.s"
	@echo "... led_gpio.o"
	@echo "... led_gpio.i"
	@echo "... led_gpio.s"
	@echo "... protocol.o"
	@echo "... protocol.i"
	@echo "... protocol.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

