Commit 6f1572a4 authored by 957dd's avatar 957dd

Merge branch 'feature/add_ip_mac' into 'master'

加入了mqtt订阅唯一id换成了mac地址 See merge request !6
parents fb77a91b 875731fc
......@@ -7,15 +7,17 @@ project(pggps
set(CMAKE_CXX_STANDARD 17) # 强制使用 C++17
set(CMAKE_CXX_STANDARD_REQUIRED ON) # 必须支持该标准
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Force build static libraries globally")
# 在CMakeLists.txt开头添加调试信息
message(STATUS "Current source dir: ${CMAKE_CURRENT_SOURCE_DIR}")
message(STATUS "paho.mqtt path: ${CMAKE_CURRENT_SOURCE_DIR}/third_party/paho.mqtt.c")
#message(STATUS "paho.mqtt path: ${CMAKE_CURRENT_SOURCE_DIR}/third_party/paho.mqtt.c")
message(STATUS "paho.mqtt path: ${CMAKE_CURRENT_SOURCE_DIR}/third_party/paho.mqtt.cpp")
message(STATUS "paho.mqtt path: ${CMAKE_CURRENT_SOURCE_DIR}/third_party/json")
# 验证目录是否存在
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/third_party/paho.mqtt.cpp")
message(STATUS "paho.mqtt.c 和 paho.mqtt.cpp 存在")
message(STATUS " paho.mqtt.cpp 存在")
else()
message(FATAL_ERROR "paho.mqtt.cpp 目录")
endif()
......@@ -47,20 +49,24 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}/include
include
third_party/json/include
third_party/paho.mqtt.cpp/include
)
# 源文件收集
file(GLOB_RECURSE SOURCES
src/*
third_party/paho.mqtt.cpp/src/*
)
# 创建可执行文件
add_executable(main ${SOURCES})
# 正确链接静态库
target_link_libraries(main PRIVATE
CURL::libcurl
paho-mqttpp3
#paho-mqttpp3-static
paho-mqtt3as # 只选一个 C 库
Threads::Threads
OpenSSL::SSL
......
......@@ -14,6 +14,9 @@
# EXTERNAL cache entries
########################
//Force build static libraries globally
BUILD_SHARED_LIBS:BOOL=OFF
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
......@@ -302,33 +305,6 @@ CURL_LIBRARY_DEBUG:FILEPATH=CURL_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
CURL_LIBRARY_RELEASE:FILEPATH=/usr/lib/aarch64-linux-gnu/libcurl.so
//Value Computed by CMake
Eclipse Paho C_BINARY_DIR:STATIC=/home/orangepi/gps/master/build/third_party/paho.mqtt.c
//Value Computed by CMake
Eclipse Paho C_IS_TOP_LEVEL:STATIC=OFF
//Value Computed by CMake
Eclipse Paho C_SOURCE_DIR:STATIC=/home/orangepi/gps/master/third_party/paho.mqtt.c
//Path to a library.
LIB_ANL:FILEPATH=/usr/lib/aarch64-linux-gnu/libanl.so
//Hostname of a test SSL MQTT broker to use
MQTT_SSL_HOSTNAME:STRING=localhost
//Hostname of a test MQTT broker to use
MQTT_TEST_BROKER:STRING=tcp://localhost:1883
//Hostname of the test proxy to use
MQTT_TEST_PROXY:STRING=tcp://localhost:1884
//WebSocket connection to a test MQTT broker
MQTT_WS_TEST_BROKER:STRING=ws://localhost:1883
//WebSocket connection of a test proxy to use
MQTT_WS_TEST_PROXY:STRING=tcp://localhost:1884
//Path to a library.
OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libcrypto.so
......@@ -359,35 +335,12 @@ PAHO_BUILD_STATIC:BOOL=OFF
//Build tests (requires Catch2)
PAHO_BUILD_TESTS:BOOL=OFF
//Enable CPack
PAHO_ENABLE_CPACK:BOOL=ON
//Build tests and run
PAHO_ENABLE_TESTING:BOOL=ON
//Disable tracing and heap tracking
PAHO_HIGH_PERFORMANCE:BOOL=OFF
//Revert to select system call instead of poll
PAHO_USE_SELECT:BOOL=OFF
//Flag that defines whether to build ssl-enabled binaries with
// LibreSSL instead of OpenSSL.
PAHO_WITH_LIBRESSL:BOOL=OFF
//Flag that defines whether libuuid or a custom uuid implementation
// should be used
PAHO_WITH_LIBUUID:BOOL=OFF
//Build Paho C from the internal GIT submodule.
PAHO_WITH_MQTT_C:BOOL=OFF
//Build SSL-enabled library
PAHO_WITH_SSL:BOOL=ON
//Flag that defines whether to enable Unix-domain sockets
PAHO_WITH_UNIX_SOCKETS:BOOL=OFF
//Arguments to supply to pkg-config
PKG_CONFIG_ARGN:STRING=
......@@ -416,27 +369,6 @@ WITH_STATIC_LIBRARIES:BOOL=ON
eclipse-paho-mqtt-c_DIR:PATH=/usr/lib/aarch64-linux-gnu/cmake/eclipse-paho-mqtt-c
//Value Computed by CMake
mqtt-tests_BINARY_DIR:STATIC=/home/orangepi/gps/master/build/third_party/paho.mqtt.c/test
//Value Computed by CMake
mqtt-tests_IS_TOP_LEVEL:STATIC=OFF
//Value Computed by CMake
mqtt-tests_SOURCE_DIR:STATIC=/home/orangepi/gps/master/third_party/paho.mqtt.c/test
//Dependencies for the target
paho-mqtt3a_LIB_DEPENDS:STATIC=general;c;general;dl;general;pthread;general;rt;general;anl;
//Dependencies for the target
paho-mqtt3as_LIB_DEPENDS:STATIC=general;OpenSSL::SSL;general;OpenSSL::Crypto;general;c;general;dl;general;pthread;general;rt;general;anl;
//Dependencies for the target
paho-mqtt3c_LIB_DEPENDS:STATIC=general;c;general;dl;general;pthread;general;rt;general;anl;
//Dependencies for the target
paho-mqtt3cs_LIB_DEPENDS:STATIC=general;OpenSSL::SSL;general;OpenSSL::Crypto;general;c;general;dl;general;pthread;general;rt;general;anl;
//Value Computed by CMake
pggps_BINARY_DIR:STATIC=/home/orangepi/gps/master/build
//Value Computed by CMake
......
This diff is collapsed.
......@@ -149,12 +149,12 @@ third_party/paho.mqtt.cpp/src/clean: third_party/paho.mqtt.cpp/src/CMakeFiles/pa
CMakeFiles/main.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=1,2,3,4,5,6 "Built target main"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 "Built target main"
.PHONY : CMakeFiles/main.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/main.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/orangepi/gps/master/build/CMakeFiles 6
$(CMAKE_COMMAND) -E cmake_progress_start /home/orangepi/gps/master/build/CMakeFiles 23
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/main.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/orangepi/gps/master/build/CMakeFiles 0
.PHONY : CMakeFiles/main.dir/rule
......@@ -175,7 +175,7 @@ CMakeFiles/main.dir/clean:
third_party/paho.mqtt.cpp/src/CMakeFiles/paho-mqttpp3-shared.dir/all:
$(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/depend
$(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
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 "Built target paho-mqttpp3-shared"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40 "Built target paho-mqttpp3-shared"
.PHONY : third_party/paho.mqtt.cpp/src/CMakeFiles/paho-mqttpp3-shared.dir/all
# Build rule for subdir invocation for target.
......
......@@ -12,7 +12,24 @@ set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/orangepi/gps/master/src/main.cc" "CMakeFiles/main.dir/src/main.cc.o" "gcc" "CMakeFiles/main.dir/src/main.cc.o.d"
"/home/orangepi/gps/master/src/mqtt_controller.cc" "CMakeFiles/main.dir/src/mqtt_controller.cc.o" "gcc" "CMakeFiles/main.dir/src/mqtt_controller.cc.o.d"
"/home/orangepi/gps/master/src/mqtt_used.cc" "CMakeFiles/main.dir/src/mqtt_used.cc.o" "gcc" "CMakeFiles/main.dir/src/mqtt_used.cc.o.d"
"/home/orangepi/gps/master/src/networkInfo.cc" "CMakeFiles/main.dir/src/networkInfo.cc.o" "gcc" "CMakeFiles/main.dir/src/networkInfo.cc.o.d"
"/home/orangepi/gps/master/src/serial_port.cc" "CMakeFiles/main.dir/src/serial_port.cc.o" "gcc" "CMakeFiles/main.dir/src/serial_port.cc.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/async_client.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/async_client.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/async_client.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/client.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/client.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/client.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/connect_options.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/connect_options.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/connect_options.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/create_options.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/create_options.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/create_options.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/disconnect_options.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/disconnect_options.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/disconnect_options.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/iclient_persistence.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/message.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/message.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/message.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/properties.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/properties.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/properties.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/reason_code.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/reason_code.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/reason_code.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/response_options.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/response_options.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/response_options.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/server_response.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/server_response.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/server_response.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/ssl_options.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/ssl_options.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/ssl_options.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/string_collection.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/string_collection.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/string_collection.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/token.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/token.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/token.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/topic.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/topic.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/topic.cpp.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.cpp/src/will_options.cpp" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/will_options.cpp.o" "gcc" "CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/will_options.cpp.o.d"
)
# Targets to which this target links.
......
This diff is collapsed.
......@@ -7,8 +7,42 @@ file(REMOVE_RECURSE
"CMakeFiles/main.dir/src/mqtt_controller.cc.o.d"
"CMakeFiles/main.dir/src/mqtt_used.cc.o"
"CMakeFiles/main.dir/src/mqtt_used.cc.o.d"
"CMakeFiles/main.dir/src/networkInfo.cc.o"
"CMakeFiles/main.dir/src/networkInfo.cc.o.d"
"CMakeFiles/main.dir/src/serial_port.cc.o"
"CMakeFiles/main.dir/src/serial_port.cc.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/async_client.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/async_client.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/client.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/client.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/connect_options.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/connect_options.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/create_options.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/create_options.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/disconnect_options.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/disconnect_options.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/message.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/message.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/properties.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/properties.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/reason_code.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/reason_code.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/response_options.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/response_options.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/server_response.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/server_response.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/ssl_options.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/ssl_options.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/string_collection.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/string_collection.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/token.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/token.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/topic.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/topic.cpp.o.d"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/will_options.cpp.o"
"CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/will_options.cpp.o.d"
"main"
"main.pdb"
)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,7 +4,7 @@
# compile CXX with /usr/bin/c++
CXX_DEFINES =
CXX_INCLUDES = -I/home/orangepi/gps/master/build/include -I/home/orangepi/gps/master/include -I/home/orangepi/gps/master/third_party/json/include
CXX_INCLUDES = -I/home/orangepi/gps/master/build/include -I/home/orangepi/gps/master/include -I/home/orangepi/gps/master/third_party/json/include -I/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include
CXX_FLAGS = -g -Wall -Wextra -std=gnu++17
/usr/bin/c++ CMakeFiles/main.dir/src/file_operations.cc.o CMakeFiles/main.dir/src/main.cc.o CMakeFiles/main.dir/src/mqtt_controller.cc.o CMakeFiles/main.dir/src/mqtt_used.cc.o CMakeFiles/main.dir/src/serial_port.cc.o -o main /usr/lib/aarch64-linux-gnu/libcurl.so -lpaho-mqttpp3 -lpaho-mqtt3as /usr/lib/aarch64-linux-gnu/libssl.so /usr/lib/aarch64-linux-gnu/libcrypto.so -lc -ldl -lpthread -lrt -lanl
/usr/bin/c++ CMakeFiles/main.dir/src/file_operations.cc.o CMakeFiles/main.dir/src/main.cc.o CMakeFiles/main.dir/src/mqtt_controller.cc.o CMakeFiles/main.dir/src/mqtt_used.cc.o CMakeFiles/main.dir/src/networkInfo.cc.o CMakeFiles/main.dir/src/serial_port.cc.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/async_client.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/client.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/connect_options.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/create_options.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/disconnect_options.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/iclient_persistence.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/message.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/properties.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/reason_code.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/response_options.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/server_response.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/ssl_options.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/string_collection.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/token.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/topic.cpp.o CMakeFiles/main.dir/third_party/paho.mqtt.cpp/src/will_options.cpp.o -o main /usr/lib/aarch64-linux-gnu/libcurl.so -lpaho-mqtt3as /usr/lib/aarch64-linux-gnu/libssl.so /usr/lib/aarch64-linux-gnu/libcrypto.so
......@@ -4,4 +4,21 @@ CMAKE_PROGRESS_3 = 3
CMAKE_PROGRESS_4 = 4
CMAKE_PROGRESS_5 = 5
CMAKE_PROGRESS_6 = 6
CMAKE_PROGRESS_7 = 7
CMAKE_PROGRESS_8 = 8
CMAKE_PROGRESS_9 = 9
CMAKE_PROGRESS_10 = 10
CMAKE_PROGRESS_11 = 11
CMAKE_PROGRESS_12 = 12
CMAKE_PROGRESS_13 = 13
CMAKE_PROGRESS_14 = 14
CMAKE_PROGRESS_15 = 15
CMAKE_PROGRESS_16 = 16
CMAKE_PROGRESS_17 = 17
CMAKE_PROGRESS_18 = 18
CMAKE_PROGRESS_19 = 19
CMAKE_PROGRESS_20 = 20
CMAKE_PROGRESS_21 = 21
CMAKE_PROGRESS_22 = 22
CMAKE_PROGRESS_23 = 23
......@@ -227,6 +227,7 @@ CMakeFiles/main.dir/src/main.cc.o: /home/orangepi/gps/master/src/main.cc \
/usr/include/c++/11/bits/locale_conv.h \
/usr/include/c++/11/bits/quoted_string.h /usr/include/c++/11/sstream \
/usr/include/c++/11/bits/sstream.tcc \
/home/orangepi/gps/master/include/networkInfo.hpp \
/home/orangepi/gps/master/include/device_tag_bind.hpp \
/home/orangepi/gps/master/include/serial_port.hpp \
/usr/include/c++/11/functional /usr/include/c++/11/bits/std_function.h \
......@@ -350,28 +351,45 @@ CMakeFiles/main.dir/src/main.cc.o: /home/orangepi/gps/master/src/main.cc \
/home/orangepi/gps/master/third_party/json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp \
/home/orangepi/gps/master/include/mqtt_used.hpp \
/home/orangepi/gps/master/include/mqtt_controller.hpp \
/usr/include/mqtt/async_client.h /usr/include/MQTTAsync.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/async_client.h \
/usr/include/c++/11/list /usr/include/c++/11/bits/stl_list.h \
/usr/include/c++/11/bits/list.tcc /usr/include/MQTTAsync.h \
/usr/include/MQTTExportDeclarations.h /usr/include/MQTTProperties.h \
/usr/include/MQTTReasonCodes.h /usr/include/MQTTSubscribeOpts.h \
/usr/include/MQTTClientPersistence.h /usr/include/mqtt/types.h \
/usr/include/mqtt/token.h /usr/include/mqtt/iaction_listener.h \
/usr/include/mqtt/exception.h /usr/include/mqtt/properties.h \
/usr/include/MQTTProperties.h /usr/include/mqtt/buffer_ref.h \
/usr/include/mqtt/string_collection.h \
/usr/include/mqtt/server_response.h \
/usr/include/MQTTClientPersistence.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/callback.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/delivery_token.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/message.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/buffer_ref.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/types.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/reason_code.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/exception.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/platform.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/export.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/properties.h \
/usr/include/MQTTProperties.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/token.h \
/usr/include/c++/11/condition_variable \
/usr/include/mqtt/create_options.h /usr/include/mqtt/delivery_token.h \
/usr/include/mqtt/message.h /usr/include/mqtt/iclient_persistence.h \
/usr/include/mqtt/buffer_view.h /usr/include/mqtt/callback.h \
/usr/include/mqtt/thread_queue.h /usr/include/c++/11/deque \
/usr/include/c++/11/bits/stl_deque.h /usr/include/c++/11/bits/deque.tcc \
/usr/include/c++/11/queue /usr/include/c++/11/bits/stl_queue.h \
/usr/include/mqtt/iasync_client.h /usr/include/mqtt/connect_options.h \
/usr/include/mqtt/topic.h /usr/include/mqtt/subscribe_options.h \
/usr/include/MQTTSubscribeOpts.h /usr/include/mqtt/will_options.h \
/usr/include/mqtt/ssl_options.h /usr/include/mqtt/disconnect_options.h \
/usr/include/c++/11/list /usr/include/c++/11/bits/stl_list.h \
/usr/include/c++/11/bits/list.tcc \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/iaction_listener.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/server_response.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/string_collection.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/create_options.h \
/usr/include/c++/11/variant \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/iclient_persistence.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/buffer_view.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/event.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/iasync_client.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/connect_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/ssl_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/topic.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/subscribe_options.h \
/usr/include/MQTTSubscribeOpts.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/will_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/disconnect_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/thread_queue.h \
/usr/include/c++/11/deque /usr/include/c++/11/bits/stl_deque.h \
/usr/include/c++/11/bits/deque.tcc /usr/include/c++/11/queue \
/usr/include/c++/11/bits/stl_queue.h \
/home/orangepi/gps/master/include/file_operations.hpp \
/usr/include/c++/11/fstream \
/usr/include/aarch64-linux-gnu/c++/11/bits/basic_file.h \
......
......@@ -174,12 +174,18 @@ CMakeFiles/main.dir/src/mqtt_controller.cc.o: \
/usr/include/c++/11/system_error \
/usr/include/aarch64-linux-gnu/c++/11/bits/error_constants.h \
/usr/include/c++/11/stdexcept /usr/include/c++/11/bits/std_mutex.h \
/usr/include/c++/11/bits/unique_lock.h /usr/include/mqtt/async_client.h \
/usr/include/MQTTAsync.h /usr/include/MQTTExportDeclarations.h \
/usr/include/MQTTProperties.h /usr/include/MQTTReasonCodes.h \
/usr/include/MQTTSubscribeOpts.h /usr/include/MQTTClientPersistence.h \
/usr/include/mqtt/types.h /usr/include/mqtt/token.h \
/usr/include/mqtt/iaction_listener.h /usr/include/mqtt/exception.h \
/usr/include/c++/11/bits/unique_lock.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/async_client.h \
/usr/include/c++/11/list /usr/include/c++/11/bits/stl_list.h \
/usr/include/c++/11/bits/list.tcc /usr/include/MQTTAsync.h \
/usr/include/MQTTExportDeclarations.h /usr/include/MQTTProperties.h \
/usr/include/MQTTReasonCodes.h /usr/include/MQTTSubscribeOpts.h \
/usr/include/MQTTClientPersistence.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/callback.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/delivery_token.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/message.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/buffer_ref.h \
/usr/include/c++/11/cstring /usr/include/string.h /usr/include/strings.h \
/usr/include/c++/11/iostream /usr/include/c++/11/ostream \
/usr/include/c++/11/ios /usr/include/c++/11/bits/ios_base.h \
/usr/include/c++/11/bits/locale_classes.h \
......@@ -194,27 +200,38 @@ CMakeFiles/main.dir/src/mqtt_controller.cc.o: \
/usr/include/c++/11/bits/locale_facets.tcc \
/usr/include/c++/11/bits/basic_ios.tcc \
/usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \
/usr/include/c++/11/bits/istream.tcc /usr/include/mqtt/properties.h \
/usr/include/MQTTProperties.h /usr/include/mqtt/buffer_ref.h \
/usr/include/c++/11/cstring /usr/include/string.h /usr/include/strings.h \
/usr/include/mqtt/string_collection.h /usr/include/c++/11/map \
/usr/include/c++/11/bits/istream.tcc \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/types.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/reason_code.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/exception.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/platform.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/export.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/properties.h \
/usr/include/MQTTProperties.h /usr/include/c++/11/map \
/usr/include/c++/11/bits/stl_tree.h /usr/include/c++/11/bits/stl_map.h \
/usr/include/c++/11/bits/stl_multimap.h \
/usr/include/mqtt/server_response.h /usr/include/c++/11/thread \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/token.h \
/usr/include/c++/11/condition_variable /usr/include/c++/11/thread \
/usr/include/c++/11/bits/std_thread.h \
/usr/include/c++/11/bits/this_thread_sleep.h \
/usr/include/c++/11/condition_variable \
/usr/include/mqtt/create_options.h /usr/include/mqtt/delivery_token.h \
/usr/include/mqtt/message.h /usr/include/mqtt/iclient_persistence.h \
/usr/include/mqtt/buffer_view.h /usr/include/mqtt/callback.h \
/usr/include/mqtt/thread_queue.h /usr/include/c++/11/deque \
/usr/include/c++/11/bits/stl_deque.h /usr/include/c++/11/bits/deque.tcc \
/usr/include/c++/11/queue /usr/include/c++/11/bits/stl_queue.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/iaction_listener.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/server_response.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/string_collection.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/create_options.h \
/usr/include/c++/11/variant \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/iclient_persistence.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/buffer_view.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/event.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/iasync_client.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/connect_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/ssl_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/topic.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/subscribe_options.h \
/usr/include/MQTTSubscribeOpts.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/will_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/disconnect_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/thread_queue.h \
/usr/include/c++/11/algorithm \
/usr/include/c++/11/pstl/glue_algorithm_defs.h \
/usr/include/mqtt/iasync_client.h /usr/include/mqtt/connect_options.h \
/usr/include/mqtt/topic.h /usr/include/mqtt/subscribe_options.h \
/usr/include/MQTTSubscribeOpts.h /usr/include/mqtt/will_options.h \
/usr/include/mqtt/ssl_options.h /usr/include/mqtt/disconnect_options.h \
/usr/include/c++/11/list /usr/include/c++/11/bits/stl_list.h \
/usr/include/c++/11/bits/list.tcc
/usr/include/c++/11/pstl/glue_algorithm_defs.h /usr/include/c++/11/deque \
/usr/include/c++/11/bits/stl_deque.h /usr/include/c++/11/bits/deque.tcc \
/usr/include/c++/11/queue /usr/include/c++/11/bits/stl_queue.h
......@@ -173,12 +173,18 @@ CMakeFiles/main.dir/src/mqtt_used.cc.o: \
/usr/include/c++/11/system_error \
/usr/include/aarch64-linux-gnu/c++/11/bits/error_constants.h \
/usr/include/c++/11/stdexcept /usr/include/c++/11/bits/std_mutex.h \
/usr/include/c++/11/bits/unique_lock.h /usr/include/mqtt/async_client.h \
/usr/include/MQTTAsync.h /usr/include/MQTTExportDeclarations.h \
/usr/include/MQTTProperties.h /usr/include/MQTTReasonCodes.h \
/usr/include/MQTTSubscribeOpts.h /usr/include/MQTTClientPersistence.h \
/usr/include/mqtt/types.h /usr/include/mqtt/token.h \
/usr/include/mqtt/iaction_listener.h /usr/include/mqtt/exception.h \
/usr/include/c++/11/bits/unique_lock.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/async_client.h \
/usr/include/c++/11/list /usr/include/c++/11/bits/stl_list.h \
/usr/include/c++/11/bits/list.tcc /usr/include/MQTTAsync.h \
/usr/include/MQTTExportDeclarations.h /usr/include/MQTTProperties.h \
/usr/include/MQTTReasonCodes.h /usr/include/MQTTSubscribeOpts.h \
/usr/include/MQTTClientPersistence.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/callback.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/delivery_token.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/message.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/buffer_ref.h \
/usr/include/c++/11/cstring /usr/include/string.h /usr/include/strings.h \
/usr/include/c++/11/iostream /usr/include/c++/11/ostream \
/usr/include/c++/11/ios /usr/include/c++/11/bits/ios_base.h \
/usr/include/c++/11/bits/locale_classes.h \
......@@ -193,30 +199,41 @@ CMakeFiles/main.dir/src/mqtt_used.cc.o: \
/usr/include/c++/11/bits/locale_facets.tcc \
/usr/include/c++/11/bits/basic_ios.tcc \
/usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \
/usr/include/c++/11/bits/istream.tcc /usr/include/mqtt/properties.h \
/usr/include/MQTTProperties.h /usr/include/mqtt/buffer_ref.h \
/usr/include/c++/11/cstring /usr/include/string.h /usr/include/strings.h \
/usr/include/mqtt/string_collection.h /usr/include/c++/11/map \
/usr/include/c++/11/bits/istream.tcc \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/types.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/reason_code.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/exception.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/platform.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/export.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/properties.h \
/usr/include/MQTTProperties.h /usr/include/c++/11/map \
/usr/include/c++/11/bits/stl_tree.h /usr/include/c++/11/bits/stl_map.h \
/usr/include/c++/11/bits/stl_multimap.h \
/usr/include/mqtt/server_response.h /usr/include/c++/11/thread \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/token.h \
/usr/include/c++/11/condition_variable /usr/include/c++/11/thread \
/usr/include/c++/11/bits/std_thread.h \
/usr/include/c++/11/bits/this_thread_sleep.h \
/usr/include/c++/11/condition_variable \
/usr/include/mqtt/create_options.h /usr/include/mqtt/delivery_token.h \
/usr/include/mqtt/message.h /usr/include/mqtt/iclient_persistence.h \
/usr/include/mqtt/buffer_view.h /usr/include/mqtt/callback.h \
/usr/include/mqtt/thread_queue.h /usr/include/c++/11/deque \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/iaction_listener.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/server_response.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/string_collection.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/create_options.h \
/usr/include/c++/11/variant \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/iclient_persistence.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/buffer_view.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/event.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/iasync_client.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/connect_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/ssl_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/topic.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/subscribe_options.h \
/usr/include/MQTTSubscribeOpts.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/will_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/disconnect_options.h \
/home/orangepi/gps/master/third_party/paho.mqtt.cpp/include/mqtt/thread_queue.h \
/usr/include/c++/11/algorithm \
/usr/include/c++/11/pstl/glue_algorithm_defs.h /usr/include/c++/11/deque \
/usr/include/c++/11/bits/stl_deque.h /usr/include/c++/11/bits/deque.tcc \
/usr/include/c++/11/queue /usr/include/c++/11/bits/stl_queue.h \
/usr/include/c++/11/algorithm \
/usr/include/c++/11/pstl/glue_algorithm_defs.h \
/usr/include/mqtt/iasync_client.h /usr/include/mqtt/connect_options.h \
/usr/include/mqtt/topic.h /usr/include/mqtt/subscribe_options.h \
/usr/include/MQTTSubscribeOpts.h /usr/include/mqtt/will_options.h \
/usr/include/mqtt/ssl_options.h /usr/include/mqtt/disconnect_options.h \
/usr/include/c++/11/list /usr/include/c++/11/bits/stl_list.h \
/usr/include/c++/11/bits/list.tcc \
/home/orangepi/gps/master/include/mqtt_used.hpp \
/home/orangepi/gps/master/include/mqtt_controller.hpp \
/home/orangepi/gps/master/third_party/json/include/nlohmann/json.hpp \
......
This diff is collapsed.
/*******************************************************************************
* Version information for Eclipse Paho MQTT C.
*******************************************************************************/
#ifndef VERSIONINFO_H
#define VERSIONINFO_H
#define BUILD_TIMESTAMP "2025-09-12T08:47:22Z"
#define CLIENT_VERSION "1.3.15"
#define PAHO_MQTT_C_VERSION "1.3.15"
#define PAHO_MQTT_C_VERSION_MAJOR 1
#define PAHO_MQTT_C_VERSION_MINOR 3
#define PAHO_MQTT_C_VERSION_PATCH 15
#endif /* VERSIONINFO_H */
No preview for this file type
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/orangepi/gps/master")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/orangepi/gps/master/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
# CMake generated Testfile for
# Source directory: /home/orangepi/gps/master/third_party/paho.mqtt.c
# Build directory: /home/orangepi/gps/master/build/third_party/paho.mqtt.c
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
subdirs("src")
subdirs("test")
# 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/gps/master
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/orangepi/gps/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/gps/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/gps/master/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/orangepi/gps/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/gps/master/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/orangepi/gps/master/build/CMakeFiles /home/orangepi/gps/master/build/third_party/paho.mqtt.c//CMakeFiles/progress.marks
cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/orangepi/gps/master/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/orangepi/gps/master/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/paho.mqtt.c/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/orangepi/gps/master/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# 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"
.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/gps/master/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
# Install script for directory: /home/orangepi/gps/master/third_party/paho.mqtt.c
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/Eclipse Paho C/samples" TYPE FILE FILES
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/samples/MQTTAsync_publish.c"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/samples/MQTTAsync_publish_time.c"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/samples/MQTTAsync_subscribe.c"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/samples/MQTTClient_publish.c"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/samples/MQTTClient_publish_async.c"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/samples/MQTTClient_subscribe.c"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/samples/paho_c_pub.c"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/samples/paho_c_sub.c"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/samples/paho_cs_pub.c"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/samples/paho_cs_sub.c"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/samples/pubsub_opts.c"
)
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/Eclipse Paho C" TYPE FILE FILES
"/home/orangepi/gps/master/third_party/paho.mqtt.c/CONTRIBUTING.md"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/epl-v20"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/edl-v10"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/README.md"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/notice.html"
)
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/cmake_install.cmake")
include("/home/orangepi/gps/master/build/third_party/paho.mqtt.c/test/cmake_install.cmake")
endif()
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Base64.c" "third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/Base64.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/Base64.c.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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/gps/master
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/orangepi/gps/master/build
# Include any dependencies generated for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/compiler_depend.make
# Include the progress variables for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/progress.make
# Include the compile flags for this target's objects.
include third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/flags.make
third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/Base64.c.o: third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/flags.make
third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/Base64.c.o: ../third_party/paho.mqtt.c/src/Base64.c
third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/Base64.c.o: third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/Base64.c.o"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/Base64.c.o -MF CMakeFiles/Base64Test.dir/Base64.c.o.d -o CMakeFiles/Base64Test.dir/Base64.c.o -c /home/orangepi/gps/master/third_party/paho.mqtt.c/src/Base64.c
third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/Base64.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/Base64Test.dir/Base64.c.i"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/orangepi/gps/master/third_party/paho.mqtt.c/src/Base64.c > CMakeFiles/Base64Test.dir/Base64.c.i
third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/Base64.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/Base64Test.dir/Base64.c.s"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/orangepi/gps/master/third_party/paho.mqtt.c/src/Base64.c -o CMakeFiles/Base64Test.dir/Base64.c.s
# Object files for target Base64Test
Base64Test_OBJECTS = \
"CMakeFiles/Base64Test.dir/Base64.c.o"
# External object files for target Base64Test
Base64Test_EXTERNAL_OBJECTS =
third_party/paho.mqtt.c/src/Base64Test: third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/Base64.c.o
third_party/paho.mqtt.c/src/Base64Test: third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/build.make
third_party/paho.mqtt.c/src/Base64Test: third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable Base64Test"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Base64Test.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/build: third_party/paho.mqtt.c/src/Base64Test
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/build
third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/clean:
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && $(CMAKE_COMMAND) -P CMakeFiles/Base64Test.dir/cmake_clean.cmake
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/clean
third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/depend:
cd /home/orangepi/gps/master/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/orangepi/gps/master /home/orangepi/gps/master/third_party/paho.mqtt.c/src /home/orangepi/gps/master/build /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Base64Test.dir/depend
file(REMOVE_RECURSE
"Base64Test"
"Base64Test.pdb"
"CMakeFiles/Base64Test.dir/Base64.c.o"
"CMakeFiles/Base64Test.dir/Base64.c.o.d"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/Base64Test.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# Empty compiler generated dependencies file for Base64Test.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for Base64Test.
# Empty dependencies file for Base64Test.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile C with /usr/bin/cc
C_DEFINES = -DBASE64_TEST -D_GNU_SOURCE
C_INCLUDES =
C_FLAGS = -fvisibility=hidden
/usr/bin/cc CMakeFiles/Base64Test.dir/Base64.c.o -o Base64Test
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Base64.c" "third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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/gps/master
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/orangepi/gps/master/build
# Include any dependencies generated for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/compiler_depend.make
# Include the progress variables for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/progress.make
# Include the compile flags for this target's objects.
include third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/flags.make
third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o: third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/flags.make
third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o: ../third_party/paho.mqtt.c/src/Base64.c
third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o: third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o -MF CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o.d -o CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o -c /home/orangepi/gps/master/third_party/paho.mqtt.c/src/Base64.c
third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/Base64.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/Base64TestOpenSSL.dir/Base64.c.i"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/orangepi/gps/master/third_party/paho.mqtt.c/src/Base64.c > CMakeFiles/Base64TestOpenSSL.dir/Base64.c.i
third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/Base64.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/Base64TestOpenSSL.dir/Base64.c.s"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/orangepi/gps/master/third_party/paho.mqtt.c/src/Base64.c -o CMakeFiles/Base64TestOpenSSL.dir/Base64.c.s
# Object files for target Base64TestOpenSSL
Base64TestOpenSSL_OBJECTS = \
"CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o"
# External object files for target Base64TestOpenSSL
Base64TestOpenSSL_EXTERNAL_OBJECTS =
third_party/paho.mqtt.c/src/Base64TestOpenSSL: third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o
third_party/paho.mqtt.c/src/Base64TestOpenSSL: third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/build.make
third_party/paho.mqtt.c/src/Base64TestOpenSSL: /usr/lib/aarch64-linux-gnu/libssl.so
third_party/paho.mqtt.c/src/Base64TestOpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so
third_party/paho.mqtt.c/src/Base64TestOpenSSL: third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable Base64TestOpenSSL"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Base64TestOpenSSL.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/build: third_party/paho.mqtt.c/src/Base64TestOpenSSL
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/build
third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/clean:
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && $(CMAKE_COMMAND) -P CMakeFiles/Base64TestOpenSSL.dir/cmake_clean.cmake
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/clean
third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/depend:
cd /home/orangepi/gps/master/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/orangepi/gps/master /home/orangepi/gps/master/third_party/paho.mqtt.c/src /home/orangepi/gps/master/build /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Base64TestOpenSSL.dir/depend
file(REMOVE_RECURSE
"Base64TestOpenSSL"
"Base64TestOpenSSL.pdb"
"CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o"
"CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o.d"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/Base64TestOpenSSL.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# Empty compiler generated dependencies file for Base64TestOpenSSL.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for Base64TestOpenSSL.
# Empty dependencies file for Base64TestOpenSSL.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile C with /usr/bin/cc
C_DEFINES = -DBASE64_TEST -DOPENSSL=1 -D_GNU_SOURCE
C_INCLUDES =
C_FLAGS = -fvisibility=hidden
/usr/bin/cc CMakeFiles/Base64TestOpenSSL.dir/Base64.c.o -o Base64TestOpenSSL /usr/lib/aarch64-linux-gnu/libssl.so /usr/lib/aarch64-linux-gnu/libcrypto.so
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/orangepi/gps/master")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/orangepi/gps/master/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
# Commands may need to know the format version.
set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "eclipse-paho-mqtt-c::paho-mqtt3c" for configuration ""
set_property(TARGET eclipse-paho-mqtt-c::paho-mqtt3c APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(eclipse-paho-mqtt-c::paho-mqtt3c PROPERTIES
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libpaho-mqtt3c.so.1.3.15"
IMPORTED_SONAME_NOCONFIG "libpaho-mqtt3c.so.1"
)
list(APPEND _IMPORT_CHECK_TARGETS eclipse-paho-mqtt-c::paho-mqtt3c )
list(APPEND _IMPORT_CHECK_FILES_FOR_eclipse-paho-mqtt-c::paho-mqtt3c "${_IMPORT_PREFIX}/lib/libpaho-mqtt3c.so.1.3.15" )
# Import target "eclipse-paho-mqtt-c::paho-mqtt3a" for configuration ""
set_property(TARGET eclipse-paho-mqtt-c::paho-mqtt3a APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(eclipse-paho-mqtt-c::paho-mqtt3a PROPERTIES
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libpaho-mqtt3a.so.1.3.15"
IMPORTED_SONAME_NOCONFIG "libpaho-mqtt3a.so.1"
)
list(APPEND _IMPORT_CHECK_TARGETS eclipse-paho-mqtt-c::paho-mqtt3a )
list(APPEND _IMPORT_CHECK_FILES_FOR_eclipse-paho-mqtt-c::paho-mqtt3a "${_IMPORT_PREFIX}/lib/libpaho-mqtt3a.so.1.3.15" )
# Import target "eclipse-paho-mqtt-c::paho-mqtt3cs" for configuration ""
set_property(TARGET eclipse-paho-mqtt-c::paho-mqtt3cs APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(eclipse-paho-mqtt-c::paho-mqtt3cs PROPERTIES
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libpaho-mqtt3cs.so.1.3.15"
IMPORTED_SONAME_NOCONFIG "libpaho-mqtt3cs.so.1"
)
list(APPEND _IMPORT_CHECK_TARGETS eclipse-paho-mqtt-c::paho-mqtt3cs )
list(APPEND _IMPORT_CHECK_FILES_FOR_eclipse-paho-mqtt-c::paho-mqtt3cs "${_IMPORT_PREFIX}/lib/libpaho-mqtt3cs.so.1.3.15" )
# Import target "eclipse-paho-mqtt-c::paho-mqtt3as" for configuration ""
set_property(TARGET eclipse-paho-mqtt-c::paho-mqtt3as APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(eclipse-paho-mqtt-c::paho-mqtt3as PROPERTIES
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libpaho-mqtt3as.so.1.3.15"
IMPORTED_SONAME_NOCONFIG "libpaho-mqtt3as.so.1"
)
list(APPEND _IMPORT_CHECK_TARGETS eclipse-paho-mqtt-c::paho-mqtt3as )
list(APPEND _IMPORT_CHECK_FILES_FOR_eclipse-paho-mqtt-c::paho-mqtt3as "${_IMPORT_PREFIX}/lib/libpaho-mqtt3as.so.1.3.15" )
# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
# Generated by CMake
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6)
message(FATAL_ERROR "CMake >= 2.6.0 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.6...3.20)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
# Commands may need to know the format version.
set(CMAKE_IMPORT_FILE_VERSION 1)
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
set(_targetsDefined)
set(_targetsNotDefined)
set(_expectedTargets)
foreach(_expectedTarget eclipse-paho-mqtt-c::paho-mqtt3c eclipse-paho-mqtt-c::paho-mqtt3a eclipse-paho-mqtt-c::paho-mqtt3cs eclipse-paho-mqtt-c::paho-mqtt3as)
list(APPEND _expectedTargets ${_expectedTarget})
if(NOT TARGET ${_expectedTarget})
list(APPEND _targetsNotDefined ${_expectedTarget})
endif()
if(TARGET ${_expectedTarget})
list(APPEND _targetsDefined ${_expectedTarget})
endif()
endforeach()
if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
unset(_targetsDefined)
unset(_targetsNotDefined)
unset(_expectedTargets)
set(CMAKE_IMPORT_FILE_VERSION)
cmake_policy(POP)
return()
endif()
if(NOT "${_targetsDefined}" STREQUAL "")
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
endif()
unset(_targetsDefined)
unset(_targetsNotDefined)
unset(_expectedTargets)
# Compute the installation prefix relative to this file.
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
if(_IMPORT_PREFIX STREQUAL "/")
set(_IMPORT_PREFIX "")
endif()
# Create imported target eclipse-paho-mqtt-c::paho-mqtt3c
add_library(eclipse-paho-mqtt-c::paho-mqtt3c SHARED IMPORTED)
set_target_properties(eclipse-paho-mqtt-c::paho-mqtt3c PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
INTERFACE_LINK_LIBRARIES "c;dl;pthread;rt;anl"
)
# Create imported target eclipse-paho-mqtt-c::paho-mqtt3a
add_library(eclipse-paho-mqtt-c::paho-mqtt3a SHARED IMPORTED)
set_target_properties(eclipse-paho-mqtt-c::paho-mqtt3a PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
INTERFACE_LINK_LIBRARIES "c;dl;pthread;rt;anl"
)
# Create imported target eclipse-paho-mqtt-c::paho-mqtt3cs
add_library(eclipse-paho-mqtt-c::paho-mqtt3cs SHARED IMPORTED)
set_target_properties(eclipse-paho-mqtt-c::paho-mqtt3cs PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
INTERFACE_LINK_LIBRARIES "OpenSSL::SSL;OpenSSL::Crypto;c;dl;pthread;rt;anl"
)
# Create imported target eclipse-paho-mqtt-c::paho-mqtt3as
add_library(eclipse-paho-mqtt-c::paho-mqtt3as SHARED IMPORTED)
set_target_properties(eclipse-paho-mqtt-c::paho-mqtt3as PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
INTERFACE_LINK_LIBRARIES "OpenSSL::SSL;OpenSSL::Crypto;c;dl;pthread;rt;anl"
)
if(CMAKE_VERSION VERSION_LESS 2.8.12)
message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
endif()
# Load information for each installed configuration.
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
file(GLOB CONFIG_FILES "${_DIR}/eclipse-paho-mqtt-cConfig-*.cmake")
foreach(f ${CONFIG_FILES})
include(${f})
endforeach()
# Cleanup temporary variables.
set(_IMPORT_PREFIX)
# Loop over all imported files and verify that they actually exist
foreach(target ${_IMPORT_CHECK_TARGETS} )
foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
if(NOT EXISTS "${file}" )
message(FATAL_ERROR "The imported target \"${target}\" references the file
\"${file}\"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
\"${CMAKE_CURRENT_LIST_FILE}\"
but not all the files it references.
")
endif()
endforeach()
unset(_IMPORT_CHECK_FILES_FOR_${target})
endforeach()
unset(_IMPORT_CHECK_TARGETS)
# This file does not depend on other imported targets which have
# been exported from the same project but in a separate export set.
# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
cmake_policy(POP)
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTVersion.c" "third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/CMakeFiles/paho-mqtt3a.dir/DependInfo.cmake"
"/home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/CMakeFiles/paho-mqtt3c.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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/gps/master
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/orangepi/gps/master/build
# Include any dependencies generated for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/compiler_depend.make
# Include the progress variables for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/progress.make
# Include the compile flags for this target's objects.
include third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/flags.make
third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o: third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/flags.make
third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o: ../third_party/paho.mqtt.c/src/MQTTVersion.c
third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o: third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o -MF CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o.d -o CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o -c /home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTVersion.c
third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/MQTTVersion.dir/MQTTVersion.c.i"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTVersion.c > CMakeFiles/MQTTVersion.dir/MQTTVersion.c.i
third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/MQTTVersion.dir/MQTTVersion.c.s"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTVersion.c -o CMakeFiles/MQTTVersion.dir/MQTTVersion.c.s
# Object files for target MQTTVersion
MQTTVersion_OBJECTS = \
"CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o"
# External object files for target MQTTVersion
MQTTVersion_EXTERNAL_OBJECTS =
third_party/paho.mqtt.c/src/MQTTVersion: third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o
third_party/paho.mqtt.c/src/MQTTVersion: third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/build.make
third_party/paho.mqtt.c/src/MQTTVersion: third_party/paho.mqtt.c/src/libpaho-mqtt3a.so.1.3.15
third_party/paho.mqtt.c/src/MQTTVersion: third_party/paho.mqtt.c/src/libpaho-mqtt3c.so.1.3.15
third_party/paho.mqtt.c/src/MQTTVersion: third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable MQTTVersion"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/MQTTVersion.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/build: third_party/paho.mqtt.c/src/MQTTVersion
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/build
third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/clean:
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && $(CMAKE_COMMAND) -P CMakeFiles/MQTTVersion.dir/cmake_clean.cmake
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/clean
third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/depend:
cd /home/orangepi/gps/master/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/orangepi/gps/master /home/orangepi/gps/master/third_party/paho.mqtt.c/src /home/orangepi/gps/master/build /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/MQTTVersion.dir/depend
file(REMOVE_RECURSE
"CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o"
"CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o.d"
"MQTTVersion"
"MQTTVersion.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/MQTTVersion.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# Empty compiler generated dependencies file for MQTTVersion.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for MQTTVersion.
# Empty dependencies file for MQTTVersion.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile C with /usr/bin/cc
C_DEFINES = -DPAHO_MQTT_IMPORTS=1 -D_GNU_SOURCE
C_INCLUDES = -I/home/orangepi/gps/master/third_party/paho.mqtt.c/src
C_FLAGS = -fvisibility=hidden
/usr/bin/cc CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o -o MQTTVersion -Wl,-rpath,/home/orangepi/gps/master/build/third_party/paho.mqtt.c/src: libpaho-mqtt3a.so.1.3.15 libpaho-mqtt3c.so.1.3.15 -lc -ldl -lpthread -lrt -lanl
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/SHA1.c" "third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/SHA1.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/SHA1.c.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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/gps/master
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/orangepi/gps/master/build
# Include any dependencies generated for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/compiler_depend.make
# Include the progress variables for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/progress.make
# Include the compile flags for this target's objects.
include third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/flags.make
third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/SHA1.c.o: third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/flags.make
third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/SHA1.c.o: ../third_party/paho.mqtt.c/src/SHA1.c
third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/SHA1.c.o: third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/SHA1.c.o"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/SHA1.c.o -MF CMakeFiles/Sha1Test.dir/SHA1.c.o.d -o CMakeFiles/Sha1Test.dir/SHA1.c.o -c /home/orangepi/gps/master/third_party/paho.mqtt.c/src/SHA1.c
third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/SHA1.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/Sha1Test.dir/SHA1.c.i"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/orangepi/gps/master/third_party/paho.mqtt.c/src/SHA1.c > CMakeFiles/Sha1Test.dir/SHA1.c.i
third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/SHA1.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/Sha1Test.dir/SHA1.c.s"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/orangepi/gps/master/third_party/paho.mqtt.c/src/SHA1.c -o CMakeFiles/Sha1Test.dir/SHA1.c.s
# Object files for target Sha1Test
Sha1Test_OBJECTS = \
"CMakeFiles/Sha1Test.dir/SHA1.c.o"
# External object files for target Sha1Test
Sha1Test_EXTERNAL_OBJECTS =
third_party/paho.mqtt.c/src/Sha1Test: third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/SHA1.c.o
third_party/paho.mqtt.c/src/Sha1Test: third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/build.make
third_party/paho.mqtt.c/src/Sha1Test: third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable Sha1Test"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Sha1Test.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/build: third_party/paho.mqtt.c/src/Sha1Test
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/build
third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/clean:
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && $(CMAKE_COMMAND) -P CMakeFiles/Sha1Test.dir/cmake_clean.cmake
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/clean
third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/depend:
cd /home/orangepi/gps/master/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/orangepi/gps/master /home/orangepi/gps/master/third_party/paho.mqtt.c/src /home/orangepi/gps/master/build /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Sha1Test.dir/depend
file(REMOVE_RECURSE
"CMakeFiles/Sha1Test.dir/SHA1.c.o"
"CMakeFiles/Sha1Test.dir/SHA1.c.o.d"
"Sha1Test"
"Sha1Test.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/Sha1Test.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# Empty compiler generated dependencies file for Sha1Test.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for Sha1Test.
# Empty dependencies file for Sha1Test.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile C with /usr/bin/cc
C_DEFINES = -DSHA1_TEST -D_GNU_SOURCE
C_INCLUDES =
C_FLAGS = -fvisibility=hidden
/usr/bin/cc CMakeFiles/Sha1Test.dir/SHA1.c.o -o Sha1Test
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/SHA1.c" "third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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/gps/master
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/orangepi/gps/master/build
# Include any dependencies generated for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/compiler_depend.make
# Include the progress variables for this target.
include third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/progress.make
# Include the compile flags for this target's objects.
include third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/flags.make
third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o: third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/flags.make
third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o: ../third_party/paho.mqtt.c/src/SHA1.c
third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o: third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o -MF CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o.d -o CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o -c /home/orangepi/gps/master/third_party/paho.mqtt.c/src/SHA1.c
third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.i"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/orangepi/gps/master/third_party/paho.mqtt.c/src/SHA1.c > CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.i
third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.s"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/orangepi/gps/master/third_party/paho.mqtt.c/src/SHA1.c -o CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.s
# Object files for target Sha1TestOpenSSL
Sha1TestOpenSSL_OBJECTS = \
"CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o"
# External object files for target Sha1TestOpenSSL
Sha1TestOpenSSL_EXTERNAL_OBJECTS =
third_party/paho.mqtt.c/src/Sha1TestOpenSSL: third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o
third_party/paho.mqtt.c/src/Sha1TestOpenSSL: third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/build.make
third_party/paho.mqtt.c/src/Sha1TestOpenSSL: /usr/lib/aarch64-linux-gnu/libssl.so
third_party/paho.mqtt.c/src/Sha1TestOpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so
third_party/paho.mqtt.c/src/Sha1TestOpenSSL: third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/orangepi/gps/master/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable Sha1TestOpenSSL"
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Sha1TestOpenSSL.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/build: third_party/paho.mqtt.c/src/Sha1TestOpenSSL
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/build
third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/clean:
cd /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src && $(CMAKE_COMMAND) -P CMakeFiles/Sha1TestOpenSSL.dir/cmake_clean.cmake
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/clean
third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/depend:
cd /home/orangepi/gps/master/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/orangepi/gps/master /home/orangepi/gps/master/third_party/paho.mqtt.c/src /home/orangepi/gps/master/build /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src /home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : third_party/paho.mqtt.c/src/CMakeFiles/Sha1TestOpenSSL.dir/depend
file(REMOVE_RECURSE
"CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o"
"CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o.d"
"Sha1TestOpenSSL"
"Sha1TestOpenSSL.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/Sha1TestOpenSSL.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# Empty compiler generated dependencies file for Sha1TestOpenSSL.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for Sha1TestOpenSSL.
# Empty dependencies file for Sha1TestOpenSSL.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile C with /usr/bin/cc
C_DEFINES = -DOPENSSL=1 -DSHA1_TEST -D_GNU_SOURCE
C_INCLUDES =
C_FLAGS = -fvisibility=hidden
/usr/bin/cc CMakeFiles/Sha1TestOpenSSL.dir/SHA1.c.o -o Sha1TestOpenSSL /usr/lib/aarch64-linux-gnu/libssl.so /usr/lib/aarch64-linux-gnu/libcrypto.so
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Base64.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Base64.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Base64.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Clients.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Clients.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Clients.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Heap.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Heap.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Heap.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/LinkedList.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/LinkedList.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/LinkedList.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Log.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Log.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Log.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTPacket.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTPacket.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTPacket.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTPacketOut.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTPacketOut.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTPacketOut.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTPersistence.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTPersistence.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTPersistence.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTPersistenceDefault.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTPersistenceDefault.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTPersistenceDefault.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTProperties.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTProperties.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTProperties.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTProtocolClient.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTProtocolClient.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTProtocolClient.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTProtocolOut.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTProtocolOut.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTProtocolOut.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTReasonCodes.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTReasonCodes.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTReasonCodes.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTTime.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTTime.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/MQTTTime.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Messages.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Messages.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Messages.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Proxy.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Proxy.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Proxy.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/SHA1.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/SHA1.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/SHA1.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Socket.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Socket.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Socket.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/SocketBuffer.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/SocketBuffer.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/SocketBuffer.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/StackTrace.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/StackTrace.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/StackTrace.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Thread.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Thread.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Thread.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Tree.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Tree.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/Tree.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/WebSocket.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/WebSocket.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/WebSocket.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/utf-8.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/utf-8.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_obj.dir/utf-8.c.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
file(REMOVE_RECURSE
"CMakeFiles/common_obj.dir/Base64.c.o"
"CMakeFiles/common_obj.dir/Base64.c.o.d"
"CMakeFiles/common_obj.dir/Clients.c.o"
"CMakeFiles/common_obj.dir/Clients.c.o.d"
"CMakeFiles/common_obj.dir/Heap.c.o"
"CMakeFiles/common_obj.dir/Heap.c.o.d"
"CMakeFiles/common_obj.dir/LinkedList.c.o"
"CMakeFiles/common_obj.dir/LinkedList.c.o.d"
"CMakeFiles/common_obj.dir/Log.c.o"
"CMakeFiles/common_obj.dir/Log.c.o.d"
"CMakeFiles/common_obj.dir/MQTTPacket.c.o"
"CMakeFiles/common_obj.dir/MQTTPacket.c.o.d"
"CMakeFiles/common_obj.dir/MQTTPacketOut.c.o"
"CMakeFiles/common_obj.dir/MQTTPacketOut.c.o.d"
"CMakeFiles/common_obj.dir/MQTTPersistence.c.o"
"CMakeFiles/common_obj.dir/MQTTPersistence.c.o.d"
"CMakeFiles/common_obj.dir/MQTTPersistenceDefault.c.o"
"CMakeFiles/common_obj.dir/MQTTPersistenceDefault.c.o.d"
"CMakeFiles/common_obj.dir/MQTTProperties.c.o"
"CMakeFiles/common_obj.dir/MQTTProperties.c.o.d"
"CMakeFiles/common_obj.dir/MQTTProtocolClient.c.o"
"CMakeFiles/common_obj.dir/MQTTProtocolClient.c.o.d"
"CMakeFiles/common_obj.dir/MQTTProtocolOut.c.o"
"CMakeFiles/common_obj.dir/MQTTProtocolOut.c.o.d"
"CMakeFiles/common_obj.dir/MQTTReasonCodes.c.o"
"CMakeFiles/common_obj.dir/MQTTReasonCodes.c.o.d"
"CMakeFiles/common_obj.dir/MQTTTime.c.o"
"CMakeFiles/common_obj.dir/MQTTTime.c.o.d"
"CMakeFiles/common_obj.dir/Messages.c.o"
"CMakeFiles/common_obj.dir/Messages.c.o.d"
"CMakeFiles/common_obj.dir/Proxy.c.o"
"CMakeFiles/common_obj.dir/Proxy.c.o.d"
"CMakeFiles/common_obj.dir/SHA1.c.o"
"CMakeFiles/common_obj.dir/SHA1.c.o.d"
"CMakeFiles/common_obj.dir/Socket.c.o"
"CMakeFiles/common_obj.dir/Socket.c.o.d"
"CMakeFiles/common_obj.dir/SocketBuffer.c.o"
"CMakeFiles/common_obj.dir/SocketBuffer.c.o.d"
"CMakeFiles/common_obj.dir/StackTrace.c.o"
"CMakeFiles/common_obj.dir/StackTrace.c.o.d"
"CMakeFiles/common_obj.dir/Thread.c.o"
"CMakeFiles/common_obj.dir/Thread.c.o.d"
"CMakeFiles/common_obj.dir/Tree.c.o"
"CMakeFiles/common_obj.dir/Tree.c.o.d"
"CMakeFiles/common_obj.dir/WebSocket.c.o"
"CMakeFiles/common_obj.dir/WebSocket.c.o.d"
"CMakeFiles/common_obj.dir/utf-8.c.o"
"CMakeFiles/common_obj.dir/utf-8.c.o.d"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/common_obj.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# Empty compiler generated dependencies file for common_obj.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for common_obj.
# Empty dependencies file for common_obj.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile C with /usr/bin/cc
C_DEFINES = -DPAHO_MQTT_EXPORTS=1 -D_GNU_SOURCE
C_INCLUDES =
C_FLAGS = -fPIC -fvisibility=hidden
CMAKE_PROGRESS_1 = 8
CMAKE_PROGRESS_2 = 9
CMAKE_PROGRESS_3 = 10
CMAKE_PROGRESS_4 = 11
CMAKE_PROGRESS_5 =
CMAKE_PROGRESS_6 = 12
CMAKE_PROGRESS_7 = 13
CMAKE_PROGRESS_8 = 14
CMAKE_PROGRESS_9 = 15
CMAKE_PROGRESS_10 =
CMAKE_PROGRESS_11 = 16
CMAKE_PROGRESS_12 = 17
CMAKE_PROGRESS_13 = 18
CMAKE_PROGRESS_14 = 19
CMAKE_PROGRESS_15 =
CMAKE_PROGRESS_16 = 20
CMAKE_PROGRESS_17 = 21
CMAKE_PROGRESS_18 = 22
CMAKE_PROGRESS_19 = 23
CMAKE_PROGRESS_20 =
CMAKE_PROGRESS_21 = 24
CMAKE_PROGRESS_22 = 25
CMAKE_PROGRESS_23 = 26
CMAKE_PROGRESS_24 =
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Base64.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Base64.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Base64.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Clients.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Clients.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Clients.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Heap.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Heap.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Heap.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/LinkedList.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/LinkedList.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/LinkedList.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Log.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Log.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Log.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTPacket.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTPacket.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTPacket.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTPacketOut.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTPacketOut.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTPacketOut.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTPersistence.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTPersistence.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTPersistence.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTPersistenceDefault.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTPersistenceDefault.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTPersistenceDefault.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTProperties.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTProperties.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTProperties.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTProtocolClient.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTProtocolClient.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTProtocolClient.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTProtocolOut.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTProtocolOut.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTProtocolOut.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTReasonCodes.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTReasonCodes.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTReasonCodes.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTTime.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTTime.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/MQTTTime.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Messages.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Messages.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Messages.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Proxy.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Proxy.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Proxy.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/SHA1.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/SHA1.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/SHA1.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Socket.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Socket.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Socket.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/SocketBuffer.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/SocketBuffer.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/SocketBuffer.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/StackTrace.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/StackTrace.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/StackTrace.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Thread.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Thread.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Thread.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/Tree.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Tree.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/Tree.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/WebSocket.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/WebSocket.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/WebSocket.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/utf-8.c" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/utf-8.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/common_ssl_obj.dir/utf-8.c.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
file(REMOVE_RECURSE
"CMakeFiles/common_ssl_obj.dir/Base64.c.o"
"CMakeFiles/common_ssl_obj.dir/Base64.c.o.d"
"CMakeFiles/common_ssl_obj.dir/Clients.c.o"
"CMakeFiles/common_ssl_obj.dir/Clients.c.o.d"
"CMakeFiles/common_ssl_obj.dir/Heap.c.o"
"CMakeFiles/common_ssl_obj.dir/Heap.c.o.d"
"CMakeFiles/common_ssl_obj.dir/LinkedList.c.o"
"CMakeFiles/common_ssl_obj.dir/LinkedList.c.o.d"
"CMakeFiles/common_ssl_obj.dir/Log.c.o"
"CMakeFiles/common_ssl_obj.dir/Log.c.o.d"
"CMakeFiles/common_ssl_obj.dir/MQTTPacket.c.o"
"CMakeFiles/common_ssl_obj.dir/MQTTPacket.c.o.d"
"CMakeFiles/common_ssl_obj.dir/MQTTPacketOut.c.o"
"CMakeFiles/common_ssl_obj.dir/MQTTPacketOut.c.o.d"
"CMakeFiles/common_ssl_obj.dir/MQTTPersistence.c.o"
"CMakeFiles/common_ssl_obj.dir/MQTTPersistence.c.o.d"
"CMakeFiles/common_ssl_obj.dir/MQTTPersistenceDefault.c.o"
"CMakeFiles/common_ssl_obj.dir/MQTTPersistenceDefault.c.o.d"
"CMakeFiles/common_ssl_obj.dir/MQTTProperties.c.o"
"CMakeFiles/common_ssl_obj.dir/MQTTProperties.c.o.d"
"CMakeFiles/common_ssl_obj.dir/MQTTProtocolClient.c.o"
"CMakeFiles/common_ssl_obj.dir/MQTTProtocolClient.c.o.d"
"CMakeFiles/common_ssl_obj.dir/MQTTProtocolOut.c.o"
"CMakeFiles/common_ssl_obj.dir/MQTTProtocolOut.c.o.d"
"CMakeFiles/common_ssl_obj.dir/MQTTReasonCodes.c.o"
"CMakeFiles/common_ssl_obj.dir/MQTTReasonCodes.c.o.d"
"CMakeFiles/common_ssl_obj.dir/MQTTTime.c.o"
"CMakeFiles/common_ssl_obj.dir/MQTTTime.c.o.d"
"CMakeFiles/common_ssl_obj.dir/Messages.c.o"
"CMakeFiles/common_ssl_obj.dir/Messages.c.o.d"
"CMakeFiles/common_ssl_obj.dir/Proxy.c.o"
"CMakeFiles/common_ssl_obj.dir/Proxy.c.o.d"
"CMakeFiles/common_ssl_obj.dir/SHA1.c.o"
"CMakeFiles/common_ssl_obj.dir/SHA1.c.o.d"
"CMakeFiles/common_ssl_obj.dir/Socket.c.o"
"CMakeFiles/common_ssl_obj.dir/Socket.c.o.d"
"CMakeFiles/common_ssl_obj.dir/SocketBuffer.c.o"
"CMakeFiles/common_ssl_obj.dir/SocketBuffer.c.o.d"
"CMakeFiles/common_ssl_obj.dir/StackTrace.c.o"
"CMakeFiles/common_ssl_obj.dir/StackTrace.c.o.d"
"CMakeFiles/common_ssl_obj.dir/Thread.c.o"
"CMakeFiles/common_ssl_obj.dir/Thread.c.o.d"
"CMakeFiles/common_ssl_obj.dir/Tree.c.o"
"CMakeFiles/common_ssl_obj.dir/Tree.c.o.d"
"CMakeFiles/common_ssl_obj.dir/WebSocket.c.o"
"CMakeFiles/common_ssl_obj.dir/WebSocket.c.o.d"
"CMakeFiles/common_ssl_obj.dir/utf-8.c.o"
"CMakeFiles/common_ssl_obj.dir/utf-8.c.o.d"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/common_ssl_obj.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# Empty compiler generated dependencies file for common_ssl_obj.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for common_ssl_obj.
# Empty dependencies file for common_ssl_obj.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile C with /usr/bin/cc
C_DEFINES = -DOPENSSL=1 -DPAHO_MQTT_EXPORTS=1 -D_GNU_SOURCE
C_INCLUDES =
C_FLAGS = -fPIC -fvisibility=hidden
CMAKE_PROGRESS_1 = 27
CMAKE_PROGRESS_2 = 28
CMAKE_PROGRESS_3 = 29
CMAKE_PROGRESS_4 = 30
CMAKE_PROGRESS_5 =
CMAKE_PROGRESS_6 = 31
CMAKE_PROGRESS_7 = 32
CMAKE_PROGRESS_8 = 33
CMAKE_PROGRESS_9 = 34
CMAKE_PROGRESS_10 =
CMAKE_PROGRESS_11 = 35
CMAKE_PROGRESS_12 = 36
CMAKE_PROGRESS_13 = 37
CMAKE_PROGRESS_14 = 38
CMAKE_PROGRESS_15 =
CMAKE_PROGRESS_16 = 39
CMAKE_PROGRESS_17 = 40
CMAKE_PROGRESS_18 = 41
CMAKE_PROGRESS_19 = 42
CMAKE_PROGRESS_20 =
CMAKE_PROGRESS_21 = 43
CMAKE_PROGRESS_22 = 44
CMAKE_PROGRESS_23 = 45
CMAKE_PROGRESS_24 = 46
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTAsync.c" "third_party/paho.mqtt.c/src/CMakeFiles/paho-mqtt3a.dir/MQTTAsync.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/paho-mqtt3a.dir/MQTTAsync.c.o.d"
"/home/orangepi/gps/master/third_party/paho.mqtt.c/src/MQTTAsyncUtils.c" "third_party/paho.mqtt.c/src/CMakeFiles/paho-mqtt3a.dir/MQTTAsyncUtils.c.o" "gcc" "third_party/paho.mqtt.c/src/CMakeFiles/paho-mqtt3a.dir/MQTTAsyncUtils.c.o.d"
)
# Pairs of files generated by the same build rule.
set(CMAKE_MULTIPLE_OUTPUT_PAIRS
"/home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/libpaho-mqtt3a.so" "/home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/libpaho-mqtt3a.so.1.3.15"
"/home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/libpaho-mqtt3a.so.1" "/home/orangepi/gps/master/build/third_party/paho.mqtt.c/src/libpaho-mqtt3a.so.1.3.15"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
file(REMOVE_RECURSE
"CMakeFiles/paho-mqtt3a.dir/MQTTAsync.c.o"
"CMakeFiles/paho-mqtt3a.dir/MQTTAsync.c.o.d"
"CMakeFiles/paho-mqtt3a.dir/MQTTAsyncUtils.c.o"
"CMakeFiles/paho-mqtt3a.dir/MQTTAsyncUtils.c.o.d"
"libpaho-mqtt3a.pdb"
"libpaho-mqtt3a.so"
"libpaho-mqtt3a.so.1"
"libpaho-mqtt3a.so.1.3.15"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/paho-mqtt3a.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# Empty compiler generated dependencies file for paho-mqtt3a.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for paho-mqtt3a.
# Empty dependencies file for paho-mqtt3a.
# This may be replaced when dependencies are built.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile C with /usr/bin/cc
C_DEFINES = -DPAHO_MQTT_EXPORTS=1 -D_GNU_SOURCE -Dpaho_mqtt3a_EXPORTS
C_INCLUDES = -I/home/orangepi/gps/master/third_party/paho.mqtt.c/src -I/home/orangepi/gps/master/build
C_FLAGS = -fPIC -fvisibility=hidden
/usr/bin/cc -fPIC -Wl,-init,MQTTAsync_init -shared -Wl,-soname,libpaho-mqtt3a.so.1 -o libpaho-mqtt3a.so.1.3.15 CMakeFiles/paho-mqtt3a.dir/MQTTAsync.c.o CMakeFiles/paho-mqtt3a.dir/MQTTAsyncUtils.c.o CMakeFiles/common_obj.dir/MQTTTime.c.o CMakeFiles/common_obj.dir/MQTTProtocolClient.c.o CMakeFiles/common_obj.dir/Clients.c.o CMakeFiles/common_obj.dir/utf-8.c.o CMakeFiles/common_obj.dir/MQTTPacket.c.o CMakeFiles/common_obj.dir/MQTTPacketOut.c.o CMakeFiles/common_obj.dir/Messages.c.o CMakeFiles/common_obj.dir/Tree.c.o CMakeFiles/common_obj.dir/Socket.c.o CMakeFiles/common_obj.dir/Log.c.o CMakeFiles/common_obj.dir/MQTTPersistence.c.o CMakeFiles/common_obj.dir/Thread.c.o CMakeFiles/common_obj.dir/MQTTProtocolOut.c.o CMakeFiles/common_obj.dir/MQTTPersistenceDefault.c.o CMakeFiles/common_obj.dir/SocketBuffer.c.o CMakeFiles/common_obj.dir/LinkedList.c.o CMakeFiles/common_obj.dir/MQTTProperties.c.o CMakeFiles/common_obj.dir/MQTTReasonCodes.c.o CMakeFiles/common_obj.dir/Base64.c.o CMakeFiles/common_obj.dir/SHA1.c.o CMakeFiles/common_obj.dir/WebSocket.c.o CMakeFiles/common_obj.dir/Proxy.c.o CMakeFiles/common_obj.dir/StackTrace.c.o CMakeFiles/common_obj.dir/Heap.c.o -lc -ldl -lpthread -lrt -lanl
CMAKE_PROGRESS_1 = 50
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 = 51
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment