115 lines
4.8 KiB
Plaintext
115 lines
4.8 KiB
Plaintext
|
# CMAKE generated file: DO NOT EDIT!
|
||
|
# Generated by "MinGW Makefiles" Generator, CMake Version 3.28
|
||
|
|
||
|
# 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 = C:\mingw64\bin\cmake.exe
|
||
|
|
||
|
# The command to remove a file.
|
||
|
RM = C:\mingw64\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:\DOKUMENTY\diplomovka-final\Scott-cpp-win
|
||
|
|
||
|
# The top-level build directory on which CMake was run.
|
||
|
CMAKE_BINARY_DIR = D:\DOKUMENTY\diplomovka-final\Scott-cpp-win
|
||
|
|
||
|
# Include any dependencies generated for this target.
|
||
|
include CMakeFiles/client.dir/depend.make
|
||
|
# Include any dependencies generated by the compiler for this target.
|
||
|
include CMakeFiles/client.dir/compiler_depend.make
|
||
|
|
||
|
# Include the progress variables for this target.
|
||
|
include CMakeFiles/client.dir/progress.make
|
||
|
|
||
|
# Include the compile flags for this target's objects.
|
||
|
include CMakeFiles/client.dir/flags.make
|
||
|
|
||
|
CMakeFiles/client.dir/src/client.cpp.obj: CMakeFiles/client.dir/flags.make
|
||
|
CMakeFiles/client.dir/src/client.cpp.obj: CMakeFiles/client.dir/includes_CXX.rsp
|
||
|
CMakeFiles/client.dir/src/client.cpp.obj: src/client.cpp
|
||
|
CMakeFiles/client.dir/src/client.cpp.obj: CMakeFiles/client.dir/compiler_depend.ts
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=D:\DOKUMENTY\diplomovka-final\Scott-cpp-win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/client.dir/src/client.cpp.obj"
|
||
|
C:\mingw64\bin\gcc.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/client.dir/src/client.cpp.obj -MF CMakeFiles\client.dir\src\client.cpp.obj.d -o CMakeFiles\client.dir\src\client.cpp.obj -c D:\DOKUMENTY\diplomovka-final\Scott-cpp-win\src\client.cpp
|
||
|
|
||
|
CMakeFiles/client.dir/src/client.cpp.i: cmake_force
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/client.dir/src/client.cpp.i"
|
||
|
C:\mingw64\bin\gcc.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E D:\DOKUMENTY\diplomovka-final\Scott-cpp-win\src\client.cpp > CMakeFiles\client.dir\src\client.cpp.i
|
||
|
|
||
|
CMakeFiles/client.dir/src/client.cpp.s: cmake_force
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/client.dir/src/client.cpp.s"
|
||
|
C:\mingw64\bin\gcc.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S D:\DOKUMENTY\diplomovka-final\Scott-cpp-win\src\client.cpp -o CMakeFiles\client.dir\src\client.cpp.s
|
||
|
|
||
|
# Object files for target client
|
||
|
client_OBJECTS = \
|
||
|
"CMakeFiles/client.dir/src/client.cpp.obj"
|
||
|
|
||
|
# External object files for target client
|
||
|
client_EXTERNAL_OBJECTS =
|
||
|
|
||
|
client.exe: CMakeFiles/client.dir/src/client.cpp.obj
|
||
|
client.exe: CMakeFiles/client.dir/build.make
|
||
|
client.exe: libtiitls.a
|
||
|
client.exe: sal/miracl/core.a
|
||
|
client.exe: CMakeFiles/client.dir/linkLibs.rsp
|
||
|
client.exe: CMakeFiles/client.dir/objects1.rsp
|
||
|
client.exe: CMakeFiles/client.dir/link.txt
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=D:\DOKUMENTY\diplomovka-final\Scott-cpp-win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable client.exe"
|
||
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\client.dir\link.txt --verbose=$(VERBOSE)
|
||
|
|
||
|
# Rule to build all files generated by this target.
|
||
|
CMakeFiles/client.dir/build: client.exe
|
||
|
.PHONY : CMakeFiles/client.dir/build
|
||
|
|
||
|
CMakeFiles/client.dir/clean:
|
||
|
$(CMAKE_COMMAND) -P CMakeFiles\client.dir\cmake_clean.cmake
|
||
|
.PHONY : CMakeFiles/client.dir/clean
|
||
|
|
||
|
CMakeFiles/client.dir/depend:
|
||
|
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\DOKUMENTY\diplomovka-final\Scott-cpp-win D:\DOKUMENTY\diplomovka-final\Scott-cpp-win D:\DOKUMENTY\diplomovka-final\Scott-cpp-win D:\DOKUMENTY\diplomovka-final\Scott-cpp-win D:\DOKUMENTY\diplomovka-final\Scott-cpp-win\CMakeFiles\client.dir\DependInfo.cmake "--color=$(COLOR)"
|
||
|
.PHONY : CMakeFiles/client.dir/depend
|
||
|
|