Makefile 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  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 rebuild_cache
  57. rebuild_cache:
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  59. ../../Bootstrap.cmk/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  60. .PHONY : rebuild_cache
  61. # Special rule for the target rebuild_cache
  62. rebuild_cache/fast: rebuild_cache
  63. .PHONY : rebuild_cache/fast
  64. # Special rule for the target edit_cache
  65. edit_cache:
  66. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  67. ../../Bootstrap.cmk/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  68. .PHONY : edit_cache
  69. # Special rule for the target edit_cache
  70. edit_cache/fast: edit_cache
  71. .PHONY : edit_cache/fast
  72. # Special rule for the target install
  73. install: preinstall
  74. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  75. ../../bin/cmake -P cmake_install.cmake
  76. .PHONY : install
  77. # Special rule for the target install
  78. install/fast: preinstall/fast
  79. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  80. ../../bin/cmake -P cmake_install.cmake
  81. .PHONY : install/fast
  82. # Special rule for the target list_install_components
  83. list_install_components:
  84. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  85. .PHONY : list_install_components
  86. # Special rule for the target list_install_components
  87. list_install_components/fast: list_install_components
  88. .PHONY : list_install_components/fast
  89. # Special rule for the target test
  90. test:
  91. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  92. ../../bin/ctest --force-new-ctest-process $(ARGS)
  93. .PHONY : test
  94. # Special rule for the target test
  95. test/fast: test
  96. .PHONY : test/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 package_source
  106. package_source:
  107. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  108. 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
  109. .PHONY : package_source
  110. # Special rule for the target package_source
  111. package_source/fast: package_source
  112. .PHONY : package_source/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/FindPackageModeMakefileTest/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/FindPackageModeMakefileTest/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/FindPackageModeMakefileTest/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/FindPackageModeMakefileTest/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/FindPackageModeMakefileTest/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/FindPackageModeMakefileTest/CMakeFiles/foo.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/FindPackageModeMakefileTest/CMakeFiles/foo.dir/rule
  141. .PHONY : Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/rule
  142. # Convenience name for target.
  143. foo: Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/rule
  144. .PHONY : foo
  145. # fast build rule for target.
  146. foo/fast:
  147. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/build.make Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/build
  148. .PHONY : foo/fast
  149. foo.o: foo.cpp.o
  150. .PHONY : foo.o
  151. # target to build an object file
  152. foo.cpp.o:
  153. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/build.make Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/foo.cpp.o
  154. .PHONY : foo.cpp.o
  155. foo.i: foo.cpp.i
  156. .PHONY : foo.i
  157. # target to preprocess a source file
  158. foo.cpp.i:
  159. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/build.make Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/foo.cpp.i
  160. .PHONY : foo.cpp.i
  161. foo.s: foo.cpp.s
  162. .PHONY : foo.s
  163. # target to generate assembly for a file
  164. foo.cpp.s:
  165. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0 && $(MAKE) -f Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/build.make Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/foo.cpp.s
  166. .PHONY : foo.cpp.s
  167. # Help Target
  168. help:
  169. @echo "The following are some of the valid targets for this Makefile:"
  170. @echo "... all (the default if no target is provided)"
  171. @echo "... clean"
  172. @echo "... depend"
  173. @echo "... install/strip"
  174. @echo "... install/local"
  175. @echo "... rebuild_cache"
  176. @echo "... edit_cache"
  177. @echo "... install"
  178. @echo "... list_install_components"
  179. @echo "... foo"
  180. @echo "... test"
  181. @echo "... package"
  182. @echo "... package_source"
  183. @echo "... foo.o"
  184. @echo "... foo.i"
  185. @echo "... foo.s"
  186. .PHONY : help
  187. #=============================================================================
  188. # Special targets to cleanup operation of make.
  189. # Special rule to run CMake to check the build system integrity.
  190. # No rule that depends on this can have commands that come from listfiles
  191. # because they might be regenerated.
  192. cmake_check_build_system:
  193. 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
  194. .PHONY : cmake_check_build_system