Makefile 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986
  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 = /usr/bin/cmake
  36. # The command to remove a file.
  37. RM = /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/zw/zhouwei/test/xianhe/app_XHTC
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /home/zw/zhouwei/test/xianhe/app_XHTC/build
  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. /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. /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. /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. /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. /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. /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. /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. /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/zw/zhouwei/test/xianhe/app_XHTC/build/CMakeFiles /home/zw/zhouwei/test/xianhe/app_XHTC/build//CMakeFiles/progress.marks
  102. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  103. $(CMAKE_COMMAND) -E cmake_progress_start /home/zw/zhouwei/test/xianhe/app_XHTC/build/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_XHHW
  126. # Build rule for target.
  127. app_XHHW: cmake_check_build_system
  128. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 app_XHHW
  129. .PHONY : app_XHHW
  130. # fast build rule for target.
  131. app_XHHW/fast:
  132. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/build
  133. .PHONY : app_XHHW/fast
  134. cJSON/cJSON.o: cJSON/cJSON.c.o
  135. .PHONY : cJSON/cJSON.o
  136. # target to build an object file
  137. cJSON/cJSON.c.o:
  138. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON.c.o
  139. .PHONY : cJSON/cJSON.c.o
  140. cJSON/cJSON.i: cJSON/cJSON.c.i
  141. .PHONY : cJSON/cJSON.i
  142. # target to preprocess a source file
  143. cJSON/cJSON.c.i:
  144. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON.c.i
  145. .PHONY : cJSON/cJSON.c.i
  146. cJSON/cJSON.s: cJSON/cJSON.c.s
  147. .PHONY : cJSON/cJSON.s
  148. # target to generate assembly for a file
  149. cJSON/cJSON.c.s:
  150. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON.c.s
  151. .PHONY : cJSON/cJSON.c.s
  152. cJSON/cJSON_Utils.o: cJSON/cJSON_Utils.c.o
  153. .PHONY : cJSON/cJSON_Utils.o
  154. # target to build an object file
  155. cJSON/cJSON_Utils.c.o:
  156. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON_Utils.c.o
  157. .PHONY : cJSON/cJSON_Utils.c.o
  158. cJSON/cJSON_Utils.i: cJSON/cJSON_Utils.c.i
  159. .PHONY : cJSON/cJSON_Utils.i
  160. # target to preprocess a source file
  161. cJSON/cJSON_Utils.c.i:
  162. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON_Utils.c.i
  163. .PHONY : cJSON/cJSON_Utils.c.i
  164. cJSON/cJSON_Utils.s: cJSON/cJSON_Utils.c.s
  165. .PHONY : cJSON/cJSON_Utils.s
  166. # target to generate assembly for a file
  167. cJSON/cJSON_Utils.c.s:
  168. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON_Utils.c.s
  169. .PHONY : cJSON/cJSON_Utils.c.s
  170. easylog/elog.o: easylog/elog.c.o
  171. .PHONY : easylog/elog.o
  172. # target to build an object file
  173. easylog/elog.c.o:
  174. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog.c.o
  175. .PHONY : easylog/elog.c.o
  176. easylog/elog.i: easylog/elog.c.i
  177. .PHONY : easylog/elog.i
  178. # target to preprocess a source file
  179. easylog/elog.c.i:
  180. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog.c.i
  181. .PHONY : easylog/elog.c.i
  182. easylog/elog.s: easylog/elog.c.s
  183. .PHONY : easylog/elog.s
  184. # target to generate assembly for a file
  185. easylog/elog.c.s:
  186. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog.c.s
  187. .PHONY : easylog/elog.c.s
  188. easylog/elog_async.o: easylog/elog_async.c.o
  189. .PHONY : easylog/elog_async.o
  190. # target to build an object file
  191. easylog/elog_async.c.o:
  192. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_async.c.o
  193. .PHONY : easylog/elog_async.c.o
  194. easylog/elog_async.i: easylog/elog_async.c.i
  195. .PHONY : easylog/elog_async.i
  196. # target to preprocess a source file
  197. easylog/elog_async.c.i:
  198. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_async.c.i
  199. .PHONY : easylog/elog_async.c.i
  200. easylog/elog_async.s: easylog/elog_async.c.s
  201. .PHONY : easylog/elog_async.s
  202. # target to generate assembly for a file
  203. easylog/elog_async.c.s:
  204. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_async.c.s
  205. .PHONY : easylog/elog_async.c.s
  206. easylog/elog_file.o: easylog/elog_file.c.o
  207. .PHONY : easylog/elog_file.o
  208. # target to build an object file
  209. easylog/elog_file.c.o:
  210. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file.c.o
  211. .PHONY : easylog/elog_file.c.o
  212. easylog/elog_file.i: easylog/elog_file.c.i
  213. .PHONY : easylog/elog_file.i
  214. # target to preprocess a source file
  215. easylog/elog_file.c.i:
  216. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file.c.i
  217. .PHONY : easylog/elog_file.c.i
  218. easylog/elog_file.s: easylog/elog_file.c.s
  219. .PHONY : easylog/elog_file.s
  220. # target to generate assembly for a file
  221. easylog/elog_file.c.s:
  222. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file.c.s
  223. .PHONY : easylog/elog_file.c.s
  224. easylog/elog_file_port.o: easylog/elog_file_port.c.o
  225. .PHONY : easylog/elog_file_port.o
  226. # target to build an object file
  227. easylog/elog_file_port.c.o:
  228. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file_port.c.o
  229. .PHONY : easylog/elog_file_port.c.o
  230. easylog/elog_file_port.i: easylog/elog_file_port.c.i
  231. .PHONY : easylog/elog_file_port.i
  232. # target to preprocess a source file
  233. easylog/elog_file_port.c.i:
  234. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file_port.c.i
  235. .PHONY : easylog/elog_file_port.c.i
  236. easylog/elog_file_port.s: easylog/elog_file_port.c.s
  237. .PHONY : easylog/elog_file_port.s
  238. # target to generate assembly for a file
  239. easylog/elog_file_port.c.s:
  240. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file_port.c.s
  241. .PHONY : easylog/elog_file_port.c.s
  242. easylog/elog_port.o: easylog/elog_port.c.o
  243. .PHONY : easylog/elog_port.o
  244. # target to build an object file
  245. easylog/elog_port.c.o:
  246. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_port.c.o
  247. .PHONY : easylog/elog_port.c.o
  248. easylog/elog_port.i: easylog/elog_port.c.i
  249. .PHONY : easylog/elog_port.i
  250. # target to preprocess a source file
  251. easylog/elog_port.c.i:
  252. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_port.c.i
  253. .PHONY : easylog/elog_port.c.i
  254. easylog/elog_port.s: easylog/elog_port.c.s
  255. .PHONY : easylog/elog_port.s
  256. # target to generate assembly for a file
  257. easylog/elog_port.c.s:
  258. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_port.c.s
  259. .PHONY : easylog/elog_port.c.s
  260. easylog/elog_utils.o: easylog/elog_utils.c.o
  261. .PHONY : easylog/elog_utils.o
  262. # target to build an object file
  263. easylog/elog_utils.c.o:
  264. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_utils.c.o
  265. .PHONY : easylog/elog_utils.c.o
  266. easylog/elog_utils.i: easylog/elog_utils.c.i
  267. .PHONY : easylog/elog_utils.i
  268. # target to preprocess a source file
  269. easylog/elog_utils.c.i:
  270. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_utils.c.i
  271. .PHONY : easylog/elog_utils.c.i
  272. easylog/elog_utils.s: easylog/elog_utils.c.s
  273. .PHONY : easylog/elog_utils.s
  274. # target to generate assembly for a file
  275. easylog/elog_utils.c.s:
  276. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_utils.c.s
  277. .PHONY : easylog/elog_utils.c.s
  278. ptimer/ptimer.o: ptimer/ptimer.c.o
  279. .PHONY : ptimer/ptimer.o
  280. # target to build an object file
  281. ptimer/ptimer.c.o:
  282. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/ptimer/ptimer.c.o
  283. .PHONY : ptimer/ptimer.c.o
  284. ptimer/ptimer.i: ptimer/ptimer.c.i
  285. .PHONY : ptimer/ptimer.i
  286. # target to preprocess a source file
  287. ptimer/ptimer.c.i:
  288. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/ptimer/ptimer.c.i
  289. .PHONY : ptimer/ptimer.c.i
  290. ptimer/ptimer.s: ptimer/ptimer.c.s
  291. .PHONY : ptimer/ptimer.s
  292. # target to generate assembly for a file
  293. ptimer/ptimer.c.s:
  294. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/ptimer/ptimer.c.s
  295. .PHONY : ptimer/ptimer.c.s
  296. src/acrel_DJSF1352RN.o: src/acrel_DJSF1352RN.c.o
  297. .PHONY : src/acrel_DJSF1352RN.o
  298. # target to build an object file
  299. src/acrel_DJSF1352RN.c.o:
  300. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/acrel_DJSF1352RN.c.o
  301. .PHONY : src/acrel_DJSF1352RN.c.o
  302. src/acrel_DJSF1352RN.i: src/acrel_DJSF1352RN.c.i
  303. .PHONY : src/acrel_DJSF1352RN.i
  304. # target to preprocess a source file
  305. src/acrel_DJSF1352RN.c.i:
  306. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/acrel_DJSF1352RN.c.i
  307. .PHONY : src/acrel_DJSF1352RN.c.i
  308. src/acrel_DJSF1352RN.s: src/acrel_DJSF1352RN.c.s
  309. .PHONY : src/acrel_DJSF1352RN.s
  310. # target to generate assembly for a file
  311. src/acrel_DJSF1352RN.c.s:
  312. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/acrel_DJSF1352RN.c.s
  313. .PHONY : src/acrel_DJSF1352RN.c.s
  314. src/ast_XH.o: src/ast_XH.c.o
  315. .PHONY : src/ast_XH.o
  316. # target to build an object file
  317. src/ast_XH.c.o:
  318. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/ast_XH.c.o
  319. .PHONY : src/ast_XH.c.o
  320. src/ast_XH.i: src/ast_XH.c.i
  321. .PHONY : src/ast_XH.i
  322. # target to preprocess a source file
  323. src/ast_XH.c.i:
  324. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/ast_XH.c.i
  325. .PHONY : src/ast_XH.c.i
  326. src/ast_XH.s: src/ast_XH.c.s
  327. .PHONY : src/ast_XH.s
  328. # target to generate assembly for a file
  329. src/ast_XH.c.s:
  330. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/ast_XH.c.s
  331. .PHONY : src/ast_XH.c.s
  332. src/com_CAN.o: src/com_CAN.c.o
  333. .PHONY : src/com_CAN.o
  334. # target to build an object file
  335. src/com_CAN.c.o:
  336. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_CAN.c.o
  337. .PHONY : src/com_CAN.c.o
  338. src/com_CAN.i: src/com_CAN.c.i
  339. .PHONY : src/com_CAN.i
  340. # target to preprocess a source file
  341. src/com_CAN.c.i:
  342. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_CAN.c.i
  343. .PHONY : src/com_CAN.c.i
  344. src/com_CAN.s: src/com_CAN.c.s
  345. .PHONY : src/com_CAN.s
  346. # target to generate assembly for a file
  347. src/com_CAN.c.s:
  348. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_CAN.c.s
  349. .PHONY : src/com_CAN.c.s
  350. src/com_ttySx.o: src/com_ttySx.c.o
  351. .PHONY : src/com_ttySx.o
  352. # target to build an object file
  353. src/com_ttySx.c.o:
  354. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_ttySx.c.o
  355. .PHONY : src/com_ttySx.c.o
  356. src/com_ttySx.i: src/com_ttySx.c.i
  357. .PHONY : src/com_ttySx.i
  358. # target to preprocess a source file
  359. src/com_ttySx.c.i:
  360. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_ttySx.c.i
  361. .PHONY : src/com_ttySx.c.i
  362. src/com_ttySx.s: src/com_ttySx.c.s
  363. .PHONY : src/com_ttySx.s
  364. # target to generate assembly for a file
  365. src/com_ttySx.c.s:
  366. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_ttySx.c.s
  367. .PHONY : src/com_ttySx.c.s
  368. src/config.o: src/config.c.o
  369. .PHONY : src/config.o
  370. # target to build an object file
  371. src/config.c.o:
  372. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/config.c.o
  373. .PHONY : src/config.c.o
  374. src/config.i: src/config.c.i
  375. .PHONY : src/config.i
  376. # target to preprocess a source file
  377. src/config.c.i:
  378. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/config.c.i
  379. .PHONY : src/config.c.i
  380. src/config.s: src/config.c.s
  381. .PHONY : src/config.s
  382. # target to generate assembly for a file
  383. src/config.c.s:
  384. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/config.c.s
  385. .PHONY : src/config.c.s
  386. src/goose_HW.o: src/goose_HW.c.o
  387. .PHONY : src/goose_HW.o
  388. # target to build an object file
  389. src/goose_HW.c.o:
  390. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW.c.o
  391. .PHONY : src/goose_HW.c.o
  392. src/goose_HW.i: src/goose_HW.c.i
  393. .PHONY : src/goose_HW.i
  394. # target to preprocess a source file
  395. src/goose_HW.c.i:
  396. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW.c.i
  397. .PHONY : src/goose_HW.c.i
  398. src/goose_HW.s: src/goose_HW.c.s
  399. .PHONY : src/goose_HW.s
  400. # target to generate assembly for a file
  401. src/goose_HW.c.s:
  402. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW.c.s
  403. .PHONY : src/goose_HW.c.s
  404. src/goose_HW_decode.o: src/goose_HW_decode.c.o
  405. .PHONY : src/goose_HW_decode.o
  406. # target to build an object file
  407. src/goose_HW_decode.c.o:
  408. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_decode.c.o
  409. .PHONY : src/goose_HW_decode.c.o
  410. src/goose_HW_decode.i: src/goose_HW_decode.c.i
  411. .PHONY : src/goose_HW_decode.i
  412. # target to preprocess a source file
  413. src/goose_HW_decode.c.i:
  414. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_decode.c.i
  415. .PHONY : src/goose_HW_decode.c.i
  416. src/goose_HW_decode.s: src/goose_HW_decode.c.s
  417. .PHONY : src/goose_HW_decode.s
  418. # target to generate assembly for a file
  419. src/goose_HW_decode.c.s:
  420. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_decode.c.s
  421. .PHONY : src/goose_HW_decode.c.s
  422. src/goose_HW_encode.o: src/goose_HW_encode.c.o
  423. .PHONY : src/goose_HW_encode.o
  424. # target to build an object file
  425. src/goose_HW_encode.c.o:
  426. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_encode.c.o
  427. .PHONY : src/goose_HW_encode.c.o
  428. src/goose_HW_encode.i: src/goose_HW_encode.c.i
  429. .PHONY : src/goose_HW_encode.i
  430. # target to preprocess a source file
  431. src/goose_HW_encode.c.i:
  432. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_encode.c.i
  433. .PHONY : src/goose_HW_encode.c.i
  434. src/goose_HW_encode.s: src/goose_HW_encode.c.s
  435. .PHONY : src/goose_HW_encode.s
  436. # target to generate assembly for a file
  437. src/goose_HW_encode.c.s:
  438. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_encode.c.s
  439. .PHONY : src/goose_HW_encode.c.s
  440. src/hmac_sha256.o: src/hmac_sha256.c.o
  441. .PHONY : src/hmac_sha256.o
  442. # target to build an object file
  443. src/hmac_sha256.c.o:
  444. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/hmac_sha256.c.o
  445. .PHONY : src/hmac_sha256.c.o
  446. src/hmac_sha256.i: src/hmac_sha256.c.i
  447. .PHONY : src/hmac_sha256.i
  448. # target to preprocess a source file
  449. src/hmac_sha256.c.i:
  450. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/hmac_sha256.c.i
  451. .PHONY : src/hmac_sha256.c.i
  452. src/hmac_sha256.s: src/hmac_sha256.c.s
  453. .PHONY : src/hmac_sha256.s
  454. # target to generate assembly for a file
  455. src/hmac_sha256.c.s:
  456. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/hmac_sha256.c.s
  457. .PHONY : src/hmac_sha256.c.s
  458. src/logger.o: src/logger.c.o
  459. .PHONY : src/logger.o
  460. # target to build an object file
  461. src/logger.c.o:
  462. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/logger.c.o
  463. .PHONY : src/logger.c.o
  464. src/logger.i: src/logger.c.i
  465. .PHONY : src/logger.i
  466. # target to preprocess a source file
  467. src/logger.c.i:
  468. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/logger.c.i
  469. .PHONY : src/logger.c.i
  470. src/logger.s: src/logger.c.s
  471. .PHONY : src/logger.s
  472. # target to generate assembly for a file
  473. src/logger.c.s:
  474. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/logger.c.s
  475. .PHONY : src/logger.c.s
  476. src/main.o: src/main.c.o
  477. .PHONY : src/main.o
  478. # target to build an object file
  479. src/main.c.o:
  480. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/main.c.o
  481. .PHONY : src/main.c.o
  482. src/main.i: src/main.c.i
  483. .PHONY : src/main.i
  484. # target to preprocess a source file
  485. src/main.c.i:
  486. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/main.c.i
  487. .PHONY : src/main.c.i
  488. src/main.s: src/main.c.s
  489. .PHONY : src/main.s
  490. # target to generate assembly for a file
  491. src/main.c.s:
  492. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/main.c.s
  493. .PHONY : src/main.c.s
  494. src/modbus_RTU.o: src/modbus_RTU.c.o
  495. .PHONY : src/modbus_RTU.o
  496. # target to build an object file
  497. src/modbus_RTU.c.o:
  498. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_RTU.c.o
  499. .PHONY : src/modbus_RTU.c.o
  500. src/modbus_RTU.i: src/modbus_RTU.c.i
  501. .PHONY : src/modbus_RTU.i
  502. # target to preprocess a source file
  503. src/modbus_RTU.c.i:
  504. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_RTU.c.i
  505. .PHONY : src/modbus_RTU.c.i
  506. src/modbus_RTU.s: src/modbus_RTU.c.s
  507. .PHONY : src/modbus_RTU.s
  508. # target to generate assembly for a file
  509. src/modbus_RTU.c.s:
  510. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_RTU.c.s
  511. .PHONY : src/modbus_RTU.c.s
  512. src/modbus_TCP_HW.o: src/modbus_TCP_HW.c.o
  513. .PHONY : src/modbus_TCP_HW.o
  514. # target to build an object file
  515. src/modbus_TCP_HW.c.o:
  516. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_TCP_HW.c.o
  517. .PHONY : src/modbus_TCP_HW.c.o
  518. src/modbus_TCP_HW.i: src/modbus_TCP_HW.c.i
  519. .PHONY : src/modbus_TCP_HW.i
  520. # target to preprocess a source file
  521. src/modbus_TCP_HW.c.i:
  522. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_TCP_HW.c.i
  523. .PHONY : src/modbus_TCP_HW.c.i
  524. src/modbus_TCP_HW.s: src/modbus_TCP_HW.c.s
  525. .PHONY : src/modbus_TCP_HW.s
  526. # target to generate assembly for a file
  527. src/modbus_TCP_HW.c.s:
  528. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_TCP_HW.c.s
  529. .PHONY : src/modbus_TCP_HW.c.s
  530. src/rs232test.o: src/rs232test.c.o
  531. .PHONY : src/rs232test.o
  532. # target to build an object file
  533. src/rs232test.c.o:
  534. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs232test.c.o
  535. .PHONY : src/rs232test.c.o
  536. src/rs232test.i: src/rs232test.c.i
  537. .PHONY : src/rs232test.i
  538. # target to preprocess a source file
  539. src/rs232test.c.i:
  540. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs232test.c.i
  541. .PHONY : src/rs232test.c.i
  542. src/rs232test.s: src/rs232test.c.s
  543. .PHONY : src/rs232test.s
  544. # target to generate assembly for a file
  545. src/rs232test.c.s:
  546. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs232test.c.s
  547. .PHONY : src/rs232test.c.s
  548. src/rs485test.o: src/rs485test.c.o
  549. .PHONY : src/rs485test.o
  550. # target to build an object file
  551. src/rs485test.c.o:
  552. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs485test.c.o
  553. .PHONY : src/rs485test.c.o
  554. src/rs485test.i: src/rs485test.c.i
  555. .PHONY : src/rs485test.i
  556. # target to preprocess a source file
  557. src/rs485test.c.i:
  558. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs485test.c.i
  559. .PHONY : src/rs485test.c.i
  560. src/rs485test.s: src/rs485test.c.s
  561. .PHONY : src/rs485test.s
  562. # target to generate assembly for a file
  563. src/rs485test.c.s:
  564. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs485test.c.s
  565. .PHONY : src/rs485test.c.s
  566. src/stm32f103.o: src/stm32f103.c.o
  567. .PHONY : src/stm32f103.o
  568. # target to build an object file
  569. src/stm32f103.c.o:
  570. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/stm32f103.c.o
  571. .PHONY : src/stm32f103.c.o
  572. src/stm32f103.i: src/stm32f103.c.i
  573. .PHONY : src/stm32f103.i
  574. # target to preprocess a source file
  575. src/stm32f103.c.i:
  576. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/stm32f103.c.i
  577. .PHONY : src/stm32f103.c.i
  578. src/stm32f103.s: src/stm32f103.c.s
  579. .PHONY : src/stm32f103.s
  580. # target to generate assembly for a file
  581. src/stm32f103.c.s:
  582. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/stm32f103.c.s
  583. .PHONY : src/stm32f103.c.s
  584. src/tcXHHW.o: src/tcXHHW.c.o
  585. .PHONY : src/tcXHHW.o
  586. # target to build an object file
  587. src/tcXHHW.c.o:
  588. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tcXHHW.c.o
  589. .PHONY : src/tcXHHW.c.o
  590. src/tcXHHW.i: src/tcXHHW.c.i
  591. .PHONY : src/tcXHHW.i
  592. # target to preprocess a source file
  593. src/tcXHHW.c.i:
  594. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tcXHHW.c.i
  595. .PHONY : src/tcXHHW.c.i
  596. src/tcXHHW.s: src/tcXHHW.c.s
  597. .PHONY : src/tcXHHW.s
  598. # target to generate assembly for a file
  599. src/tcXHHW.c.s:
  600. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tcXHHW.c.s
  601. .PHONY : src/tcXHHW.c.s
  602. src/tc_system.o: src/tc_system.c.o
  603. .PHONY : src/tc_system.o
  604. # target to build an object file
  605. src/tc_system.c.o:
  606. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_system.c.o
  607. .PHONY : src/tc_system.c.o
  608. src/tc_system.i: src/tc_system.c.i
  609. .PHONY : src/tc_system.i
  610. # target to preprocess a source file
  611. src/tc_system.c.i:
  612. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_system.c.i
  613. .PHONY : src/tc_system.c.i
  614. src/tc_system.s: src/tc_system.c.s
  615. .PHONY : src/tc_system.s
  616. # target to generate assembly for a file
  617. src/tc_system.c.s:
  618. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_system.c.s
  619. .PHONY : src/tc_system.c.s
  620. src/tc_tcu.o: src/tc_tcu.c.o
  621. .PHONY : src/tc_tcu.o
  622. # target to build an object file
  623. src/tc_tcu.c.o:
  624. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_tcu.c.o
  625. .PHONY : src/tc_tcu.c.o
  626. src/tc_tcu.i: src/tc_tcu.c.i
  627. .PHONY : src/tc_tcu.i
  628. # target to preprocess a source file
  629. src/tc_tcu.c.i:
  630. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_tcu.c.i
  631. .PHONY : src/tc_tcu.c.i
  632. src/tc_tcu.s: src/tc_tcu.c.s
  633. .PHONY : src/tc_tcu.s
  634. # target to generate assembly for a file
  635. src/tc_tcu.c.s:
  636. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_tcu.c.s
  637. .PHONY : src/tc_tcu.c.s
  638. src/tc_thread.o: src/tc_thread.c.o
  639. .PHONY : src/tc_thread.o
  640. # target to build an object file
  641. src/tc_thread.c.o:
  642. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_thread.c.o
  643. .PHONY : src/tc_thread.c.o
  644. src/tc_thread.i: src/tc_thread.c.i
  645. .PHONY : src/tc_thread.i
  646. # target to preprocess a source file
  647. src/tc_thread.c.i:
  648. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_thread.c.i
  649. .PHONY : src/tc_thread.c.i
  650. src/tc_thread.s: src/tc_thread.c.s
  651. .PHONY : src/tc_thread.s
  652. # target to generate assembly for a file
  653. src/tc_thread.c.s:
  654. $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_thread.c.s
  655. .PHONY : src/tc_thread.c.s
  656. # Help Target
  657. help:
  658. @echo "The following are some of the valid targets for this Makefile:"
  659. @echo "... all (the default if no target is provided)"
  660. @echo "... clean"
  661. @echo "... depend"
  662. @echo "... edit_cache"
  663. @echo "... install"
  664. @echo "... install/local"
  665. @echo "... install/strip"
  666. @echo "... list_install_components"
  667. @echo "... rebuild_cache"
  668. @echo "... app_XHHW"
  669. @echo "... cJSON/cJSON.o"
  670. @echo "... cJSON/cJSON.i"
  671. @echo "... cJSON/cJSON.s"
  672. @echo "... cJSON/cJSON_Utils.o"
  673. @echo "... cJSON/cJSON_Utils.i"
  674. @echo "... cJSON/cJSON_Utils.s"
  675. @echo "... easylog/elog.o"
  676. @echo "... easylog/elog.i"
  677. @echo "... easylog/elog.s"
  678. @echo "... easylog/elog_async.o"
  679. @echo "... easylog/elog_async.i"
  680. @echo "... easylog/elog_async.s"
  681. @echo "... easylog/elog_file.o"
  682. @echo "... easylog/elog_file.i"
  683. @echo "... easylog/elog_file.s"
  684. @echo "... easylog/elog_file_port.o"
  685. @echo "... easylog/elog_file_port.i"
  686. @echo "... easylog/elog_file_port.s"
  687. @echo "... easylog/elog_port.o"
  688. @echo "... easylog/elog_port.i"
  689. @echo "... easylog/elog_port.s"
  690. @echo "... easylog/elog_utils.o"
  691. @echo "... easylog/elog_utils.i"
  692. @echo "... easylog/elog_utils.s"
  693. @echo "... ptimer/ptimer.o"
  694. @echo "... ptimer/ptimer.i"
  695. @echo "... ptimer/ptimer.s"
  696. @echo "... src/acrel_DJSF1352RN.o"
  697. @echo "... src/acrel_DJSF1352RN.i"
  698. @echo "... src/acrel_DJSF1352RN.s"
  699. @echo "... src/ast_XH.o"
  700. @echo "... src/ast_XH.i"
  701. @echo "... src/ast_XH.s"
  702. @echo "... src/com_CAN.o"
  703. @echo "... src/com_CAN.i"
  704. @echo "... src/com_CAN.s"
  705. @echo "... src/com_ttySx.o"
  706. @echo "... src/com_ttySx.i"
  707. @echo "... src/com_ttySx.s"
  708. @echo "... src/config.o"
  709. @echo "... src/config.i"
  710. @echo "... src/config.s"
  711. @echo "... src/goose_HW.o"
  712. @echo "... src/goose_HW.i"
  713. @echo "... src/goose_HW.s"
  714. @echo "... src/goose_HW_decode.o"
  715. @echo "... src/goose_HW_decode.i"
  716. @echo "... src/goose_HW_decode.s"
  717. @echo "... src/goose_HW_encode.o"
  718. @echo "... src/goose_HW_encode.i"
  719. @echo "... src/goose_HW_encode.s"
  720. @echo "... src/hmac_sha256.o"
  721. @echo "... src/hmac_sha256.i"
  722. @echo "... src/hmac_sha256.s"
  723. @echo "... src/logger.o"
  724. @echo "... src/logger.i"
  725. @echo "... src/logger.s"
  726. @echo "... src/main.o"
  727. @echo "... src/main.i"
  728. @echo "... src/main.s"
  729. @echo "... src/modbus_RTU.o"
  730. @echo "... src/modbus_RTU.i"
  731. @echo "... src/modbus_RTU.s"
  732. @echo "... src/modbus_TCP_HW.o"
  733. @echo "... src/modbus_TCP_HW.i"
  734. @echo "... src/modbus_TCP_HW.s"
  735. @echo "... src/rs232test.o"
  736. @echo "... src/rs232test.i"
  737. @echo "... src/rs232test.s"
  738. @echo "... src/rs485test.o"
  739. @echo "... src/rs485test.i"
  740. @echo "... src/rs485test.s"
  741. @echo "... src/stm32f103.o"
  742. @echo "... src/stm32f103.i"
  743. @echo "... src/stm32f103.s"
  744. @echo "... src/tcXHHW.o"
  745. @echo "... src/tcXHHW.i"
  746. @echo "... src/tcXHHW.s"
  747. @echo "... src/tc_system.o"
  748. @echo "... src/tc_system.i"
  749. @echo "... src/tc_system.s"
  750. @echo "... src/tc_tcu.o"
  751. @echo "... src/tc_tcu.i"
  752. @echo "... src/tc_tcu.s"
  753. @echo "... src/tc_thread.o"
  754. @echo "... src/tc_thread.i"
  755. @echo "... src/tc_thread.s"
  756. .PHONY : help
  757. #=============================================================================
  758. # Special targets to cleanup operation of make.
  759. # Special rule to run CMake to check the build system integrity.
  760. # No rule that depends on this can have commands that come from listfiles
  761. # because they might be regenerated.
  762. cmake_check_build_system:
  763. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  764. .PHONY : cmake_check_build_system