770 lines
38 KiB
Makefile
770 lines
38 KiB
Makefile
|
# CMAKE generated file: DO NOT EDIT!
|
||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
||
|
|
||
|
# 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
|
||
|
|
||
|
# Produce verbose output by default.
|
||
|
VERBOSE = 1
|
||
|
|
||
|
# 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++/graphs
|
||
|
|
||
|
# The top-level build directory on which CMake was run.
|
||
|
CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/graphs/embuild
|
||
|
|
||
|
#=============================================================================
|
||
|
# 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..."
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && /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..."
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/graphs/embuild/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
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template//CMakeFiles/progress.marks
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles 0
|
||
|
.PHONY : all
|
||
|
|
||
|
# The main clean target
|
||
|
clean:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/clean
|
||
|
.PHONY : clean
|
||
|
|
||
|
# The main clean target
|
||
|
clean/fast: clean
|
||
|
.PHONY : clean/fast
|
||
|
|
||
|
# Prepare targets for installation.
|
||
|
preinstall: all
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/preinstall
|
||
|
.PHONY : preinstall
|
||
|
|
||
|
# Prepare targets for installation.
|
||
|
preinstall/fast:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/preinstall
|
||
|
.PHONY : preinstall/fast
|
||
|
|
||
|
# clear depends
|
||
|
depend:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||
|
.PHONY : depend
|
||
|
|
||
|
# Convenience name for target.
|
||
|
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/rule:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/rule
|
||
|
.PHONY : lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
BLT_WITH_GRAPHICS: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/rule
|
||
|
.PHONY : BLT_WITH_GRAPHICS
|
||
|
|
||
|
# fast build rule for target.
|
||
|
BLT_WITH_GRAPHICS/fast:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build
|
||
|
.PHONY : BLT_WITH_GRAPHICS/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.s
|
||
|
.PHONY : libraries/imgui/imgui_widgets.cpp.s
|
||
|
|
||
|
src/blt/gfx/framebuffer.o: src/blt/gfx/framebuffer.cpp.o
|
||
|
.PHONY : src/blt/gfx/framebuffer.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/blt/gfx/framebuffer.cpp.o:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o
|
||
|
.PHONY : src/blt/gfx/framebuffer.cpp.o
|
||
|
|
||
|
src/blt/gfx/framebuffer.i: src/blt/gfx/framebuffer.cpp.i
|
||
|
.PHONY : src/blt/gfx/framebuffer.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/blt/gfx/framebuffer.cpp.i:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.i
|
||
|
.PHONY : src/blt/gfx/framebuffer.cpp.i
|
||
|
|
||
|
src/blt/gfx/framebuffer.s: src/blt/gfx/framebuffer.cpp.s
|
||
|
.PHONY : src/blt/gfx/framebuffer.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/blt/gfx/framebuffer.cpp.s:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.s
|
||
|
.PHONY : src/blt/gfx/framebuffer.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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/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 "... BLT_WITH_GRAPHICS"
|
||
|
@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/framebuffer.o"
|
||
|
@echo "... src/blt/gfx/framebuffer.i"
|
||
|
@echo "... src/blt/gfx/framebuffer.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:
|
||
|
cd /home/brett/Documents/code/c++/graphs/embuild && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||
|
.PHONY : cmake_check_build_system
|
||
|
|