# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 4.3 # 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/abdelrahman/Sources/programming/how-to-vulkan/ktx # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/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..." cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && /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/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && /usr/bin/cpack --config ./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 test test: @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." /usr/bin/ctest $(ARGS) .PHONY : test # Special rule for the target test test/fast: test .PHONY : test/fast # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." /usr/bin/ccmake -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..." /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: \"dev\" \"library\" \"tools\"" .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/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tests//CMakeFiles/progress.marks cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/all $(CMAKE_COMMAND) -E cmake_progress_start /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles 0 .PHONY : all # The main clean target clean: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall .PHONY : preinstall/fast # clear depends depend: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend # Convenience name for target. tests/CMakeFiles/unittests.dir/rule: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/unittests.dir/rule .PHONY : tests/CMakeFiles/unittests.dir/rule # Convenience name for target. unittests: tests/CMakeFiles/unittests.dir/rule .PHONY : unittests # fast build rule for target. unittests/fast: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/build .PHONY : unittests/fast # Convenience name for target. tests/CMakeFiles/texturetests.dir/rule: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/texturetests.dir/rule .PHONY : tests/CMakeFiles/texturetests.dir/rule # Convenience name for target. texturetests: tests/CMakeFiles/texturetests.dir/rule .PHONY : texturetests # fast build rule for target. texturetests/fast: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/texturetests.dir/build.make tests/CMakeFiles/texturetests.dir/build .PHONY : texturetests/fast __/external/dfdutils/dfd2vk.o: __/external/dfdutils/dfd2vk.c.o .PHONY : __/external/dfdutils/dfd2vk.o # target to build an object file __/external/dfdutils/dfd2vk.c.o: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.o .PHONY : __/external/dfdutils/dfd2vk.c.o __/external/dfdutils/dfd2vk.i: __/external/dfdutils/dfd2vk.c.i .PHONY : __/external/dfdutils/dfd2vk.i # target to preprocess a source file __/external/dfdutils/dfd2vk.c.i: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.i .PHONY : __/external/dfdutils/dfd2vk.c.i __/external/dfdutils/dfd2vk.s: __/external/dfdutils/dfd2vk.c.s .PHONY : __/external/dfdutils/dfd2vk.s # target to generate assembly for a file __/external/dfdutils/dfd2vk.c.s: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/__/external/dfdutils/dfd2vk.c.s .PHONY : __/external/dfdutils/dfd2vk.c.s texturetests/texturetests.o: texturetests/texturetests.cc.o .PHONY : texturetests/texturetests.o # target to build an object file texturetests/texturetests.cc.o: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/texturetests.dir/build.make tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.o .PHONY : texturetests/texturetests.cc.o texturetests/texturetests.i: texturetests/texturetests.cc.i .PHONY : texturetests/texturetests.i # target to preprocess a source file texturetests/texturetests.cc.i: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/texturetests.dir/build.make tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.i .PHONY : texturetests/texturetests.cc.i texturetests/texturetests.s: texturetests/texturetests.cc.s .PHONY : texturetests/texturetests.s # target to generate assembly for a file texturetests/texturetests.cc.s: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/texturetests.dir/build.make tests/CMakeFiles/texturetests.dir/texturetests/texturetests.cc.s .PHONY : texturetests/texturetests.cc.s unittests/image_unittests.o: unittests/image_unittests.cc.o .PHONY : unittests/image_unittests.o # target to build an object file unittests/image_unittests.cc.o: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.o .PHONY : unittests/image_unittests.cc.o unittests/image_unittests.i: unittests/image_unittests.cc.i .PHONY : unittests/image_unittests.i # target to preprocess a source file unittests/image_unittests.cc.i: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.i .PHONY : unittests/image_unittests.cc.i unittests/image_unittests.s: unittests/image_unittests.cc.s .PHONY : unittests/image_unittests.s # target to generate assembly for a file unittests/image_unittests.cc.s: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/image_unittests.cc.s .PHONY : unittests/image_unittests.cc.s unittests/test_fragment_uri.o: unittests/test_fragment_uri.cc.o .PHONY : unittests/test_fragment_uri.o # target to build an object file unittests/test_fragment_uri.cc.o: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.o .PHONY : unittests/test_fragment_uri.cc.o unittests/test_fragment_uri.i: unittests/test_fragment_uri.cc.i .PHONY : unittests/test_fragment_uri.i # target to preprocess a source file unittests/test_fragment_uri.cc.i: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.i .PHONY : unittests/test_fragment_uri.cc.i unittests/test_fragment_uri.s: unittests/test_fragment_uri.cc.s .PHONY : unittests/test_fragment_uri.s # target to generate assembly for a file unittests/test_fragment_uri.cc.s: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_fragment_uri.cc.s .PHONY : unittests/test_fragment_uri.cc.s unittests/test_string_to_vkformat.o: unittests/test_string_to_vkformat.cc.o .PHONY : unittests/test_string_to_vkformat.o # target to build an object file unittests/test_string_to_vkformat.cc.o: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.o .PHONY : unittests/test_string_to_vkformat.cc.o unittests/test_string_to_vkformat.i: unittests/test_string_to_vkformat.cc.i .PHONY : unittests/test_string_to_vkformat.i # target to preprocess a source file unittests/test_string_to_vkformat.cc.i: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.i .PHONY : unittests/test_string_to_vkformat.cc.i unittests/test_string_to_vkformat.s: unittests/test_string_to_vkformat.cc.s .PHONY : unittests/test_string_to_vkformat.s # target to generate assembly for a file unittests/test_string_to_vkformat.cc.s: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/test_string_to_vkformat.cc.s .PHONY : unittests/test_string_to_vkformat.cc.s unittests/unittests.o: unittests/unittests.cc.o .PHONY : unittests/unittests.o # target to build an object file unittests/unittests.cc.o: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/unittests.cc.o .PHONY : unittests/unittests.cc.o unittests/unittests.i: unittests/unittests.cc.i .PHONY : unittests/unittests.i # target to preprocess a source file unittests/unittests.cc.i: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/unittests.cc.i .PHONY : unittests/unittests.cc.i unittests/unittests.s: unittests/unittests.cc.s .PHONY : unittests/unittests.s # target to generate assembly for a file unittests/unittests.cc.s: cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unittests.dir/build.make tests/CMakeFiles/unittests.dir/unittests/unittests.cc.s .PHONY : unittests/unittests.cc.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 "... test" @echo "... texturetests" @echo "... unittests" @echo "... __/external/dfdutils/dfd2vk.o" @echo "... __/external/dfdutils/dfd2vk.i" @echo "... __/external/dfdutils/dfd2vk.s" @echo "... texturetests/texturetests.o" @echo "... texturetests/texturetests.i" @echo "... texturetests/texturetests.s" @echo "... unittests/image_unittests.o" @echo "... unittests/image_unittests.i" @echo "... unittests/image_unittests.s" @echo "... unittests/test_fragment_uri.o" @echo "... unittests/test_fragment_uri.i" @echo "... unittests/test_fragment_uri.s" @echo "... unittests/test_string_to_vkformat.o" @echo "... unittests/test_string_to_vkformat.i" @echo "... unittests/test_string_to_vkformat.s" @echo "... unittests/unittests.o" @echo "... unittests/unittests.i" @echo "... unittests/unittests.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/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system