2024-04-08 20:08:39 +00:00
|
|
|
# CMAKE generated file: DO NOT EDIT!
|
|
|
|
# Generated by "MinGW Makefiles" Generator, CMake Version 3.28
|
|
|
|
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
|
|
default_target: all
|
|
|
|
.PHONY : default_target
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# 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
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# Directory level rules for the build root directory
|
|
|
|
|
|
|
|
# The main recursive "all" target.
|
|
|
|
all: glfw/all
|
|
|
|
all: src/all
|
2024-04-19 21:35:25 +00:00
|
|
|
all: glm/all
|
2024-04-08 20:08:39 +00:00
|
|
|
.PHONY : all
|
|
|
|
|
|
|
|
# The main recursive "preinstall" target.
|
|
|
|
preinstall: glfw/preinstall
|
|
|
|
preinstall: src/preinstall
|
2024-04-19 21:35:25 +00:00
|
|
|
preinstall: glm/preinstall
|
2024-04-08 20:08:39 +00:00
|
|
|
.PHONY : preinstall
|
|
|
|
|
|
|
|
# The main recursive "clean" target.
|
|
|
|
clean: glfw/clean
|
|
|
|
clean: src/clean
|
2024-04-19 21:35:25 +00:00
|
|
|
clean: glm/clean
|
2024-04-08 20:08:39 +00:00
|
|
|
.PHONY : clean
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# Directory level rules for directory glfw
|
|
|
|
|
|
|
|
# Recursive "all" directory target.
|
|
|
|
glfw/all: glfw/src/all
|
|
|
|
glfw/all: glfw/docs/all
|
|
|
|
.PHONY : glfw/all
|
|
|
|
|
|
|
|
# Recursive "preinstall" directory target.
|
|
|
|
glfw/preinstall: glfw/src/preinstall
|
|
|
|
glfw/preinstall: glfw/docs/preinstall
|
|
|
|
.PHONY : glfw/preinstall
|
|
|
|
|
|
|
|
# Recursive "clean" directory target.
|
|
|
|
glfw/clean: glfw/CMakeFiles/uninstall.dir/clean
|
|
|
|
glfw/clean: glfw/src/clean
|
|
|
|
glfw/clean: glfw/docs/clean
|
|
|
|
.PHONY : glfw/clean
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# Directory level rules for directory glfw/docs
|
|
|
|
|
|
|
|
# Recursive "all" directory target.
|
|
|
|
glfw/docs/all:
|
|
|
|
.PHONY : glfw/docs/all
|
|
|
|
|
|
|
|
# Recursive "preinstall" directory target.
|
|
|
|
glfw/docs/preinstall:
|
|
|
|
.PHONY : glfw/docs/preinstall
|
|
|
|
|
|
|
|
# Recursive "clean" directory target.
|
|
|
|
glfw/docs/clean:
|
|
|
|
.PHONY : glfw/docs/clean
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# Directory level rules for directory glfw/src
|
|
|
|
|
|
|
|
# Recursive "all" directory target.
|
|
|
|
glfw/src/all: glfw/src/CMakeFiles/glfw.dir/all
|
|
|
|
.PHONY : glfw/src/all
|
|
|
|
|
|
|
|
# Recursive "preinstall" directory target.
|
|
|
|
glfw/src/preinstall:
|
|
|
|
.PHONY : glfw/src/preinstall
|
|
|
|
|
|
|
|
# Recursive "clean" directory target.
|
|
|
|
glfw/src/clean: glfw/src/CMakeFiles/glfw.dir/clean
|
|
|
|
glfw/src/clean: glfw/src/CMakeFiles/update_mappings.dir/clean
|
|
|
|
.PHONY : glfw/src/clean
|
|
|
|
|
2024-04-19 21:35:25 +00:00
|
|
|
#=============================================================================
|
|
|
|
# Directory level rules for directory glm
|
|
|
|
|
|
|
|
# Recursive "all" directory target.
|
|
|
|
glm/all:
|
|
|
|
.PHONY : glm/all
|
|
|
|
|
|
|
|
# Recursive "preinstall" directory target.
|
|
|
|
glm/preinstall:
|
|
|
|
.PHONY : glm/preinstall
|
|
|
|
|
|
|
|
# Recursive "clean" directory target.
|
|
|
|
glm/clean:
|
|
|
|
.PHONY : glm/clean
|
|
|
|
|
2024-04-08 20:08:39 +00:00
|
|
|
#=============================================================================
|
|
|
|
# Directory level rules for directory src
|
|
|
|
|
|
|
|
# Recursive "all" directory target.
|
|
|
|
src/all: src/CMakeFiles/Exponent.dir/all
|
|
|
|
.PHONY : src/all
|
|
|
|
|
|
|
|
# Recursive "preinstall" directory target.
|
|
|
|
src/preinstall:
|
|
|
|
.PHONY : src/preinstall
|
|
|
|
|
|
|
|
# Recursive "clean" directory target.
|
|
|
|
src/clean: src/CMakeFiles/Exponent.dir/clean
|
|
|
|
.PHONY : src/clean
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# Target rules for target glfw/CMakeFiles/uninstall.dir
|
|
|
|
|
|
|
|
# All Build rule for target.
|
|
|
|
glfw/CMakeFiles/uninstall.dir/all:
|
|
|
|
$(MAKE) $(MAKESILENT) -f glfw\CMakeFiles\uninstall.dir\build.make glfw/CMakeFiles/uninstall.dir/depend
|
|
|
|
$(MAKE) $(MAKESILENT) -f glfw\CMakeFiles\uninstall.dir\build.make glfw/CMakeFiles/uninstall.dir/build
|
|
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles --progress-num= "Built target uninstall"
|
|
|
|
.PHONY : glfw/CMakeFiles/uninstall.dir/all
|
|
|
|
|
|
|
|
# Build rule for subdir invocation for target.
|
|
|
|
glfw/CMakeFiles/uninstall.dir/rule: cmake_check_build_system
|
|
|
|
$(CMAKE_COMMAND) -E cmake_progress_start E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles 0
|
|
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 glfw/CMakeFiles/uninstall.dir/all
|
|
|
|
$(CMAKE_COMMAND) -E cmake_progress_start E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles 0
|
|
|
|
.PHONY : glfw/CMakeFiles/uninstall.dir/rule
|
|
|
|
|
|
|
|
# Convenience name for target.
|
|
|
|
uninstall: glfw/CMakeFiles/uninstall.dir/rule
|
|
|
|
.PHONY : uninstall
|
|
|
|
|
|
|
|
# clean rule for target.
|
|
|
|
glfw/CMakeFiles/uninstall.dir/clean:
|
|
|
|
$(MAKE) $(MAKESILENT) -f glfw\CMakeFiles\uninstall.dir\build.make glfw/CMakeFiles/uninstall.dir/clean
|
|
|
|
.PHONY : glfw/CMakeFiles/uninstall.dir/clean
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# Target rules for target glfw/src/CMakeFiles/glfw.dir
|
|
|
|
|
|
|
|
# All Build rule for target.
|
|
|
|
glfw/src/CMakeFiles/glfw.dir/all:
|
|
|
|
$(MAKE) $(MAKESILENT) -f glfw\src\CMakeFiles\glfw.dir\build.make glfw/src/CMakeFiles/glfw.dir/depend
|
|
|
|
$(MAKE) $(MAKESILENT) -f glfw\src\CMakeFiles\glfw.dir\build.make glfw/src/CMakeFiles/glfw.dir/build
|
|
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles --progress-num=3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24 "Built target glfw"
|
|
|
|
.PHONY : glfw/src/CMakeFiles/glfw.dir/all
|
|
|
|
|
|
|
|
# Build rule for subdir invocation for target.
|
|
|
|
glfw/src/CMakeFiles/glfw.dir/rule: cmake_check_build_system
|
|
|
|
$(CMAKE_COMMAND) -E cmake_progress_start E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles 22
|
|
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 glfw/src/CMakeFiles/glfw.dir/all
|
|
|
|
$(CMAKE_COMMAND) -E cmake_progress_start E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles 0
|
|
|
|
.PHONY : glfw/src/CMakeFiles/glfw.dir/rule
|
|
|
|
|
|
|
|
# Convenience name for target.
|
|
|
|
glfw: glfw/src/CMakeFiles/glfw.dir/rule
|
|
|
|
.PHONY : glfw
|
|
|
|
|
|
|
|
# clean rule for target.
|
|
|
|
glfw/src/CMakeFiles/glfw.dir/clean:
|
|
|
|
$(MAKE) $(MAKESILENT) -f glfw\src\CMakeFiles\glfw.dir\build.make glfw/src/CMakeFiles/glfw.dir/clean
|
|
|
|
.PHONY : glfw/src/CMakeFiles/glfw.dir/clean
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# Target rules for target glfw/src/CMakeFiles/update_mappings.dir
|
|
|
|
|
|
|
|
# All Build rule for target.
|
|
|
|
glfw/src/CMakeFiles/update_mappings.dir/all:
|
|
|
|
$(MAKE) $(MAKESILENT) -f glfw\src\CMakeFiles\update_mappings.dir\build.make glfw/src/CMakeFiles/update_mappings.dir/depend
|
|
|
|
$(MAKE) $(MAKESILENT) -f glfw\src\CMakeFiles\update_mappings.dir\build.make glfw/src/CMakeFiles/update_mappings.dir/build
|
|
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles --progress-num=25 "Built target update_mappings"
|
|
|
|
.PHONY : glfw/src/CMakeFiles/update_mappings.dir/all
|
|
|
|
|
|
|
|
# Build rule for subdir invocation for target.
|
|
|
|
glfw/src/CMakeFiles/update_mappings.dir/rule: cmake_check_build_system
|
|
|
|
$(CMAKE_COMMAND) -E cmake_progress_start E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles 1
|
|
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 glfw/src/CMakeFiles/update_mappings.dir/all
|
|
|
|
$(CMAKE_COMMAND) -E cmake_progress_start E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles 0
|
|
|
|
.PHONY : glfw/src/CMakeFiles/update_mappings.dir/rule
|
|
|
|
|
|
|
|
# Convenience name for target.
|
|
|
|
update_mappings: glfw/src/CMakeFiles/update_mappings.dir/rule
|
|
|
|
.PHONY : update_mappings
|
|
|
|
|
|
|
|
# clean rule for target.
|
|
|
|
glfw/src/CMakeFiles/update_mappings.dir/clean:
|
|
|
|
$(MAKE) $(MAKESILENT) -f glfw\src\CMakeFiles\update_mappings.dir\build.make glfw/src/CMakeFiles/update_mappings.dir/clean
|
|
|
|
.PHONY : glfw/src/CMakeFiles/update_mappings.dir/clean
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# Target rules for target src/CMakeFiles/Exponent.dir
|
|
|
|
|
|
|
|
# All Build rule for target.
|
|
|
|
src/CMakeFiles/Exponent.dir/all: glfw/src/CMakeFiles/glfw.dir/all
|
|
|
|
$(MAKE) $(MAKESILENT) -f src\CMakeFiles\Exponent.dir\build.make src/CMakeFiles/Exponent.dir/depend
|
|
|
|
$(MAKE) $(MAKESILENT) -f src\CMakeFiles\Exponent.dir\build.make src/CMakeFiles/Exponent.dir/build
|
|
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles --progress-num=1,2 "Built target Exponent"
|
|
|
|
.PHONY : src/CMakeFiles/Exponent.dir/all
|
|
|
|
|
|
|
|
# Build rule for subdir invocation for target.
|
|
|
|
src/CMakeFiles/Exponent.dir/rule: cmake_check_build_system
|
|
|
|
$(CMAKE_COMMAND) -E cmake_progress_start E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles 24
|
|
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 src/CMakeFiles/Exponent.dir/all
|
|
|
|
$(CMAKE_COMMAND) -E cmake_progress_start E:\OneDrive\Documents\Projects\Exponent\build\CMakeFiles 0
|
|
|
|
.PHONY : src/CMakeFiles/Exponent.dir/rule
|
|
|
|
|
|
|
|
# Convenience name for target.
|
|
|
|
Exponent: src/CMakeFiles/Exponent.dir/rule
|
|
|
|
.PHONY : Exponent
|
|
|
|
|
|
|
|
# clean rule for target.
|
|
|
|
src/CMakeFiles/Exponent.dir/clean:
|
|
|
|
$(MAKE) $(MAKESILENT) -f src\CMakeFiles\Exponent.dir\build.make src/CMakeFiles/Exponent.dir/clean
|
|
|
|
.PHONY : src/CMakeFiles/Exponent.dir/clean
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# Special targets to cleanup operation of make.
|
|
|
|
|
|
|
|
# Special rule to run CMake to check the build system integrity.
|
|
|
|
# No rule that depends on this can have commands that come from listfiles
|
|
|
|
# because they might be regenerated.
|
|
|
|
cmake_check_build_system:
|
|
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
|
|
|
|
.PHONY : cmake_check_build_system
|
|
|
|
|