87 lines
3.0 KiB
Makefile
87 lines
3.0 KiB
Makefile
# 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:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe"
|
|
|
|
# The command to remove a file.
|
|
RM = "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\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 = E:\OneDrive\Documents\Projects\Exponent
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = E:\OneDrive\Documents\Projects\Exponent\build
|
|
|
|
# Utility rule file for uninstall.
|
|
|
|
# Include any custom commands dependencies for this target.
|
|
include glfw/CMakeFiles/uninstall.dir/compiler_depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include glfw/CMakeFiles/uninstall.dir/progress.make
|
|
|
|
glfw/CMakeFiles/uninstall:
|
|
cd /d E:\OneDrive\Documents\Projects\Exponent\build\glfw && "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -P E:/OneDrive/Documents/Projects/Exponent/build/glfw/cmake_uninstall.cmake
|
|
|
|
uninstall: glfw/CMakeFiles/uninstall
|
|
uninstall: glfw/CMakeFiles/uninstall.dir/build.make
|
|
.PHONY : uninstall
|
|
|
|
# Rule to build all files generated by this target.
|
|
glfw/CMakeFiles/uninstall.dir/build: uninstall
|
|
.PHONY : glfw/CMakeFiles/uninstall.dir/build
|
|
|
|
glfw/CMakeFiles/uninstall.dir/clean:
|
|
cd /d E:\OneDrive\Documents\Projects\Exponent\build\glfw && $(CMAKE_COMMAND) -P CMakeFiles\uninstall.dir\cmake_clean.cmake
|
|
.PHONY : glfw/CMakeFiles/uninstall.dir/clean
|
|
|
|
glfw/CMakeFiles/uninstall.dir/depend:
|
|
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" E:\OneDrive\Documents\Projects\Exponent E:\OneDrive\Documents\Projects\Exponent\glfw E:\OneDrive\Documents\Projects\Exponent\build E:\OneDrive\Documents\Projects\Exponent\build\glfw E:\OneDrive\Documents\Projects\Exponent\build\glfw\CMakeFiles\uninstall.dir\DependInfo.cmake "--color=$(COLOR)"
|
|
.PHONY : glfw/CMakeFiles/uninstall.dir/depend
|
|
|