123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "MinGW Makefiles" Generator, CMake Version 3.19
- # Delete rule output on recipe failure.
- .DELETE_ON_ERROR:
- #=============================================================================
- # Special targets provided by cmake.
- # Disable implicit rules so canonical targets will work.
- .SUFFIXES:
- # Disable VCS-based implicit rules.
- % : %,v
- # Disable VCS-based implicit rules.
- % : RCS/%
- # Disable VCS-based implicit rules.
- % : RCS/%,v
- # Disable VCS-based implicit rules.
- % : SCCS/s.%
- # Disable VCS-based implicit rules.
- % : s.%
- .SUFFIXES: .hpux_make_needs_suffix_list
- # Command-line flag to silence nested $(MAKE).
- $(VERBOSE)MAKESILENT = -s
- #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.
- SHELL = cmd.exe
- # The CMake executable.
- CMAKE_COMMAND = D:\Software\CLion\bin\cmake\win\bin\cmake.exe
- # The command to remove a file.
- RM = D:\Software\CLion\bin\cmake\win\bin\cmake.exe -E rm -f
- # Escaping for special characters.
- EQUALS = =
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = D:\Project\CPP\001
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = D:\Project\CPP\001\cmake-build-debug
- # 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.c.obj: CMakeFiles/main.dir/flags.make
- CMakeFiles/main.dir/main.c.obj: ../main.c
- @$(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"
- 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
- CMakeFiles/main.dir/main.c.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/main.dir/main.c.i"
- 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
- CMakeFiles/main.dir/main.c.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/main.dir/main.c.s"
- 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
- # Object files for target main
- main_OBJECTS = \
- "CMakeFiles/main.dir/main.c.obj"
- # External object files for target main
- main_EXTERNAL_OBJECTS =
- main.exe: CMakeFiles/main.dir/main.c.obj
- main.exe: CMakeFiles/main.dir/build.make
- main.exe: libSVM.a
- main.exe: CMakeFiles/main.dir/linklibs.rsp
- main.exe: CMakeFiles/main.dir/objects1.rsp
- main.exe: CMakeFiles/main.dir/link.txt
- @$(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"
- $(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.exe
- .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:
- $(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)
- .PHONY : CMakeFiles/main.dir/depend
|