949 lines
37 KiB
Makefile
949 lines
37 KiB
Makefile
|
# CMAKE generated file: DO NOT EDIT!
|
||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
|
||
|
|
||
|
# 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:
|
||
|
|
||
|
# 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.
|
||
|
|
||
|
# The shell in which to execute make rules.
|
||
|
SHELL = /bin/sh
|
||
|
|
||
|
# The CMake executable.
|
||
|
CMAKE_COMMAND = /usr/bin/cmake
|
||
|
|
||
|
# The command to remove a file.
|
||
|
RM = /usr/bin/cmake -E rm -f
|
||
|
|
||
|
# Escaping for special characters.
|
||
|
EQUALS = =
|
||
|
|
||
|
# The top-level source directory on which CMake was run.
|
||
|
CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template
|
||
|
|
||
|
# The top-level build directory on which CMake was run.
|
||
|
CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build
|
||
|
|
||
|
#=============================================================================
|
||
|
# Targets provided globally by CMake.
|
||
|
|
||
|
# Special rule for the target package
|
||
|
package: preinstall
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
|
||
|
/usr/bin/cpack --config ./CPackConfig.cmake
|
||
|
.PHONY : package
|
||
|
|
||
|
# Special rule for the target package
|
||
|
package/fast: package
|
||
|
.PHONY : package/fast
|
||
|
|
||
|
# Special rule for the target package_source
|
||
|
package_source:
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
|
||
|
/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackSourceConfig.cmake
|
||
|
.PHONY : package_source
|
||
|
|
||
|
# Special rule for the target package_source
|
||
|
package_source/fast: package_source
|
||
|
.PHONY : package_source/fast
|
||
|
|
||
|
# Special rule for the target edit_cache
|
||
|
edit_cache:
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
|
||
|
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
||
|
.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..."
|
||
|
/usr/bin/cmake --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\" \"headers\" \"pkgconfig\""
|
||
|
.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..."
|
||
|
/usr/bin/cmake -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..."
|
||
|
/usr/bin/cmake -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..."
|
||
|
/usr/bin/cmake -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..."
|
||
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||
|
.PHONY : install/local/fast
|
||
|
|
||
|
# Special rule for the target install/strip
|
||
|
install/strip: preinstall
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
||
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||
|
.PHONY : install/strip
|
||
|
|
||
|
# Special rule for the target install/strip
|
||
|
install/strip/fast: preinstall/fast
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
||
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||
|
.PHONY : install/strip/fast
|
||
|
|
||
|
# The main all target
|
||
|
all: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build//CMakeFiles/progress.marks
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0
|
||
|
.PHONY : all
|
||
|
|
||
|
# The main clean target
|
||
|
clean:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
||
|
.PHONY : clean
|
||
|
|
||
|
# The main clean target
|
||
|
clean/fast: clean
|
||
|
.PHONY : clean/fast
|
||
|
|
||
|
# Prepare targets for installation.
|
||
|
preinstall: all
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
||
|
.PHONY : preinstall
|
||
|
|
||
|
# Prepare targets for installation.
|
||
|
preinstall/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 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 BLT_WITH_GRAPHICS
|
||
|
|
||
|
# Build rule for target.
|
||
|
BLT_WITH_GRAPHICS: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BLT_WITH_GRAPHICS
|
||
|
.PHONY : BLT_WITH_GRAPHICS
|
||
|
|
||
|
# fast build rule for target.
|
||
|
BLT_WITH_GRAPHICS/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/build
|
||
|
.PHONY : BLT_WITH_GRAPHICS/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named uninstall
|
||
|
|
||
|
# Build rule for target.
|
||
|
uninstall: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
|
||
|
.PHONY : uninstall
|
||
|
|
||
|
# fast build rule for target.
|
||
|
uninstall/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build.make libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build
|
||
|
.PHONY : uninstall/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named update_mappings
|
||
|
|
||
|
# Build rule for target.
|
||
|
update_mappings: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 update_mappings
|
||
|
.PHONY : update_mappings
|
||
|
|
||
|
# fast build rule for target.
|
||
|
update_mappings/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build
|
||
|
.PHONY : update_mappings/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named glfw
|
||
|
|
||
|
# Build rule for target.
|
||
|
glfw: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 glfw
|
||
|
.PHONY : glfw
|
||
|
|
||
|
# fast build rule for target.
|
||
|
glfw/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build
|
||
|
.PHONY : glfw/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named build_version
|
||
|
|
||
|
# Build rule for target.
|
||
|
build_version: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 build_version
|
||
|
.PHONY : build_version
|
||
|
|
||
|
# fast build rule for target.
|
||
|
build_version/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/build_version.dir/build.make libraries/openal-soft/CMakeFiles/build_version.dir/build
|
||
|
.PHONY : build_version/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named alcommon
|
||
|
|
||
|
# Build rule for target.
|
||
|
alcommon: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alcommon
|
||
|
.PHONY : alcommon
|
||
|
|
||
|
# fast build rule for target.
|
||
|
alcommon/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/build
|
||
|
.PHONY : alcommon/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named OpenAL
|
||
|
|
||
|
# Build rule for target.
|
||
|
OpenAL: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 OpenAL
|
||
|
.PHONY : OpenAL
|
||
|
|
||
|
# fast build rule for target.
|
||
|
OpenAL/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/build
|
||
|
.PHONY : OpenAL/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named openal-info
|
||
|
|
||
|
# Build rule for target.
|
||
|
openal-info: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 openal-info
|
||
|
.PHONY : openal-info
|
||
|
|
||
|
# fast build rule for target.
|
||
|
openal-info/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/openal-info.dir/build.make libraries/openal-soft/CMakeFiles/openal-info.dir/build
|
||
|
.PHONY : openal-info/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named al-excommon
|
||
|
|
||
|
# Build rule for target.
|
||
|
al-excommon: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 al-excommon
|
||
|
.PHONY : al-excommon
|
||
|
|
||
|
# fast build rule for target.
|
||
|
al-excommon/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make libraries/openal-soft/CMakeFiles/al-excommon.dir/build
|
||
|
.PHONY : al-excommon/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named altonegen
|
||
|
|
||
|
# Build rule for target.
|
||
|
altonegen: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 altonegen
|
||
|
.PHONY : altonegen
|
||
|
|
||
|
# fast build rule for target.
|
||
|
altonegen/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/altonegen.dir/build.make libraries/openal-soft/CMakeFiles/altonegen.dir/build
|
||
|
.PHONY : altonegen/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named alrecord
|
||
|
|
||
|
# Build rule for target.
|
||
|
alrecord: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alrecord
|
||
|
.PHONY : alrecord
|
||
|
|
||
|
# fast build rule for target.
|
||
|
alrecord/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alrecord.dir/build.make libraries/openal-soft/CMakeFiles/alrecord.dir/build
|
||
|
.PHONY : alrecord/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named alloopback
|
||
|
|
||
|
# Build rule for target.
|
||
|
alloopback: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alloopback
|
||
|
.PHONY : alloopback
|
||
|
|
||
|
# fast build rule for target.
|
||
|
alloopback/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alloopback.dir/build.make libraries/openal-soft/CMakeFiles/alloopback.dir/build
|
||
|
.PHONY : alloopback/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named alffplay
|
||
|
|
||
|
# Build rule for target.
|
||
|
alffplay: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alffplay
|
||
|
.PHONY : alffplay
|
||
|
|
||
|
# fast build rule for target.
|
||
|
alffplay/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alffplay.dir/build.make libraries/openal-soft/CMakeFiles/alffplay.dir/build
|
||
|
.PHONY : alffplay/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named alsoft-config
|
||
|
|
||
|
# Build rule for target.
|
||
|
alsoft-config: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft-config
|
||
|
.PHONY : alsoft-config
|
||
|
|
||
|
# fast build rule for target.
|
||
|
alsoft-config/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build
|
||
|
.PHONY : alsoft-config/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named BLT
|
||
|
|
||
|
# Build rule for target.
|
||
|
BLT: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BLT
|
||
|
.PHONY : BLT
|
||
|
|
||
|
# fast build rule for target.
|
||
|
BLT/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/build
|
||
|
.PHONY : BLT/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named freetype
|
||
|
|
||
|
# Build rule for target.
|
||
|
freetype: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 freetype
|
||
|
.PHONY : freetype
|
||
|
|
||
|
# fast build rule for target.
|
||
|
freetype/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build
|
||
|
.PHONY : freetype/fast
|
||
|
|
||
|
libraries/imgui/backends/imgui_impl_glfw.o: libraries/imgui/backends/imgui_impl_glfw.cpp.o
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_glfw.o
|
||
|
|
||
|
# target to build an object file
|
||
|
libraries/imgui/backends/imgui_impl_glfw.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_glfw.cpp.o
|
||
|
|
||
|
libraries/imgui/backends/imgui_impl_glfw.i: libraries/imgui/backends/imgui_impl_glfw.cpp.i
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_glfw.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
libraries/imgui/backends/imgui_impl_glfw.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.i
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_glfw.cpp.i
|
||
|
|
||
|
libraries/imgui/backends/imgui_impl_glfw.s: libraries/imgui/backends/imgui_impl_glfw.cpp.s
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_glfw.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
libraries/imgui/backends/imgui_impl_glfw.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.s
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_glfw.cpp.s
|
||
|
|
||
|
libraries/imgui/backends/imgui_impl_opengl3.o: libraries/imgui/backends/imgui_impl_opengl3.cpp.o
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.o
|
||
|
|
||
|
# target to build an object file
|
||
|
libraries/imgui/backends/imgui_impl_opengl3.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.cpp.o
|
||
|
|
||
|
libraries/imgui/backends/imgui_impl_opengl3.i: libraries/imgui/backends/imgui_impl_opengl3.cpp.i
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
libraries/imgui/backends/imgui_impl_opengl3.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.i
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.cpp.i
|
||
|
|
||
|
libraries/imgui/backends/imgui_impl_opengl3.s: libraries/imgui/backends/imgui_impl_opengl3.cpp.s
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
libraries/imgui/backends/imgui_impl_opengl3.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.s
|
||
|
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.cpp.s
|
||
|
|
||
|
libraries/imgui/imgui.o: libraries/imgui/imgui.cpp.o
|
||
|
.PHONY : libraries/imgui/imgui.o
|
||
|
|
||
|
# target to build an object file
|
||
|
libraries/imgui/imgui.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o
|
||
|
.PHONY : libraries/imgui/imgui.cpp.o
|
||
|
|
||
|
libraries/imgui/imgui.i: libraries/imgui/imgui.cpp.i
|
||
|
.PHONY : libraries/imgui/imgui.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
libraries/imgui/imgui.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.i
|
||
|
.PHONY : libraries/imgui/imgui.cpp.i
|
||
|
|
||
|
libraries/imgui/imgui.s: libraries/imgui/imgui.cpp.s
|
||
|
.PHONY : libraries/imgui/imgui.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
libraries/imgui/imgui.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.s
|
||
|
.PHONY : libraries/imgui/imgui.cpp.s
|
||
|
|
||
|
libraries/imgui/imgui_demo.o: libraries/imgui/imgui_demo.cpp.o
|
||
|
.PHONY : libraries/imgui/imgui_demo.o
|
||
|
|
||
|
# target to build an object file
|
||
|
libraries/imgui/imgui_demo.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o
|
||
|
.PHONY : libraries/imgui/imgui_demo.cpp.o
|
||
|
|
||
|
libraries/imgui/imgui_demo.i: libraries/imgui/imgui_demo.cpp.i
|
||
|
.PHONY : libraries/imgui/imgui_demo.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
libraries/imgui/imgui_demo.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.i
|
||
|
.PHONY : libraries/imgui/imgui_demo.cpp.i
|
||
|
|
||
|
libraries/imgui/imgui_demo.s: libraries/imgui/imgui_demo.cpp.s
|
||
|
.PHONY : libraries/imgui/imgui_demo.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
libraries/imgui/imgui_demo.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.s
|
||
|
.PHONY : libraries/imgui/imgui_demo.cpp.s
|
||
|
|
||
|
libraries/imgui/imgui_draw.o: libraries/imgui/imgui_draw.cpp.o
|
||
|
.PHONY : libraries/imgui/imgui_draw.o
|
||
|
|
||
|
# target to build an object file
|
||
|
libraries/imgui/imgui_draw.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o
|
||
|
.PHONY : libraries/imgui/imgui_draw.cpp.o
|
||
|
|
||
|
libraries/imgui/imgui_draw.i: libraries/imgui/imgui_draw.cpp.i
|
||
|
.PHONY : libraries/imgui/imgui_draw.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
libraries/imgui/imgui_draw.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.i
|
||
|
.PHONY : libraries/imgui/imgui_draw.cpp.i
|
||
|
|
||
|
libraries/imgui/imgui_draw.s: libraries/imgui/imgui_draw.cpp.s
|
||
|
.PHONY : libraries/imgui/imgui_draw.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
libraries/imgui/imgui_draw.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.s
|
||
|
.PHONY : libraries/imgui/imgui_draw.cpp.s
|
||
|
|
||
|
libraries/imgui/imgui_tables.o: libraries/imgui/imgui_tables.cpp.o
|
||
|
.PHONY : libraries/imgui/imgui_tables.o
|
||
|
|
||
|
# target to build an object file
|
||
|
libraries/imgui/imgui_tables.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o
|
||
|
.PHONY : libraries/imgui/imgui_tables.cpp.o
|
||
|
|
||
|
libraries/imgui/imgui_tables.i: libraries/imgui/imgui_tables.cpp.i
|
||
|
.PHONY : libraries/imgui/imgui_tables.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
libraries/imgui/imgui_tables.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.i
|
||
|
.PHONY : libraries/imgui/imgui_tables.cpp.i
|
||
|
|
||
|
libraries/imgui/imgui_tables.s: libraries/imgui/imgui_tables.cpp.s
|
||
|
.PHONY : libraries/imgui/imgui_tables.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
libraries/imgui/imgui_tables.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.s
|
||
|
.PHONY : libraries/imgui/imgui_tables.cpp.s
|
||
|
|
||
|
libraries/imgui/imgui_widgets.o: libraries/imgui/imgui_widgets.cpp.o
|
||
|
.PHONY : libraries/imgui/imgui_widgets.o
|
||
|
|
||
|
# target to build an object file
|
||
|
libraries/imgui/imgui_widgets.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o
|
||
|
.PHONY : libraries/imgui/imgui_widgets.cpp.o
|
||
|
|
||
|
libraries/imgui/imgui_widgets.i: libraries/imgui/imgui_widgets.cpp.i
|
||
|
.PHONY : libraries/imgui/imgui_widgets.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
libraries/imgui/imgui_widgets.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.i
|
||
|
.PHONY : libraries/imgui/imgui_widgets.cpp.i
|
||
|
|
||
|
libraries/imgui/imgui_widgets.s: libraries/imgui/imgui_widgets.cpp.s
|
||
|
.PHONY : libraries/imgui/imgui_widgets.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
libraries/imgui/imgui_widgets.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.s
|
||
|
.PHONY : libraries/imgui/imgui_widgets.cpp.s
|
||
|
|
||
|
src/blt/gfx/glad.o: src/blt/gfx/glad.cpp.o
|
||
|
.PHONY : src/blt/gfx/glad.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/glad.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o
|
||
|
.PHONY : src/blt/gfx/glad.cpp.o
|
||
|
|
||
|
src/blt/gfx/glad.i: src/blt/gfx/glad.cpp.i
|
||
|
.PHONY : src/blt/gfx/glad.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/glad.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.i
|
||
|
.PHONY : src/blt/gfx/glad.cpp.i
|
||
|
|
||
|
src/blt/gfx/glad.s: src/blt/gfx/glad.cpp.s
|
||
|
.PHONY : src/blt/gfx/glad.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/glad.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.s
|
||
|
.PHONY : src/blt/gfx/glad.cpp.s
|
||
|
|
||
|
src/blt/gfx/model.o: src/blt/gfx/model.cpp.o
|
||
|
.PHONY : src/blt/gfx/model.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/model.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o
|
||
|
.PHONY : src/blt/gfx/model.cpp.o
|
||
|
|
||
|
src/blt/gfx/model.i: src/blt/gfx/model.cpp.i
|
||
|
.PHONY : src/blt/gfx/model.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/model.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.i
|
||
|
.PHONY : src/blt/gfx/model.cpp.i
|
||
|
|
||
|
src/blt/gfx/model.s: src/blt/gfx/model.cpp.s
|
||
|
.PHONY : src/blt/gfx/model.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/model.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.s
|
||
|
.PHONY : src/blt/gfx/model.cpp.s
|
||
|
|
||
|
src/blt/gfx/renderer/batch_2d_renderer.o: src/blt/gfx/renderer/batch_2d_renderer.cpp.o
|
||
|
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/renderer/batch_2d_renderer.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o
|
||
|
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.cpp.o
|
||
|
|
||
|
src/blt/gfx/renderer/batch_2d_renderer.i: src/blt/gfx/renderer/batch_2d_renderer.cpp.i
|
||
|
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/renderer/batch_2d_renderer.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.i
|
||
|
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.cpp.i
|
||
|
|
||
|
src/blt/gfx/renderer/batch_2d_renderer.s: src/blt/gfx/renderer/batch_2d_renderer.cpp.s
|
||
|
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/renderer/batch_2d_renderer.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.s
|
||
|
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.cpp.s
|
||
|
|
||
|
src/blt/gfx/renderer/camera.o: src/blt/gfx/renderer/camera.cpp.o
|
||
|
.PHONY : src/blt/gfx/renderer/camera.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/renderer/camera.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o
|
||
|
.PHONY : src/blt/gfx/renderer/camera.cpp.o
|
||
|
|
||
|
src/blt/gfx/renderer/camera.i: src/blt/gfx/renderer/camera.cpp.i
|
||
|
.PHONY : src/blt/gfx/renderer/camera.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/renderer/camera.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.i
|
||
|
.PHONY : src/blt/gfx/renderer/camera.cpp.i
|
||
|
|
||
|
src/blt/gfx/renderer/camera.s: src/blt/gfx/renderer/camera.cpp.s
|
||
|
.PHONY : src/blt/gfx/renderer/camera.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/renderer/camera.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.s
|
||
|
.PHONY : src/blt/gfx/renderer/camera.cpp.s
|
||
|
|
||
|
src/blt/gfx/renderer/resource_manager.o: src/blt/gfx/renderer/resource_manager.cpp.o
|
||
|
.PHONY : src/blt/gfx/renderer/resource_manager.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/renderer/resource_manager.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o
|
||
|
.PHONY : src/blt/gfx/renderer/resource_manager.cpp.o
|
||
|
|
||
|
src/blt/gfx/renderer/resource_manager.i: src/blt/gfx/renderer/resource_manager.cpp.i
|
||
|
.PHONY : src/blt/gfx/renderer/resource_manager.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/renderer/resource_manager.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.i
|
||
|
.PHONY : src/blt/gfx/renderer/resource_manager.cpp.i
|
||
|
|
||
|
src/blt/gfx/renderer/resource_manager.s: src/blt/gfx/renderer/resource_manager.cpp.s
|
||
|
.PHONY : src/blt/gfx/renderer/resource_manager.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/renderer/resource_manager.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.s
|
||
|
.PHONY : src/blt/gfx/renderer/resource_manager.cpp.s
|
||
|
|
||
|
src/blt/gfx/shader.o: src/blt/gfx/shader.cpp.o
|
||
|
.PHONY : src/blt/gfx/shader.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/shader.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o
|
||
|
.PHONY : src/blt/gfx/shader.cpp.o
|
||
|
|
||
|
src/blt/gfx/shader.i: src/blt/gfx/shader.cpp.i
|
||
|
.PHONY : src/blt/gfx/shader.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/shader.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.i
|
||
|
.PHONY : src/blt/gfx/shader.cpp.i
|
||
|
|
||
|
src/blt/gfx/shader.s: src/blt/gfx/shader.cpp.s
|
||
|
.PHONY : src/blt/gfx/shader.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/shader.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.s
|
||
|
.PHONY : src/blt/gfx/shader.cpp.s
|
||
|
|
||
|
src/blt/gfx/sound/sound.o: src/blt/gfx/sound/sound.cpp.o
|
||
|
.PHONY : src/blt/gfx/sound/sound.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/sound/sound.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o
|
||
|
.PHONY : src/blt/gfx/sound/sound.cpp.o
|
||
|
|
||
|
src/blt/gfx/sound/sound.i: src/blt/gfx/sound/sound.cpp.i
|
||
|
.PHONY : src/blt/gfx/sound/sound.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/sound/sound.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.i
|
||
|
.PHONY : src/blt/gfx/sound/sound.cpp.i
|
||
|
|
||
|
src/blt/gfx/sound/sound.s: src/blt/gfx/sound/sound.cpp.s
|
||
|
.PHONY : src/blt/gfx/sound/sound.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/sound/sound.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.s
|
||
|
.PHONY : src/blt/gfx/sound/sound.cpp.s
|
||
|
|
||
|
src/blt/gfx/state.o: src/blt/gfx/state.cpp.o
|
||
|
.PHONY : src/blt/gfx/state.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/state.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o
|
||
|
.PHONY : src/blt/gfx/state.cpp.o
|
||
|
|
||
|
src/blt/gfx/state.i: src/blt/gfx/state.cpp.i
|
||
|
.PHONY : src/blt/gfx/state.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/state.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.i
|
||
|
.PHONY : src/blt/gfx/state.cpp.i
|
||
|
|
||
|
src/blt/gfx/state.s: src/blt/gfx/state.cpp.s
|
||
|
.PHONY : src/blt/gfx/state.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/state.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.s
|
||
|
.PHONY : src/blt/gfx/state.cpp.s
|
||
|
|
||
|
src/blt/gfx/stb/stb_vorbis.o: src/blt/gfx/stb/stb_vorbis.cpp.o
|
||
|
.PHONY : src/blt/gfx/stb/stb_vorbis.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/stb/stb_vorbis.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o
|
||
|
.PHONY : src/blt/gfx/stb/stb_vorbis.cpp.o
|
||
|
|
||
|
src/blt/gfx/stb/stb_vorbis.i: src/blt/gfx/stb/stb_vorbis.cpp.i
|
||
|
.PHONY : src/blt/gfx/stb/stb_vorbis.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/stb/stb_vorbis.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.i
|
||
|
.PHONY : src/blt/gfx/stb/stb_vorbis.cpp.i
|
||
|
|
||
|
src/blt/gfx/stb/stb_vorbis.s: src/blt/gfx/stb/stb_vorbis.cpp.s
|
||
|
.PHONY : src/blt/gfx/stb/stb_vorbis.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/stb/stb_vorbis.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.s
|
||
|
.PHONY : src/blt/gfx/stb/stb_vorbis.cpp.s
|
||
|
|
||
|
src/blt/gfx/texture.o: src/blt/gfx/texture.cpp.o
|
||
|
.PHONY : src/blt/gfx/texture.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/texture.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o
|
||
|
.PHONY : src/blt/gfx/texture.cpp.o
|
||
|
|
||
|
src/blt/gfx/texture.i: src/blt/gfx/texture.cpp.i
|
||
|
.PHONY : src/blt/gfx/texture.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/texture.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.i
|
||
|
.PHONY : src/blt/gfx/texture.cpp.i
|
||
|
|
||
|
src/blt/gfx/texture.s: src/blt/gfx/texture.cpp.s
|
||
|
.PHONY : src/blt/gfx/texture.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/texture.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.s
|
||
|
.PHONY : src/blt/gfx/texture.cpp.s
|
||
|
|
||
|
src/blt/gfx/window.o: src/blt/gfx/window.cpp.o
|
||
|
.PHONY : src/blt/gfx/window.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/window.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o
|
||
|
.PHONY : src/blt/gfx/window.cpp.o
|
||
|
|
||
|
src/blt/gfx/window.i: src/blt/gfx/window.cpp.i
|
||
|
.PHONY : src/blt/gfx/window.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/window.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.i
|
||
|
.PHONY : src/blt/gfx/window.cpp.i
|
||
|
|
||
|
src/blt/gfx/window.s: src/blt/gfx/window.cpp.s
|
||
|
.PHONY : src/blt/gfx/window.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/window.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.s
|
||
|
.PHONY : src/blt/gfx/window.cpp.s
|
||
|
|
||
|
src/blt/imgui/imgui_utils.o: src/blt/imgui/imgui_utils.cpp.o
|
||
|
.PHONY : src/blt/imgui/imgui_utils.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/imgui/imgui_utils.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o
|
||
|
.PHONY : src/blt/imgui/imgui_utils.cpp.o
|
||
|
|
||
|
src/blt/imgui/imgui_utils.i: src/blt/imgui/imgui_utils.cpp.i
|
||
|
.PHONY : src/blt/imgui/imgui_utils.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/imgui/imgui_utils.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.i
|
||
|
.PHONY : src/blt/imgui/imgui_utils.cpp.i
|
||
|
|
||
|
src/blt/imgui/imgui_utils.s: src/blt/imgui/imgui_utils.cpp.s
|
||
|
.PHONY : src/blt/imgui/imgui_utils.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/imgui/imgui_utils.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.s
|
||
|
.PHONY : src/blt/imgui/imgui_utils.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 "... install/strip"
|
||
|
@echo "... list_install_components"
|
||
|
@echo "... package"
|
||
|
@echo "... package_source"
|
||
|
@echo "... rebuild_cache"
|
||
|
@echo "... build_version"
|
||
|
@echo "... uninstall"
|
||
|
@echo "... update_mappings"
|
||
|
@echo "... BLT"
|
||
|
@echo "... BLT_WITH_GRAPHICS"
|
||
|
@echo "... OpenAL"
|
||
|
@echo "... al-excommon"
|
||
|
@echo "... alcommon"
|
||
|
@echo "... alffplay"
|
||
|
@echo "... alloopback"
|
||
|
@echo "... alrecord"
|
||
|
@echo "... alsoft-config"
|
||
|
@echo "... altonegen"
|
||
|
@echo "... freetype"
|
||
|
@echo "... glfw"
|
||
|
@echo "... openal-info"
|
||
|
@echo "... libraries/imgui/backends/imgui_impl_glfw.o"
|
||
|
@echo "... libraries/imgui/backends/imgui_impl_glfw.i"
|
||
|
@echo "... libraries/imgui/backends/imgui_impl_glfw.s"
|
||
|
@echo "... libraries/imgui/backends/imgui_impl_opengl3.o"
|
||
|
@echo "... libraries/imgui/backends/imgui_impl_opengl3.i"
|
||
|
@echo "... libraries/imgui/backends/imgui_impl_opengl3.s"
|
||
|
@echo "... libraries/imgui/imgui.o"
|
||
|
@echo "... libraries/imgui/imgui.i"
|
||
|
@echo "... libraries/imgui/imgui.s"
|
||
|
@echo "... libraries/imgui/imgui_demo.o"
|
||
|
@echo "... libraries/imgui/imgui_demo.i"
|
||
|
@echo "... libraries/imgui/imgui_demo.s"
|
||
|
@echo "... libraries/imgui/imgui_draw.o"
|
||
|
@echo "... libraries/imgui/imgui_draw.i"
|
||
|
@echo "... libraries/imgui/imgui_draw.s"
|
||
|
@echo "... libraries/imgui/imgui_tables.o"
|
||
|
@echo "... libraries/imgui/imgui_tables.i"
|
||
|
@echo "... libraries/imgui/imgui_tables.s"
|
||
|
@echo "... libraries/imgui/imgui_widgets.o"
|
||
|
@echo "... libraries/imgui/imgui_widgets.i"
|
||
|
@echo "... libraries/imgui/imgui_widgets.s"
|
||
|
@echo "... src/blt/gfx/glad.o"
|
||
|
@echo "... src/blt/gfx/glad.i"
|
||
|
@echo "... src/blt/gfx/glad.s"
|
||
|
@echo "... src/blt/gfx/model.o"
|
||
|
@echo "... src/blt/gfx/model.i"
|
||
|
@echo "... src/blt/gfx/model.s"
|
||
|
@echo "... src/blt/gfx/renderer/batch_2d_renderer.o"
|
||
|
@echo "... src/blt/gfx/renderer/batch_2d_renderer.i"
|
||
|
@echo "... src/blt/gfx/renderer/batch_2d_renderer.s"
|
||
|
@echo "... src/blt/gfx/renderer/camera.o"
|
||
|
@echo "... src/blt/gfx/renderer/camera.i"
|
||
|
@echo "... src/blt/gfx/renderer/camera.s"
|
||
|
@echo "... src/blt/gfx/renderer/resource_manager.o"
|
||
|
@echo "... src/blt/gfx/renderer/resource_manager.i"
|
||
|
@echo "... src/blt/gfx/renderer/resource_manager.s"
|
||
|
@echo "... src/blt/gfx/shader.o"
|
||
|
@echo "... src/blt/gfx/shader.i"
|
||
|
@echo "... src/blt/gfx/shader.s"
|
||
|
@echo "... src/blt/gfx/sound/sound.o"
|
||
|
@echo "... src/blt/gfx/sound/sound.i"
|
||
|
@echo "... src/blt/gfx/sound/sound.s"
|
||
|
@echo "... src/blt/gfx/state.o"
|
||
|
@echo "... src/blt/gfx/state.i"
|
||
|
@echo "... src/blt/gfx/state.s"
|
||
|
@echo "... src/blt/gfx/stb/stb_vorbis.o"
|
||
|
@echo "... src/blt/gfx/stb/stb_vorbis.i"
|
||
|
@echo "... src/blt/gfx/stb/stb_vorbis.s"
|
||
|
@echo "... src/blt/gfx/texture.o"
|
||
|
@echo "... src/blt/gfx/texture.i"
|
||
|
@echo "... src/blt/gfx/texture.s"
|
||
|
@echo "... src/blt/gfx/window.o"
|
||
|
@echo "... src/blt/gfx/window.i"
|
||
|
@echo "... src/blt/gfx/window.s"
|
||
|
@echo "... src/blt/imgui/imgui_utils.o"
|
||
|
@echo "... src/blt/imgui/imgui_utils.i"
|
||
|
@echo "... src/blt/imgui/imgui_utils.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
|
||
|
|