Makefile 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  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 install
  47. install: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  49. ../../../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. ../../../bin/cmake -P cmake_install.cmake
  55. .PHONY : install/fast
  56. # Special rule for the target install/strip
  57. install/strip: preinstall
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  59. ../../../bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  60. .PHONY : install/strip
  61. # Special rule for the target install/strip
  62. install/strip/fast: preinstall/fast
  63. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  64. ../../../bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  65. .PHONY : install/strip/fast
  66. # Special rule for the target list_install_components
  67. list_install_components:
  68. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  69. .PHONY : list_install_components
  70. # Special rule for the target list_install_components
  71. list_install_components/fast: list_install_components
  72. .PHONY : list_install_components/fast
  73. # Special rule for the target package
  74. package: preinstall
  75. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  76. 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
  77. .PHONY : package
  78. # Special rule for the target package
  79. package/fast: package
  80. .PHONY : package/fast
  81. # Special rule for the target test
  82. test:
  83. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  84. ../../../bin/ctest --force-new-ctest-process $(ARGS)
  85. .PHONY : test
  86. # Special rule for the target test
  87. test/fast: test
  88. .PHONY : test/fast
  89. # Special rule for the target package_source
  90. package_source:
  91. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  92. 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
  93. .PHONY : package_source
  94. # Special rule for the target package_source
  95. package_source/fast: package_source
  96. .PHONY : package_source/fast
  97. # Special rule for the target edit_cache
  98. edit_cache:
  99. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  100. ../../../Bootstrap.cmk/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  101. .PHONY : edit_cache
  102. # Special rule for the target edit_cache
  103. edit_cache/fast: edit_cache
  104. .PHONY : edit_cache/fast
  105. # Special rule for the target rebuild_cache
  106. rebuild_cache:
  107. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  108. ../../../Bootstrap.cmk/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  109. .PHONY : rebuild_cache
  110. # Special rule for the target rebuild_cache
  111. rebuild_cache/fast: rebuild_cache
  112. .PHONY : rebuild_cache/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/PseudoMemcheck/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/PseudoMemcheck/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/PseudoMemcheck/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/PseudoMemcheck/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/PseudoMemcheck/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/PseudoMemcheck/CMakeFiles/pseudo_valgrind.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/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/rule
  141. .PHONY : Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/rule
  142. # Convenience name for target.
  143. pseudo_valgrind: Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/rule
  144. .PHONY : pseudo_valgrind
  145. # fast build rule for target.
  146. pseudo_valgrind/fast:
  147. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/build
  148. .PHONY : pseudo_valgrind/fast
  149. # Convenience name for target.
  150. Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.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/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/rule
  152. .PHONY : Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/rule
  153. # Convenience name for target.
  154. pseudo_purify: Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/rule
  155. .PHONY : pseudo_purify
  156. # fast build rule for target.
  157. pseudo_purify/fast:
  158. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/build
  159. .PHONY : pseudo_purify/fast
  160. # Convenience name for target.
  161. Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.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/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/rule
  163. .PHONY : Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/rule
  164. # Convenience name for target.
  165. memcheck_fail: Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/rule
  166. .PHONY : memcheck_fail
  167. # fast build rule for target.
  168. memcheck_fail/fast:
  169. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/build
  170. .PHONY : memcheck_fail/fast
  171. # Convenience name for target.
  172. Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/rule:
  173. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f CMakeFiles/Makefile2 Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/rule
  174. .PHONY : Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/rule
  175. # Convenience name for target.
  176. pseudo_BC: Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/rule
  177. .PHONY : pseudo_BC
  178. # fast build rule for target.
  179. pseudo_BC/fast:
  180. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/build
  181. .PHONY : pseudo_BC/fast
  182. ret0.o: ret0.cxx.o
  183. .PHONY : ret0.o
  184. # target to build an object file
  185. ret0.cxx.o:
  186. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/ret0.cxx.o
  187. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/ret0.cxx.o
  188. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/ret0.cxx.o
  189. .PHONY : ret0.cxx.o
  190. ret0.i: ret0.cxx.i
  191. .PHONY : ret0.i
  192. # target to preprocess a source file
  193. ret0.cxx.i:
  194. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/ret0.cxx.i
  195. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/ret0.cxx.i
  196. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/ret0.cxx.i
  197. .PHONY : ret0.cxx.i
  198. ret0.s: ret0.cxx.s
  199. .PHONY : ret0.s
  200. # target to generate assembly for a file
  201. ret0.cxx.s:
  202. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/ret0.cxx.s
  203. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/ret0.cxx.s
  204. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/ret0.cxx.s
  205. .PHONY : ret0.cxx.s
  206. ret1.o: ret1.cxx.o
  207. .PHONY : ret1.o
  208. # target to build an object file
  209. ret1.cxx.o:
  210. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/ret1.cxx.o
  211. .PHONY : ret1.cxx.o
  212. ret1.i: ret1.cxx.i
  213. .PHONY : ret1.i
  214. # target to preprocess a source file
  215. ret1.cxx.i:
  216. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/ret1.cxx.i
  217. .PHONY : ret1.cxx.i
  218. ret1.s: ret1.cxx.s
  219. .PHONY : ret1.s
  220. # target to generate assembly for a file
  221. ret1.cxx.s:
  222. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/ret1.cxx.s
  223. .PHONY : ret1.cxx.s
  224. # Help Target
  225. help:
  226. @echo "The following are some of the valid targets for this Makefile:"
  227. @echo "... all (the default if no target is provided)"
  228. @echo "... clean"
  229. @echo "... depend"
  230. @echo "... install/local"
  231. @echo "... install"
  232. @echo "... pseudo_valgrind"
  233. @echo "... install/strip"
  234. @echo "... list_install_components"
  235. @echo "... pseudo_purify"
  236. @echo "... package"
  237. @echo "... test"
  238. @echo "... memcheck_fail"
  239. @echo "... pseudo_BC"
  240. @echo "... package_source"
  241. @echo "... edit_cache"
  242. @echo "... rebuild_cache"
  243. @echo "... ret0.o"
  244. @echo "... ret0.i"
  245. @echo "... ret0.s"
  246. @echo "... ret1.o"
  247. @echo "... ret1.i"
  248. @echo "... ret1.s"
  249. .PHONY : help
  250. #=============================================================================
  251. # Special targets to cleanup operation of make.
  252. # Special rule to run CMake to check the build system integrity.
  253. # No rule that depends on this can have commands that come from listfiles
  254. # because they might be regenerated.
  255. cmake_check_build_system:
  256. 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
  257. .PHONY : cmake_check_build_system