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

# 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/orangepi/online_move/master

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/orangepi/online_move/master/build

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

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	/usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/orangepi/online_move/master/build/CPackSourceConfig.cmake
.PHONY : package_source

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

# 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 "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/orangepi/online_move/master/build/CMakeFiles /home/orangepi/online_move/master/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/orangepi/online_move/master/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 main

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

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

#=============================================================================
# Target rules for targets named paho-mqttpp3-shared

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

# fast build rule for target.
paho-mqttpp3-shared/fast:
	$(MAKE) $(MAKESILENT) -f third_party/paho.mqtt.cpp/src/CMakeFiles/paho-mqttpp3-shared.dir/build.make third_party/paho.mqtt.cpp/src/CMakeFiles/paho-mqttpp3-shared.dir/build
.PHONY : paho-mqttpp3-shared/fast

#=============================================================================
# Target rules for targets named spdlog

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

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

src/device_linked_list.o: src/device_linked_list.cc.o
.PHONY : src/device_linked_list.o

# target to build an object file
src/device_linked_list.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/device_linked_list.cc.o
.PHONY : src/device_linked_list.cc.o

src/device_linked_list.i: src/device_linked_list.cc.i
.PHONY : src/device_linked_list.i

# target to preprocess a source file
src/device_linked_list.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/device_linked_list.cc.i
.PHONY : src/device_linked_list.cc.i

src/device_linked_list.s: src/device_linked_list.cc.s
.PHONY : src/device_linked_list.s

# target to generate assembly for a file
src/device_linked_list.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/device_linked_list.cc.s
.PHONY : src/device_linked_list.cc.s

src/main.o: src/main.cc.o
.PHONY : src/main.o

# target to build an object file
src/main.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/main.cc.o
.PHONY : src/main.cc.o

src/main.i: src/main.cc.i
.PHONY : src/main.i

# target to preprocess a source file
src/main.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/main.cc.i
.PHONY : src/main.cc.i

src/main.s: src/main.cc.s
.PHONY : src/main.s

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

src/mqtt_controller.o: src/mqtt_controller.cc.o
.PHONY : src/mqtt_controller.o

# target to build an object file
src/mqtt_controller.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/mqtt_controller.cc.o
.PHONY : src/mqtt_controller.cc.o

src/mqtt_controller.i: src/mqtt_controller.cc.i
.PHONY : src/mqtt_controller.i

# target to preprocess a source file
src/mqtt_controller.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/mqtt_controller.cc.i
.PHONY : src/mqtt_controller.cc.i

src/mqtt_controller.s: src/mqtt_controller.cc.s
.PHONY : src/mqtt_controller.s

# target to generate assembly for a file
src/mqtt_controller.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/mqtt_controller.cc.s
.PHONY : src/mqtt_controller.cc.s

src/mqtt_used.o: src/mqtt_used.cc.o
.PHONY : src/mqtt_used.o

# target to build an object file
src/mqtt_used.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/mqtt_used.cc.o
.PHONY : src/mqtt_used.cc.o

src/mqtt_used.i: src/mqtt_used.cc.i
.PHONY : src/mqtt_used.i

# target to preprocess a source file
src/mqtt_used.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/mqtt_used.cc.i
.PHONY : src/mqtt_used.cc.i

src/mqtt_used.s: src/mqtt_used.cc.s
.PHONY : src/mqtt_used.s

# target to generate assembly for a file
src/mqtt_used.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/mqtt_used.cc.s
.PHONY : src/mqtt_used.cc.s

src/networkInfo.o: src/networkInfo.cc.o
.PHONY : src/networkInfo.o

# target to build an object file
src/networkInfo.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/networkInfo.cc.o
.PHONY : src/networkInfo.cc.o

src/networkInfo.i: src/networkInfo.cc.i
.PHONY : src/networkInfo.i

# target to preprocess a source file
src/networkInfo.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/networkInfo.cc.i
.PHONY : src/networkInfo.cc.i

