Makefile2 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.10
  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/bin/cmake
  30. # The command to remove a file.
  31. RM = /usr/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/test-server-extpoll.dir
  40. # All Build rule for target.
  41. CMakeFiles/test-server-extpoll.dir/all: CMakeFiles/websockets.dir/all
  42. $(MAKE) -f CMakeFiles/test-server-extpoll.dir/build.make CMakeFiles/test-server-extpoll.dir/depend
  43. $(MAKE) -f CMakeFiles/test-server-extpoll.dir/build.make CMakeFiles/test-server-extpoll.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=18,19,20,21,22,23,24 "Built target test-server-extpoll"
  45. .PHONY : CMakeFiles/test-server-extpoll.dir/all
  46. # Include target in all.
  47. all: CMakeFiles/test-server-extpoll.dir/all
  48. .PHONY : all
  49. # Build rule for subdir invocation for target.
  50. CMakeFiles/test-server-extpoll.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 30
  52. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-server-extpoll.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/test-server-extpoll.dir/rule
  55. # Convenience name for target.
  56. test-server-extpoll: CMakeFiles/test-server-extpoll.dir/rule
  57. .PHONY : test-server-extpoll
  58. # clean rule for target.
  59. CMakeFiles/test-server-extpoll.dir/clean:
  60. $(MAKE) -f CMakeFiles/test-server-extpoll.dir/build.make CMakeFiles/test-server-extpoll.dir/clean
  61. .PHONY : CMakeFiles/test-server-extpoll.dir/clean
  62. # clean rule for target.
  63. clean: CMakeFiles/test-server-extpoll.dir/clean
  64. .PHONY : clean
  65. #=============================================================================
  66. # Target rules for target CMakeFiles/test-echo.dir
  67. # All Build rule for target.
  68. CMakeFiles/test-echo.dir/all: CMakeFiles/websockets.dir/all
  69. $(MAKE) -f CMakeFiles/test-echo.dir/build.make CMakeFiles/test-echo.dir/depend
  70. $(MAKE) -f CMakeFiles/test-echo.dir/build.make CMakeFiles/test-echo.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=3,4 "Built target test-echo"
  72. .PHONY : CMakeFiles/test-echo.dir/all
  73. # Include target in all.
  74. all: CMakeFiles/test-echo.dir/all
  75. .PHONY : all
  76. # Build rule for subdir invocation for target.
  77. CMakeFiles/test-echo.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-echo.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-echo.dir/rule
  82. # Convenience name for target.
  83. test-echo: CMakeFiles/test-echo.dir/rule
  84. .PHONY : test-echo
  85. # clean rule for target.
  86. CMakeFiles/test-echo.dir/clean:
  87. $(MAKE) -f CMakeFiles/test-echo.dir/build.make CMakeFiles/test-echo.dir/clean
  88. .PHONY : CMakeFiles/test-echo.dir/clean
  89. # clean rule for target.
  90. clean: CMakeFiles/test-echo.dir/clean
  91. .PHONY : clean
  92. #=============================================================================
  93. # Target rules for target CMakeFiles/test-server-pthreads.dir
  94. # All Build rule for target.
  95. CMakeFiles/test-server-pthreads.dir/all: CMakeFiles/websockets.dir/all
  96. $(MAKE) -f CMakeFiles/test-server-pthreads.dir/build.make CMakeFiles/test-server-pthreads.dir/depend
  97. $(MAKE) -f CMakeFiles/test-server-pthreads.dir/build.make CMakeFiles/test-server-pthreads.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=25,26,27,28,29,30,31 "Built target test-server-pthreads"
  99. .PHONY : CMakeFiles/test-server-pthreads.dir/all
  100. # Include target in all.
  101. all: CMakeFiles/test-server-pthreads.dir/all
  102. .PHONY : all
  103. # Build rule for subdir invocation for target.
  104. CMakeFiles/test-server-pthreads.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 30
  106. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-server-pthreads.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/test-server-pthreads.dir/rule
  109. # Convenience name for target.
  110. test-server-pthreads: CMakeFiles/test-server-pthreads.dir/rule
  111. .PHONY : test-server-pthreads
  112. # clean rule for target.
  113. CMakeFiles/test-server-pthreads.dir/clean:
  114. $(MAKE) -f CMakeFiles/test-server-pthreads.dir/build.make CMakeFiles/test-server-pthreads.dir/clean
  115. .PHONY : CMakeFiles/test-server-pthreads.dir/clean
  116. # clean rule for target.
  117. clean: CMakeFiles/test-server-pthreads.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-fraggle.dir
  148. # All Build rule for target.
  149. CMakeFiles/test-fraggle.dir/all: CMakeFiles/websockets.dir/all
  150. $(MAKE) -f CMakeFiles/test-fraggle.dir/build.make CMakeFiles/test-fraggle.dir/depend
  151. $(MAKE) -f CMakeFiles/test-fraggle.dir/build.make CMakeFiles/test-fraggle.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=5,6 "Built target test-fraggle"
  153. .PHONY : CMakeFiles/test-fraggle.dir/all
  154. # Include target in all.
  155. all: CMakeFiles/test-fraggle.dir/all
  156. .PHONY : all
  157. # Build rule for subdir invocation for target.
  158. CMakeFiles/test-fraggle.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-fraggle.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-fraggle.dir/rule
  163. # Convenience name for target.
  164. test-fraggle: CMakeFiles/test-fraggle.dir/rule
  165. .PHONY : test-fraggle
  166. # clean rule for target.
  167. CMakeFiles/test-fraggle.dir/clean:
  168. $(MAKE) -f CMakeFiles/test-fraggle.dir/build.make CMakeFiles/test-fraggle.dir/clean
  169. .PHONY : CMakeFiles/test-fraggle.dir/clean
  170. # clean rule for target.
  171. clean: CMakeFiles/test-fraggle.dir/clean
  172. .PHONY : clean
  173. #=============================================================================
  174. # Target rules for target CMakeFiles/websockets_shared.dir
  175. # All Build rule for target.
  176. CMakeFiles/websockets_shared.dir/all:
  177. $(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/depend
  178. $(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.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=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"
  180. .PHONY : CMakeFiles/websockets_shared.dir/all
  181. # Include target in all.
  182. all: CMakeFiles/websockets_shared.dir/all
  183. .PHONY : all
  184. # Build rule for subdir invocation for target.
  185. CMakeFiles/websockets_shared.dir/rule: cmake_check_build_system
  186. $(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
  187. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/websockets_shared.dir/all
  188. $(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
  189. .PHONY : CMakeFiles/websockets_shared.dir/rule
  190. # Convenience name for target.
  191. websockets_shared: CMakeFiles/websockets_shared.dir/rule
  192. .PHONY : websockets_shared
  193. # clean rule for target.
  194. CMakeFiles/websockets_shared.dir/clean:
  195. $(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/clean
  196. .PHONY : CMakeFiles/websockets_shared.dir/clean
  197. # clean rule for target.
  198. clean: CMakeFiles/websockets_shared.dir/clean
  199. .PHONY : clean
  200. #=============================================================================
  201. # Target rules for target CMakeFiles/test-fuzxy.dir
  202. # All Build rule for target.
  203. CMakeFiles/test-fuzxy.dir/all: CMakeFiles/websockets.dir/all
  204. $(MAKE) -f CMakeFiles/test-fuzxy.dir/build.make CMakeFiles/test-fuzxy.dir/depend
  205. $(MAKE) -f CMakeFiles/test-fuzxy.dir/build.make CMakeFiles/test-fuzxy.dir/build
  206. @$(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"
  207. .PHONY : CMakeFiles/test-fuzxy.dir/all
  208. # Include target in all.
  209. all: CMakeFiles/test-fuzxy.dir/all
  210. .PHONY : all
  211. # Build rule for subdir invocation for target.
  212. CMakeFiles/test-fuzxy.dir/rule: cmake_check_build_system
  213. $(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
  214. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-fuzxy.dir/all
  215. $(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
  216. .PHONY : CMakeFiles/test-fuzxy.dir/rule
  217. # Convenience name for target.
  218. test-fuzxy: CMakeFiles/test-fuzxy.dir/rule
  219. .PHONY : test-fuzxy
  220. # clean rule for target.
  221. CMakeFiles/test-fuzxy.dir/clean:
  222. $(MAKE) -f CMakeFiles/test-fuzxy.dir/build.make CMakeFiles/test-fuzxy.dir/clean
  223. .PHONY : CMakeFiles/test-fuzxy.dir/clean
  224. # clean rule for target.
  225. clean: CMakeFiles/test-fuzxy.dir/clean
  226. .PHONY : clean
  227. #=============================================================================
  228. # Target rules for target CMakeFiles/test-ping.dir
  229. # All Build rule for target.
  230. CMakeFiles/test-ping.dir/all: CMakeFiles/websockets.dir/all
  231. $(MAKE) -f CMakeFiles/test-ping.dir/build.make CMakeFiles/test-ping.dir/depend
  232. $(MAKE) -f CMakeFiles/test-ping.dir/build.make CMakeFiles/test-ping.dir/build
  233. @$(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"
  234. .PHONY : CMakeFiles/test-ping.dir/all
  235. # Include target in all.
  236. all: CMakeFiles/test-ping.dir/all
  237. .PHONY : all
  238. # Build rule for subdir invocation for target.
  239. CMakeFiles/test-ping.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-v2.1-stable/CMakeFiles 25
  241. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-ping.dir/all
  242. $(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
  243. .PHONY : CMakeFiles/test-ping.dir/rule
  244. # Convenience name for target.
  245. test-ping: CMakeFiles/test-ping.dir/rule
  246. .PHONY : test-ping
  247. # clean rule for target.
  248. CMakeFiles/test-ping.dir/clean:
  249. $(MAKE) -f CMakeFiles/test-ping.dir/build.make CMakeFiles/test-ping.dir/clean
  250. .PHONY : CMakeFiles/test-ping.dir/clean
  251. # clean rule for target.
  252. clean: CMakeFiles/test-ping.dir/clean
  253. .PHONY : clean
  254. #=============================================================================
  255. # Target rules for target CMakeFiles/test-client.dir
  256. # All Build rule for target.
  257. CMakeFiles/test-client.dir/all: CMakeFiles/websockets.dir/all
  258. $(MAKE) -f CMakeFiles/test-client.dir/build.make CMakeFiles/test-client.dir/depend
  259. $(MAKE) -f CMakeFiles/test-client.dir/build.make CMakeFiles/test-client.dir/build
  260. @$(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"
  261. .PHONY : CMakeFiles/test-client.dir/all
  262. # Include target in all.
  263. all: CMakeFiles/test-client.dir/all
  264. .PHONY : all
  265. # Build rule for subdir invocation for target.
  266. CMakeFiles/test-client.dir/rule: cmake_check_build_system
  267. $(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
  268. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test-client.dir/all
  269. $(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
  270. .PHONY : CMakeFiles/test-client.dir/rule
  271. # Convenience name for target.
  272. test-client: CMakeFiles/test-client.dir/rule
  273. .PHONY : test-client
  274. # clean rule for target.
  275. CMakeFiles/test-client.dir/clean:
  276. $(MAKE) -f CMakeFiles/test-client.dir/build.make CMakeFiles/test-client.dir/clean
  277. .PHONY : CMakeFiles/test-client.dir/clean
  278. # clean rule for target.
  279. clean: CMakeFiles/test-client.dir/clean
  280. .PHONY : clean
  281. #=============================================================================
  282. # Target rules for target CMakeFiles/dist.dir
  283. # All Build rule for target.
  284. CMakeFiles/dist.dir/all:
  285. $(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/depend
  286. $(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/build
  287. @$(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"
  288. .PHONY : CMakeFiles/dist.dir/all
  289. # Build rule for subdir invocation for target.
  290. CMakeFiles/dist.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 0
  292. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/dist.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/dist.dir/rule
  295. # Convenience name for target.
  296. dist: CMakeFiles/dist.dir/rule
  297. .PHONY : dist
  298. # clean rule for target.
  299. CMakeFiles/dist.dir/clean:
  300. $(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/clean
  301. .PHONY : CMakeFiles/dist.dir/clean
  302. # clean rule for target.
  303. clean: CMakeFiles/dist.dir/clean
  304. .PHONY : clean
  305. #=============================================================================
  306. # Target rules for target CMakeFiles/websockets.dir
  307. # All Build rule for target.
  308. CMakeFiles/websockets.dir/all:
  309. $(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/depend
  310. $(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.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=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"
  312. .PHONY : CMakeFiles/websockets.dir/all
  313. # Include target in all.
  314. all: CMakeFiles/websockets.dir/all
  315. .PHONY : all
  316. # Build rule for subdir invocation for target.
  317. CMakeFiles/websockets.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 23
  319. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/websockets.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/websockets.dir/rule
  322. # Convenience name for target.
  323. websockets: CMakeFiles/websockets.dir/rule
  324. .PHONY : websockets
  325. # clean rule for target.
  326. CMakeFiles/websockets.dir/clean:
  327. $(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/clean
  328. .PHONY : CMakeFiles/websockets.dir/clean
  329. # clean rule for target.
  330. clean: CMakeFiles/websockets.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