Makefile 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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. cd /home/book/hisi3518_lora/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_progress_start /home/book/hisi3518_lora/cmake-build-debug/CMakeFiles /home/book/hisi3518_lora/cmake-build-debug/mqtt/log/source/CMakeFiles/progress.marks
  55. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 mqtt/log/source/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. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 mqtt/log/source/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. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 mqtt/log/source/preinstall
  68. .PHONY : preinstall
  69. # Prepare targets for installation.
  70. preinstall/fast:
  71. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 mqtt/log/source/preinstall
  72. .PHONY : preinstall/fast
  73. # clear depends
  74. depend:
  75. cd /home/book/hisi3518_lora/cmake-build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  76. .PHONY : depend
  77. # Convenience name for target.
  78. mqtt/log/source/CMakeFiles/mqtt_log.dir/rule:
  79. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 mqtt/log/source/CMakeFiles/mqtt_log.dir/rule
  80. .PHONY : mqtt/log/source/CMakeFiles/mqtt_log.dir/rule
  81. # Convenience name for target.
  82. mqtt_log: mqtt/log/source/CMakeFiles/mqtt_log.dir/rule
  83. .PHONY : mqtt_log
  84. # fast build rule for target.
  85. mqtt_log/fast:
  86. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/build
  87. .PHONY : mqtt_log/fast
  88. arch.o: arch.c.o
  89. .PHONY : arch.o
  90. # target to build an object file
  91. arch.c.o:
  92. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/arch.c.o
  93. .PHONY : arch.c.o
  94. arch.i: arch.c.i
  95. .PHONY : arch.i
  96. # target to preprocess a source file
  97. arch.c.i:
  98. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/arch.c.i
  99. .PHONY : arch.c.i
  100. arch.s: arch.c.s
  101. .PHONY : arch.s
  102. # target to generate assembly for a file
  103. arch.c.s:
  104. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/arch.c.s
  105. .PHONY : arch.c.s
  106. fifo.o: fifo.c.o
  107. .PHONY : fifo.o
  108. # target to build an object file
  109. fifo.c.o:
  110. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/fifo.c.o
  111. .PHONY : fifo.c.o
  112. fifo.i: fifo.c.i
  113. .PHONY : fifo.i
  114. # target to preprocess a source file
  115. fifo.c.i:
  116. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/fifo.c.i
  117. .PHONY : fifo.c.i
  118. fifo.s: fifo.c.s
  119. .PHONY : fifo.s
  120. # target to generate assembly for a file
  121. fifo.c.s:
  122. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/fifo.c.s
  123. .PHONY : fifo.c.s
  124. format.o: format.c.o
  125. .PHONY : format.o
  126. # target to build an object file
  127. format.c.o:
  128. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/format.c.o
  129. .PHONY : format.c.o
  130. format.i: format.c.i
  131. .PHONY : format.i
  132. # target to preprocess a source file
  133. format.c.i:
  134. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/format.c.i
  135. .PHONY : format.c.i
  136. format.s: format.c.s
  137. .PHONY : format.s
  138. # target to generate assembly for a file
  139. format.c.s:
  140. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/format.c.s
  141. .PHONY : format.c.s
  142. salof.o: salof.c.o
  143. .PHONY : salof.o
  144. # target to build an object file
  145. salof.c.o:
  146. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/salof.c.o
  147. .PHONY : salof.c.o
  148. salof.i: salof.c.i
  149. .PHONY : salof.i
  150. # target to preprocess a source file
  151. salof.c.i:
  152. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/salof.c.i
  153. .PHONY : salof.c.i
  154. salof.s: salof.c.s
  155. .PHONY : salof.s
  156. # target to generate assembly for a file
  157. salof.c.s:
  158. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f mqtt/log/source/CMakeFiles/mqtt_log.dir/build.make mqtt/log/source/CMakeFiles/mqtt_log.dir/salof.c.s
  159. .PHONY : salof.c.s
  160. # Help Target
  161. help:
  162. @echo "The following are some of the valid targets for this Makefile:"
  163. @echo "... all (the default if no target is provided)"
  164. @echo "... clean"
  165. @echo "... depend"
  166. @echo "... rebuild_cache"
  167. @echo "... mqtt_log"
  168. @echo "... edit_cache"
  169. @echo "... arch.o"
  170. @echo "... arch.i"
  171. @echo "... arch.s"
  172. @echo "... fifo.o"
  173. @echo "... fifo.i"
  174. @echo "... fifo.s"
  175. @echo "... format.o"
  176. @echo "... format.i"
  177. @echo "... format.s"
  178. @echo "... salof.o"
  179. @echo "... salof.i"
  180. @echo "... salof.s"
  181. .PHONY : help
  182. #=============================================================================
  183. # Special targets to cleanup operation of make.
  184. # Special rule to run CMake to check the build system integrity.
  185. # No rule that depends on this can have commands that come from listfiles
  186. # because they might be regenerated.
  187. cmake_check_build_system:
  188. cd /home/book/hisi3518_lora/cmake-build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  189. .PHONY : cmake_check_build_system