src/networkInfo.s: src/networkInfo.cc.s
.PHONY : src/networkInfo.s

# target to generate assembly for a file
src/networkInfo.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/networkInfo.cc.s
.PHONY : src/networkInfo.cc.s

src/taskrunner.o: src/taskrunner.cc.o
.PHONY : src/taskrunner.o

# target to build an object file
src/taskrunner.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/taskrunner.cc.o
.PHONY : src/taskrunner.cc.o

src/taskrunner.i: src/taskrunner.cc.i
.PHONY : src/taskrunner.i

# target to preprocess a source file
src/taskrunner.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/taskrunner.cc.i
.PHONY : src/taskrunner.cc.i

src/taskrunner.s: src/taskrunner.cc.s
.PHONY : src/taskrunner.s

# target to generate assembly for a file
src/taskrunner.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/taskrunner.cc.s
.PHONY : src/taskrunner.cc.s

third_party/paho.mqtt.cpp/src/async_client.o: third_party/paho.mqtt.cpp/src/async_client.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/async_client.o

# target to build an object file
third_party/paho.mqtt.cpp/src/async_client.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/async_client.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/async_client.cpp.o

third_party/paho.mqtt.cpp/src/async_client.i: third_party/paho.mqtt.cpp/src/async_client.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/async_client.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/async_client.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/async_client.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/async_client.cpp.i

third_party/paho.mqtt.cpp/src/async_client.s: third_party/paho.mqtt.cpp/src/async_client.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/async_client.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/async_client.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/async_client.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/async_client.cpp.s

third_party/paho.mqtt.cpp/src/client.o: third_party/paho.mqtt.cpp/src/client.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/client.o

# target to build an object file
third_party/paho.mqtt.cpp/src/client.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/client.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/client.cpp.o

third_party/paho.mqtt.cpp/src/client.i: third_party/paho.mqtt.cpp/src/client.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/client.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/client.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/client.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/client.cpp.i

third_party/paho.mqtt.cpp/src/client.s: third_party/paho.mqtt.cpp/src/client.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/client.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/client.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/client.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/client.cpp.s

third_party/paho.mqtt.cpp/src/connect_options.o: third_party/paho.mqtt.cpp/src/connect_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/connect_options.o

# target to build an object file
third_party/paho.mqtt.cpp/src/connect_options.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/connect_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/connect_options.cpp.o

third_party/paho.mqtt.cpp/src/connect_options.i: third_party/paho.mqtt.cpp/src/connect_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/connect_options.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/connect_options.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/connect_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/connect_options.cpp.i

third_party/paho.mqtt.cpp/src/connect_options.s: third_party/paho.mqtt.cpp/src/connect_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/connect_options.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/connect_options.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/connect_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/connect_options.cpp.s

third_party/paho.mqtt.cpp/src/create_options.o: third_party/paho.mqtt.cpp/src/create_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/create_options.o

# target to build an object file
third_party/paho.mqtt.cpp/src/create_options.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/create_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/create_options.cpp.o

third_party/paho.mqtt.cpp/src/create_options.i: third_party/paho.mqtt.cpp/src/create_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/create_options.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/create_options.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/create_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/create_options.cpp.i

third_party/paho.mqtt.cpp/src/create_options.s: third_party/paho.mqtt.cpp/src/create_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/create_options.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/create_options.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/create_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/create_options.cpp.s

third_party/paho.mqtt.cpp/src/disconnect_options.o: third_party/paho.mqtt.cpp/src/disconnect_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/disconnect_options.o

# target to build an object file
third_party/paho.mqtt.cpp/src/disconnect_options.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/disconnect_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/disconnect_options.cpp.o

third_party/paho.mqtt.cpp/src/disconnect_options.i: third_party/paho.mqtt.cpp/src/disconnect_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/disconnect_options.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/disconnect_options.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/disconnect_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/disconnect_options.cpp.i

third_party/paho.mqtt.cpp/src/disconnect_options.s: third_party/paho.mqtt.cpp/src/disconnect_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/disconnect_options.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/disconnect_options.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/disconnect_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/disconnect_options.cpp.s

third_party/paho.mqtt.cpp/src/iclient_persistence.o: third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/iclient_persistence.o

# target to build an object file
third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.o

third_party/paho.mqtt.cpp/src/iclient_persistence.i: third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/iclient_persistence.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.i

third_party/paho.mqtt.cpp/src/iclient_persistence.s: third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/iclient_persistence.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.s

third_party/paho.mqtt.cpp/src/message.o: third_party/paho.mqtt.cpp/src/message.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/message.o

# target to build an object file
third_party/paho.mqtt.cpp/src/message.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/message.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/message.cpp.o

third_party/paho.mqtt.cpp/src/message.i: third_party/paho.mqtt.cpp/src/message.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/message.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/message.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/message.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/message.cpp.i

third_party/paho.mqtt.cpp/src/message.s: third_party/paho.mqtt.cpp/src/message.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/message.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/message.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/message.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/message.cpp.s

third_party/paho.mqtt.cpp/src/properties.o: third_party/paho.mqtt.cpp/src/properties.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/properties.o

# target to build an object file
third_party/paho.mqtt.cpp/src/properties.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/properties.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/properties.cpp.o

third_party/paho.mqtt.cpp/src/properties.i: third_party/paho.mqtt.cpp/src/properties.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/properties.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/properties.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/properties.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/properties.cpp.i

third_party/paho.mqtt.cpp/src/properties.s: third_party/paho.mqtt.cpp/src/properties.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/properties.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/properties.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/properties.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/properties.cpp.s

third_party/paho.mqtt.cpp/src/reason_code.o: third_party/paho.mqtt.cpp/src/reason_code.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/reason_code.o

# target to build an object file
third_party/paho.mqtt.cpp/src/reason_code.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/reason_code.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/reason_code.cpp.o

third_party/paho.mqtt.cpp/src/reason_code.i: third_party/paho.mqtt.cpp/src/reason_code.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/reason_code.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/reason_code.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/reason_code.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/reason_code.cpp.i

third_party/paho.mqtt.cpp/src/reason_code.s: third_party/paho.mqtt.cpp/src/reason_code.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/reason_code.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/reason_code.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/reason_code.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/reason_code.cpp.s

third_party/paho.mqtt.cpp/src/response_options.o: third_party/paho.mqtt.cpp/src/response_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/response_options.o

# target to build an object file
third_party/paho.mqtt.cpp/src/response_options.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/response_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/response_options.cpp.o

third_party/paho.mqtt.cpp/src/response_options.i: third_party/paho.mqtt.cpp/src/response_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/response_options.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/response_options.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/response_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/response_options.cpp.i

third_party/paho.mqtt.cpp/src/response_options.s: third_party/paho.mqtt.cpp/src/response_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/response_options.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/response_options.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/response_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/response_options.cpp.s

third_party/paho.mqtt.cpp/src/server_response.o: third_party/paho.mqtt.cpp/src/server_response.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/server_response.o

# target to build an object file
third_party/paho.mqtt.cpp/src/server_response.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/server_response.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/server_response.cpp.o

third_party/paho.mqtt.cpp/src/server_response.i: third_party/paho.mqtt.cpp/src/server_response.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/server_response.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/server_response.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/server_response.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/server_response.cpp.i

third_party/paho.mqtt.cpp/src/server_response.s: third_party/paho.mqtt.cpp/src/server_response.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/server_response.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/server_response.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/server_response.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/server_response.cpp.s

third_party/paho.mqtt.cpp/src/ssl_options.o: third_party/paho.mqtt.cpp/src/ssl_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/ssl_options.o

# target to build an object file
third_party/paho.mqtt.cpp/src/ssl_options.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/ssl_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/ssl_options.cpp.o

