Makefile2 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.9
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. # The main recursive all target
  7. all:
  8. .PHONY : all
  9. # The main recursive preinstall target
  10. preinstall:
  11. .PHONY : preinstall
  12. #=============================================================================
  13. # Special targets provided by cmake.
  14. # Disable implicit rules so canonical targets will work.
  15. .SUFFIXES:
  16. # Remove some rules from gmake that .SUFFIXES does not remove.
  17. SUFFIXES =
  18. .SUFFIXES: .hpux_make_needs_suffix_list
  19. # Suppress display of executed commands.
  20. $(VERBOSE).SILENT:
  21. # A target that is always out of date.
  22. cmake_force:
  23. .PHONY : cmake_force
  24. #=============================================================================
  25. # Set environment variables for the build.
  26. # The shell in which to execute make rules.
  27. SHELL = /bin/sh
  28. # The CMake executable.
  29. CMAKE_COMMAND = /usr/local/bin/cmake
  30. # The command to remove a file.
  31. RM = /usr/local/bin/cmake -E remove -f
  32. # Escaping for special characters.
  33. EQUALS = =
  34. # The top-level source directory on which CMake was run.
  35. CMAKE_SOURCE_DIR = /root/EVRC/evrcc
  36. # The top-level build directory on which CMake was run.
  37. CMAKE_BINARY_DIR = /root/EVRC/evrcc/build
  38. #=============================================================================
  39. # Target rules for target CMakeFiles/evrcc.dir
  40. # All Build rule for target.
  41. CMakeFiles/evrcc.dir/all:
  42. $(MAKE) -f CMakeFiles/evrcc.dir/build.make CMakeFiles/evrcc.dir/depend
  43. $(MAKE) -f CMakeFiles/evrcc.dir/build.make CMakeFiles/evrcc.dir/build
  44. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/EVRC/evrcc/build/CMakeFiles --progress-num=3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97 "Built target evrcc"
  45. .PHONY : CMakeFiles/evrcc.dir/all
  46. # Include target in all.
  47. all: CMakeFiles/evrcc.dir/all
  48. .PHONY : all
  49. # Build rule for subdir invocation for target.
  50. CMakeFiles/evrcc.dir/rule: cmake_check_build_system
  51. $(CMAKE_COMMAND) -E cmake_progress_start /root/EVRC/evrcc/build/CMakeFiles 95
  52. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/evrcc.dir/all
  53. $(CMAKE_COMMAND) -E cmake_progress_start /root/EVRC/evrcc/build/CMakeFiles 0
  54. .PHONY : CMakeFiles/evrcc.dir/rule
  55. # Convenience name for target.
  56. evrcc: CMakeFiles/evrcc.dir/rule
  57. .PHONY : evrcc
  58. # clean rule for target.
  59. CMakeFiles/evrcc.dir/clean:
  60. $(MAKE) -f CMakeFiles/evrcc.dir/build.make CMakeFiles/evrcc.dir/clean
  61. .PHONY : CMakeFiles/evrcc.dir/clean
  62. # clean rule for target.
  63. clean: CMakeFiles/evrcc.dir/clean
  64. .PHONY : clean
  65. #=============================================================================
  66. # Target rules for target CMakeFiles/evrc_codec.dir
  67. # All Build rule for target.
  68. CMakeFiles/evrc_codec.dir/all: CMakeFiles/evrcc.dir/all
  69. $(MAKE) -f CMakeFiles/evrc_codec.dir/build.make CMakeFiles/evrc_codec.dir/depend
  70. $(MAKE) -f CMakeFiles/evrc_codec.dir/build.make CMakeFiles/evrc_codec.dir/build
  71. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/EVRC/evrcc/build/CMakeFiles --progress-num=1,2 "Built target evrc_codec"
  72. .PHONY : CMakeFiles/evrc_codec.dir/all
  73. # Include target in all.
  74. all: CMakeFiles/evrc_codec.dir/all
  75. .PHONY : all
  76. # Build rule for subdir invocation for target.
  77. CMakeFiles/evrc_codec.dir/rule: cmake_check_build_system
  78. $(CMAKE_COMMAND) -E cmake_progress_start /root/EVRC/evrcc/build/CMakeFiles 97
  79. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/evrc_codec.dir/all
  80. $(CMAKE_COMMAND) -E cmake_progress_start /root/EVRC/evrcc/build/CMakeFiles 0
  81. .PHONY : CMakeFiles/evrc_codec.dir/rule
  82. # Convenience name for target.
  83. evrc_codec: CMakeFiles/evrc_codec.dir/rule
  84. .PHONY : evrc_codec
  85. # clean rule for target.
  86. CMakeFiles/evrc_codec.dir/clean:
  87. $(MAKE) -f CMakeFiles/evrc_codec.dir/build.make CMakeFiles/evrc_codec.dir/clean
  88. .PHONY : CMakeFiles/evrc_codec.dir/clean
  89. # clean rule for target.
  90. clean: CMakeFiles/evrc_codec.dir/clean
  91. .PHONY : clean
  92. #=============================================================================
  93. # Special targets to cleanup operation of make.
  94. # Special rule to run CMake to check the build system integrity.
  95. # No rule that depends on this can have commands that come from listfiles
  96. # because they might be regenerated.
  97. cmake_check_build_system:
  98. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  99. .PHONY : cmake_check_build_system