Makefile 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.15
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  7. .NOTPARALLEL:
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10. # Disable implicit rules so canonical targets will work.
  11. .SUFFIXES:
  12. # Remove some rules from gmake that .SUFFIXES does not remove.
  13. SUFFIXES =
  14. .SUFFIXES: .hpux_make_needs_suffix_list
  15. # Suppress display of executed commands.
  16. $(VERBOSE).SILENT:
  17. # A target that is always out of date.
  18. cmake_force:
  19. .PHONY : cmake_force
  20. #=============================================================================
  21. # Set environment variables for the build.
  22. # The shell in which to execute make rules.
  23. SHELL = /bin/sh
  24. # The CMake executable.
  25. CMAKE_COMMAND = /usr/local/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/local/bin/cmake -E remove -f
  28. # Escaping for special characters.
  29. EQUALS = =
  30. # The top-level source directory on which CMake was run.
  31. CMAKE_SOURCE_DIR = /home/book/hisi3518_lora
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/book/hisi3518_lora/cmake-build-debug
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target rebuild_cache
  37. rebuild_cache:
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  39. /usr/local/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  40. .PHONY : rebuild_cache
  41. # Special rule for the target rebuild_cache
  42. rebuild_cache/fast: rebuild_cache
  43. .PHONY : rebuild_cache/fast
  44. # Special rule for the target edit_cache
  45. edit_cache:
  46. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  47. /usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  48. .PHONY : edit_cache
  49. # Special rule for the target edit_cache
  50. edit_cache/fast: edit_cache
  51. .PHONY : edit_cache/fast
  52. # The main all target
  53. all: cmake_check_build_system
  54. $(CMAKE_COMMAND) -E cmake_progress_start /home/book/hisi3518_lora/cmake-build-debug/CMakeFiles /home/book/hisi3518_lora/cmake-build-debug/CMakeFiles/progress.marks
  55. $(MAKE) -f CMakeFiles/Makefile2 all
  56. $(CMAKE_COMMAND) -E cmake_progress_start /home/book/hisi3518_lora/cmake-build-debug/CMakeFiles 0
  57. .PHONY : all
  58. # The main clean target
  59. clean:
  60. $(MAKE) -f CMakeFiles/Makefile2 clean
  61. .PHONY : clean
  62. # The main clean target
  63. clean/fast: clean
  64. .PHONY : clean/fast
  65. # Prepare targets for installation.
  66. preinstall: all
  67. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  68. .PHONY : preinstall
  69. # Prepare targets for installation.
  70. preinstall/fast:
  71. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  72. .PHONY : preinstall/fast
  73. # clear depends
  74. depend:
  75. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  76. .PHONY : depend
  77. #=============================================================================
  78. # Target rules for targets named mqtt_log
  79. # Build rule for target.
  80. mqtt_log: cmake_check_build_system
  81. $(MAKE) -f CMakeFiles/Makefile2 mqtt_log
  82. .PHONY : mqtt_log
  83. # fast build rule for target.
  84. mqtt_log/fast:
  85. $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/build
  86. .PHONY : mqtt_log/fast
  87. #=============================================================================
  88. # Target rules for targets named mqtt_common
  89. # Build rule for target.
  90. mqtt_common: cmake_check_build_system
  91. $(MAKE) -f CMakeFiles/Makefile2 mqtt_common
  92. .PHONY : mqtt_common
  93. # fast build rule for target.
  94. mqtt_common/fast:
  95. $(MAKE) -f mqtt/common/source/CMakeFiles/mqtt_common.dir/build.make mqtt/common/source/CMakeFiles/mqtt_common.dir/build
  96. .PHONY : mqtt_common/fast
  97. #=============================================================================
  98. # Target rules for targets named mqtt
  99. # Build rule for target.
  100. mqtt: cmake_check_build_system
  101. $(MAKE) -f CMakeFiles/Makefile2 mqtt
  102. .PHONY : mqtt
  103. # fast build rule for target.
  104. mqtt/fast:
  105. $(MAKE) -f mqtt/mqtt/source/CMakeFiles/mqtt.dir/build.make mqtt/mqtt/source/CMakeFiles/mqtt.dir/build
  106. .PHONY : mqtt/fast
  107. #=============================================================================
  108. # Target rules for targets named mqtt_platform
  109. # Build rule for target.
  110. mqtt_platform: cmake_check_build_system
  111. $(MAKE) -f CMakeFiles/Makefile2 mqtt_platform
  112. .PHONY : mqtt_platform
  113. # fast build rule for target.
  114. mqtt_platform/fast:
  115. $(MAKE) -f mqtt/platform/source/CMakeFiles/mqtt_platform.dir/build.make mqtt/platform/source/CMakeFiles/mqtt_platform.dir/build
  116. .PHONY : mqtt_platform/fast
  117. #=============================================================================
  118. # Target rules for targets named mqtt_mbedtls
  119. # Build rule for target.
  120. mqtt_mbedtls: cmake_check_build_system
  121. $(MAKE) -f CMakeFiles/Makefile2 mqtt_mbedtls
  122. .PHONY : mqtt_mbedtls
  123. # fast build rule for target.
  124. mqtt_mbedtls/fast:
  125. $(MAKE) -f mqtt/mbedtls/CMakeFiles/mqtt_mbedtls.dir/build.make mqtt/mbedtls/CMakeFiles/mqtt_mbedtls.dir/build
  126. .PHONY : mqtt_mbedtls/fast
  127. #=============================================================================
  128. # Target rules for targets named mqtt_network
  129. # Build rule for target.
  130. mqtt_network: cmake_check_build_system
  131. $(MAKE) -f CMakeFiles/Makefile2 mqtt_network
  132. .PHONY : mqtt_network
  133. # fast build rule for target.
  134. mqtt_network/fast:
  135. $(MAKE) -f mqtt/network/source/CMakeFiles/mqtt_network.dir/build.make mqtt/network/source/CMakeFiles/mqtt_network.dir/build
  136. .PHONY : mqtt_network/fast
  137. #=============================================================================
  138. # Target rules for targets named mqtt_client
  139. # Build rule for target.
  140. mqtt_client: cmake_check_build_system
  141. $(MAKE) -f CMakeFiles/Makefile2 mqtt_client
  142. .PHONY : mqtt_client
  143. # fast build rule for target.
  144. mqtt_client/fast:
  145. $(MAKE) -f mqtt/mqttclient/source/CMakeFiles/mqtt_client.dir/build.make mqtt/mqttclient/source/CMakeFiles/mqtt_client.dir/build
  146. .PHONY : mqtt_client/fast
  147. #=============================================================================
  148. # Target rules for targets named sys_mqtt
  149. # Build rule for target.
  150. sys_mqtt: cmake_check_build_system
  151. $(MAKE) -f CMakeFiles/Makefile2 sys_mqtt
  152. .PHONY : sys_mqtt
  153. # fast build rule for target.
  154. sys_mqtt/fast:
  155. $(MAKE) -f mqtt/sys_mqtt/source/CMakeFiles/sys_mqtt.dir/build.make mqtt/sys_mqtt/source/CMakeFiles/sys_mqtt.dir/build
  156. .PHONY : sys_mqtt/fast
  157. #=============================================================================
  158. # Target rules for targets named mqtt_test
  159. # Build rule for target.
  160. mqtt_test: cmake_check_build_system
  161. $(MAKE) -f CMakeFiles/Makefile2 mqtt_test
  162. .PHONY : mqtt_test
  163. # fast build rule for target.
  164. mqtt_test/fast:
  165. $(MAKE) -f system/CMakeFiles/mqtt_test.dir/build.make system/CMakeFiles/mqtt_test.dir/build
  166. .PHONY : mqtt_test/fast
  167. # Help Target
  168. help:
  169. @echo "The following are some of the valid targets for this Makefile:"
  170. @echo "... all (the default if no target is provided)"
  171. @echo "... clean"
  172. @echo "... depend"
  173. @echo "... rebuild_cache"
  174. @echo "... edit_cache"
  175. @echo "... mqtt_log"
  176. @echo "... mqtt_common"
  177. @echo "... mqtt"
  178. @echo "... mqtt_platform"
  179. @echo "... mqtt_mbedtls"
  180. @echo "... mqtt_network"
  181. @echo "... mqtt_client"
  182. @echo "... sys_mqtt"
  183. @echo "... mqtt_test"
  184. .PHONY : help
  185. #=============================================================================
  186. # Special targets to cleanup operation of make.
  187. # Special rule to run CMake to check the build system integrity.
  188. # No rule that depends on this can have commands that come from listfiles
  189. # because they might be regenerated.
  190. cmake_check_build_system:
  191. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  192. .PHONY : cmake_check_build_system