build.make 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.10
  3. # Delete rule output on recipe failure.
  4. .DELETE_ON_ERROR:
  5. #=============================================================================
  6. # Special targets provided by cmake.
  7. # Disable implicit rules so canonical targets will work.
  8. .SUFFIXES:
  9. # Remove some rules from gmake that .SUFFIXES does not remove.
  10. SUFFIXES =
  11. .SUFFIXES: .hpux_make_needs_suffix_list
  12. # Suppress display of executed commands.
  13. $(VERBOSE).SILENT:
  14. # A target that is always out of date.
  15. cmake_force:
  16. .PHONY : cmake_force
  17. #=============================================================================
  18. # Set environment variables for the build.
  19. # The shell in which to execute make rules.
  20. SHELL = /bin/sh
  21. # The CMake executable.
  22. CMAKE_COMMAND = /usr/bin/cmake
  23. # The command to remove a file.
  24. RM = /usr/bin/cmake -E remove -f
  25. # Escaping for special characters.
  26. EQUALS = =
  27. # The top-level source directory on which CMake was run.
  28. CMAKE_SOURCE_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1
  29. # The top-level build directory on which CMake was run.
  30. CMAKE_BINARY_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release
  31. # Include any dependencies generated for this target.
  32. include example/cpp03/CMakeFiles/custom.dir/depend.make
  33. # Include the progress variables for this target.
  34. include example/cpp03/CMakeFiles/custom.dir/progress.make
  35. # Include the compile flags for this target's objects.
  36. include example/cpp03/CMakeFiles/custom.dir/flags.make
  37. example/cpp03/CMakeFiles/custom.dir/custom.cpp.o: example/cpp03/CMakeFiles/custom.dir/flags.make
  38. example/cpp03/CMakeFiles/custom.dir/custom.cpp.o: ../example/cpp03/custom.cpp
  39. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object example/cpp03/CMakeFiles/custom.dir/custom.cpp.o"
  40. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/example/cpp03 && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/custom.dir/custom.cpp.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/example/cpp03/custom.cpp
  41. example/cpp03/CMakeFiles/custom.dir/custom.cpp.i: cmake_force
  42. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/custom.dir/custom.cpp.i"
  43. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/example/cpp03 && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/example/cpp03/custom.cpp > CMakeFiles/custom.dir/custom.cpp.i
  44. example/cpp03/CMakeFiles/custom.dir/custom.cpp.s: cmake_force
  45. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/custom.dir/custom.cpp.s"
  46. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/example/cpp03 && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/example/cpp03/custom.cpp -o CMakeFiles/custom.dir/custom.cpp.s
  47. example/cpp03/CMakeFiles/custom.dir/custom.cpp.o.requires:
  48. .PHONY : example/cpp03/CMakeFiles/custom.dir/custom.cpp.o.requires
  49. example/cpp03/CMakeFiles/custom.dir/custom.cpp.o.provides: example/cpp03/CMakeFiles/custom.dir/custom.cpp.o.requires
  50. $(MAKE) -f example/cpp03/CMakeFiles/custom.dir/build.make example/cpp03/CMakeFiles/custom.dir/custom.cpp.o.provides.build
  51. .PHONY : example/cpp03/CMakeFiles/custom.dir/custom.cpp.o.provides
  52. example/cpp03/CMakeFiles/custom.dir/custom.cpp.o.provides.build: example/cpp03/CMakeFiles/custom.dir/custom.cpp.o
  53. # Object files for target custom
  54. custom_OBJECTS = \
  55. "CMakeFiles/custom.dir/custom.cpp.o"
  56. # External object files for target custom
  57. custom_EXTERNAL_OBJECTS =
  58. example/cpp03/custom: example/cpp03/CMakeFiles/custom.dir/custom.cpp.o
  59. example/cpp03/custom: example/cpp03/CMakeFiles/custom.dir/build.make
  60. example/cpp03/custom: example/cpp03/CMakeFiles/custom.dir/link.txt
  61. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable custom"
  62. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/example/cpp03 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/custom.dir/link.txt --verbose=$(VERBOSE)
  63. # Rule to build all files generated by this target.
  64. example/cpp03/CMakeFiles/custom.dir/build: example/cpp03/custom
  65. .PHONY : example/cpp03/CMakeFiles/custom.dir/build
  66. example/cpp03/CMakeFiles/custom.dir/requires: example/cpp03/CMakeFiles/custom.dir/custom.cpp.o.requires
  67. .PHONY : example/cpp03/CMakeFiles/custom.dir/requires
  68. example/cpp03/CMakeFiles/custom.dir/clean:
  69. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/example/cpp03 && $(CMAKE_COMMAND) -P CMakeFiles/custom.dir/cmake_clean.cmake
  70. .PHONY : example/cpp03/CMakeFiles/custom.dir/clean
  71. example/cpp03/CMakeFiles/custom.dir/depend:
  72. cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/example/cpp03 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/example/cpp03 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/example/cpp03/CMakeFiles/custom.dir/DependInfo.cmake --color=$(COLOR)
  73. .PHONY : example/cpp03/CMakeFiles/custom.dir/depend