# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.15 # Delete rule output on recipe failure. .DELETE_ON_ERROR: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Remove some rules from gmake that .SUFFIXES does not remove. SUFFIXES = .SUFFIXES: .hpux_make_needs_suffix_list # Suppress display of executed commands. $(VERBOSE).SILENT: # A target that is always out of date. cmake_force: .PHONY : cmake_force #============================================================================= # Set environment variables for the build. # The shell in which to execute make rules. SHELL = /bin/sh # The CMake executable. CMAKE_COMMAND = /usr/local/bin/cmake # The command to remove a file. RM = /usr/local/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/book/hisi3518_lora # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/book/hisi3518_lora/cmake-build-debug # Include any dependencies generated for this target. include mqttclient/CMakeFiles/mc-mqttclient_static.dir/depend.make # Include the progress variables for this target. include mqttclient/CMakeFiles/mc-mqttclient_static.dir/progress.make # Include the compile flags for this target's objects. include mqttclient/CMakeFiles/mc-mqttclient_static.dir/flags.make mqttclient/CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.o: mqttclient/CMakeFiles/mc-mqttclient_static.dir/flags.make mqttclient/CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.o: ../mqttclient/mqttclient.c @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/book/hisi3518_lora/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object mqttclient/CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.o" cd /home/book/hisi3518_lora/cmake-build-debug/mqttclient && /opt/hisi-linux/x86-arm/arm-hisiv300-linux/bin/arm-hisiv300-linux-uclibcgnueabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.o -c /home/book/hisi3518_lora/mqttclient/mqttclient.c mqttclient/CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.i" cd /home/book/hisi3518_lora/cmake-build-debug/mqttclient && /opt/hisi-linux/x86-arm/arm-hisiv300-linux/bin/arm-hisiv300-linux-uclibcgnueabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/book/hisi3518_lora/mqttclient/mqttclient.c > CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.i mqttclient/CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.s" cd /home/book/hisi3518_lora/cmake-build-debug/mqttclient && /opt/hisi-linux/x86-arm/arm-hisiv300-linux/bin/arm-hisiv300-linux-uclibcgnueabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/book/hisi3518_lora/mqttclient/mqttclient.c -o CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.s # Object files for target mc-mqttclient_static mc__mqttclient_static_OBJECTS = \ "CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.o" # External object files for target mc-mqttclient_static mc__mqttclient_static_EXTERNAL_OBJECTS = ../build/lib/libmc-mqttclient.a: mqttclient/CMakeFiles/mc-mqttclient_static.dir/mqttclient.c.o ../build/lib/libmc-mqttclient.a: mqttclient/CMakeFiles/mc-mqttclient_static.dir/build.make ../build/lib/libmc-mqttclient.a: mqttclient/CMakeFiles/mc-mqttclient_static.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/book/hisi3518_lora/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library ../../build/lib/libmc-mqttclient.a" cd /home/book/hisi3518_lora/cmake-build-debug/mqttclient && $(CMAKE_COMMAND) -P CMakeFiles/mc-mqttclient_static.dir/cmake_clean_target.cmake cd /home/book/hisi3518_lora/cmake-build-debug/mqttclient && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mc-mqttclient_static.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. mqttclient/CMakeFiles/mc-mqttclient_static.dir/build: ../build/lib/libmc-mqttclient.a .PHONY : mqttclient/CMakeFiles/mc-mqttclient_static.dir/build mqttclient/CMakeFiles/mc-mqttclient_static.dir/clean: cd /home/book/hisi3518_lora/cmake-build-debug/mqttclient && $(CMAKE_COMMAND) -P CMakeFiles/mc-mqttclient_static.dir/cmake_clean.cmake .PHONY : mqttclient/CMakeFiles/mc-mqttclient_static.dir/clean mqttclient/CMakeFiles/mc-mqttclient_static.dir/depend: cd /home/book/hisi3518_lora/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/book/hisi3518_lora /home/book/hisi3518_lora/mqttclient /home/book/hisi3518_lora/cmake-build-debug /home/book/hisi3518_lora/cmake-build-debug/mqttclient /home/book/hisi3518_lora/cmake-build-debug/mqttclient/CMakeFiles/mc-mqttclient_static.dir/DependInfo.cmake --color=$(COLOR) .PHONY : mqttclient/CMakeFiles/mc-mqttclient_static.dir/depend