third_party/paho.mqtt.cpp/src/ssl_options.i: third_party/paho.mqtt.cpp/src/ssl_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/ssl_options.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/ssl_options.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/ssl_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/ssl_options.cpp.i

third_party/paho.mqtt.cpp/src/ssl_options.s: third_party/paho.mqtt.cpp/src/ssl_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/ssl_options.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/ssl_options.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/ssl_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/ssl_options.cpp.s

third_party/paho.mqtt.cpp/src/string_collection.o: third_party/paho.mqtt.cpp/src/string_collection.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/string_collection.o

# target to build an object file
third_party/paho.mqtt.cpp/src/string_collection.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/string_collection.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/string_collection.cpp.o

third_party/paho.mqtt.cpp/src/string_collection.i: third_party/paho.mqtt.cpp/src/string_collection.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/string_collection.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/string_collection.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/string_collection.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/string_collection.cpp.i

third_party/paho.mqtt.cpp/src/string_collection.s: third_party/paho.mqtt.cpp/src/string_collection.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/string_collection.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/string_collection.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/string_collection.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/string_collection.cpp.s

third_party/paho.mqtt.cpp/src/token.o: third_party/paho.mqtt.cpp/src/token.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/token.o

# target to build an object file
third_party/paho.mqtt.cpp/src/token.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/token.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/token.cpp.o

third_party/paho.mqtt.cpp/src/token.i: third_party/paho.mqtt.cpp/src/token.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/token.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/token.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/token.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/token.cpp.i

third_party/paho.mqtt.cpp/src/token.s: third_party/paho.mqtt.cpp/src/token.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/token.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/token.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/token.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/token.cpp.s

third_party/paho.mqtt.cpp/src/topic.o: third_party/paho.mqtt.cpp/src/topic.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/topic.o

# target to build an object file
third_party/paho.mqtt.cpp/src/topic.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/topic.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/topic.cpp.o

third_party/paho.mqtt.cpp/src/topic.i: third_party/paho.mqtt.cpp/src/topic.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/topic.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/topic.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/topic.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/topic.cpp.i

third_party/paho.mqtt.cpp/src/topic.s: third_party/paho.mqtt.cpp/src/topic.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/topic.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/topic.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/topic.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/topic.cpp.s

third_party/paho.mqtt.cpp/src/will_options.o: third_party/paho.mqtt.cpp/src/will_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/will_options.o

# target to build an object file
third_party/paho.mqtt.cpp/src/will_options.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/will_options.cpp.o
.PHONY : third_party/paho.mqtt.cpp/src/will_options.cpp.o

third_party/paho.mqtt.cpp/src/will_options.i: third_party/paho.mqtt.cpp/src/will_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/will_options.i

# target to preprocess a source file
third_party/paho.mqtt.cpp/src/will_options.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/will_options.cpp.i
.PHONY : third_party/paho.mqtt.cpp/src/will_options.cpp.i

third_party/paho.mqtt.cpp/src/will_options.s: third_party/paho.mqtt.cpp/src/will_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/will_options.s

