Makefile 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  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. # 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. # Remove some rules from gmake that .SUFFIXES does not remove.
  13. SUFFIXES =
  14. .SUFFIXES: .hpux_make_needs_suffix_list
  15. # Suppress display of executed commands.
  16. $(VERBOSE).SILENT:
  17. # A target that is always out of date.
  18. cmake_force:
  19. .PHONY : cmake_force
  20. #=============================================================================
  21. # Set environment variables for the build.
  22. # The shell in which to execute make rules.
  23. SHELL = /bin/sh
  24. # The CMake executable.
  25. CMAKE_COMMAND = /usr/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/bin/cmake -E remove -f
  28. # Escaping for special characters.
  29. EQUALS = =
  30. # The top-level source directory on which CMake was run.
  31. CMAKE_SOURCE_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target install/strip
  37. install/strip: preinstall
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  39. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  40. .PHONY : install/strip
  41. # Special rule for the target install/strip
  42. install/strip/fast: preinstall/fast
  43. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  44. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  45. .PHONY : install/strip/fast
  46. # Special rule for the target install
  47. install: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  49. /usr/bin/cmake -P cmake_install.cmake
  50. .PHONY : install
  51. # Special rule for the target install
  52. install/fast: preinstall/fast
  53. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  54. /usr/bin/cmake -P cmake_install.cmake
  55. .PHONY : install/fast
  56. # Special rule for the target list_install_components
  57. list_install_components:
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  59. .PHONY : list_install_components
  60. # Special rule for the target list_install_components
  61. list_install_components/fast: list_install_components
  62. .PHONY : list_install_components/fast
  63. # Special rule for the target install/local
  64. install/local: preinstall
  65. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  66. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  67. .PHONY : install/local
  68. # Special rule for the target install/local
  69. install/local/fast: preinstall/fast
  70. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  71. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  72. .PHONY : install/local/fast
  73. # Special rule for the target rebuild_cache
  74. rebuild_cache:
  75. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  76. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  77. .PHONY : rebuild_cache
  78. # Special rule for the target rebuild_cache
  79. rebuild_cache/fast: rebuild_cache
  80. .PHONY : rebuild_cache/fast
  81. # Special rule for the target edit_cache
  82. edit_cache:
  83. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  84. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  85. .PHONY : edit_cache
  86. # Special rule for the target edit_cache
  87. edit_cache/fast: edit_cache
  88. .PHONY : edit_cache/fast
  89. # The main all target
  90. all: cmake_check_build_system
  91. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/example/c/CMakeFiles/progress.marks
  92. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/c/all
  93. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
  94. .PHONY : all
  95. # The main clean target
  96. clean:
  97. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/c/clean
  98. .PHONY : clean
  99. # The main clean target
  100. clean/fast: clean
  101. .PHONY : clean/fast
  102. # Prepare targets for installation.
  103. preinstall: all
  104. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/c/preinstall
  105. .PHONY : preinstall
  106. # Prepare targets for installation.
  107. preinstall/fast:
  108. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/c/preinstall
  109. .PHONY : preinstall/fast
  110. # clear depends
  111. depend:
  112. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  113. .PHONY : depend
  114. # Convenience name for target.
  115. example/c/CMakeFiles/simple_c.dir/rule:
  116. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/c/CMakeFiles/simple_c.dir/rule
  117. .PHONY : example/c/CMakeFiles/simple_c.dir/rule
  118. # Convenience name for target.
  119. simple_c: example/c/CMakeFiles/simple_c.dir/rule
  120. .PHONY : simple_c
  121. # fast build rule for target.
  122. simple_c/fast:
  123. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/simple_c.dir/build.make example/c/CMakeFiles/simple_c.dir/build
  124. .PHONY : simple_c/fast
  125. # Convenience name for target.
  126. example/c/CMakeFiles/speed_test_uint64_array.dir/rule:
  127. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/c/CMakeFiles/speed_test_uint64_array.dir/rule
  128. .PHONY : example/c/CMakeFiles/speed_test_uint64_array.dir/rule
  129. # Convenience name for target.
  130. speed_test_uint64_array: example/c/CMakeFiles/speed_test_uint64_array.dir/rule
  131. .PHONY : speed_test_uint64_array
  132. # fast build rule for target.
  133. speed_test_uint64_array/fast:
  134. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/speed_test_uint64_array.dir/build.make example/c/CMakeFiles/speed_test_uint64_array.dir/build
  135. .PHONY : speed_test_uint64_array/fast
  136. # Convenience name for target.
  137. example/c/CMakeFiles/lib_buffer_unpack.dir/rule:
  138. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/c/CMakeFiles/lib_buffer_unpack.dir/rule
  139. .PHONY : example/c/CMakeFiles/lib_buffer_unpack.dir/rule
  140. # Convenience name for target.
  141. lib_buffer_unpack: example/c/CMakeFiles/lib_buffer_unpack.dir/rule
  142. .PHONY : lib_buffer_unpack
  143. # fast build rule for target.
  144. lib_buffer_unpack/fast:
  145. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/lib_buffer_unpack.dir/build.make example/c/CMakeFiles/lib_buffer_unpack.dir/build
  146. .PHONY : lib_buffer_unpack/fast
  147. # Convenience name for target.
  148. example/c/CMakeFiles/speed_test_uint32_array.dir/rule:
  149. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/c/CMakeFiles/speed_test_uint32_array.dir/rule
  150. .PHONY : example/c/CMakeFiles/speed_test_uint32_array.dir/rule
  151. # Convenience name for target.
  152. speed_test_uint32_array: example/c/CMakeFiles/speed_test_uint32_array.dir/rule
  153. .PHONY : speed_test_uint32_array
  154. # fast build rule for target.
  155. speed_test_uint32_array/fast:
  156. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/speed_test_uint32_array.dir/build.make example/c/CMakeFiles/speed_test_uint32_array.dir/build
  157. .PHONY : speed_test_uint32_array/fast
  158. # Convenience name for target.
  159. example/c/CMakeFiles/user_buffer_unpack.dir/rule:
  160. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/c/CMakeFiles/user_buffer_unpack.dir/rule
  161. .PHONY : example/c/CMakeFiles/user_buffer_unpack.dir/rule
  162. # Convenience name for target.
  163. user_buffer_unpack: example/c/CMakeFiles/user_buffer_unpack.dir/rule
  164. .PHONY : user_buffer_unpack
  165. # fast build rule for target.
  166. user_buffer_unpack/fast:
  167. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/user_buffer_unpack.dir/build.make example/c/CMakeFiles/user_buffer_unpack.dir/build
  168. .PHONY : user_buffer_unpack/fast
  169. lib_buffer_unpack.o: lib_buffer_unpack.c.o
  170. .PHONY : lib_buffer_unpack.o
  171. # target to build an object file
  172. lib_buffer_unpack.c.o:
  173. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/lib_buffer_unpack.dir/build.make example/c/CMakeFiles/lib_buffer_unpack.dir/lib_buffer_unpack.c.o
  174. .PHONY : lib_buffer_unpack.c.o
  175. lib_buffer_unpack.i: lib_buffer_unpack.c.i
  176. .PHONY : lib_buffer_unpack.i
  177. # target to preprocess a source file
  178. lib_buffer_unpack.c.i:
  179. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/lib_buffer_unpack.dir/build.make example/c/CMakeFiles/lib_buffer_unpack.dir/lib_buffer_unpack.c.i
  180. .PHONY : lib_buffer_unpack.c.i
  181. lib_buffer_unpack.s: lib_buffer_unpack.c.s
  182. .PHONY : lib_buffer_unpack.s
  183. # target to generate assembly for a file
  184. lib_buffer_unpack.c.s:
  185. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/lib_buffer_unpack.dir/build.make example/c/CMakeFiles/lib_buffer_unpack.dir/lib_buffer_unpack.c.s
  186. .PHONY : lib_buffer_unpack.c.s
  187. simple_c.o: simple_c.c.o
  188. .PHONY : simple_c.o
  189. # target to build an object file
  190. simple_c.c.o:
  191. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/simple_c.dir/build.make example/c/CMakeFiles/simple_c.dir/simple_c.c.o
  192. .PHONY : simple_c.c.o
  193. simple_c.i: simple_c.c.i
  194. .PHONY : simple_c.i
  195. # target to preprocess a source file
  196. simple_c.c.i:
  197. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/simple_c.dir/build.make example/c/CMakeFiles/simple_c.dir/simple_c.c.i
  198. .PHONY : simple_c.c.i
  199. simple_c.s: simple_c.c.s
  200. .PHONY : simple_c.s
  201. # target to generate assembly for a file
  202. simple_c.c.s:
  203. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/simple_c.dir/build.make example/c/CMakeFiles/simple_c.dir/simple_c.c.s
  204. .PHONY : simple_c.c.s
  205. speed_test_uint32_array.o: speed_test_uint32_array.c.o
  206. .PHONY : speed_test_uint32_array.o
  207. # target to build an object file
  208. speed_test_uint32_array.c.o:
  209. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/speed_test_uint32_array.dir/build.make example/c/CMakeFiles/speed_test_uint32_array.dir/speed_test_uint32_array.c.o
  210. .PHONY : speed_test_uint32_array.c.o
  211. speed_test_uint32_array.i: speed_test_uint32_array.c.i
  212. .PHONY : speed_test_uint32_array.i
  213. # target to preprocess a source file
  214. speed_test_uint32_array.c.i:
  215. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/speed_test_uint32_array.dir/build.make example/c/CMakeFiles/speed_test_uint32_array.dir/speed_test_uint32_array.c.i
  216. .PHONY : speed_test_uint32_array.c.i
  217. speed_test_uint32_array.s: speed_test_uint32_array.c.s
  218. .PHONY : speed_test_uint32_array.s
  219. # target to generate assembly for a file
  220. speed_test_uint32_array.c.s:
  221. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/speed_test_uint32_array.dir/build.make example/c/CMakeFiles/speed_test_uint32_array.dir/speed_test_uint32_array.c.s
  222. .PHONY : speed_test_uint32_array.c.s
  223. speed_test_uint64_array.o: speed_test_uint64_array.c.o
  224. .PHONY : speed_test_uint64_array.o
  225. # target to build an object file
  226. speed_test_uint64_array.c.o:
  227. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/speed_test_uint64_array.dir/build.make example/c/CMakeFiles/speed_test_uint64_array.dir/speed_test_uint64_array.c.o
  228. .PHONY : speed_test_uint64_array.c.o
  229. speed_test_uint64_array.i: speed_test_uint64_array.c.i
  230. .PHONY : speed_test_uint64_array.i
  231. # target to preprocess a source file
  232. speed_test_uint64_array.c.i:
  233. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/speed_test_uint64_array.dir/build.make example/c/CMakeFiles/speed_test_uint64_array.dir/speed_test_uint64_array.c.i
  234. .PHONY : speed_test_uint64_array.c.i
  235. speed_test_uint64_array.s: speed_test_uint64_array.c.s
  236. .PHONY : speed_test_uint64_array.s
  237. # target to generate assembly for a file
  238. speed_test_uint64_array.c.s:
  239. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/speed_test_uint64_array.dir/build.make example/c/CMakeFiles/speed_test_uint64_array.dir/speed_test_uint64_array.c.s
  240. .PHONY : speed_test_uint64_array.c.s
  241. user_buffer_unpack.o: user_buffer_unpack.c.o
  242. .PHONY : user_buffer_unpack.o
  243. # target to build an object file
  244. user_buffer_unpack.c.o:
  245. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/user_buffer_unpack.dir/build.make example/c/CMakeFiles/user_buffer_unpack.dir/user_buffer_unpack.c.o
  246. .PHONY : user_buffer_unpack.c.o
  247. user_buffer_unpack.i: user_buffer_unpack.c.i
  248. .PHONY : user_buffer_unpack.i
  249. # target to preprocess a source file
  250. user_buffer_unpack.c.i:
  251. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/user_buffer_unpack.dir/build.make example/c/CMakeFiles/user_buffer_unpack.dir/user_buffer_unpack.c.i
  252. .PHONY : user_buffer_unpack.c.i
  253. user_buffer_unpack.s: user_buffer_unpack.c.s
  254. .PHONY : user_buffer_unpack.s
  255. # target to generate assembly for a file
  256. user_buffer_unpack.c.s:
  257. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/c/CMakeFiles/user_buffer_unpack.dir/build.make example/c/CMakeFiles/user_buffer_unpack.dir/user_buffer_unpack.c.s
  258. .PHONY : user_buffer_unpack.c.s
  259. # Help Target
  260. help:
  261. @echo "The following are some of the valid targets for this Makefile:"
  262. @echo "... all (the default if no target is provided)"
  263. @echo "... clean"
  264. @echo "... depend"
  265. @echo "... install/strip"
  266. @echo "... install"
  267. @echo "... list_install_components"
  268. @echo "... install/local"
  269. @echo "... simple_c"
  270. @echo "... rebuild_cache"
  271. @echo "... speed_test_uint64_array"
  272. @echo "... lib_buffer_unpack"
  273. @echo "... speed_test_uint32_array"
  274. @echo "... user_buffer_unpack"
  275. @echo "... edit_cache"
  276. @echo "... lib_buffer_unpack.o"
  277. @echo "... lib_buffer_unpack.i"
  278. @echo "... lib_buffer_unpack.s"
  279. @echo "... simple_c.o"
  280. @echo "... simple_c.i"
  281. @echo "... simple_c.s"
  282. @echo "... speed_test_uint32_array.o"
  283. @echo "... speed_test_uint32_array.i"
  284. @echo "... speed_test_uint32_array.s"
  285. @echo "... speed_test_uint64_array.o"
  286. @echo "... speed_test_uint64_array.i"
  287. @echo "... speed_test_uint64_array.s"
  288. @echo "... user_buffer_unpack.o"
  289. @echo "... user_buffer_unpack.i"
  290. @echo "... user_buffer_unpack.s"
  291. .PHONY : help
  292. #=============================================================================
  293. # Special targets to cleanup operation of make.
  294. # Special rule to run CMake to check the build system integrity.
  295. # No rule that depends on this can have commands that come from listfiles
  296. # because they might be regenerated.
  297. cmake_check_build_system:
  298. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  299. .PHONY : cmake_check_build_system