1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.16
- # Delete rule output on recipe failure.
- .DELETE_ON_ERROR:
- #=============================================================================
- # Special targets provided by cmake.
- # Disable implicit rules so canonical targets will work.
- .SUFFIXES:
- # Remove some rules from gmake that .SUFFIXES does not remove.
- SUFFIXES =
- .SUFFIXES: .hpux_make_needs_suffix_list
- # Suppress display of executed commands.
- $(VERBOSE).SILENT:
- # A target that is always out of date.
- cmake_force:
- .PHONY : cmake_force
- #=============================================================================
- # Set environment variables for the build.
- # The shell in which to execute make rules.
- SHELL = /bin/sh
- # The CMake executable.
- CMAKE_COMMAND = /usr/bin/cmake
- # The command to remove a file.
- RM = /usr/bin/cmake -E remove -f
- # Escaping for special characters.
- EQUALS = =
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = /home/cl/onnx_run/tts_run
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /home/cl/onnx_run/tts_run
- # Include any dependencies generated for this target.
- include CMakeFiles/main.dir/depend.make
- # Include the progress variables for this target.
- include CMakeFiles/main.dir/progress.make
- # Include the compile flags for this target's objects.
- include CMakeFiles/main.dir/flags.make
- CMakeFiles/main.dir/main.cpp.o: CMakeFiles/main.dir/flags.make
- CMakeFiles/main.dir/main.cpp.o: main.cpp
- @$(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"
- /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
- CMakeFiles/main.dir/main.cpp.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/main.dir/main.cpp.i"
- /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/cl/onnx_run/tts_run/main.cpp > CMakeFiles/main.dir/main.cpp.i
- CMakeFiles/main.dir/main.cpp.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/main.dir/main.cpp.s"
- /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
- # Object files for target main
- main_OBJECTS = \
- "CMakeFiles/main.dir/main.cpp.o"
- # External object files for target main
- main_EXTERNAL_OBJECTS =
- main: CMakeFiles/main.dir/main.cpp.o
- main: CMakeFiles/main.dir/build.make
- main: CMakeFiles/main.dir/link.txt
- @$(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"
- $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/main.dir/link.txt --verbose=$(VERBOSE)
- # Rule to build all files generated by this target.
- CMakeFiles/main.dir/build: main
- .PHONY : CMakeFiles/main.dir/build
- CMakeFiles/main.dir/clean:
- $(CMAKE_COMMAND) -P CMakeFiles/main.dir/cmake_clean.cmake
- .PHONY : CMakeFiles/main.dir/clean
- CMakeFiles/main.dir/depend:
- 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)
- .PHONY : CMakeFiles/main.dir/depend
|