Files
vulkan_tweaking/Makefile
T
2025-03-19 02:33:21 +03:00

263 lines
9.0 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "NMake Makefiles" Generator, CMake Version 3.31
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
.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.
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
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\emil2\OneDrive\Desktop\Coding\Study\CGDG\vulkan_tweaking
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\emil2\OneDrive\Desktop\Coding\Study\CGDG\vulkan_tweaking
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
echo >nul && "C:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache\fast: edit_cache
.PHONY : edit_cache\fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache\fast: rebuild_cache
.PHONY : rebuild_cache\fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components\fast: list_install_components
.PHONY : list_install_components\fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install\fast: preinstall\fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -P cmake_install.cmake
.PHONY : install\fast
# Special rule for the target install/local
install\local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install\local
# Special rule for the target install/local
install\local\fast: preinstall\fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install\local\fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\emil2\OneDrive\Desktop\Coding\Study\CGDG\vulkan_tweaking\CMakeFiles C:\Users\emil2\OneDrive\Desktop\Coding\Study\CGDG\vulkan_tweaking\\CMakeFiles\progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\emil2\OneDrive\Desktop\Coding\Study\CGDG\vulkan_tweaking\CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) clean
.PHONY : clean
# The main clean target
clean\fast: clean
.PHONY : clean\fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall\fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) preinstall
.PHONY : preinstall\fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named acg_in_gd_lab
# Build rule for target.
acg_in_gd_lab: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) acg_in_gd_lab
.PHONY : acg_in_gd_lab
# fast build rule for target.
acg_in_gd_lab\fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles\acg_in_gd_lab.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\acg_in_gd_lab.dir\build
.PHONY : acg_in_gd_lab\fast
#=============================================================================
# Target rules for targets named uninstall
# Build rule for target.
uninstall: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) uninstall
.PHONY : uninstall
# fast build rule for target.
uninstall\fast:
$(MAKE) $(MAKESILENT) -f external\glfw\CMakeFiles\uninstall.dir\build.make /nologo -$(MAKEFLAGS) external\glfw\CMakeFiles\uninstall.dir\build
.PHONY : uninstall\fast
#=============================================================================
# Target rules for targets named glfw
# Build rule for target.
glfw: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) glfw
.PHONY : glfw
# fast build rule for target.
glfw\fast:
$(MAKE) $(MAKESILENT) -f external\glfw\src\CMakeFiles\glfw.dir\build.make /nologo -$(MAKEFLAGS) external\glfw\src\CMakeFiles\glfw.dir\build
.PHONY : glfw\fast
#=============================================================================
# Target rules for targets named update_mappings
# Build rule for target.
update_mappings: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) update_mappings
.PHONY : update_mappings
# fast build rule for target.
update_mappings\fast:
$(MAKE) $(MAKESILENT) -f external\glfw\src\CMakeFiles\update_mappings.dir\build.make /nologo -$(MAKEFLAGS) external\glfw\src\CMakeFiles\update_mappings.dir\build
.PHONY : update_mappings\fast
#=============================================================================
# Target rules for targets named glm
# Build rule for target.
glm: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) glm
.PHONY : glm
# fast build rule for target.
glm\fast:
$(MAKE) $(MAKESILENT) -f external\glm\glm\CMakeFiles\glm.dir\build.make /nologo -$(MAKEFLAGS) external\glm\glm\CMakeFiles\glm.dir\build
.PHONY : glm\fast
src\main.obj: src\main.cpp.obj
.PHONY : src\main.obj
# target to build an object file
src\main.cpp.obj:
$(MAKE) $(MAKESILENT) -f CMakeFiles\acg_in_gd_lab.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\acg_in_gd_lab.dir\src\main.cpp.obj
.PHONY : src\main.cpp.obj
src\main.i: src\main.cpp.i
.PHONY : src\main.i
# target to preprocess a source file
src\main.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles\acg_in_gd_lab.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\acg_in_gd_lab.dir\src\main.cpp.i
.PHONY : src\main.cpp.i
src\main.s: src\main.cpp.s
.PHONY : src\main.s
# target to generate assembly for a file
src\main.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles\acg_in_gd_lab.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\acg_in_gd_lab.dir\src\main.cpp.s
.PHONY : src\main.cpp.s
# Help Target
help:
@echo The following are some of the valid targets for this Makefile:
@echo ... all (the default if no target is provided)
@echo ... clean
@echo ... depend
@echo ... edit_cache
@echo ... install
@echo ... install/local
@echo ... list_install_components
@echo ... rebuild_cache
@echo ... uninstall
@echo ... update_mappings
@echo ... acg_in_gd_lab
@echo ... glfw
@echo ... glm
@echo ... src/main.obj
@echo ... src/main.i
@echo ... src/main.s
.PHONY : help
#=============================================================================
# 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