# 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..."
	cd /home/orangepi/online_move/master/build && /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..."
	cd /home/orangepi/online_move/master/build && /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
	cd /home/orangepi/online_move/master/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/orangepi/online_move/master/build/CMakeFiles /home/orangepi/online_move/master/build/third_party/paho.mqtt.cpp/src//CMakeFiles/progress.marks
	cd /home/orangepi/online_move/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.cpp/src/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/orangepi/online_move/master/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/orangepi/online_move/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.cpp/src/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /home/orangepi/online_move/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.cpp/src/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/orangepi/online_move/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.cpp/src/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/orangepi/online_move/master/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
third_party/paho.mqtt.cpp/src/CMakeFiles/paho-mqttpp3-shared.dir/rule:
	cd /home/orangepi/online_move/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.cpp/src/CMakeFiles/paho-mqttpp3-shared.dir/rule
.PHONY : third_party/paho.mqtt.cpp/src/CMakeFiles/paho-mqttpp3-shared.dir/rule

# Convenience name for target.
paho-mqttpp3-shared: third_party/paho.mqtt.cpp/src/CMakeFiles/paho-mqttpp3-shared.dir/rule
.PHONY : paho-mqttpp3-shared

# fast build rule for target.
paho-mqttpp3-shared/fast:
	cd /home/orangepi/online_move/master/build && $(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

async_client.o: async_client.cpp.o
.PHONY : async_client.o

# target to build an object file
async_client.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/async_client.cpp.o
.PHONY : async_client.cpp.o

async_client.i: async_client.cpp.i
.PHONY : async_client.i

# target to preprocess a source file
async_client.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/async_client.cpp.i
.PHONY : async_client.cpp.i

async_client.s: async_client.cpp.s
.PHONY : async_client.s

# target to generate assembly for a file
async_client.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/async_client.cpp.s
.PHONY : async_client.cpp.s

client.o: client.cpp.o
.PHONY : client.o

# target to build an object file
client.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/client.cpp.o
.PHONY : client.cpp.o

client.i: client.cpp.i
.PHONY : client.i

# target to preprocess a source file
client.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/client.cpp.i
.PHONY : client.cpp.i

client.s: client.cpp.s
.PHONY : client.s

# target to generate assembly for a file
client.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/client.cpp.s
.PHONY : client.cpp.s

connect_options.o: connect_options.cpp.o
.PHONY : connect_options.o

# target to build an object file
connect_options.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/connect_options.cpp.o
.PHONY : connect_options.cpp.o

connect_options.i: connect_options.cpp.i
.PHONY : connect_options.i

# target to preprocess a source file
connect_options.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/connect_options.cpp.i
.PHONY : connect_options.cpp.i

connect_options.s: connect_options.cpp.s
.PHONY : connect_options.s

# target to generate assembly for a file
connect_options.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/connect_options.cpp.s
.PHONY : connect_options.cpp.s

create_options.o: create_options.cpp.o
.PHONY : create_options.o

# target to build an object file
create_options.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/create_options.cpp.o
.PHONY : create_options.cpp.o

create_options.i: create_options.cpp.i
.PHONY : create_options.i

# target to preprocess a source file
create_options.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/create_options.cpp.i
.PHONY : create_options.cpp.i

create_options.s: create_options.cpp.s
.PHONY : create_options.s

# target to generate assembly for a file
create_options.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/create_options.cpp.s
.PHONY : create_options.cpp.s

disconnect_options.o: disconnect_options.cpp.o
.PHONY : disconnect_options.o

# target to build an object file
disconnect_options.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/disconnect_options.cpp.o
.PHONY : disconnect_options.cpp.o

disconnect_options.i: disconnect_options.cpp.i
.PHONY : disconnect_options.i

# target to preprocess a source file
disconnect_options.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/disconnect_options.cpp.i
.PHONY : disconnect_options.cpp.i

disconnect_options.s: disconnect_options.cpp.s
.PHONY : disconnect_options.s

# target to generate assembly for a file
disconnect_options.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/disconnect_options.cpp.s
.PHONY : disconnect_options.cpp.s

iclient_persistence.o: iclient_persistence.cpp.o
.PHONY : iclient_persistence.o

# target to build an object file
iclient_persistence.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/iclient_persistence.cpp.o
.PHONY : iclient_persistence.cpp.o

iclient_persistence.i: iclient_persistence.cpp.i
.PHONY : iclient_persistence.i

# target to preprocess a source file
iclient_persistence.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/iclient_persistence.cpp.i
.PHONY : iclient_persistence.cpp.i

iclient_persistence.s: iclient_persistence.cpp.s
.PHONY : iclient_persistence.s

# target to generate assembly for a file
iclient_persistence.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/iclient_persistence.cpp.s
.PHONY : iclient_persistence.cpp.s

message.o: message.cpp.o
.PHONY : message.o

# target to build an object file
message.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/message.cpp.o
.PHONY : message.cpp.o

message.i: message.cpp.i
.PHONY : message.i

# target to preprocess a source file
message.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/message.cpp.i
.PHONY : message.cpp.i

message.s: message.cpp.s
.PHONY : message.s

# target to generate assembly for a file
message.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/message.cpp.s
.PHONY : message.cpp.s

properties.o: properties.cpp.o
.PHONY : properties.o

# target to build an object file
properties.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/properties.cpp.o
.PHONY : properties.cpp.o

properties.i: properties.cpp.i
.PHONY : properties.i

# target to preprocess a source file
properties.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/properties.cpp.i
.PHONY : properties.cpp.i

properties.s: properties.cpp.s
.PHONY : properties.s

# target to generate assembly for a file
properties.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/properties.cpp.s
.PHONY : properties.cpp.s

reason_code.o: reason_code.cpp.o
.PHONY : reason_code.o

# target to build an object file
reason_code.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/reason_code.cpp.o
.PHONY : reason_code.cpp.o

reason_code.i: reason_code.cpp.i
.PHONY : reason_code.i

# target to preprocess a source file
reason_code.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/reason_code.cpp.i
.PHONY : reason_code.cpp.i

reason_code.s: reason_code.cpp.s
.PHONY : reason_code.s

# target to generate assembly for a file
reason_code.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/reason_code.cpp.s
.PHONY : reason_code.cpp.s

response_options.o: response_options.cpp.o
.PHONY : response_options.o

# target to build an object file
response_options.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/response_options.cpp.o
.PHONY : response_options.cpp.o

response_options.i: response_options.cpp.i
.PHONY : response_options.i

# target to preprocess a source file
response_options.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/response_options.cpp.i
.PHONY : response_options.cpp.i

response_options.s: response_options.cpp.s
.PHONY : response_options.s

# target to generate assembly for a file
response_options.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/response_options.cpp.s
.PHONY : response_options.cpp.s

server_response.o: server_response.cpp.o
.PHONY : server_response.o

# target to build an object file
server_response.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/server_response.cpp.o
.PHONY : server_response.cpp.o

server_response.i: server_response.cpp.i
.PHONY : server_response.i

# target to preprocess a source file
server_response.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/server_response.cpp.i
.PHONY : server_response.cpp.i

server_response.s: server_response.cpp.s
.PHONY : server_response.s

# target to generate assembly for a file
server_response.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/server_response.cpp.s
.PHONY : server_response.cpp.s

ssl_options.o: ssl_options.cpp.o
.PHONY : ssl_options.o

# target to build an object file
ssl_options.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/ssl_options.cpp.o
.PHONY : ssl_options.cpp.o

ssl_options.i: ssl_options.cpp.i
.PHONY : ssl_options.i

# target to preprocess a source file
ssl_options.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/ssl_options.cpp.i
.PHONY : ssl_options.cpp.i

ssl_options.s: ssl_options.cpp.s
.PHONY : ssl_options.s

# target to generate assembly for a file
ssl_options.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/ssl_options.cpp.s
.PHONY : ssl_options.cpp.s

string_collection.o: string_collection.cpp.o
.PHONY : string_collection.o

# target to build an object file
string_collection.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/string_collection.cpp.o
.PHONY : string_collection.cpp.o

string_collection.i: string_collection.cpp.i
.PHONY : string_collection.i

# target to preprocess a source file
string_collection.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/string_collection.cpp.i
.PHONY : string_collection.cpp.i

string_collection.s: string_collection.cpp.s
.PHONY : string_collection.s

# target to generate assembly for a file
string_collection.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/string_collection.cpp.s
.PHONY : string_collection.cpp.s

token.o: token.cpp.o
.PHONY : token.o

# target to build an object file
token.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/token.cpp.o
.PHONY : token.cpp.o

token.i: token.cpp.i
.PHONY : token.i

# target to preprocess a source file
token.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/token.cpp.i
.PHONY : token.cpp.i

token.s: token.cpp.s
.PHONY : token.s

# target to generate assembly for a file
token.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/token.cpp.s
.PHONY : token.cpp.s

topic.o: topic.cpp.o
.PHONY : topic.o

# target to build an object file
topic.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/topic.cpp.o
.PHONY : topic.cpp.o

topic.i: topic.cpp.i
.PHONY : topic.i

# target to preprocess a source file
topic.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/topic.cpp.i
.PHONY : topic.cpp.i

topic.s: topic.cpp.s
.PHONY : topic.s

# target to generate assembly for a file
topic.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/topic.cpp.s
.PHONY : topic.cpp.s

will_options.o: will_options.cpp.o
.PHONY : will_options.o

# target to build an object file
will_options.cpp.o:
	cd /home/orangepi/online_move/master/build && $(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/will_options.cpp.o
.PHONY : will_options.cpp.o

will_options.i: will_options.cpp.i
.PHONY : will_options.i

# target to preprocess a source file
will_options.cpp.i:
	cd /home/orangepi/online_move/master/build && $(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/will_options.cpp.i
.PHONY : will_options.cpp.i

will_options.s: will_options.cpp.s
.PHONY : will_options.s

# target to generate assembly for a file
will_options.cpp.s:
	cd /home/orangepi/online_move/master/build && $(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/will_options.cpp.s
.PHONY : 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 "... paho-mqttpp3-shared"
	@echo "... async_client.o"
	@echo "... async_client.i"
	@echo "... async_client.s"
	@echo "... client.o"
	@echo "... client.i"
	@echo "... client.s"
	@echo "... connect_options.o"
	@echo "... connect_options.i"
	@echo "... connect_options.s"
	@echo "... create_options.o"
	@echo "... create_options.i"
	@echo "... create_options.s"
	@echo "... disconnect_options.o"
	@echo "... disconnect_options.i"
	@echo "... disconnect_options.s"
	@echo "... iclient_persistence.o"
	@echo "... iclient_persistence.i"
	@echo "... iclient_persistence.s"
	@echo "... message.o"
	@echo "... message.i"
	@echo "... message.s"
	@echo "... properties.o"
	@echo "... properties.i"
	@echo "... properties.s"
	@echo "... reason_code.o"
	@echo "... reason_code.i"
	@echo "... reason_code.s"
	@echo "... response_options.o"
	@echo "... response_options.i"
	@echo "... response_options.s"
	@echo "... server_response.o"
	@echo "... server_response.i"
	@echo "... server_response.s"
	@echo "... ssl_options.o"
	@echo "... ssl_options.i"
	@echo "... ssl_options.s"
	@echo "... string_collection.o"
	@echo "... string_collection.i"
	@echo "... string_collection.s"
	@echo "... token.o"
	@echo "... token.i"
	@echo "... token.s"
	@echo "... topic.o"
	@echo "... topic.i"
	@echo "... topic.s"
	@echo "... will_options.o"
	@echo "... will_options.i"
	@echo "... 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:
	cd /home/orangepi/online_move/master/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

