Makefile 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  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 install/strip
  37. install/strip: preinstall
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  39. /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  40. .PHONY : install/strip
  41. # Special rule for the target install/strip
  42. install/strip/fast: preinstall/fast
  43. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  44. /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  45. .PHONY : install/strip/fast
  46. # Special rule for the target install/local
  47. install/local: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  49. /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  50. .PHONY : install/local
  51. # Special rule for the target install/local
  52. install/local/fast: preinstall/fast
  53. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  54. /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  55. .PHONY : install/local/fast
  56. # Special rule for the target edit_cache
  57. edit_cache:
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  59. /usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  60. .PHONY : edit_cache
  61. # Special rule for the target edit_cache
  62. edit_cache/fast: edit_cache
  63. .PHONY : edit_cache/fast
  64. # Special rule for the target rebuild_cache
  65. rebuild_cache:
  66. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  67. /usr/local/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  68. .PHONY : rebuild_cache
  69. # Special rule for the target rebuild_cache
  70. rebuild_cache/fast: rebuild_cache
  71. .PHONY : rebuild_cache/fast
  72. # Special rule for the target list_install_components
  73. list_install_components:
  74. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  75. .PHONY : list_install_components
  76. # Special rule for the target list_install_components
  77. list_install_components/fast: list_install_components
  78. .PHONY : list_install_components/fast
  79. # Special rule for the target install
  80. install: preinstall
  81. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  82. /usr/local/bin/cmake -P cmake_install.cmake
  83. .PHONY : install
  84. # Special rule for the target install
  85. install/fast: preinstall/fast
  86. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  87. /usr/local/bin/cmake -P cmake_install.cmake
  88. .PHONY : install/fast
  89. # The main all target
  90. all: cmake_check_build_system
  91. 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/platform/CMakeFiles/progress.marks
  92. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 platform/all
  93. $(CMAKE_COMMAND) -E cmake_progress_start /home/book/hisi3518_lora/cmake-build-debug/CMakeFiles 0
  94. .PHONY : all
  95. # The main clean target
  96. clean:
  97. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 platform/clean
  98. .PHONY : clean
  99. # The main clean target
  100. clean/fast: clean
  101. .PHONY : clean/fast
  102. # Prepare targets for installation.
  103. preinstall: all
  104. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 platform/preinstall
  105. .PHONY : preinstall
  106. # Prepare targets for installation.
  107. preinstall/fast:
  108. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 platform/preinstall
  109. .PHONY : preinstall/fast
  110. # clear depends
  111. depend:
  112. 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
  113. .PHONY : depend
  114. # Convenience name for target.
  115. platform/CMakeFiles/mc-platform.dir/rule:
  116. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 platform/CMakeFiles/mc-platform.dir/rule
  117. .PHONY : platform/CMakeFiles/mc-platform.dir/rule
  118. # Convenience name for target.
  119. mc-platform: platform/CMakeFiles/mc-platform.dir/rule
  120. .PHONY : mc-platform
  121. # fast build rule for target.
  122. mc-platform/fast:
  123. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/build
  124. .PHONY : mc-platform/fast
  125. # Convenience name for target.
  126. platform/CMakeFiles/mc-platform_static.dir/rule:
  127. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 platform/CMakeFiles/mc-platform_static.dir/rule
  128. .PHONY : platform/CMakeFiles/mc-platform_static.dir/rule
  129. # Convenience name for target.
  130. mc-platform_static: platform/CMakeFiles/mc-platform_static.dir/rule
  131. .PHONY : mc-platform_static
  132. # fast build rule for target.
  133. mc-platform_static/fast:
  134. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/build
  135. .PHONY : mc-platform_static/fast
  136. linux/platform_memory.o: linux/platform_memory.c.o
  137. .PHONY : linux/platform_memory.o
  138. # target to build an object file
  139. linux/platform_memory.c.o:
  140. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_memory.c.o
  141. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_memory.c.o
  142. .PHONY : linux/platform_memory.c.o
  143. linux/platform_memory.i: linux/platform_memory.c.i
  144. .PHONY : linux/platform_memory.i
  145. # target to preprocess a source file
  146. linux/platform_memory.c.i:
  147. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_memory.c.i
  148. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_memory.c.i
  149. .PHONY : linux/platform_memory.c.i
  150. linux/platform_memory.s: linux/platform_memory.c.s
  151. .PHONY : linux/platform_memory.s
  152. # target to generate assembly for a file
  153. linux/platform_memory.c.s:
  154. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_memory.c.s
  155. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_memory.c.s
  156. .PHONY : linux/platform_memory.c.s
  157. linux/platform_mutex.o: linux/platform_mutex.c.o
  158. .PHONY : linux/platform_mutex.o
  159. # target to build an object file
  160. linux/platform_mutex.c.o:
  161. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_mutex.c.o
  162. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_mutex.c.o
  163. .PHONY : linux/platform_mutex.c.o
  164. linux/platform_mutex.i: linux/platform_mutex.c.i
  165. .PHONY : linux/platform_mutex.i
  166. # target to preprocess a source file
  167. linux/platform_mutex.c.i:
  168. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_mutex.c.i
  169. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_mutex.c.i
  170. .PHONY : linux/platform_mutex.c.i
  171. linux/platform_mutex.s: linux/platform_mutex.c.s
  172. .PHONY : linux/platform_mutex.s
  173. # target to generate assembly for a file
  174. linux/platform_mutex.c.s:
  175. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_mutex.c.s
  176. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_mutex.c.s
  177. .PHONY : linux/platform_mutex.c.s
  178. linux/platform_net_socket.o: linux/platform_net_socket.c.o
  179. .PHONY : linux/platform_net_socket.o
  180. # target to build an object file
  181. linux/platform_net_socket.c.o:
  182. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_net_socket.c.o
  183. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_net_socket.c.o
  184. .PHONY : linux/platform_net_socket.c.o
  185. linux/platform_net_socket.i: linux/platform_net_socket.c.i
  186. .PHONY : linux/platform_net_socket.i
  187. # target to preprocess a source file
  188. linux/platform_net_socket.c.i:
  189. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_net_socket.c.i
  190. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_net_socket.c.i
  191. .PHONY : linux/platform_net_socket.c.i
  192. linux/platform_net_socket.s: linux/platform_net_socket.c.s
  193. .PHONY : linux/platform_net_socket.s
  194. # target to generate assembly for a file
  195. linux/platform_net_socket.c.s:
  196. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_net_socket.c.s
  197. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_net_socket.c.s
  198. .PHONY : linux/platform_net_socket.c.s
  199. linux/platform_thread.o: linux/platform_thread.c.o
  200. .PHONY : linux/platform_thread.o
  201. # target to build an object file
  202. linux/platform_thread.c.o:
  203. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_thread.c.o
  204. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_thread.c.o
  205. .PHONY : linux/platform_thread.c.o
  206. linux/platform_thread.i: linux/platform_thread.c.i
  207. .PHONY : linux/platform_thread.i
  208. # target to preprocess a source file
  209. linux/platform_thread.c.i:
  210. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_thread.c.i
  211. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_thread.c.i
  212. .PHONY : linux/platform_thread.c.i
  213. linux/platform_thread.s: linux/platform_thread.c.s
  214. .PHONY : linux/platform_thread.s
  215. # target to generate assembly for a file
  216. linux/platform_thread.c.s:
  217. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_thread.c.s
  218. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_thread.c.s
  219. .PHONY : linux/platform_thread.c.s
  220. linux/platform_timer.o: linux/platform_timer.c.o
  221. .PHONY : linux/platform_timer.o
  222. # target to build an object file
  223. linux/platform_timer.c.o:
  224. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_timer.c.o
  225. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_timer.c.o
  226. .PHONY : linux/platform_timer.c.o
  227. linux/platform_timer.i: linux/platform_timer.c.i
  228. .PHONY : linux/platform_timer.i
  229. # target to preprocess a source file
  230. linux/platform_timer.c.i:
  231. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_timer.c.i
  232. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_timer.c.i
  233. .PHONY : linux/platform_timer.c.i
  234. linux/platform_timer.s: linux/platform_timer.c.s
  235. .PHONY : linux/platform_timer.s
  236. # target to generate assembly for a file
  237. linux/platform_timer.c.s:
  238. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform.dir/build.make platform/CMakeFiles/mc-platform.dir/linux/platform_timer.c.s
  239. cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f platform/CMakeFiles/mc-platform_static.dir/build.make platform/CMakeFiles/mc-platform_static.dir/linux/platform_timer.c.s
  240. .PHONY : linux/platform_timer.c.s
  241. # Help Target
  242. help:
  243. @echo "The following are some of the valid targets for this Makefile:"
  244. @echo "... all (the default if no target is provided)"
  245. @echo "... clean"
  246. @echo "... depend"
  247. @echo "... install/strip"
  248. @echo "... install/local"
  249. @echo "... mc-platform"
  250. @echo "... edit_cache"
  251. @echo "... rebuild_cache"
  252. @echo "... mc-platform_static"
  253. @echo "... list_install_components"
  254. @echo "... install"
  255. @echo "... linux/platform_memory.o"
  256. @echo "... linux/platform_memory.i"
  257. @echo "... linux/platform_memory.s"
  258. @echo "... linux/platform_mutex.o"
  259. @echo "... linux/platform_mutex.i"
  260. @echo "... linux/platform_mutex.s"
  261. @echo "... linux/platform_net_socket.o"
  262. @echo "... linux/platform_net_socket.i"
  263. @echo "... linux/platform_net_socket.s"
  264. @echo "... linux/platform_thread.o"
  265. @echo "... linux/platform_thread.i"
  266. @echo "... linux/platform_thread.s"
  267. @echo "... linux/platform_timer.o"
  268. @echo "... linux/platform_timer.i"
  269. @echo "... linux/platform_timer.s"
  270. .PHONY : help
  271. #=============================================================================
  272. # Special targets to cleanup operation of make.
  273. # Special rule to run CMake to check the build system integrity.
  274. # No rule that depends on this can have commands that come from listfiles
  275. # because they might be regenerated.
  276. cmake_check_build_system:
  277. 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
  278. .PHONY : cmake_check_build_system