# target to generate assembly for a file
third_party/paho.mqtt.cpp/src/will_options.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/will_options.cpp.s
.PHONY : third_party/paho.mqtt.cpp/src/will_options.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 "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... main"
	@echo "... paho-mqttpp3-shared"
	@echo "... spdlog"
	@echo "... src/device_linked_list.o"
	@echo "... src/device_linked_list.i"
	@echo "... src/device_linked_list.s"
	@echo "... src/main.o"
	@echo "... src/main.i"
	@echo "... src/main.s"
	@echo "... src/mqtt_controller.o"
	@echo "... src/mqtt_controller.i"
	@echo "... src/mqtt_controller.s"
	@echo "... src/mqtt_used.o"
	@echo "... src/mqtt_used.i"
	@echo "... src/mqtt_used.s"
	@echo "... src/networkInfo.o"
	@echo "... src/networkInfo.i"
	@echo "... src/networkInfo.s"
	@echo "... src/taskrunner.o"
	@echo "... src/taskrunner.i"
	@echo "... src/taskrunner.s"
	@echo "... third_party/paho.mqtt.cpp/src/async_client.o"
	@echo "... third_party/paho.mqtt.cpp/src/async_client.i"
	@echo "... third_party/paho.mqtt.cpp/src/async_client.s"
	@echo "... third_party/paho.mqtt.cpp/src/client.o"
	@echo "... third_party/paho.mqtt.cpp/src/client.i"
	@echo "... third_party/paho.mqtt.cpp/src/client.s"
	@echo "... third_party/paho.mqtt.cpp/src/connect_options.o"
	@echo "... third_party/paho.mqtt.cpp/src/connect_options.i"
	@echo "... third_party/paho.mqtt.cpp/src/connect_options.s"
	@echo "... third_party/paho.mqtt.cpp/src/create_options.o"
	@echo "... third_party/paho.mqtt.cpp/src/create_options.i"
	@echo "... third_party/paho.mqtt.cpp/src/create_options.s"
	@echo "... third_party/paho.mqtt.cpp/src/disconnect_options.o"
	@echo "... third_party/paho.mqtt.cpp/src/disconnect_options.i"
	@echo "... third_party/paho.mqtt.cpp/src/disconnect_options.s"
	@echo "... third_party/paho.mqtt.cpp/src/iclient_persistence.o"
	@echo "... third_party/paho.mqtt.cpp/src/iclient_persistence.i"
	@echo "... third_party/paho.mqtt.cpp/src/iclient_persistence.s"
	@echo "... third_party/paho.mqtt.cpp/src/message.o"
	@echo "... third_party/paho.mqtt.cpp/src/message.i"
	@echo "... third_party/paho.mqtt.cpp/src/message.s"
	@echo "... third_party/paho.mqtt.cpp/src/properties.o"
	@echo "... third_party/paho.mqtt.cpp/src/properties.i"
	@echo "... third_party/paho.mqtt.cpp/src/properties.s"
	@echo "... third_party/paho.mqtt.cpp/src/reason_code.o"
	@echo "... third_party/paho.mqtt.cpp/src/reason_code.i"
	@echo "... third_party/paho.mqtt.cpp/src/reason_code.s"
	@echo "... third_party/paho.mqtt.cpp/src/response_options.o"
	@echo "... third_party/paho.mqtt.cpp/src/response_options.i"
	@echo "... third_party/paho.mqtt.cpp/src/response_options.s"
	@echo "... third_party/paho.mqtt.cpp/src/server_response.o"
	@echo "... third_party/paho.mqtt.cpp/src/server_response.i"
	@echo "... third_party/paho.mqtt.cpp/src/server_response.s"
	@echo "... third_party/paho.mqtt.cpp/src/ssl_options.o"
	@echo "... third_party/paho.mqtt.cpp/src/ssl_options.i"
	@echo "... third_party/paho.mqtt.cpp/src/ssl_options.s"
	@echo "... third_party/paho.mqtt.cpp/src/string_collection.o"
	@echo "... third_party/paho.mqtt.cpp/src/string_collection.i"
	@echo "... third_party/paho.mqtt.cpp/src/string_collection.s"
	@echo "... third_party/paho.mqtt.cpp/src/token.o"
	@echo "... third_party/paho.mqtt.cpp/src/token.i"
	@echo "... third_party/paho.mqtt.cpp/src/token.s"
	@echo "... third_party/paho.mqtt.cpp/src/topic.o"
	@echo "... third_party/paho.mqtt.cpp/src/topic.i"
	@echo "... third_party/paho.mqtt.cpp/src/topic.s"
	@echo "... third_party/paho.mqtt.cpp/src/will_options.o"
	@echo "... third_party/paho.mqtt.cpp/src/will_options.i"
	@echo "... third_party/paho.mqtt.cpp/src/will_options.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

