# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.15 # 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 = /cygdrive/c/Users/asus/.CLion2019.3/system/cygwin_cmake/bin/cmake.exe # The command to remove a file. RM = /cygdrive/c/Users/asus/.CLion2019.3/system/cygwin_cmake/bin/cmake.exe -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /cygdrive/d/ftpd # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /cygdrive/d/ftpd/cmake-build-release-cygwin # Include any dependencies generated for this target. include CMakeFiles/mod_home.dir/depend.make # Include the progress variables for this target. include CMakeFiles/mod_home.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/mod_home.dir/flags.make CMakeFiles/mod_home.dir/mod_home.c.o: CMakeFiles/mod_home.dir/flags.make CMakeFiles/mod_home.dir/mod_home.c.o: ../mod_home.c @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/cygdrive/d/ftpd/cmake-build-release-cygwin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/mod_home.dir/mod_home.c.o" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mod_home.dir/mod_home.c.o -c /cygdrive/d/ftpd/mod_home.c CMakeFiles/mod_home.dir/mod_home.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mod_home.dir/mod_home.c.i" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /cygdrive/d/ftpd/mod_home.c > CMakeFiles/mod_home.dir/mod_home.c.i CMakeFiles/mod_home.dir/mod_home.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mod_home.dir/mod_home.c.s" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /cygdrive/d/ftpd/mod_home.c -o CMakeFiles/mod_home.dir/mod_home.c.s # Object files for target mod_home mod_home_OBJECTS = \ "CMakeFiles/mod_home.dir/mod_home.c.o" # External object files for target mod_home mod_home_EXTERNAL_OBJECTS = libmod_home.a: CMakeFiles/mod_home.dir/mod_home.c.o libmod_home.a: CMakeFiles/mod_home.dir/build.make libmod_home.a: CMakeFiles/mod_home.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/cygdrive/d/ftpd/cmake-build-release-cygwin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libmod_home.a" $(CMAKE_COMMAND) -P CMakeFiles/mod_home.dir/cmake_clean_target.cmake $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mod_home.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/mod_home.dir/build: libmod_home.a .PHONY : CMakeFiles/mod_home.dir/build CMakeFiles/mod_home.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/mod_home.dir/cmake_clean.cmake .PHONY : CMakeFiles/mod_home.dir/clean CMakeFiles/mod_home.dir/depend: cd /cygdrive/d/ftpd/cmake-build-release-cygwin && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /cygdrive/d/ftpd /cygdrive/d/ftpd /cygdrive/d/ftpd/cmake-build-release-cygwin /cygdrive/d/ftpd/cmake-build-release-cygwin /cygdrive/d/ftpd/cmake-build-release-cygwin/CMakeFiles/mod_home.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/mod_home.dir/depend