build.make 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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/Counter.dir/depend.make
  42. # Include the progress variables for this target.
  43. include CMakeFiles/Counter.dir/progress.make
  44. # Include the compile flags for this target's objects.
  45. include CMakeFiles/Counter.dir/flags.make
  46. CMakeFiles/Counter.dir/Egg/Counter.c.obj: CMakeFiles/Counter.dir/flags.make
  47. CMakeFiles/Counter.dir/Egg/Counter.c.obj: ../Egg/Counter.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/Counter.dir/Egg/Counter.c.obj"
  49. D:\Project\CPP\mingw64-msvcrt\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\Counter.dir\Egg\Counter.c.obj -c D:\Project\CPP\001\Egg\Counter.c
  50. CMakeFiles/Counter.dir/Egg/Counter.c.i: cmake_force
  51. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/Counter.dir/Egg/Counter.c.i"
  52. D:\Project\CPP\mingw64-msvcrt\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\Project\CPP\001\Egg\Counter.c > CMakeFiles\Counter.dir\Egg\Counter.c.i
  53. CMakeFiles/Counter.dir/Egg/Counter.c.s: cmake_force
  54. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/Counter.dir/Egg/Counter.c.s"
  55. D:\Project\CPP\mingw64-msvcrt\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\Project\CPP\001\Egg\Counter.c -o CMakeFiles\Counter.dir\Egg\Counter.c.s
  56. # Object files for target Counter
  57. Counter_OBJECTS = \
  58. "CMakeFiles/Counter.dir/Egg/Counter.c.obj"
  59. # External object files for target Counter
  60. Counter_EXTERNAL_OBJECTS =
  61. libCounter.a: CMakeFiles/Counter.dir/Egg/Counter.c.obj
  62. libCounter.a: CMakeFiles/Counter.dir/build.make
  63. libCounter.a: CMakeFiles/Counter.dir/link.txt
  64. @$(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 static library libCounter.a"
  65. $(CMAKE_COMMAND) -P CMakeFiles\Counter.dir\cmake_clean_target.cmake
  66. $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\Counter.dir\link.txt --verbose=$(VERBOSE)
  67. # Rule to build all files generated by this target.
  68. CMakeFiles/Counter.dir/build: libCounter.a
  69. .PHONY : CMakeFiles/Counter.dir/build
  70. CMakeFiles/Counter.dir/clean:
  71. $(CMAKE_COMMAND) -P CMakeFiles\Counter.dir\cmake_clean.cmake
  72. .PHONY : CMakeFiles/Counter.dir/clean
  73. CMakeFiles/Counter.dir/depend:
  74. $(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\Counter.dir\DependInfo.cmake --color=$(COLOR)
  75. .PHONY : CMakeFiles/Counter.dir/depend