2025-07-10 17:36:16 +08:00
|
|
|
# CMAKE generated file: DO NOT EDIT!
|
|
|
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
|
|
|
|
|
|
|
|
|
|
# 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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|
|
|
|
SUFFIXES =
|
|
|
|
|
|
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 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 remove -f
|
|
|
|
|
|
|
|
|
|
# Escaping for special characters.
|
|
|
|
|
EQUALS = =
|
|
|
|
|
|
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
|
|
|
CMAKE_SOURCE_DIR = /home/cxh/Desktop/mqtt_client
|
|
|
|
|
|
|
|
|
|
# The top-level build directory on which CMake was run.
|
2025-09-23 14:33:56 +08:00
|
|
|
CMAKE_BINARY_DIR = /home/cxh/Desktop/mqtt_client/build/hisi
|
2025-07-10 17:36:16 +08:00
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
|
# Targets provided globally by CMake.
|
|
|
|
|
|
|
|
|
|
# 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 -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 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
|
|
|
|
|
|
|
|
|
|
# The main all target
|
|
|
|
|
all: cmake_check_build_system
|
2025-09-23 14:33:56 +08:00
|
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/cxh/Desktop/mqtt_client/build/hisi/CMakeFiles /home/cxh/Desktop/mqtt_client/build/hisi/CMakeFiles/progress.marks
|
2025-07-10 17:36:16 +08:00
|
|
|
$(MAKE) -f CMakeFiles/Makefile2 all
|
2025-09-23 14:33:56 +08:00
|
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/cxh/Desktop/mqtt_client/build/hisi/CMakeFiles 0
|
2025-07-10 17:36:16 +08:00
|
|
|
.PHONY : all
|
|
|
|
|
|
|
|
|
|
# The main clean target
|
|
|
|
|
clean:
|
|
|
|
|
$(MAKE) -f CMakeFiles/Makefile2 clean
|
|
|
|
|
.PHONY : clean
|
|
|
|
|
|
|
|
|
|
# The main clean target
|
|
|
|
|
clean/fast: clean
|
|
|
|
|
|
|
|
|
|
.PHONY : clean/fast
|
|
|
|
|
|
|
|
|
|
# Prepare targets for installation.
|
|
|
|
|
preinstall: all
|
|
|
|
|
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
|
|
|
|
.PHONY : preinstall
|
|
|
|
|
|
|
|
|
|
# Prepare targets for installation.
|
|
|
|
|
preinstall/fast:
|
|
|
|
|
$(MAKE) -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 mqtt_client
|
|
|
|
|
|
|
|
|
|
# Build rule for target.
|
|
|
|
|
mqtt_client: cmake_check_build_system
|
|
|
|
|
$(MAKE) -f CMakeFiles/Makefile2 mqtt_client
|
|
|
|
|
.PHONY : mqtt_client
|
|
|
|
|
|
|
|
|
|
# fast build rule for target.
|
|
|
|
|
mqtt_client/fast:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/build
|
|
|
|
|
.PHONY : mqtt_client/fast
|
|
|
|
|
|
|
|
|
|
src/config/mqtt_config.o: src/config/mqtt_config.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/config/mqtt_config.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/config/mqtt_config.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/config/mqtt_config.cpp.o
|
|
|
|
|
.PHONY : src/config/mqtt_config.cpp.o
|
|
|
|
|
|
|
|
|
|
src/config/mqtt_config.i: src/config/mqtt_config.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/config/mqtt_config.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/config/mqtt_config.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/config/mqtt_config.cpp.i
|
|
|
|
|
.PHONY : src/config/mqtt_config.cpp.i
|
|
|
|
|
|
|
|
|
|
src/config/mqtt_config.s: src/config/mqtt_config.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/config/mqtt_config.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/config/mqtt_config.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/config/mqtt_config.cpp.s
|
|
|
|
|
.PHONY : src/config/mqtt_config.cpp.s
|
|
|
|
|
|
|
|
|
|
src/data/protocol_codec.o: src/data/protocol_codec.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/data/protocol_codec.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/data/protocol_codec.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/data/protocol_codec.cpp.o
|
|
|
|
|
.PHONY : src/data/protocol_codec.cpp.o
|
|
|
|
|
|
|
|
|
|
src/data/protocol_codec.i: src/data/protocol_codec.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/data/protocol_codec.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/data/protocol_codec.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/data/protocol_codec.cpp.i
|
|
|
|
|
.PHONY : src/data/protocol_codec.cpp.i
|
|
|
|
|
|
|
|
|
|
src/data/protocol_codec.s: src/data/protocol_codec.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/data/protocol_codec.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/data/protocol_codec.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/data/protocol_codec.cpp.s
|
|
|
|
|
.PHONY : src/data/protocol_codec.cpp.s
|
|
|
|
|
|
|
|
|
|
src/log/logger.o: src/log/logger.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/log/logger.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/log/logger.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/log/logger.cpp.o
|
|
|
|
|
.PHONY : src/log/logger.cpp.o
|
|
|
|
|
|
|
|
|
|
src/log/logger.i: src/log/logger.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/log/logger.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/log/logger.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/log/logger.cpp.i
|
|
|
|
|
.PHONY : src/log/logger.cpp.i
|
|
|
|
|
|
|
|
|
|
src/log/logger.s: src/log/logger.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/log/logger.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/log/logger.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/log/logger.cpp.s
|
|
|
|
|
.PHONY : src/log/logger.cpp.s
|
|
|
|
|
|
|
|
|
|
src/main.o: src/main.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/main.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/main.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/main.cpp.o
|
|
|
|
|
.PHONY : src/main.cpp.o
|
|
|
|
|
|
|
|
|
|
src/main.i: src/main.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/main.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/main.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/main.cpp.i
|
|
|
|
|
.PHONY : src/main.cpp.i
|
|
|
|
|
|
|
|
|
|
src/main.s: src/main.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/main.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/main.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/main.cpp.s
|
|
|
|
|
.PHONY : src/main.cpp.s
|
|
|
|
|
|
|
|
|
|
src/mqtt/mqtt_client.o: src/mqtt/mqtt_client.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/mqtt/mqtt_client.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/mqtt/mqtt_client.cpp.o
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client.cpp.o
|
|
|
|
|
|
|
|
|
|
src/mqtt/mqtt_client.i: src/mqtt/mqtt_client.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/mqtt/mqtt_client.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/mqtt/mqtt_client.cpp.i
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client.cpp.i
|
|
|
|
|
|
|
|
|
|
src/mqtt/mqtt_client.s: src/mqtt/mqtt_client.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/mqtt/mqtt_client.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/mqtt/mqtt_client.cpp.s
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client.cpp.s
|
|
|
|
|
|
|
|
|
|
src/mqtt/mqtt_client_wrapper.o: src/mqtt/mqtt_client_wrapper.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client_wrapper.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/mqtt/mqtt_client_wrapper.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/mqtt/mqtt_client_wrapper.cpp.o
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client_wrapper.cpp.o
|
|
|
|
|
|
|
|
|
|
src/mqtt/mqtt_client_wrapper.i: src/mqtt/mqtt_client_wrapper.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client_wrapper.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/mqtt/mqtt_client_wrapper.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/mqtt/mqtt_client_wrapper.cpp.i
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client_wrapper.cpp.i
|
|
|
|
|
|
|
|
|
|
src/mqtt/mqtt_client_wrapper.s: src/mqtt/mqtt_client_wrapper.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client_wrapper.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/mqtt/mqtt_client_wrapper.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/mqtt/mqtt_client_wrapper.cpp.s
|
|
|
|
|
.PHONY : src/mqtt/mqtt_client_wrapper.cpp.s
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_client.o: src/tcp/tcp_client.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_client.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/tcp/tcp_client.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_client.cpp.o
|
|
|
|
|
.PHONY : src/tcp/tcp_client.cpp.o
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_client.i: src/tcp/tcp_client.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_client.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/tcp/tcp_client.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_client.cpp.i
|
|
|
|
|
.PHONY : src/tcp/tcp_client.cpp.i
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_client.s: src/tcp/tcp_client.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_client.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/tcp/tcp_client.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_client.cpp.s
|
|
|
|
|
.PHONY : src/tcp/tcp_client.cpp.s
|
|
|
|
|
|
2025-09-23 14:33:56 +08:00
|
|
|
src/tcp/tcp_server.o: src/tcp/tcp_server.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_server.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/tcp/tcp_server.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_server.cpp.o
|
|
|
|
|
.PHONY : src/tcp/tcp_server.cpp.o
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_server.i: src/tcp/tcp_server.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_server.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/tcp/tcp_server.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_server.cpp.i
|
|
|
|
|
.PHONY : src/tcp/tcp_server.cpp.i
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_server.s: src/tcp/tcp_server.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_server.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/tcp/tcp_server.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_server.cpp.s
|
|
|
|
|
.PHONY : src/tcp/tcp_server.cpp.s
|
|
|
|
|
|
2025-07-10 17:36:16 +08:00
|
|
|
src/tcp/tcp_thread/broadcast_client.o: src/tcp/tcp_thread/broadcast_client.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/broadcast_client.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/tcp/tcp_thread/broadcast_client.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/broadcast_client.cpp.o
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/broadcast_client.cpp.o
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/broadcast_client.i: src/tcp/tcp_thread/broadcast_client.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/broadcast_client.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/tcp/tcp_thread/broadcast_client.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/broadcast_client.cpp.i
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/broadcast_client.cpp.i
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/broadcast_client.s: src/tcp/tcp_thread/broadcast_client.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/broadcast_client.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/tcp/tcp_thread/broadcast_client.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/broadcast_client.cpp.s
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/broadcast_client.cpp.s
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/mqtt_config_client.o: src/tcp/tcp_thread/mqtt_config_client.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/mqtt_config_client.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/tcp/tcp_thread/mqtt_config_client.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/mqtt_config_client.cpp.o
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/mqtt_config_client.cpp.o
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/mqtt_config_client.i: src/tcp/tcp_thread/mqtt_config_client.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/mqtt_config_client.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/tcp/tcp_thread/mqtt_config_client.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/mqtt_config_client.cpp.i
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/mqtt_config_client.cpp.i
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/mqtt_config_client.s: src/tcp/tcp_thread/mqtt_config_client.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/mqtt_config_client.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/tcp/tcp_thread/mqtt_config_client.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/mqtt_config_client.cpp.s
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/mqtt_config_client.cpp.s
|
|
|
|
|
|
2025-09-23 14:33:56 +08:00
|
|
|
src/tcp/tcp_thread/reply_server.o: src/tcp/tcp_thread/reply_server.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/reply_server.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/tcp/tcp_thread/reply_server.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/reply_server.cpp.o
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/reply_server.cpp.o
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/reply_server.i: src/tcp/tcp_thread/reply_server.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/reply_server.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/tcp/tcp_thread/reply_server.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/reply_server.cpp.i
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/reply_server.cpp.i
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/reply_server.s: src/tcp/tcp_thread/reply_server.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/reply_server.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/tcp/tcp_thread/reply_server.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/reply_server.cpp.s
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/reply_server.cpp.s
|
|
|
|
|
|
2025-07-10 17:36:16 +08:00
|
|
|
src/tcp/tcp_thread/uplink_data_client.o: src/tcp/tcp_thread/uplink_data_client.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_data_client.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/tcp/tcp_thread/uplink_data_client.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/uplink_data_client.cpp.o
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_data_client.cpp.o
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/uplink_data_client.i: src/tcp/tcp_thread/uplink_data_client.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_data_client.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/tcp/tcp_thread/uplink_data_client.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/uplink_data_client.cpp.i
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_data_client.cpp.i
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/uplink_data_client.s: src/tcp/tcp_thread/uplink_data_client.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_data_client.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/tcp/tcp_thread/uplink_data_client.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/uplink_data_client.cpp.s
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_data_client.cpp.s
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/uplink_notify_client.o: src/tcp/tcp_thread/uplink_notify_client.cpp.o
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_notify_client.o
|
|
|
|
|
|
|
|
|
|
# target to build an object file
|
|
|
|
|
src/tcp/tcp_thread/uplink_notify_client.cpp.o:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/uplink_notify_client.cpp.o
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_notify_client.cpp.o
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/uplink_notify_client.i: src/tcp/tcp_thread/uplink_notify_client.cpp.i
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_notify_client.i
|
|
|
|
|
|
|
|
|
|
# target to preprocess a source file
|
|
|
|
|
src/tcp/tcp_thread/uplink_notify_client.cpp.i:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/uplink_notify_client.cpp.i
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_notify_client.cpp.i
|
|
|
|
|
|
|
|
|
|
src/tcp/tcp_thread/uplink_notify_client.s: src/tcp/tcp_thread/uplink_notify_client.cpp.s
|
|
|
|
|
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_notify_client.s
|
|
|
|
|
|
|
|
|
|
# target to generate assembly for a file
|
|
|
|
|
src/tcp/tcp_thread/uplink_notify_client.cpp.s:
|
|
|
|
|
$(MAKE) -f CMakeFiles/mqtt_client.dir/build.make CMakeFiles/mqtt_client.dir/src/tcp/tcp_thread/uplink_notify_client.cpp.s
|
|
|
|
|
.PHONY : src/tcp/tcp_thread/uplink_notify_client.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 "... rebuild_cache"
|
|
|
|
|
@echo "... edit_cache"
|
|
|
|
|
@echo "... mqtt_client"
|
|
|
|
|
@echo "... src/config/mqtt_config.o"
|
|
|
|
|
@echo "... src/config/mqtt_config.i"
|
|
|
|
|
@echo "... src/config/mqtt_config.s"
|
|
|
|
|
@echo "... src/data/protocol_codec.o"
|
|
|
|
|
@echo "... src/data/protocol_codec.i"
|
|
|
|
|
@echo "... src/data/protocol_codec.s"
|
|
|
|
|
@echo "... src/log/logger.o"
|
|
|
|
|
@echo "... src/log/logger.i"
|
|
|
|
|
@echo "... src/log/logger.s"
|
|
|
|
|
@echo "... src/main.o"
|
|
|
|
|
@echo "... src/main.i"
|
|
|
|
|
@echo "... src/main.s"
|
|
|
|
|
@echo "... src/mqtt/mqtt_client.o"
|
|
|
|
|
@echo "... src/mqtt/mqtt_client.i"
|
|
|
|
|
@echo "... src/mqtt/mqtt_client.s"
|
|
|
|
|
@echo "... src/mqtt/mqtt_client_wrapper.o"
|
|
|
|
|
@echo "... src/mqtt/mqtt_client_wrapper.i"
|
|
|
|
|
@echo "... src/mqtt/mqtt_client_wrapper.s"
|
|
|
|
|
@echo "... src/tcp/tcp_client.o"
|
|
|
|
|
@echo "... src/tcp/tcp_client.i"
|
|
|
|
|
@echo "... src/tcp/tcp_client.s"
|
2025-09-23 14:33:56 +08:00
|
|
|
@echo "... src/tcp/tcp_server.o"
|
|
|
|
|
@echo "... src/tcp/tcp_server.i"
|
|
|
|
|
@echo "... src/tcp/tcp_server.s"
|
2025-07-10 17:36:16 +08:00
|
|
|
@echo "... src/tcp/tcp_thread/broadcast_client.o"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/broadcast_client.i"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/broadcast_client.s"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/mqtt_config_client.o"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/mqtt_config_client.i"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/mqtt_config_client.s"
|
2025-09-23 14:33:56 +08:00
|
|
|
@echo "... src/tcp/tcp_thread/reply_server.o"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/reply_server.i"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/reply_server.s"
|
2025-07-10 17:36:16 +08:00
|
|
|
@echo "... src/tcp/tcp_thread/uplink_data_client.o"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/uplink_data_client.i"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/uplink_data_client.s"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/uplink_notify_client.o"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/uplink_notify_client.i"
|
|
|
|
|
@echo "... src/tcp/tcp_thread/uplink_notify_client.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
|
|
|
|
|
|