build.make 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.16
  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 = /home/cl/onnx_run/tts_run
  29. # The top-level build directory on which CMake was run.
  30. CMAKE_BINARY_DIR = /home/cl/onnx_run/tts_run
  31. # Include any dependencies generated for this target.
  32. include CMakeFiles/main.dir/depend.make
  33. # Include the progress variables for this target.
  34. include CMakeFiles/main.dir/progress.make
  35. # Include the compile flags for this target's objects.
  36. include CMakeFiles/main.dir/flags.make
  37. CMakeFiles/main.dir/main.cpp.o: CMakeFiles/main.dir/flags.make
  38. CMakeFiles/main.dir/main.cpp.o: main.cpp
  39. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/cl/onnx_run/tts_run/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/main.dir/main.cpp.o"
  40. /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/main.dir/main.cpp.o -c /home/cl/onnx_run/tts_run/main.cpp
  41. CMakeFiles/main.dir/main.cpp.i: cmake_force
  42. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/main.dir/main.cpp.i"
  43. /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/cl/onnx_run/tts_run/main.cpp > CMakeFiles/main.dir/main.cpp.i
  44. CMakeFiles/main.dir/main.cpp.s: cmake_force
  45. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/main.dir/main.cpp.s"
  46. /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/cl/onnx_run/tts_run/main.cpp -o CMakeFiles/main.dir/main.cpp.s
  47. # Object files for target main
  48. main_OBJECTS = \
  49. "CMakeFiles/main.dir/main.cpp.o"
  50. # External object files for target main
  51. main_EXTERNAL_OBJECTS =
  52. main: CMakeFiles/main.dir/main.cpp.o
  53. main: CMakeFiles/main.dir/build.make
  54. main: CMakeFiles/main.dir/link.txt
  55. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/cl/onnx_run/tts_run/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable main"
  56. $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/main.dir/link.txt --verbose=$(VERBOSE)
  57. # Rule to build all files generated by this target.
  58. CMakeFiles/main.dir/build: main
  59. .PHONY : CMakeFiles/main.dir/build
  60. CMakeFiles/main.dir/clean:
  61. $(CMAKE_COMMAND) -P CMakeFiles/main.dir/cmake_clean.cmake
  62. .PHONY : CMakeFiles/main.dir/clean
  63. CMakeFiles/main.dir/depend:
  64. cd /home/cl/onnx_run/tts_run && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/cl/onnx_run/tts_run /home/cl/onnx_run/tts_run /home/cl/onnx_run/tts_run /home/cl/onnx_run/tts_run /home/cl/onnx_run/tts_run/CMakeFiles/main.dir/DependInfo.cmake --color=$(COLOR)
  65. .PHONY : CMakeFiles/main.dir/depend