Makefile2 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.16
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. #=============================================================================
  7. # Special targets provided by cmake.
  8. # Disable implicit rules so canonical targets will work.
  9. .SUFFIXES:
  10. # Remove some rules from gmake that .SUFFIXES does not remove.
  11. SUFFIXES =
  12. .SUFFIXES: .hpux_make_needs_suffix_list
  13. # Suppress display of executed commands.
  14. $(VERBOSE).SILENT:
  15. # A target that is always out of date.
  16. cmake_force:
  17. .PHONY : cmake_force
  18. #=============================================================================
  19. # Set environment variables for the build.
  20. # The shell in which to execute make rules.
  21. SHELL = /bin/sh
  22. # The CMake executable.
  23. CMAKE_COMMAND = /usr/bin/cmake
  24. # The command to remove a file.
  25. RM = /usr/bin/cmake -E remove -f
  26. # Escaping for special characters.
  27. EQUALS = =
  28. # The top-level source directory on which CMake was run.
  29. CMAKE_SOURCE_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable
  30. # The top-level build directory on which CMake was run.
  31. CMAKE_BINARY_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable
  32. #=============================================================================
  33. # Directory level rules for the build root directory
  34. # The main recursive "all" target.
  35. all: CMakeFiles/websockets.dir/all
  36. all: CMakeFiles/test-server.dir/all
  37. all: CMakeFiles/test-server-pthreads.dir/all
  38. all: CMakeFiles/test-fuzxy.dir/all
  39. all: CMakeFiles/websockets_shared.dir/all
  40. all: CMakeFiles/test-ping.dir/all
  41. all: CMakeFiles/test-server-extpoll.dir/all
  42. all: CMakeFiles/test-fraggle.dir/all
  43. all: CMakeFiles/test-echo.dir/all
  44. all: CMakeFiles/test-client.dir/all
  45. .PHONY : all
  46. # The main recursive "preinstall" target.
  47. preinstall:
  48. .PHONY : preinstall
  49. # The main recursive "clean" target.
  50. clean: CMakeFiles/websockets.dir/clean
  51. clean: CMakeFiles/test-server.dir/clean
  52. clean: CMakeFiles/test-server-pthreads.dir/clean
  53. clean: CMakeFiles/test-fuzxy.dir/clean
  54. clean: CMakeFiles/websockets_shared.dir/clean
  55. clean: CMakeFiles/test-ping.dir/clean
  56. clean: CMakeFiles/test-server-extpoll.dir/clean
  57. clean: CMakeFiles/dist.dir/clean
  58. clean: CMakeFiles/test-fraggle.dir/clean
  59. clean: CMakeFiles/test-echo.dir/clean
  60. clean: CMakeFiles/test-client.dir/clean
  61. .PHONY : clean
  62. #=============================================================================
  63. # Target rules for target CMakeFiles/websockets.dir
  64. # All Build rule for target.
  65. CMakeFiles/websockets.dir/all:
  66. $(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/depend
  67. $(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/build
  68. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56 "Built target websockets"
  69. .PHONY : CMakeFiles/websockets.dir/all
  70. # Build rule for subdir invocation for target.
  71. CMakeFiles/websockets.dir/rule: cmake_check_build_system
  72. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 25
  73. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/websockets.dir/all
  74. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  75. .PHONY : CMakeFiles/websockets.dir/rule
  76. # Convenience name for target.
  77. websockets: CMakeFiles/websockets.dir/rule
  78. .PHONY : websockets
  79. # clean rule for target.
  80. CMakeFiles/websockets.dir/clean:
  81. $(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/clean
  82. .PHONY : CMakeFiles/websockets.dir/clean
  83. #=============================================================================
  84. # Target rules for target CMakeFiles/test-server.dir
  85. # All Build rule for target.
  86. CMakeFiles/test-server.dir/all: CMakeFiles/websockets.dir/all
  87. $(MAKE) -f CMakeFiles/test-server.dir/build.make CMakeFiles/test-server.dir/depend
  88. $(MAKE) -f CMakeFiles/test-server.dir/build.make CMakeFiles/test-server.dir/build
  89. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=11,12,13,14,15,16,17 "Built target test-server"
  90. .PHONY : CMakeFiles/test-server.dir/all
  91. # Build rule for subdir invocation for target.
  92. CMakeFiles/test-server.dir/rule: cmake_check_build_system
  93. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 32
  94. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-server.dir/all
  95. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  96. .PHONY : CMakeFiles/test-server.dir/rule
  97. # Convenience name for target.
  98. test-server: CMakeFiles/test-server.dir/rule
  99. .PHONY : test-server
  100. # clean rule for target.
  101. CMakeFiles/test-server.dir/clean:
  102. $(MAKE) -f CMakeFiles/test-server.dir/build.make CMakeFiles/test-server.dir/clean
  103. .PHONY : CMakeFiles/test-server.dir/clean
  104. #=============================================================================
  105. # Target rules for target CMakeFiles/test-server-pthreads.dir
  106. # All Build rule for target.
  107. CMakeFiles/test-server-pthreads.dir/all: CMakeFiles/websockets.dir/all
  108. $(MAKE) -f CMakeFiles/test-server-pthreads.dir/build.make CMakeFiles/test-server-pthreads.dir/depend
  109. $(MAKE) -f CMakeFiles/test-server-pthreads.dir/build.make CMakeFiles/test-server-pthreads.dir/build
  110. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=25,26,27,28,29,30,31 "Built target test-server-pthreads"
  111. .PHONY : CMakeFiles/test-server-pthreads.dir/all
  112. # Build rule for subdir invocation for target.
  113. CMakeFiles/test-server-pthreads.dir/rule: cmake_check_build_system
  114. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 32
  115. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-server-pthreads.dir/all
  116. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  117. .PHONY : CMakeFiles/test-server-pthreads.dir/rule
  118. # Convenience name for target.
  119. test-server-pthreads: CMakeFiles/test-server-pthreads.dir/rule
  120. .PHONY : test-server-pthreads
  121. # clean rule for target.
  122. CMakeFiles/test-server-pthreads.dir/clean:
  123. $(MAKE) -f CMakeFiles/test-server-pthreads.dir/build.make CMakeFiles/test-server-pthreads.dir/clean
  124. .PHONY : CMakeFiles/test-server-pthreads.dir/clean
  125. #=============================================================================
  126. # Target rules for target CMakeFiles/test-fuzxy.dir
  127. # All Build rule for target.
  128. CMakeFiles/test-fuzxy.dir/all: CMakeFiles/websockets.dir/all
  129. $(MAKE) -f CMakeFiles/test-fuzxy.dir/build.make CMakeFiles/test-fuzxy.dir/depend
  130. $(MAKE) -f CMakeFiles/test-fuzxy.dir/build.make CMakeFiles/test-fuzxy.dir/build
  131. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=7,8 "Built target test-fuzxy"
  132. .PHONY : CMakeFiles/test-fuzxy.dir/all
  133. # Build rule for subdir invocation for target.
  134. CMakeFiles/test-fuzxy.dir/rule: cmake_check_build_system
  135. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 27
  136. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-fuzxy.dir/all
  137. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  138. .PHONY : CMakeFiles/test-fuzxy.dir/rule
  139. # Convenience name for target.
  140. test-fuzxy: CMakeFiles/test-fuzxy.dir/rule
  141. .PHONY : test-fuzxy
  142. # clean rule for target.
  143. CMakeFiles/test-fuzxy.dir/clean:
  144. $(MAKE) -f CMakeFiles/test-fuzxy.dir/build.make CMakeFiles/test-fuzxy.dir/clean
  145. .PHONY : CMakeFiles/test-fuzxy.dir/clean
  146. #=============================================================================
  147. # Target rules for target CMakeFiles/websockets_shared.dir
  148. # All Build rule for target.
  149. CMakeFiles/websockets_shared.dir/all:
  150. $(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/depend
  151. $(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/build
  152. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81 "Built target websockets_shared"
  153. .PHONY : CMakeFiles/websockets_shared.dir/all
  154. # Build rule for subdir invocation for target.
  155. CMakeFiles/websockets_shared.dir/rule: cmake_check_build_system
  156. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 25
  157. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/websockets_shared.dir/all
  158. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  159. .PHONY : CMakeFiles/websockets_shared.dir/rule
  160. # Convenience name for target.
  161. websockets_shared: CMakeFiles/websockets_shared.dir/rule
  162. .PHONY : websockets_shared
  163. # clean rule for target.
  164. CMakeFiles/websockets_shared.dir/clean:
  165. $(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/clean
  166. .PHONY : CMakeFiles/websockets_shared.dir/clean
  167. #=============================================================================
  168. # Target rules for target CMakeFiles/test-ping.dir
  169. # All Build rule for target.
  170. CMakeFiles/test-ping.dir/all: CMakeFiles/websockets.dir/all
  171. $(MAKE) -f CMakeFiles/test-ping.dir/build.make CMakeFiles/test-ping.dir/depend
  172. $(MAKE) -f CMakeFiles/test-ping.dir/build.make CMakeFiles/test-ping.dir/build
  173. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=9,10 "Built target test-ping"
  174. .PHONY : CMakeFiles/test-ping.dir/all
  175. # Build rule for subdir invocation for target.
  176. CMakeFiles/test-ping.dir/rule: cmake_check_build_system
  177. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 27
  178. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-ping.dir/all
  179. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  180. .PHONY : CMakeFiles/test-ping.dir/rule
  181. # Convenience name for target.
  182. test-ping: CMakeFiles/test-ping.dir/rule
  183. .PHONY : test-ping
  184. # clean rule for target.
  185. CMakeFiles/test-ping.dir/clean:
  186. $(MAKE) -f CMakeFiles/test-ping.dir/build.make CMakeFiles/test-ping.dir/clean
  187. .PHONY : CMakeFiles/test-ping.dir/clean
  188. #=============================================================================
  189. # Target rules for target CMakeFiles/test-server-extpoll.dir
  190. # All Build rule for target.
  191. CMakeFiles/test-server-extpoll.dir/all: CMakeFiles/websockets.dir/all
  192. $(MAKE) -f CMakeFiles/test-server-extpoll.dir/build.make CMakeFiles/test-server-extpoll.dir/depend
  193. $(MAKE) -f CMakeFiles/test-server-extpoll.dir/build.make CMakeFiles/test-server-extpoll.dir/build
  194. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=18,19,20,21,22,23,24 "Built target test-server-extpoll"
  195. .PHONY : CMakeFiles/test-server-extpoll.dir/all
  196. # Build rule for subdir invocation for target.
  197. CMakeFiles/test-server-extpoll.dir/rule: cmake_check_build_system
  198. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 32
  199. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-server-extpoll.dir/all
  200. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  201. .PHONY : CMakeFiles/test-server-extpoll.dir/rule
  202. # Convenience name for target.
  203. test-server-extpoll: CMakeFiles/test-server-extpoll.dir/rule
  204. .PHONY : test-server-extpoll
  205. # clean rule for target.
  206. CMakeFiles/test-server-extpoll.dir/clean:
  207. $(MAKE) -f CMakeFiles/test-server-extpoll.dir/build.make CMakeFiles/test-server-extpoll.dir/clean
  208. .PHONY : CMakeFiles/test-server-extpoll.dir/clean
  209. #=============================================================================
  210. # Target rules for target CMakeFiles/dist.dir
  211. # All Build rule for target.
  212. CMakeFiles/dist.dir/all:
  213. $(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/depend
  214. $(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/build
  215. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num= "Built target dist"
  216. .PHONY : CMakeFiles/dist.dir/all
  217. # Build rule for subdir invocation for target.
  218. CMakeFiles/dist.dir/rule: cmake_check_build_system
  219. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  220. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/dist.dir/all
  221. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  222. .PHONY : CMakeFiles/dist.dir/rule
  223. # Convenience name for target.
  224. dist: CMakeFiles/dist.dir/rule
  225. .PHONY : dist
  226. # clean rule for target.
  227. CMakeFiles/dist.dir/clean:
  228. $(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/clean
  229. .PHONY : CMakeFiles/dist.dir/clean
  230. #=============================================================================
  231. # Target rules for target CMakeFiles/test-fraggle.dir
  232. # All Build rule for target.
  233. CMakeFiles/test-fraggle.dir/all: CMakeFiles/websockets.dir/all
  234. $(MAKE) -f CMakeFiles/test-fraggle.dir/build.make CMakeFiles/test-fraggle.dir/depend
  235. $(MAKE) -f CMakeFiles/test-fraggle.dir/build.make CMakeFiles/test-fraggle.dir/build
  236. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=5,6 "Built target test-fraggle"
  237. .PHONY : CMakeFiles/test-fraggle.dir/all
  238. # Build rule for subdir invocation for target.
  239. CMakeFiles/test-fraggle.dir/rule: cmake_check_build_system
  240. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 27
  241. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-fraggle.dir/all
  242. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  243. .PHONY : CMakeFiles/test-fraggle.dir/rule
  244. # Convenience name for target.
  245. test-fraggle: CMakeFiles/test-fraggle.dir/rule
  246. .PHONY : test-fraggle
  247. # clean rule for target.
  248. CMakeFiles/test-fraggle.dir/clean:
  249. $(MAKE) -f CMakeFiles/test-fraggle.dir/build.make CMakeFiles/test-fraggle.dir/clean
  250. .PHONY : CMakeFiles/test-fraggle.dir/clean
  251. #=============================================================================
  252. # Target rules for target CMakeFiles/test-echo.dir
  253. # All Build rule for target.
  254. CMakeFiles/test-echo.dir/all: CMakeFiles/websockets.dir/all
  255. $(MAKE) -f CMakeFiles/test-echo.dir/build.make CMakeFiles/test-echo.dir/depend
  256. $(MAKE) -f CMakeFiles/test-echo.dir/build.make CMakeFiles/test-echo.dir/build
  257. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=3,4 "Built target test-echo"
  258. .PHONY : CMakeFiles/test-echo.dir/all
  259. # Build rule for subdir invocation for target.
  260. CMakeFiles/test-echo.dir/rule: cmake_check_build_system
  261. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 27
  262. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-echo.dir/all
  263. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  264. .PHONY : CMakeFiles/test-echo.dir/rule
  265. # Convenience name for target.
  266. test-echo: CMakeFiles/test-echo.dir/rule
  267. .PHONY : test-echo
  268. # clean rule for target.
  269. CMakeFiles/test-echo.dir/clean:
  270. $(MAKE) -f CMakeFiles/test-echo.dir/build.make CMakeFiles/test-echo.dir/clean
  271. .PHONY : CMakeFiles/test-echo.dir/clean
  272. #=============================================================================
  273. # Target rules for target CMakeFiles/test-client.dir
  274. # All Build rule for target.
  275. CMakeFiles/test-client.dir/all: CMakeFiles/websockets.dir/all
  276. $(MAKE) -f CMakeFiles/test-client.dir/build.make CMakeFiles/test-client.dir/depend
  277. $(MAKE) -f CMakeFiles/test-client.dir/build.make CMakeFiles/test-client.dir/build
  278. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=1,2 "Built target test-client"
  279. .PHONY : CMakeFiles/test-client.dir/all
  280. # Build rule for subdir invocation for target.
  281. CMakeFiles/test-client.dir/rule: cmake_check_build_system
  282. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 27
  283. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-client.dir/all
  284. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles 0
  285. .PHONY : CMakeFiles/test-client.dir/rule
  286. # Convenience name for target.
  287. test-client: CMakeFiles/test-client.dir/rule
  288. .PHONY : test-client
  289. # clean rule for target.
  290. CMakeFiles/test-client.dir/clean:
  291. $(MAKE) -f CMakeFiles/test-client.dir/build.make CMakeFiles/test-client.dir/clean
  292. .PHONY : CMakeFiles/test-client.dir/clean
  293. #=============================================================================
  294. # Special targets to cleanup operation of make.
  295. # Special rule to run CMake to check the build system integrity.
  296. # No rule that depends on this can have commands that come from listfiles
  297. # because they might be regenerated.
  298. cmake_check_build_system:
  299. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  300. .PHONY : cmake_check_build_system