98 lines
3.3 KiB
Makefile
98 lines
3.3 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "MinGW Makefiles" Generator, CMake Version 3.29
|
|
|
|
# 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:\Program Files\CMake\bin\cmake.exe"
|
|
|
|
# The command to remove a file.
|
|
RM = "C:\Program Files\CMake\bin\cmake.exe" -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = C:\Users\25761\Desktop\KGC
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = C:\Users\25761\Desktop\KGC\build
|
|
|
|
# Utility rule file for KGCAll.
|
|
|
|
# Include any custom commands dependencies for this target.
|
|
include CMakeFiles/KGCAll.dir/compiler_depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/KGCAll.dir/progress.make
|
|
|
|
CMakeFiles/KGCAll: libKGCAll
|
|
|
|
libKGCAll: libKGC.a
|
|
libKGCAll: miracl/libMiracl.a
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=C:\Users\25761\Desktop\KGC\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating libKGCAll"
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/25761/Desktop/KGC/build/output/temp
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/25761/Desktop/KGC/build/output/lib
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/25761/Desktop/KGC/build/libKGC.a C:/Users/25761/Desktop/KGC/build/miracl/libMiracl.a C:/Users/25761/Desktop/KGC/build/output/temp
|
|
cd C:/Users/25761/Desktop/KGC/build/output/temp
|
|
D:\Qt\Tools\mingw1120_64\bin\ar.exe x C:/Users/25761/Desktop/KGC/build/output/temp/libMiracl.a
|
|
D:\Qt\Tools\mingw1120_64\bin\ar.exe x C:/Users/25761/Desktop/KGC/build/output/temp/libKGC.a
|
|
D:\Qt\Tools\mingw1120_64\bin\ar.exe crs C:/Users/25761/Desktop/KGC/build/output/lib/libKGCAll.a *.obj
|
|
|
|
KGCAll: CMakeFiles/KGCAll
|
|
KGCAll: libKGCAll
|
|
KGCAll: CMakeFiles/KGCAll.dir/build.make
|
|
.PHONY : KGCAll
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/KGCAll.dir/build: KGCAll
|
|
.PHONY : CMakeFiles/KGCAll.dir/build
|
|
|
|
CMakeFiles/KGCAll.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles\KGCAll.dir\cmake_clean.cmake
|
|
.PHONY : CMakeFiles/KGCAll.dir/clean
|
|
|
|
CMakeFiles/KGCAll.dir/depend:
|
|
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\25761\Desktop\KGC C:\Users\25761\Desktop\KGC C:\Users\25761\Desktop\KGC\build C:\Users\25761\Desktop\KGC\build C:\Users\25761\Desktop\KGC\build\CMakeFiles\KGCAll.dir\DependInfo.cmake "--color=$(COLOR)"
|
|
.PHONY : CMakeFiles/KGCAll.dir/depend
|
|
|