Makefile 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  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. # 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 = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake
  26. # The command to remove a file.
  27. RM = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/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/Tool/cmake-3.11.0
  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/Tool/cmake-3.11.0
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target install/local
  37. install/local: preinstall
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  39. ../../bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  40. .PHONY : install/local
  41. # Special rule for the target install/local
  42. install/local/fast: preinstall/fast
  43. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  44. ../../bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  45. .PHONY : install/local/fast
  46. # Special rule for the target package
  47. package: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  49. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/bin/cpack --config ./CPackConfig.cmake
  50. .PHONY : package
  51. # Special rule for the target package
  52. package/fast: package
  53. .PHONY : package/fast
  54. # Special rule for the target test
  55. test:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  57. ../../bin/ctest --force-new-ctest-process $(ARGS)
  58. .PHONY : test
  59. # Special rule for the target test
  60. test/fast: test
  61. .PHONY : test/fast
  62. # Special rule for the target package_source
  63. package_source:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  65. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/bin/cpack --config ./CPackSourceConfig.cmake /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CPackSourceConfig.cmake
  66. .PHONY : package_source
  67. # Special rule for the target package_source
  68. package_source/fast: package_source
  69. .PHONY : package_source/fast
  70. # Special rule for the target edit_cache
  71. edit_cache:
  72. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  73. ../../Bootstrap.cmk/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  74. .PHONY : edit_cache
  75. # Special rule for the target edit_cache
  76. edit_cache/fast: edit_cache
  77. .PHONY : edit_cache/fast
  78. # Special rule for the target rebuild_cache
  79. rebuild_cache:
  80. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  81. ../../Bootstrap.cmk/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  82. .PHONY : rebuild_cache
  83. # Special rule for the target rebuild_cache
  84. rebuild_cache/fast: rebuild_cache
  85. .PHONY : rebuild_cache/fast
  86. # Special rule for the target install/strip
  87. install/strip: preinstall
  88. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  89. ../../bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  90. .PHONY : install/strip
  91. # Special rule for the target install/strip
  92. install/strip/fast: preinstall/fast
  93. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  94. ../../bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  95. .PHONY : install/strip/fast
  96. # Special rule for the target list_install_components
  97. list_install_components:
  98. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  99. .PHONY : list_install_components
  100. # Special rule for the target list_install_components
  101. list_install_components/fast: list_install_components
  102. .PHONY : list_install_components/fast
  103. # Special rule for the target install
  104. install: preinstall
  105. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  106. ../../bin/cmake -P cmake_install.cmake
  107. .PHONY : install
  108. # Special rule for the target install
  109. install/fast: preinstall/fast
  110. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  111. ../../bin/cmake -P cmake_install.cmake
  112. .PHONY : install/fast
  113. # The main all target
  114. all: cmake_check_build_system
  115. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Tests/CMakeLib/CMakeFiles/progress.marks
  116. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f CMakeFiles/Makefile2 Tests/CMakeLib/all
  117. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles 0
  118. .PHONY : all
  119. # The main clean target
  120. clean:
  121. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f CMakeFiles/Makefile2 Tests/CMakeLib/clean
  122. .PHONY : clean
  123. # The main clean target
  124. clean/fast: clean
  125. .PHONY : clean/fast
  126. # Prepare targets for installation.
  127. preinstall: all
  128. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f CMakeFiles/Makefile2 Tests/CMakeLib/preinstall
  129. .PHONY : preinstall
  130. # Prepare targets for installation.
  131. preinstall/fast:
  132. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f CMakeFiles/Makefile2 Tests/CMakeLib/preinstall
  133. .PHONY : preinstall/fast
  134. # clear depends
  135. depend:
  136. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  137. .PHONY : depend
  138. # Convenience name for target.
  139. Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/rule:
  140. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f CMakeFiles/Makefile2 Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/rule
  141. .PHONY : Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/rule
  142. # Convenience name for target.
  143. runcompilecommands: Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/rule
  144. .PHONY : runcompilecommands
  145. # fast build rule for target.
  146. runcompilecommands/fast:
  147. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/build.make Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/build
  148. .PHONY : runcompilecommands/fast
  149. # Convenience name for target.
  150. Tests/CMakeLib/CMakeFiles/testEncoding.dir/rule:
  151. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f CMakeFiles/Makefile2 Tests/CMakeLib/CMakeFiles/testEncoding.dir/rule
  152. .PHONY : Tests/CMakeLib/CMakeFiles/testEncoding.dir/rule
  153. # Convenience name for target.
  154. testEncoding: Tests/CMakeLib/CMakeFiles/testEncoding.dir/rule
  155. .PHONY : testEncoding
  156. # fast build rule for target.
  157. testEncoding/fast:
  158. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/testEncoding.dir/build.make Tests/CMakeLib/CMakeFiles/testEncoding.dir/build
  159. .PHONY : testEncoding/fast
  160. # Convenience name for target.
  161. Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/rule:
  162. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f CMakeFiles/Makefile2 Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/rule
  163. .PHONY : Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/rule
  164. # Convenience name for target.
  165. CMakeLibTests: Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/rule
  166. .PHONY : CMakeLibTests
  167. # fast build rule for target.
  168. CMakeLibTests/fast:
  169. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build
  170. .PHONY : CMakeLibTests/fast
  171. CMakeLibTests.o: CMakeLibTests.cxx.o
  172. .PHONY : CMakeLibTests.o
  173. # target to build an object file
  174. CMakeLibTests.cxx.o:
  175. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/CMakeLibTests.cxx.o
  176. .PHONY : CMakeLibTests.cxx.o
  177. CMakeLibTests.i: CMakeLibTests.cxx.i
  178. .PHONY : CMakeLibTests.i
  179. # target to preprocess a source file
  180. CMakeLibTests.cxx.i:
  181. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/CMakeLibTests.cxx.i
  182. .PHONY : CMakeLibTests.cxx.i
  183. CMakeLibTests.s: CMakeLibTests.cxx.s
  184. .PHONY : CMakeLibTests.s
  185. # target to generate assembly for a file
  186. CMakeLibTests.cxx.s:
  187. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/CMakeLibTests.cxx.s
  188. .PHONY : CMakeLibTests.cxx.s
  189. run_compile_commands.o: run_compile_commands.cxx.o
  190. .PHONY : run_compile_commands.o
  191. # target to build an object file
  192. run_compile_commands.cxx.o:
  193. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/build.make Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/run_compile_commands.cxx.o
  194. .PHONY : run_compile_commands.cxx.o
  195. run_compile_commands.i: run_compile_commands.cxx.i
  196. .PHONY : run_compile_commands.i
  197. # target to preprocess a source file
  198. run_compile_commands.cxx.i:
  199. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/build.make Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/run_compile_commands.cxx.i
  200. .PHONY : run_compile_commands.cxx.i
  201. run_compile_commands.s: run_compile_commands.cxx.s
  202. .PHONY : run_compile_commands.s
  203. # target to generate assembly for a file
  204. run_compile_commands.cxx.s:
  205. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/build.make Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/run_compile_commands.cxx.s
  206. .PHONY : run_compile_commands.cxx.s
  207. testEncoding.o: testEncoding.cxx.o
  208. .PHONY : testEncoding.o
  209. # target to build an object file
  210. testEncoding.cxx.o:
  211. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/testEncoding.dir/build.make Tests/CMakeLib/CMakeFiles/testEncoding.dir/testEncoding.cxx.o
  212. .PHONY : testEncoding.cxx.o
  213. testEncoding.i: testEncoding.cxx.i
  214. .PHONY : testEncoding.i
  215. # target to preprocess a source file
  216. testEncoding.cxx.i:
  217. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/testEncoding.dir/build.make Tests/CMakeLib/CMakeFiles/testEncoding.dir/testEncoding.cxx.i
  218. .PHONY : testEncoding.cxx.i
  219. testEncoding.s: testEncoding.cxx.s
  220. .PHONY : testEncoding.s
  221. # target to generate assembly for a file
  222. testEncoding.cxx.s:
  223. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/testEncoding.dir/build.make Tests/CMakeLib/CMakeFiles/testEncoding.dir/testEncoding.cxx.s
  224. .PHONY : testEncoding.cxx.s
  225. testFindPackageCommand.o: testFindPackageCommand.cxx.o
  226. .PHONY : testFindPackageCommand.o
  227. # target to build an object file
  228. testFindPackageCommand.cxx.o:
  229. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testFindPackageCommand.cxx.o
  230. .PHONY : testFindPackageCommand.cxx.o
  231. testFindPackageCommand.i: testFindPackageCommand.cxx.i
  232. .PHONY : testFindPackageCommand.i
  233. # target to preprocess a source file
  234. testFindPackageCommand.cxx.i:
  235. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testFindPackageCommand.cxx.i
  236. .PHONY : testFindPackageCommand.cxx.i
  237. testFindPackageCommand.s: testFindPackageCommand.cxx.s
  238. .PHONY : testFindPackageCommand.s
  239. # target to generate assembly for a file
  240. testFindPackageCommand.cxx.s:
  241. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testFindPackageCommand.cxx.s
  242. .PHONY : testFindPackageCommand.cxx.s
  243. testGeneratedFileStream.o: testGeneratedFileStream.cxx.o
  244. .PHONY : testGeneratedFileStream.o
  245. # target to build an object file
  246. testGeneratedFileStream.cxx.o:
  247. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testGeneratedFileStream.cxx.o
  248. .PHONY : testGeneratedFileStream.cxx.o
  249. testGeneratedFileStream.i: testGeneratedFileStream.cxx.i
  250. .PHONY : testGeneratedFileStream.i
  251. # target to preprocess a source file
  252. testGeneratedFileStream.cxx.i:
  253. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testGeneratedFileStream.cxx.i
  254. .PHONY : testGeneratedFileStream.cxx.i
  255. testGeneratedFileStream.s: testGeneratedFileStream.cxx.s
  256. .PHONY : testGeneratedFileStream.s
  257. # target to generate assembly for a file
  258. testGeneratedFileStream.cxx.s:
  259. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testGeneratedFileStream.cxx.s
  260. .PHONY : testGeneratedFileStream.cxx.s
  261. testRST.o: testRST.cxx.o
  262. .PHONY : testRST.o
  263. # target to build an object file
  264. testRST.cxx.o:
  265. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testRST.cxx.o
  266. .PHONY : testRST.cxx.o
  267. testRST.i: testRST.cxx.i
  268. .PHONY : testRST.i
  269. # target to preprocess a source file
  270. testRST.cxx.i:
  271. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testRST.cxx.i
  272. .PHONY : testRST.cxx.i
  273. testRST.s: testRST.cxx.s
  274. .PHONY : testRST.s
  275. # target to generate assembly for a file
  276. testRST.cxx.s:
  277. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testRST.cxx.s
  278. .PHONY : testRST.cxx.s
  279. testSystemTools.o: testSystemTools.cxx.o
  280. .PHONY : testSystemTools.o
  281. # target to build an object file
  282. testSystemTools.cxx.o:
  283. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testSystemTools.cxx.o
  284. .PHONY : testSystemTools.cxx.o
  285. testSystemTools.i: testSystemTools.cxx.i
  286. .PHONY : testSystemTools.i
  287. # target to preprocess a source file
  288. testSystemTools.cxx.i:
  289. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testSystemTools.cxx.i
  290. .PHONY : testSystemTools.cxx.i
  291. testSystemTools.s: testSystemTools.cxx.s
  292. .PHONY : testSystemTools.s
  293. # target to generate assembly for a file
  294. testSystemTools.cxx.s:
  295. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testSystemTools.cxx.s
  296. .PHONY : testSystemTools.cxx.s
  297. testUTF8.o: testUTF8.cxx.o
  298. .PHONY : testUTF8.o
  299. # target to build an object file
  300. testUTF8.cxx.o:
  301. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUTF8.cxx.o
  302. .PHONY : testUTF8.cxx.o
  303. testUTF8.i: testUTF8.cxx.i
  304. .PHONY : testUTF8.i
  305. # target to preprocess a source file
  306. testUTF8.cxx.i:
  307. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUTF8.cxx.i
  308. .PHONY : testUTF8.cxx.i
  309. testUTF8.s: testUTF8.cxx.s
  310. .PHONY : testUTF8.s
  311. # target to generate assembly for a file
  312. testUTF8.cxx.s:
  313. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUTF8.cxx.s
  314. .PHONY : testUTF8.cxx.s
  315. testUVRAII.o: testUVRAII.cxx.o
  316. .PHONY : testUVRAII.o
  317. # target to build an object file
  318. testUVRAII.cxx.o:
  319. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUVRAII.cxx.o
  320. .PHONY : testUVRAII.cxx.o
  321. testUVRAII.i: testUVRAII.cxx.i
  322. .PHONY : testUVRAII.i
  323. # target to preprocess a source file
  324. testUVRAII.cxx.i:
  325. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUVRAII.cxx.i
  326. .PHONY : testUVRAII.cxx.i
  327. testUVRAII.s: testUVRAII.cxx.s
  328. .PHONY : testUVRAII.s
  329. # target to generate assembly for a file
  330. testUVRAII.cxx.s:
  331. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUVRAII.cxx.s
  332. .PHONY : testUVRAII.cxx.s
  333. testXMLParser.o: testXMLParser.cxx.o
  334. .PHONY : testXMLParser.o
  335. # target to build an object file
  336. testXMLParser.cxx.o:
  337. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLParser.cxx.o
  338. .PHONY : testXMLParser.cxx.o
  339. testXMLParser.i: testXMLParser.cxx.i
  340. .PHONY : testXMLParser.i
  341. # target to preprocess a source file
  342. testXMLParser.cxx.i:
  343. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLParser.cxx.i
  344. .PHONY : testXMLParser.cxx.i
  345. testXMLParser.s: testXMLParser.cxx.s
  346. .PHONY : testXMLParser.s
  347. # target to generate assembly for a file
  348. testXMLParser.cxx.s:
  349. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLParser.cxx.s
  350. .PHONY : testXMLParser.cxx.s
  351. testXMLSafe.o: testXMLSafe.cxx.o
  352. .PHONY : testXMLSafe.o
  353. # target to build an object file
  354. testXMLSafe.cxx.o:
  355. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLSafe.cxx.o
  356. .PHONY : testXMLSafe.cxx.o
  357. testXMLSafe.i: testXMLSafe.cxx.i
  358. .PHONY : testXMLSafe.i
  359. # target to preprocess a source file
  360. testXMLSafe.cxx.i:
  361. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLSafe.cxx.i
  362. .PHONY : testXMLSafe.cxx.i
  363. testXMLSafe.s: testXMLSafe.cxx.s
  364. .PHONY : testXMLSafe.s
  365. # target to generate assembly for a file
  366. testXMLSafe.cxx.s:
  367. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLSafe.cxx.s
  368. .PHONY : testXMLSafe.cxx.s
  369. # Help Target
  370. help:
  371. @echo "The following are some of the valid targets for this Makefile:"
  372. @echo "... all (the default if no target is provided)"
  373. @echo "... clean"
  374. @echo "... depend"
  375. @echo "... install/local"
  376. @echo "... runcompilecommands"
  377. @echo "... testEncoding"
  378. @echo "... package"
  379. @echo "... test"
  380. @echo "... package_source"
  381. @echo "... edit_cache"
  382. @echo "... CMakeLibTests"
  383. @echo "... rebuild_cache"
  384. @echo "... install/strip"
  385. @echo "... list_install_components"
  386. @echo "... install"
  387. @echo "... CMakeLibTests.o"
  388. @echo "... CMakeLibTests.i"
  389. @echo "... CMakeLibTests.s"
  390. @echo "... run_compile_commands.o"
  391. @echo "... run_compile_commands.i"
  392. @echo "... run_compile_commands.s"
  393. @echo "... testEncoding.o"
  394. @echo "... testEncoding.i"
  395. @echo "... testEncoding.s"
  396. @echo "... testFindPackageCommand.o"
  397. @echo "... testFindPackageCommand.i"
  398. @echo "... testFindPackageCommand.s"
  399. @echo "... testGeneratedFileStream.o"
  400. @echo "... testGeneratedFileStream.i"
  401. @echo "... testGeneratedFileStream.s"
  402. @echo "... testRST.o"
  403. @echo "... testRST.i"
  404. @echo "... testRST.s"
  405. @echo "... testSystemTools.o"
  406. @echo "... testSystemTools.i"
  407. @echo "... testSystemTools.s"
  408. @echo "... testUTF8.o"
  409. @echo "... testUTF8.i"
  410. @echo "... testUTF8.s"
  411. @echo "... testUVRAII.o"
  412. @echo "... testUVRAII.i"
  413. @echo "... testUVRAII.s"
  414. @echo "... testXMLParser.o"
  415. @echo "... testXMLParser.i"
  416. @echo "... testXMLParser.s"
  417. @echo "... testXMLSafe.o"
  418. @echo "... testXMLSafe.i"
  419. @echo "... testXMLSafe.s"
  420. .PHONY : help
  421. #=============================================================================
  422. # Special targets to cleanup operation of make.
  423. # Special rule to run CMake to check the build system integrity.
  424. # No rule that depends on this can have commands that come from listfiles
  425. # because they might be regenerated.
  426. cmake_check_build_system:
  427. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  428. .PHONY : cmake_check_build_system