Makefile 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.22
  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. # Disable VCS-based implicit rules.
  13. % : %,v
  14. # Disable VCS-based implicit rules.
  15. % : RCS/%
  16. # Disable VCS-based implicit rules.
  17. % : RCS/%,v
  18. # Disable VCS-based implicit rules.
  19. % : SCCS/s.%
  20. # Disable VCS-based implicit rules.
  21. % : s.%
  22. .SUFFIXES: .hpux_make_needs_suffix_list
  23. # Command-line flag to silence nested $(MAKE).
  24. $(VERBOSE)MAKESILENT = -s
  25. #Suppress display of executed commands.
  26. $(VERBOSE).SILENT:
  27. # A target that is always out of date.
  28. cmake_force:
  29. .PHONY : cmake_force
  30. #=============================================================================
  31. # Set environment variables for the build.
  32. # The shell in which to execute make rules.
  33. SHELL = /bin/sh
  34. # The CMake executable.
  35. CMAKE_COMMAND = /opt/arago-2023.04/sysroots/x86_64-arago-linux/usr/bin/cmake
  36. # The command to remove a file.
  37. RM = /opt/arago-2023.04/sysroots/x86_64-arago-linux/usr/bin/cmake -E rm -f
  38. # Escaping for special characters.
  39. EQUALS = =
  40. # The top-level source directory on which CMake was run.
  41. CMAKE_SOURCE_DIR = /home/sunjt/checkout/apps/app_demo
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /home/sunjt/checkout/apps/app_demo
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46. # Special rule for the target edit_cache
  47. edit_cache:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  49. /opt/arago-2023.04/sysroots/x86_64-arago-linux/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  50. .PHONY : edit_cache
  51. # Special rule for the target edit_cache
  52. edit_cache/fast: edit_cache
  53. .PHONY : edit_cache/fast
  54. # Special rule for the target rebuild_cache
  55. rebuild_cache:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  57. /opt/arago-2023.04/sysroots/x86_64-arago-linux/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  58. .PHONY : rebuild_cache
  59. # Special rule for the target rebuild_cache
  60. rebuild_cache/fast: rebuild_cache
  61. .PHONY : rebuild_cache/fast
  62. # Special rule for the target list_install_components
  63. list_install_components:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  65. .PHONY : list_install_components
  66. # Special rule for the target list_install_components
  67. list_install_components/fast: list_install_components
  68. .PHONY : list_install_components/fast
  69. # Special rule for the target install
  70. install: preinstall
  71. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  72. /opt/arago-2023.04/sysroots/x86_64-arago-linux/usr/bin/cmake -P cmake_install.cmake
  73. .PHONY : install
  74. # Special rule for the target install
  75. install/fast: preinstall/fast
  76. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  77. /opt/arago-2023.04/sysroots/x86_64-arago-linux/usr/bin/cmake -P cmake_install.cmake
  78. .PHONY : install/fast
  79. # Special rule for the target install/local
  80. install/local: preinstall
  81. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  82. /opt/arago-2023.04/sysroots/x86_64-arago-linux/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  83. .PHONY : install/local
  84. # Special rule for the target install/local
  85. install/local/fast: preinstall/fast
  86. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  87. /opt/arago-2023.04/sysroots/x86_64-arago-linux/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  88. .PHONY : install/local/fast
  89. # Special rule for the target install/strip
  90. install/strip: preinstall
  91. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  92. /opt/arago-2023.04/sysroots/x86_64-arago-linux/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  93. .PHONY : install/strip
  94. # Special rule for the target install/strip
  95. install/strip/fast: preinstall/fast
  96. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  97. /opt/arago-2023.04/sysroots/x86_64-arago-linux/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  98. .PHONY : install/strip/fast
  99. # The main all target
  100. all: cmake_check_build_system
  101. $(CMAKE_COMMAND) -E cmake_progress_start /home/sunjt/checkout/apps/app_demo/CMakeFiles /home/sunjt/checkout/apps/app_demo//CMakeFiles/progress.marks
  102. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  103. $(CMAKE_COMMAND) -E cmake_progress_start /home/sunjt/checkout/apps/app_demo/CMakeFiles 0
  104. .PHONY : all
  105. # The main clean target
  106. clean:
  107. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
  108. .PHONY : clean
  109. # The main clean target
  110. clean/fast: clean
  111. .PHONY : clean/fast
  112. # Prepare targets for installation.
  113. preinstall: all
  114. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  115. .PHONY : preinstall
  116. # Prepare targets for installation.
  117. preinstall/fast:
  118. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  119. .PHONY : preinstall/fast
  120. # clear depends
  121. depend:
  122. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  123. .PHONY : depend
  124. #=============================================================================
  125. # Target rules for targets named APP_DEMO
  126. # Build rule for target.
  127. APP_DEMO: cmake_check_build_system
  128. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 APP_DEMO
  129. .PHONY : APP_DEMO
  130. # fast build rule for target.
  131. APP_DEMO/fast:
  132. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/build
  133. .PHONY : APP_DEMO/fast
  134. com_ttySx.o: com_ttySx.c.o
  135. .PHONY : com_ttySx.o
  136. # target to build an object file
  137. com_ttySx.c.o:
  138. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/com_ttySx.c.o
  139. .PHONY : com_ttySx.c.o
  140. com_ttySx.i: com_ttySx.c.i
  141. .PHONY : com_ttySx.i
  142. # target to preprocess a source file
  143. com_ttySx.c.i:
  144. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/com_ttySx.c.i
  145. .PHONY : com_ttySx.c.i
  146. com_ttySx.s: com_ttySx.c.s
  147. .PHONY : com_ttySx.s
  148. # target to generate assembly for a file
  149. com_ttySx.c.s:
  150. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/com_ttySx.c.s
  151. .PHONY : com_ttySx.c.s
  152. config.o: config.c.o
  153. .PHONY : config.o
  154. # target to build an object file
  155. config.c.o:
  156. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/config.c.o
  157. .PHONY : config.c.o
  158. config.i: config.c.i
  159. .PHONY : config.i
  160. # target to preprocess a source file
  161. config.c.i:
  162. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/config.c.i
  163. .PHONY : config.c.i
  164. config.s: config.c.s
  165. .PHONY : config.s
  166. # target to generate assembly for a file
  167. config.c.s:
  168. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/config.c.s
  169. .PHONY : config.c.s
  170. libJSON/cJSON.o: libJSON/cJSON.c.o
  171. .PHONY : libJSON/cJSON.o
  172. # target to build an object file
  173. libJSON/cJSON.c.o:
  174. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/libJSON/cJSON.c.o
  175. .PHONY : libJSON/cJSON.c.o
  176. libJSON/cJSON.i: libJSON/cJSON.c.i
  177. .PHONY : libJSON/cJSON.i
  178. # target to preprocess a source file
  179. libJSON/cJSON.c.i:
  180. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/libJSON/cJSON.c.i
  181. .PHONY : libJSON/cJSON.c.i
  182. libJSON/cJSON.s: libJSON/cJSON.c.s
  183. .PHONY : libJSON/cJSON.s
  184. # target to generate assembly for a file
  185. libJSON/cJSON.c.s:
  186. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/libJSON/cJSON.c.s
  187. .PHONY : libJSON/cJSON.c.s
  188. libJSON/cJSON_Utils.o: libJSON/cJSON_Utils.c.o
  189. .PHONY : libJSON/cJSON_Utils.o
  190. # target to build an object file
  191. libJSON/cJSON_Utils.c.o:
  192. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/libJSON/cJSON_Utils.c.o
  193. .PHONY : libJSON/cJSON_Utils.c.o
  194. libJSON/cJSON_Utils.i: libJSON/cJSON_Utils.c.i
  195. .PHONY : libJSON/cJSON_Utils.i
  196. # target to preprocess a source file
  197. libJSON/cJSON_Utils.c.i:
  198. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/libJSON/cJSON_Utils.c.i
  199. .PHONY : libJSON/cJSON_Utils.c.i
  200. libJSON/cJSON_Utils.s: libJSON/cJSON_Utils.c.s
  201. .PHONY : libJSON/cJSON_Utils.s
  202. # target to generate assembly for a file
  203. libJSON/cJSON_Utils.c.s:
  204. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/libJSON/cJSON_Utils.c.s
  205. .PHONY : libJSON/cJSON_Utils.c.s
  206. liblog/elog.o: liblog/elog.c.o
  207. .PHONY : liblog/elog.o
  208. # target to build an object file
  209. liblog/elog.c.o:
  210. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog.c.o
  211. .PHONY : liblog/elog.c.o
  212. liblog/elog.i: liblog/elog.c.i
  213. .PHONY : liblog/elog.i
  214. # target to preprocess a source file
  215. liblog/elog.c.i:
  216. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog.c.i
  217. .PHONY : liblog/elog.c.i
  218. liblog/elog.s: liblog/elog.c.s
  219. .PHONY : liblog/elog.s
  220. # target to generate assembly for a file
  221. liblog/elog.c.s:
  222. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog.c.s
  223. .PHONY : liblog/elog.c.s
  224. liblog/elog_async.o: liblog/elog_async.c.o
  225. .PHONY : liblog/elog_async.o
  226. # target to build an object file
  227. liblog/elog_async.c.o:
  228. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_async.c.o
  229. .PHONY : liblog/elog_async.c.o
  230. liblog/elog_async.i: liblog/elog_async.c.i
  231. .PHONY : liblog/elog_async.i
  232. # target to preprocess a source file
  233. liblog/elog_async.c.i:
  234. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_async.c.i
  235. .PHONY : liblog/elog_async.c.i
  236. liblog/elog_async.s: liblog/elog_async.c.s
  237. .PHONY : liblog/elog_async.s
  238. # target to generate assembly for a file
  239. liblog/elog_async.c.s:
  240. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_async.c.s
  241. .PHONY : liblog/elog_async.c.s
  242. liblog/elog_buf.o: liblog/elog_buf.c.o
  243. .PHONY : liblog/elog_buf.o
  244. # target to build an object file
  245. liblog/elog_buf.c.o:
  246. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_buf.c.o
  247. .PHONY : liblog/elog_buf.c.o
  248. liblog/elog_buf.i: liblog/elog_buf.c.i
  249. .PHONY : liblog/elog_buf.i
  250. # target to preprocess a source file
  251. liblog/elog_buf.c.i:
  252. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_buf.c.i
  253. .PHONY : liblog/elog_buf.c.i
  254. liblog/elog_buf.s: liblog/elog_buf.c.s
  255. .PHONY : liblog/elog_buf.s
  256. # target to generate assembly for a file
  257. liblog/elog_buf.c.s:
  258. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_buf.c.s
  259. .PHONY : liblog/elog_buf.c.s
  260. liblog/elog_file.o: liblog/elog_file.c.o
  261. .PHONY : liblog/elog_file.o
  262. # target to build an object file
  263. liblog/elog_file.c.o:
  264. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_file.c.o
  265. .PHONY : liblog/elog_file.c.o
  266. liblog/elog_file.i: liblog/elog_file.c.i
  267. .PHONY : liblog/elog_file.i
  268. # target to preprocess a source file
  269. liblog/elog_file.c.i:
  270. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_file.c.i
  271. .PHONY : liblog/elog_file.c.i
  272. liblog/elog_file.s: liblog/elog_file.c.s
  273. .PHONY : liblog/elog_file.s
  274. # target to generate assembly for a file
  275. liblog/elog_file.c.s:
  276. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_file.c.s
  277. .PHONY : liblog/elog_file.c.s
  278. liblog/elog_file_port.o: liblog/elog_file_port.c.o
  279. .PHONY : liblog/elog_file_port.o
  280. # target to build an object file
  281. liblog/elog_file_port.c.o:
  282. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_file_port.c.o
  283. .PHONY : liblog/elog_file_port.c.o
  284. liblog/elog_file_port.i: liblog/elog_file_port.c.i
  285. .PHONY : liblog/elog_file_port.i
  286. # target to preprocess a source file
  287. liblog/elog_file_port.c.i:
  288. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_file_port.c.i
  289. .PHONY : liblog/elog_file_port.c.i
  290. liblog/elog_file_port.s: liblog/elog_file_port.c.s
  291. .PHONY : liblog/elog_file_port.s
  292. # target to generate assembly for a file
  293. liblog/elog_file_port.c.s:
  294. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_file_port.c.s
  295. .PHONY : liblog/elog_file_port.c.s
  296. liblog/elog_port.o: liblog/elog_port.c.o
  297. .PHONY : liblog/elog_port.o
  298. # target to build an object file
  299. liblog/elog_port.c.o:
  300. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_port.c.o
  301. .PHONY : liblog/elog_port.c.o
  302. liblog/elog_port.i: liblog/elog_port.c.i
  303. .PHONY : liblog/elog_port.i
  304. # target to preprocess a source file
  305. liblog/elog_port.c.i:
  306. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_port.c.i
  307. .PHONY : liblog/elog_port.c.i
  308. liblog/elog_port.s: liblog/elog_port.c.s
  309. .PHONY : liblog/elog_port.s
  310. # target to generate assembly for a file
  311. liblog/elog_port.c.s:
  312. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_port.c.s
  313. .PHONY : liblog/elog_port.c.s
  314. liblog/elog_utils.o: liblog/elog_utils.c.o
  315. .PHONY : liblog/elog_utils.o
  316. # target to build an object file
  317. liblog/elog_utils.c.o:
  318. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_utils.c.o
  319. .PHONY : liblog/elog_utils.c.o
  320. liblog/elog_utils.i: liblog/elog_utils.c.i
  321. .PHONY : liblog/elog_utils.i
  322. # target to preprocess a source file
  323. liblog/elog_utils.c.i:
  324. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_utils.c.i
  325. .PHONY : liblog/elog_utils.c.i
  326. liblog/elog_utils.s: liblog/elog_utils.c.s
  327. .PHONY : liblog/elog_utils.s
  328. # target to generate assembly for a file
  329. liblog/elog_utils.c.s:
  330. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/liblog/elog_utils.c.s
  331. .PHONY : liblog/elog_utils.c.s
  332. logger.o: logger.c.o
  333. .PHONY : logger.o
  334. # target to build an object file
  335. logger.c.o:
  336. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/logger.c.o
  337. .PHONY : logger.c.o
  338. logger.i: logger.c.i
  339. .PHONY : logger.i
  340. # target to preprocess a source file
  341. logger.c.i:
  342. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/logger.c.i
  343. .PHONY : logger.c.i
  344. logger.s: logger.c.s
  345. .PHONY : logger.s
  346. # target to generate assembly for a file
  347. logger.c.s:
  348. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/logger.c.s
  349. .PHONY : logger.c.s
  350. main.o: main.c.o
  351. .PHONY : main.o
  352. # target to build an object file
  353. main.c.o:
  354. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/main.c.o
  355. .PHONY : main.c.o
  356. main.i: main.c.i
  357. .PHONY : main.i
  358. # target to preprocess a source file
  359. main.c.i:
  360. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/main.c.i
  361. .PHONY : main.c.i
  362. main.s: main.c.s
  363. .PHONY : main.s
  364. # target to generate assembly for a file
  365. main.c.s:
  366. $(MAKE) $(MAKESILENT) -f CMakeFiles/APP_DEMO.dir/build.make CMakeFiles/APP_DEMO.dir/main.c.s
  367. .PHONY : main.c.s
  368. # Help Target
  369. help:
  370. @echo "The following are some of the valid targets for this Makefile:"
  371. @echo "... all (the default if no target is provided)"
  372. @echo "... clean"
  373. @echo "... depend"
  374. @echo "... edit_cache"
  375. @echo "... install"
  376. @echo "... install/local"
  377. @echo "... install/strip"
  378. @echo "... list_install_components"
  379. @echo "... rebuild_cache"
  380. @echo "... APP_DEMO"
  381. @echo "... com_ttySx.o"
  382. @echo "... com_ttySx.i"
  383. @echo "... com_ttySx.s"
  384. @echo "... config.o"
  385. @echo "... config.i"
  386. @echo "... config.s"
  387. @echo "... libJSON/cJSON.o"
  388. @echo "... libJSON/cJSON.i"
  389. @echo "... libJSON/cJSON.s"
  390. @echo "... libJSON/cJSON_Utils.o"
  391. @echo "... libJSON/cJSON_Utils.i"
  392. @echo "... libJSON/cJSON_Utils.s"
  393. @echo "... liblog/elog.o"
  394. @echo "... liblog/elog.i"
  395. @echo "... liblog/elog.s"
  396. @echo "... liblog/elog_async.o"
  397. @echo "... liblog/elog_async.i"
  398. @echo "... liblog/elog_async.s"
  399. @echo "... liblog/elog_buf.o"
  400. @echo "... liblog/elog_buf.i"
  401. @echo "... liblog/elog_buf.s"
  402. @echo "... liblog/elog_file.o"
  403. @echo "... liblog/elog_file.i"
  404. @echo "... liblog/elog_file.s"
  405. @echo "... liblog/elog_file_port.o"
  406. @echo "... liblog/elog_file_port.i"
  407. @echo "... liblog/elog_file_port.s"
  408. @echo "... liblog/elog_port.o"
  409. @echo "... liblog/elog_port.i"
  410. @echo "... liblog/elog_port.s"
  411. @echo "... liblog/elog_utils.o"
  412. @echo "... liblog/elog_utils.i"
  413. @echo "... liblog/elog_utils.s"
  414. @echo "... logger.o"
  415. @echo "... logger.i"
  416. @echo "... logger.s"
  417. @echo "... main.o"
  418. @echo "... main.i"
  419. @echo "... main.s"
  420. .PHONY : help
  421. #=============================================================================
  422. # Special targets to cleanup operation of make.
  423. # Special rule to run CMake to check the build system integrity.
  424. # No rule that depends on this can have commands that come from listfiles
  425. # because they might be regenerated.
  426. cmake_check_build_system:
  427. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  428. .PHONY : cmake_check_build_system