Makefile 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  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/strip
  37. install/strip: preinstall
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  39. ../../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. ../../bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  45. .PHONY : install/strip/fast
  46. # Special rule for the target install/local
  47. install/local: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  49. ../../bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  50. .PHONY : install/local
  51. # Special rule for the target install/local
  52. install/local/fast: preinstall/fast
  53. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  54. ../../bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  55. .PHONY : install/local/fast
  56. # Special rule for the target install
  57. install: preinstall
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  59. ../../bin/cmake -P cmake_install.cmake
  60. .PHONY : install
  61. # Special rule for the target install
  62. install/fast: preinstall/fast
  63. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  64. ../../bin/cmake -P cmake_install.cmake
  65. .PHONY : install/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 rebuild_cache
  74. rebuild_cache:
  75. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  76. ../../Bootstrap.cmk/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. ../../Bootstrap.cmk/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. # 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 package
  98. package: preinstall
  99. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  100. 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
  101. .PHONY : package
  102. # Special rule for the target package
  103. package/fast: package
  104. .PHONY : package/fast
  105. # Special rule for the target test
  106. test:
  107. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  108. ../../bin/ctest --force-new-ctest-process $(ARGS)
  109. .PHONY : test
  110. # Special rule for the target test
  111. test/fast: test
  112. .PHONY : test/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/Utilities/cmbzip2/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 Utilities/cmbzip2/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 Utilities/cmbzip2/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 Utilities/cmbzip2/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 Utilities/cmbzip2/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. Utilities/cmbzip2/CMakeFiles/cmbzip2.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 Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/rule
  141. .PHONY : Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/rule
  142. # Convenience name for target.
  143. cmbzip2: Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/rule
  144. .PHONY : cmbzip2
  145. # fast build rule for target.
  146. cmbzip2/fast:
  147. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build
  148. .PHONY : cmbzip2/fast
  149. blocksort.o: blocksort.c.o
  150. .PHONY : blocksort.o
  151. # target to build an object file
  152. blocksort.c.o:
  153. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/blocksort.c.o
  154. .PHONY : blocksort.c.o
  155. blocksort.i: blocksort.c.i
  156. .PHONY : blocksort.i
  157. # target to preprocess a source file
  158. blocksort.c.i:
  159. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/blocksort.c.i
  160. .PHONY : blocksort.c.i
  161. blocksort.s: blocksort.c.s
  162. .PHONY : blocksort.s
  163. # target to generate assembly for a file
  164. blocksort.c.s:
  165. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/blocksort.c.s
  166. .PHONY : blocksort.c.s
  167. bzlib.o: bzlib.c.o
  168. .PHONY : bzlib.o
  169. # target to build an object file
  170. bzlib.c.o:
  171. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/bzlib.c.o
  172. .PHONY : bzlib.c.o
  173. bzlib.i: bzlib.c.i
  174. .PHONY : bzlib.i
  175. # target to preprocess a source file
  176. bzlib.c.i:
  177. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/bzlib.c.i
  178. .PHONY : bzlib.c.i
  179. bzlib.s: bzlib.c.s
  180. .PHONY : bzlib.s
  181. # target to generate assembly for a file
  182. bzlib.c.s:
  183. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/bzlib.c.s
  184. .PHONY : bzlib.c.s
  185. compress.o: compress.c.o
  186. .PHONY : compress.o
  187. # target to build an object file
  188. compress.c.o:
  189. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/compress.c.o
  190. .PHONY : compress.c.o
  191. compress.i: compress.c.i
  192. .PHONY : compress.i
  193. # target to preprocess a source file
  194. compress.c.i:
  195. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/compress.c.i
  196. .PHONY : compress.c.i
  197. compress.s: compress.c.s
  198. .PHONY : compress.s
  199. # target to generate assembly for a file
  200. compress.c.s:
  201. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/compress.c.s
  202. .PHONY : compress.c.s
  203. crctable.o: crctable.c.o
  204. .PHONY : crctable.o
  205. # target to build an object file
  206. crctable.c.o:
  207. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/crctable.c.o
  208. .PHONY : crctable.c.o
  209. crctable.i: crctable.c.i
  210. .PHONY : crctable.i
  211. # target to preprocess a source file
  212. crctable.c.i:
  213. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/crctable.c.i
  214. .PHONY : crctable.c.i
  215. crctable.s: crctable.c.s
  216. .PHONY : crctable.s
  217. # target to generate assembly for a file
  218. crctable.c.s:
  219. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/crctable.c.s
  220. .PHONY : crctable.c.s
  221. decompress.o: decompress.c.o
  222. .PHONY : decompress.o
  223. # target to build an object file
  224. decompress.c.o:
  225. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/decompress.c.o
  226. .PHONY : decompress.c.o
  227. decompress.i: decompress.c.i
  228. .PHONY : decompress.i
  229. # target to preprocess a source file
  230. decompress.c.i:
  231. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/decompress.c.i
  232. .PHONY : decompress.c.i
  233. decompress.s: decompress.c.s
  234. .PHONY : decompress.s
  235. # target to generate assembly for a file
  236. decompress.c.s:
  237. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/decompress.c.s
  238. .PHONY : decompress.c.s
  239. huffman.o: huffman.c.o
  240. .PHONY : huffman.o
  241. # target to build an object file
  242. huffman.c.o:
  243. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/huffman.c.o
  244. .PHONY : huffman.c.o
  245. huffman.i: huffman.c.i
  246. .PHONY : huffman.i
  247. # target to preprocess a source file
  248. huffman.c.i:
  249. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/huffman.c.i
  250. .PHONY : huffman.c.i
  251. huffman.s: huffman.c.s
  252. .PHONY : huffman.s
  253. # target to generate assembly for a file
  254. huffman.c.s:
  255. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/huffman.c.s
  256. .PHONY : huffman.c.s
  257. randtable.o: randtable.c.o
  258. .PHONY : randtable.o
  259. # target to build an object file
  260. randtable.c.o:
  261. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/randtable.c.o
  262. .PHONY : randtable.c.o
  263. randtable.i: randtable.c.i
  264. .PHONY : randtable.i
  265. # target to preprocess a source file
  266. randtable.c.i:
  267. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/randtable.c.i
  268. .PHONY : randtable.c.i
  269. randtable.s: randtable.c.s
  270. .PHONY : randtable.s
  271. # target to generate assembly for a file
  272. randtable.c.s:
  273. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/randtable.c.s
  274. .PHONY : randtable.c.s
  275. # Help Target
  276. help:
  277. @echo "The following are some of the valid targets for this Makefile:"
  278. @echo "... all (the default if no target is provided)"
  279. @echo "... clean"
  280. @echo "... depend"
  281. @echo "... install/strip"
  282. @echo "... install/local"
  283. @echo "... install"
  284. @echo "... list_install_components"
  285. @echo "... rebuild_cache"
  286. @echo "... edit_cache"
  287. @echo "... cmbzip2"
  288. @echo "... package_source"
  289. @echo "... package"
  290. @echo "... test"
  291. @echo "... blocksort.o"
  292. @echo "... blocksort.i"
  293. @echo "... blocksort.s"
  294. @echo "... bzlib.o"
  295. @echo "... bzlib.i"
  296. @echo "... bzlib.s"
  297. @echo "... compress.o"
  298. @echo "... compress.i"
  299. @echo "... compress.s"
  300. @echo "... crctable.o"
  301. @echo "... crctable.i"
  302. @echo "... crctable.s"
  303. @echo "... decompress.o"
  304. @echo "... decompress.i"
  305. @echo "... decompress.s"
  306. @echo "... huffman.o"
  307. @echo "... huffman.i"
  308. @echo "... huffman.s"
  309. @echo "... randtable.o"
  310. @echo "... randtable.i"
  311. @echo "... randtable.s"
  312. .PHONY : help
  313. #=============================================================================
  314. # Special targets to cleanup operation of make.
  315. # Special rule to run CMake to check the build system integrity.
  316. # No rule that depends on this can have commands that come from listfiles
  317. # because they might be regenerated.
  318. cmake_check_build_system:
  319. 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
  320. .PHONY : cmake_check_build_system