Makefile 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  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 edit_cache
  37. edit_cache:
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  39. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  40. .PHONY : edit_cache
  41. # Special rule for the target edit_cache
  42. edit_cache/fast: edit_cache
  43. .PHONY : edit_cache/fast
  44. # Special rule for the target install
  45. install: preinstall
  46. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  47. /usr/bin/cmake -P cmake_install.cmake
  48. .PHONY : install
  49. # Special rule for the target install
  50. install/fast: preinstall/fast
  51. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  52. /usr/bin/cmake -P cmake_install.cmake
  53. .PHONY : install/fast
  54. # Special rule for the target install/local
  55. install/local: preinstall
  56. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  57. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  58. .PHONY : install/local
  59. # Special rule for the target install/local
  60. install/local/fast: preinstall/fast
  61. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  62. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  63. .PHONY : install/local/fast
  64. # Special rule for the target rebuild_cache
  65. rebuild_cache:
  66. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  67. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  68. .PHONY : rebuild_cache
  69. # Special rule for the target rebuild_cache
  70. rebuild_cache/fast: rebuild_cache
  71. .PHONY : rebuild_cache/fast
  72. # Special rule for the target list_install_components
  73. list_install_components:
  74. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  75. .PHONY : list_install_components
  76. # Special rule for the target list_install_components
  77. list_install_components/fast: list_install_components
  78. .PHONY : list_install_components/fast
  79. # Special rule for the target install/strip
  80. install/strip: preinstall
  81. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  82. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  83. .PHONY : install/strip
  84. # Special rule for the target install/strip
  85. install/strip/fast: preinstall/fast
  86. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  87. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  88. .PHONY : install/strip/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/cpp03/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/cpp03/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/cpp03/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/cpp03/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/cpp03/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/cpp03/CMakeFiles/stream.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/cpp03/CMakeFiles/stream.dir/rule
  117. .PHONY : example/cpp03/CMakeFiles/stream.dir/rule
  118. # Convenience name for target.
  119. stream: example/cpp03/CMakeFiles/stream.dir/rule
  120. .PHONY : stream
  121. # fast build rule for target.
  122. stream/fast:
  123. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/stream.dir/build.make example/cpp03/CMakeFiles/stream.dir/build
  124. .PHONY : stream/fast
  125. # Convenience name for target.
  126. example/cpp03/CMakeFiles/simple.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/cpp03/CMakeFiles/simple.dir/rule
  128. .PHONY : example/cpp03/CMakeFiles/simple.dir/rule
  129. # Convenience name for target.
  130. simple: example/cpp03/CMakeFiles/simple.dir/rule
  131. .PHONY : simple
  132. # fast build rule for target.
  133. simple/fast:
  134. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/simple.dir/build.make example/cpp03/CMakeFiles/simple.dir/build
  135. .PHONY : simple/fast
  136. # Convenience name for target.
  137. example/cpp03/CMakeFiles/reuse_zone.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/cpp03/CMakeFiles/reuse_zone.dir/rule
  139. .PHONY : example/cpp03/CMakeFiles/reuse_zone.dir/rule
  140. # Convenience name for target.
  141. reuse_zone: example/cpp03/CMakeFiles/reuse_zone.dir/rule
  142. .PHONY : reuse_zone
  143. # fast build rule for target.
  144. reuse_zone/fast:
  145. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/reuse_zone.dir/build.make example/cpp03/CMakeFiles/reuse_zone.dir/build
  146. .PHONY : reuse_zone/fast
  147. # Convenience name for target.
  148. example/cpp03/CMakeFiles/protocol_new.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/cpp03/CMakeFiles/protocol_new.dir/rule
  150. .PHONY : example/cpp03/CMakeFiles/protocol_new.dir/rule
  151. # Convenience name for target.
  152. protocol_new: example/cpp03/CMakeFiles/protocol_new.dir/rule
  153. .PHONY : protocol_new
  154. # fast build rule for target.
  155. protocol_new/fast:
  156. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/protocol_new.dir/build.make example/cpp03/CMakeFiles/protocol_new.dir/build
  157. .PHONY : protocol_new/fast
  158. # Convenience name for target.
  159. example/cpp03/CMakeFiles/class_intrusive_map.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/cpp03/CMakeFiles/class_intrusive_map.dir/rule
  161. .PHONY : example/cpp03/CMakeFiles/class_intrusive_map.dir/rule
  162. # Convenience name for target.
  163. class_intrusive_map: example/cpp03/CMakeFiles/class_intrusive_map.dir/rule
  164. .PHONY : class_intrusive_map
  165. # fast build rule for target.
  166. class_intrusive_map/fast:
  167. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive_map.dir/build.make example/cpp03/CMakeFiles/class_intrusive_map.dir/build
  168. .PHONY : class_intrusive_map/fast
  169. # Convenience name for target.
  170. example/cpp03/CMakeFiles/class_intrusive.dir/rule:
  171. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/class_intrusive.dir/rule
  172. .PHONY : example/cpp03/CMakeFiles/class_intrusive.dir/rule
  173. # Convenience name for target.
  174. class_intrusive: example/cpp03/CMakeFiles/class_intrusive.dir/rule
  175. .PHONY : class_intrusive
  176. # fast build rule for target.
  177. class_intrusive/fast:
  178. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive.dir/build.make example/cpp03/CMakeFiles/class_intrusive.dir/build
  179. .PHONY : class_intrusive/fast
  180. # Convenience name for target.
  181. example/cpp03/CMakeFiles/class_non_intrusive.dir/rule:
  182. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/class_non_intrusive.dir/rule
  183. .PHONY : example/cpp03/CMakeFiles/class_non_intrusive.dir/rule
  184. # Convenience name for target.
  185. class_non_intrusive: example/cpp03/CMakeFiles/class_non_intrusive.dir/rule
  186. .PHONY : class_non_intrusive
  187. # fast build rule for target.
  188. class_non_intrusive/fast:
  189. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_non_intrusive.dir/build.make example/cpp03/CMakeFiles/class_non_intrusive.dir/build
  190. .PHONY : class_non_intrusive/fast
  191. # Convenience name for target.
  192. example/cpp03/CMakeFiles/map_based_versionup.dir/rule:
  193. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/map_based_versionup.dir/rule
  194. .PHONY : example/cpp03/CMakeFiles/map_based_versionup.dir/rule
  195. # Convenience name for target.
  196. map_based_versionup: example/cpp03/CMakeFiles/map_based_versionup.dir/rule
  197. .PHONY : map_based_versionup
  198. # fast build rule for target.
  199. map_based_versionup/fast:
  200. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/map_based_versionup.dir/build.make example/cpp03/CMakeFiles/map_based_versionup.dir/build
  201. .PHONY : map_based_versionup/fast
  202. # Convenience name for target.
  203. example/cpp03/CMakeFiles/custom.dir/rule:
  204. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/custom.dir/rule
  205. .PHONY : example/cpp03/CMakeFiles/custom.dir/rule
  206. # Convenience name for target.
  207. custom: example/cpp03/CMakeFiles/custom.dir/rule
  208. .PHONY : custom
  209. # fast build rule for target.
  210. custom/fast:
  211. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/custom.dir/build.make example/cpp03/CMakeFiles/custom.dir/build
  212. .PHONY : custom/fast
  213. # Convenience name for target.
  214. example/cpp03/CMakeFiles/enum.dir/rule:
  215. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/enum.dir/rule
  216. .PHONY : example/cpp03/CMakeFiles/enum.dir/rule
  217. # Convenience name for target.
  218. enum: example/cpp03/CMakeFiles/enum.dir/rule
  219. .PHONY : enum
  220. # fast build rule for target.
  221. enum/fast:
  222. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/enum.dir/build.make example/cpp03/CMakeFiles/enum.dir/build
  223. .PHONY : enum/fast
  224. class_intrusive.o: class_intrusive.cpp.o
  225. .PHONY : class_intrusive.o
  226. # target to build an object file
  227. class_intrusive.cpp.o:
  228. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive.dir/build.make example/cpp03/CMakeFiles/class_intrusive.dir/class_intrusive.cpp.o
  229. .PHONY : class_intrusive.cpp.o
  230. class_intrusive.i: class_intrusive.cpp.i
  231. .PHONY : class_intrusive.i
  232. # target to preprocess a source file
  233. class_intrusive.cpp.i:
  234. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive.dir/build.make example/cpp03/CMakeFiles/class_intrusive.dir/class_intrusive.cpp.i
  235. .PHONY : class_intrusive.cpp.i
  236. class_intrusive.s: class_intrusive.cpp.s
  237. .PHONY : class_intrusive.s
  238. # target to generate assembly for a file
  239. class_intrusive.cpp.s:
  240. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive.dir/build.make example/cpp03/CMakeFiles/class_intrusive.dir/class_intrusive.cpp.s
  241. .PHONY : class_intrusive.cpp.s
  242. class_intrusive_map.o: class_intrusive_map.cpp.o
  243. .PHONY : class_intrusive_map.o
  244. # target to build an object file
  245. class_intrusive_map.cpp.o:
  246. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive_map.dir/build.make example/cpp03/CMakeFiles/class_intrusive_map.dir/class_intrusive_map.cpp.o
  247. .PHONY : class_intrusive_map.cpp.o
  248. class_intrusive_map.i: class_intrusive_map.cpp.i
  249. .PHONY : class_intrusive_map.i
  250. # target to preprocess a source file
  251. class_intrusive_map.cpp.i:
  252. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive_map.dir/build.make example/cpp03/CMakeFiles/class_intrusive_map.dir/class_intrusive_map.cpp.i
  253. .PHONY : class_intrusive_map.cpp.i
  254. class_intrusive_map.s: class_intrusive_map.cpp.s
  255. .PHONY : class_intrusive_map.s
  256. # target to generate assembly for a file
  257. class_intrusive_map.cpp.s:
  258. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive_map.dir/build.make example/cpp03/CMakeFiles/class_intrusive_map.dir/class_intrusive_map.cpp.s
  259. .PHONY : class_intrusive_map.cpp.s
  260. class_non_intrusive.o: class_non_intrusive.cpp.o
  261. .PHONY : class_non_intrusive.o
  262. # target to build an object file
  263. class_non_intrusive.cpp.o:
  264. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_non_intrusive.dir/build.make example/cpp03/CMakeFiles/class_non_intrusive.dir/class_non_intrusive.cpp.o
  265. .PHONY : class_non_intrusive.cpp.o
  266. class_non_intrusive.i: class_non_intrusive.cpp.i
  267. .PHONY : class_non_intrusive.i
  268. # target to preprocess a source file
  269. class_non_intrusive.cpp.i:
  270. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_non_intrusive.dir/build.make example/cpp03/CMakeFiles/class_non_intrusive.dir/class_non_intrusive.cpp.i
  271. .PHONY : class_non_intrusive.cpp.i
  272. class_non_intrusive.s: class_non_intrusive.cpp.s
  273. .PHONY : class_non_intrusive.s
  274. # target to generate assembly for a file
  275. class_non_intrusive.cpp.s:
  276. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/class_non_intrusive.dir/build.make example/cpp03/CMakeFiles/class_non_intrusive.dir/class_non_intrusive.cpp.s
  277. .PHONY : class_non_intrusive.cpp.s
  278. custom.o: custom.cpp.o
  279. .PHONY : custom.o
  280. # target to build an object file
  281. custom.cpp.o:
  282. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/custom.dir/build.make example/cpp03/CMakeFiles/custom.dir/custom.cpp.o
  283. .PHONY : custom.cpp.o
  284. custom.i: custom.cpp.i
  285. .PHONY : custom.i
  286. # target to preprocess a source file
  287. custom.cpp.i:
  288. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/custom.dir/build.make example/cpp03/CMakeFiles/custom.dir/custom.cpp.i
  289. .PHONY : custom.cpp.i
  290. custom.s: custom.cpp.s
  291. .PHONY : custom.s
  292. # target to generate assembly for a file
  293. custom.cpp.s:
  294. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/custom.dir/build.make example/cpp03/CMakeFiles/custom.dir/custom.cpp.s
  295. .PHONY : custom.cpp.s
  296. enum.o: enum.cpp.o
  297. .PHONY : enum.o
  298. # target to build an object file
  299. enum.cpp.o:
  300. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/enum.dir/build.make example/cpp03/CMakeFiles/enum.dir/enum.cpp.o
  301. .PHONY : enum.cpp.o
  302. enum.i: enum.cpp.i
  303. .PHONY : enum.i
  304. # target to preprocess a source file
  305. enum.cpp.i:
  306. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/enum.dir/build.make example/cpp03/CMakeFiles/enum.dir/enum.cpp.i
  307. .PHONY : enum.cpp.i
  308. enum.s: enum.cpp.s
  309. .PHONY : enum.s
  310. # target to generate assembly for a file
  311. enum.cpp.s:
  312. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/enum.dir/build.make example/cpp03/CMakeFiles/enum.dir/enum.cpp.s
  313. .PHONY : enum.cpp.s
  314. map_based_versionup.o: map_based_versionup.cpp.o
  315. .PHONY : map_based_versionup.o
  316. # target to build an object file
  317. map_based_versionup.cpp.o:
  318. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/map_based_versionup.dir/build.make example/cpp03/CMakeFiles/map_based_versionup.dir/map_based_versionup.cpp.o
  319. .PHONY : map_based_versionup.cpp.o
  320. map_based_versionup.i: map_based_versionup.cpp.i
  321. .PHONY : map_based_versionup.i
  322. # target to preprocess a source file
  323. map_based_versionup.cpp.i:
  324. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/map_based_versionup.dir/build.make example/cpp03/CMakeFiles/map_based_versionup.dir/map_based_versionup.cpp.i
  325. .PHONY : map_based_versionup.cpp.i
  326. map_based_versionup.s: map_based_versionup.cpp.s
  327. .PHONY : map_based_versionup.s
  328. # target to generate assembly for a file
  329. map_based_versionup.cpp.s:
  330. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/map_based_versionup.dir/build.make example/cpp03/CMakeFiles/map_based_versionup.dir/map_based_versionup.cpp.s
  331. .PHONY : map_based_versionup.cpp.s
  332. protocol_new.o: protocol_new.cpp.o
  333. .PHONY : protocol_new.o
  334. # target to build an object file
  335. protocol_new.cpp.o:
  336. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/protocol_new.dir/build.make example/cpp03/CMakeFiles/protocol_new.dir/protocol_new.cpp.o
  337. .PHONY : protocol_new.cpp.o
  338. protocol_new.i: protocol_new.cpp.i
  339. .PHONY : protocol_new.i
  340. # target to preprocess a source file
  341. protocol_new.cpp.i:
  342. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/protocol_new.dir/build.make example/cpp03/CMakeFiles/protocol_new.dir/protocol_new.cpp.i
  343. .PHONY : protocol_new.cpp.i
  344. protocol_new.s: protocol_new.cpp.s
  345. .PHONY : protocol_new.s
  346. # target to generate assembly for a file
  347. protocol_new.cpp.s:
  348. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/protocol_new.dir/build.make example/cpp03/CMakeFiles/protocol_new.dir/protocol_new.cpp.s
  349. .PHONY : protocol_new.cpp.s
  350. reuse_zone.o: reuse_zone.cpp.o
  351. .PHONY : reuse_zone.o
  352. # target to build an object file
  353. reuse_zone.cpp.o:
  354. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/reuse_zone.dir/build.make example/cpp03/CMakeFiles/reuse_zone.dir/reuse_zone.cpp.o
  355. .PHONY : reuse_zone.cpp.o
  356. reuse_zone.i: reuse_zone.cpp.i
  357. .PHONY : reuse_zone.i
  358. # target to preprocess a source file
  359. reuse_zone.cpp.i:
  360. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/reuse_zone.dir/build.make example/cpp03/CMakeFiles/reuse_zone.dir/reuse_zone.cpp.i
  361. .PHONY : reuse_zone.cpp.i
  362. reuse_zone.s: reuse_zone.cpp.s
  363. .PHONY : reuse_zone.s
  364. # target to generate assembly for a file
  365. reuse_zone.cpp.s:
  366. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/reuse_zone.dir/build.make example/cpp03/CMakeFiles/reuse_zone.dir/reuse_zone.cpp.s
  367. .PHONY : reuse_zone.cpp.s
  368. simple.o: simple.cpp.o
  369. .PHONY : simple.o
  370. # target to build an object file
  371. simple.cpp.o:
  372. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/simple.dir/build.make example/cpp03/CMakeFiles/simple.dir/simple.cpp.o
  373. .PHONY : simple.cpp.o
  374. simple.i: simple.cpp.i
  375. .PHONY : simple.i
  376. # target to preprocess a source file
  377. simple.cpp.i:
  378. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/simple.dir/build.make example/cpp03/CMakeFiles/simple.dir/simple.cpp.i
  379. .PHONY : simple.cpp.i
  380. simple.s: simple.cpp.s
  381. .PHONY : simple.s
  382. # target to generate assembly for a file
  383. simple.cpp.s:
  384. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/simple.dir/build.make example/cpp03/CMakeFiles/simple.dir/simple.cpp.s
  385. .PHONY : simple.cpp.s
  386. stream.o: stream.cpp.o
  387. .PHONY : stream.o
  388. # target to build an object file
  389. stream.cpp.o:
  390. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/stream.dir/build.make example/cpp03/CMakeFiles/stream.dir/stream.cpp.o
  391. .PHONY : stream.cpp.o
  392. stream.i: stream.cpp.i
  393. .PHONY : stream.i
  394. # target to preprocess a source file
  395. stream.cpp.i:
  396. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/stream.dir/build.make example/cpp03/CMakeFiles/stream.dir/stream.cpp.i
  397. .PHONY : stream.cpp.i
  398. stream.s: stream.cpp.s
  399. .PHONY : stream.s
  400. # target to generate assembly for a file
  401. stream.cpp.s:
  402. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(MAKE) -f example/cpp03/CMakeFiles/stream.dir/build.make example/cpp03/CMakeFiles/stream.dir/stream.cpp.s
  403. .PHONY : stream.cpp.s
  404. # Help Target
  405. help:
  406. @echo "The following are some of the valid targets for this Makefile:"
  407. @echo "... all (the default if no target is provided)"
  408. @echo "... clean"
  409. @echo "... depend"
  410. @echo "... edit_cache"
  411. @echo "... install"
  412. @echo "... stream"
  413. @echo "... install/local"
  414. @echo "... simple"
  415. @echo "... reuse_zone"
  416. @echo "... protocol_new"
  417. @echo "... rebuild_cache"
  418. @echo "... class_intrusive_map"
  419. @echo "... class_intrusive"
  420. @echo "... list_install_components"
  421. @echo "... class_non_intrusive"
  422. @echo "... install/strip"
  423. @echo "... map_based_versionup"
  424. @echo "... custom"
  425. @echo "... enum"
  426. @echo "... class_intrusive.o"
  427. @echo "... class_intrusive.i"
  428. @echo "... class_intrusive.s"
  429. @echo "... class_intrusive_map.o"
  430. @echo "... class_intrusive_map.i"
  431. @echo "... class_intrusive_map.s"
  432. @echo "... class_non_intrusive.o"
  433. @echo "... class_non_intrusive.i"
  434. @echo "... class_non_intrusive.s"
  435. @echo "... custom.o"
  436. @echo "... custom.i"
  437. @echo "... custom.s"
  438. @echo "... enum.o"
  439. @echo "... enum.i"
  440. @echo "... enum.s"
  441. @echo "... map_based_versionup.o"
  442. @echo "... map_based_versionup.i"
  443. @echo "... map_based_versionup.s"
  444. @echo "... protocol_new.o"
  445. @echo "... protocol_new.i"
  446. @echo "... protocol_new.s"
  447. @echo "... reuse_zone.o"
  448. @echo "... reuse_zone.i"
  449. @echo "... reuse_zone.s"
  450. @echo "... simple.o"
  451. @echo "... simple.i"
  452. @echo "... simple.s"
  453. @echo "... stream.o"
  454. @echo "... stream.i"
  455. @echo "... stream.s"
  456. .PHONY : help
  457. #=============================================================================
  458. # Special targets to cleanup operation of make.
  459. # Special rule to run CMake to check the build system integrity.
  460. # No rule that depends on this can have commands that come from listfiles
  461. # because they might be regenerated.
  462. cmake_check_build_system:
  463. 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
  464. .PHONY : cmake_check_build_system