build.make 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "MinGW Makefiles" Generator, CMake Version 3.19
  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. # Disable VCS-based implicit rules.
  10. % : %,v
  11. # Disable VCS-based implicit rules.
  12. % : RCS/%
  13. # Disable VCS-based implicit rules.
  14. % : RCS/%,v
  15. # Disable VCS-based implicit rules.
  16. % : SCCS/s.%
  17. # Disable VCS-based implicit rules.
  18. % : s.%
  19. .SUFFIXES: .hpux_make_needs_suffix_list
  20. # Command-line flag to silence nested $(MAKE).
  21. $(VERBOSE)MAKESILENT = -s
  22. #Suppress display of executed commands.
  23. $(VERBOSE).SILENT:
  24. # A target that is always out of date.
  25. cmake_force:
  26. .PHONY : cmake_force
  27. #=============================================================================
  28. # Set environment variables for the build.
  29. SHELL = cmd.exe
  30. # The CMake executable.
  31. CMAKE_COMMAND = D:\Software\CLion\bin\cmake\win\bin\cmake.exe
  32. # The command to remove a file.
  33. RM = D:\Software\CLion\bin\cmake\win\bin\cmake.exe -E rm -f
  34. # Escaping for special characters.
  35. EQUALS = =
  36. # The top-level source directory on which CMake was run.
  37. CMAKE_SOURCE_DIR = D:\Project\CPP\001
  38. # The top-level build directory on which CMake was run.
  39. CMAKE_BINARY_DIR = D:\Project\CPP\001\cmake-build-debug
  40. # Include any dependencies generated for this target.
  41. include CMakeFiles/main.dir/depend.make
  42. # Include the progress variables for this target.
  43. include CMakeFiles/main.dir/progress.make
  44. # Include the compile flags for this target's objects.
  45. include CMakeFiles/main.dir/flags.make
  46. CMakeFiles/main.dir/main.c.obj: CMakeFiles/main.dir/flags.make
  47. CMakeFiles/main.dir/main.c.obj: ../main.c
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\Project\CPP\001\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/main.dir/main.c.obj"
  49. D:\Project\CPP\mingw64-msvcrt\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\main.dir\main.c.obj -c D:\Project\CPP\001\main.c
  50. CMakeFiles/main.dir/main.c.i: cmake_force
  51. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/main.dir/main.c.i"
  52. D:\Project\CPP\mingw64-msvcrt\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\Project\CPP\001\main.c > CMakeFiles\main.dir\main.c.i
  53. CMakeFiles/main.dir/main.c.s: cmake_force
  54. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/main.dir/main.c.s"
  55. D:\Project\CPP\mingw64-msvcrt\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\Project\CPP\001\main.c -o CMakeFiles\main.dir\main.c.s
  56. # Object files for target main
  57. main_OBJECTS = \
  58. "CMakeFiles/main.dir/main.c.obj"
  59. # External object files for target main
  60. main_EXTERNAL_OBJECTS =
  61. main.exe: CMakeFiles/main.dir/main.c.obj
  62. main.exe: CMakeFiles/main.dir/build.make
  63. main.exe: libSVM.a
  64. main.exe: CMakeFiles/main.dir/linklibs.rsp
  65. main.exe: CMakeFiles/main.dir/objects1.rsp
  66. main.exe: CMakeFiles/main.dir/link.txt
  67. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=D:\Project\CPP\001\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable main.exe"
  68. $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\main.dir\link.txt --verbose=$(VERBOSE)
  69. # Rule to build all files generated by this target.
  70. CMakeFiles/main.dir/build: main.exe
  71. .PHONY : CMakeFiles/main.dir/build
  72. CMakeFiles/main.dir/clean:
  73. $(CMAKE_COMMAND) -P CMakeFiles\main.dir\cmake_clean.cmake
  74. .PHONY : CMakeFiles/main.dir/clean
  75. CMakeFiles/main.dir/depend:
  76. $(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\Project\CPP\001 D:\Project\CPP\001 D:\Project\CPP\001\cmake-build-debug D:\Project\CPP\001\cmake-build-debug D:\Project\CPP\001\cmake-build-debug\CMakeFiles\main.dir\DependInfo.cmake --color=$(COLOR)
  77. .PHONY : CMakeFiles/main.dir/depend