123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- # 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 example/emqx/CMakeFiles/emqx_example.dir/depend.make
- # Include the progress variables for this target.
- include example/emqx/CMakeFiles/emqx_example.dir/progress.make
- # Include the compile flags for this target's objects.
- include example/emqx/CMakeFiles/emqx_example.dir/flags.make
- example/emqx/CMakeFiles/emqx_example.dir/emqx.c.o: example/emqx/CMakeFiles/emqx_example.dir/flags.make
- example/emqx/CMakeFiles/emqx_example.dir/emqx.c.o: ../example/emqx/emqx.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 example/emqx/CMakeFiles/emqx_example.dir/emqx.c.o"
- cd /home/book/hisi3518_lora/cmake-build-debug/example/emqx && /opt/hisi-linux/x86-arm/arm-hisiv300-linux/bin/arm-hisiv300-linux-uclibcgnueabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/emqx_example.dir/emqx.c.o -c /home/book/hisi3518_lora/example/emqx/emqx.c
- example/emqx/CMakeFiles/emqx_example.dir/emqx.c.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/emqx_example.dir/emqx.c.i"
- cd /home/book/hisi3518_lora/cmake-build-debug/example/emqx && /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/example/emqx/emqx.c > CMakeFiles/emqx_example.dir/emqx.c.i
- example/emqx/CMakeFiles/emqx_example.dir/emqx.c.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/emqx_example.dir/emqx.c.s"
- cd /home/book/hisi3518_lora/cmake-build-debug/example/emqx && /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/example/emqx/emqx.c -o CMakeFiles/emqx_example.dir/emqx.c.s
- # Object files for target emqx_example
- emqx_example_OBJECTS = \
- "CMakeFiles/emqx_example.dir/emqx.c.o"
- # External object files for target emqx_example
- emqx_example_EXTERNAL_OBJECTS =
- ../build/bin/emqx_example: example/emqx/CMakeFiles/emqx_example.dir/emqx.c.o
- ../build/bin/emqx_example: example/emqx/CMakeFiles/emqx_example.dir/build.make
- ../build/bin/emqx_example: ../build/lib/libmc-mqttclient.so.1.2.0
- ../build/bin/emqx_example: ../build/lib/libmc-mqtt.so.1.2.0
- ../build/bin/emqx_example: ../build/lib/libmc-network.so.1.2.0
- ../build/bin/emqx_example: ../build/lib/libmc-mbedtls.so.1.2.0
- ../build/bin/emqx_example: ../build/lib/libmc-platform.so.1.2.0
- ../build/bin/emqx_example: ../build/lib/libmc-common.so.1.2.0
- ../build/bin/emqx_example: ../build/lib/libmc-log.so.1.2.0
- ../build/bin/emqx_example: example/emqx/CMakeFiles/emqx_example.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 executable ../../../build/bin/emqx_example"
- cd /home/book/hisi3518_lora/cmake-build-debug/example/emqx && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/emqx_example.dir/link.txt --verbose=$(VERBOSE)
- # Rule to build all files generated by this target.
- example/emqx/CMakeFiles/emqx_example.dir/build: ../build/bin/emqx_example
- .PHONY : example/emqx/CMakeFiles/emqx_example.dir/build
- example/emqx/CMakeFiles/emqx_example.dir/clean:
- cd /home/book/hisi3518_lora/cmake-build-debug/example/emqx && $(CMAKE_COMMAND) -P CMakeFiles/emqx_example.dir/cmake_clean.cmake
- .PHONY : example/emqx/CMakeFiles/emqx_example.dir/clean
- example/emqx/CMakeFiles/emqx_example.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/example/emqx /home/book/hisi3518_lora/cmake-build-debug /home/book/hisi3518_lora/cmake-build-debug/example/emqx /home/book/hisi3518_lora/cmake-build-debug/example/emqx/CMakeFiles/emqx_example.dir/DependInfo.cmake --color=$(COLOR)
- .PHONY : example/emqx/CMakeFiles/emqx_example.dir/depend
|