Makefile2 19 KB

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