This commit is contained in:
2026-06-14 19:09:18 +01:00
parent 14bd1a9271
commit 13fa90a0e9
3958 changed files with 999286 additions and 4 deletions
@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
@@ -0,0 +1 @@
53
@@ -0,0 +1,24 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/toktx.cc" "tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o" "gcc" "tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o.d"
"" "Release/toktx" "gcc" "tools/toktx/CMakeFiles/toktx.dir/link.d"
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,118 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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
# Include any dependencies generated for this target.
include tools/toktx/CMakeFiles/toktx.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include tools/toktx/CMakeFiles/toktx.dir/compiler_depend.make
# Include the progress variables for this target.
include tools/toktx/CMakeFiles/toktx.dir/progress.make
# Include the compile flags for this target's objects.
include tools/toktx/CMakeFiles/toktx.dir/flags.make
tools/toktx/CMakeFiles/toktx.dir/codegen:
.PHONY : tools/toktx/CMakeFiles/toktx.dir/codegen
tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o: tools/toktx/CMakeFiles/toktx.dir/flags.make
tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/toktx.cc
tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o: tools/toktx/CMakeFiles/toktx.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o -MF CMakeFiles/toktx.dir/toktx.cc.o.d -o CMakeFiles/toktx.dir/toktx.cc.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/toktx.cc
tools/toktx/CMakeFiles/toktx.dir/toktx.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/toktx.dir/toktx.cc.i"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/toktx.cc > CMakeFiles/toktx.dir/toktx.cc.i
tools/toktx/CMakeFiles/toktx.dir/toktx.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/toktx.dir/toktx.cc.s"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/toktx.cc -o CMakeFiles/toktx.dir/toktx.cc.s
# Object files for target toktx
toktx_OBJECTS = \
"CMakeFiles/toktx.dir/toktx.cc.o"
# External object files for target toktx
toktx_EXTERNAL_OBJECTS =
Release/toktx: tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o
Release/toktx: tools/toktx/CMakeFiles/toktx.dir/build.make
Release/toktx: tools/toktx/CMakeFiles/toktx.dir/compiler_depend.ts
Release/toktx: tools/imageio/libimageio.a
Release/toktx: Release/libktx.so.0.0.0
Release/toktx: libobjUtil.a
Release/toktx: external/fmt/libfmt.a
Release/toktx: tools/toktx/CMakeFiles/toktx.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable ../../Release/toktx"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/toktx.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tools/toktx/CMakeFiles/toktx.dir/build: Release/toktx
.PHONY : tools/toktx/CMakeFiles/toktx.dir/build
tools/toktx/CMakeFiles/toktx.dir/clean:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx && $(CMAKE_COMMAND) -P CMakeFiles/toktx.dir/cmake_clean.cmake
.PHONY : tools/toktx/CMakeFiles/toktx.dir/clean
tools/toktx/CMakeFiles/toktx.dir/depend:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/abdelrahman/Sources/programming/how-to-vulkan/ktx /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx/CMakeFiles/toktx.dir/DependInfo.cmake "--color=$(COLOR)" toktx
.PHONY : tools/toktx/CMakeFiles/toktx.dir/depend
@@ -0,0 +1,12 @@
file(REMOVE_RECURSE
"../../Release/toktx"
"../../Release/toktx.pdb"
"CMakeFiles/toktx.dir/link.d"
"CMakeFiles/toktx.dir/toktx.cc.o"
"CMakeFiles/toktx.dir/toktx.cc.o.d"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/toktx.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,624 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
Release/toktx
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/Release/libktx.so.0.0.0
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/external/fmt/libfmt.a
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/libobjUtil.a
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/imageio/libimageio.a
/usr/lib/Scrt1.o
/usr/lib/crti.o
/usr/lib/crtn.o
/usr/lib/libatomic.so
/usr/lib/libatomic_asneeded.so
/usr/lib/libc.so
/usr/lib/libgcc_s.so
/usr/lib/libgcc_s.so.1
/usr/lib/libm.so
/usr/lib/libstdc++.so
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtbeginS.o
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtendS.o
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a
/usr/lib/ld-linux-x86-64.so.2
/usr/lib/libc.so.6
/usr/lib/libc_nonshared.a
/usr/lib/libm.so.6
/usr/lib/libmvec.so.1
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o
tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/toktx.cc
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/transcoder/basisu.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/transcoder/basisu_containers.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resampler.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resampler_filters.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/zstd/zstd.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/base.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/format.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/KHR/khr_df.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/ktx.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/GL/glcorearb.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/KHR/khrplatform.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/common.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/_fixes.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/_vectorize.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common_simd.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential_simd.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric_simd.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer_simd.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix_simd.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing_simd.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric_simd.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational_simd.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/precision.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/setup.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_float.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_half.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_half.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_int.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x2.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x2.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x3.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x3.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x4.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x4.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x2.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x2.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x3.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x3.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x4.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x4.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x2.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x2.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x3.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x3.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4_simd.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec1.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec1.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec2.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec2.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec3.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec3.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4_simd.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/exponential.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/fwd.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/geometric.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/glm.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/constants.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/constants.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/packing.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/packing.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion_simd.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/type_precision.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/type_precision.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/vec1.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/vec1.inl
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/integer.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x2.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x3.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x4.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x2.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x3.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x4.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x2.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x3.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x4.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/matrix.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/packing.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/common.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/exponential.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/geometric.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/integer.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/matrix.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/platform.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/trigonometric.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec2.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec3.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec4.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vector_relational.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio/formatdesc.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio/image.hpp
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio/imageio.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio/imageio_utility.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_enum.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/version.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/argparser.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/ktxapp.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/platform_utils.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/scapp.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/stdafx.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/unused.h
/usr/include/alloca.h
/usr/include/asm-generic/bitsperlong.h
/usr/include/asm-generic/errno-base.h
/usr/include/asm-generic/errno.h
/usr/include/asm-generic/int-ll64.h
/usr/include/asm-generic/posix_types.h
/usr/include/asm-generic/types.h
/usr/include/asm/bitsperlong.h
/usr/include/asm/errno.h
/usr/include/asm/posix_types.h
/usr/include/asm/posix_types_64.h
/usr/include/asm/types.h
/usr/include/assert.h
/usr/include/bits/atomic_wide_counter.h
/usr/include/bits/byteswap.h
/usr/include/bits/cloexec.h
/usr/include/bits/confname.h
/usr/include/bits/cpu-set.h
/usr/include/bits/endian.h
/usr/include/bits/endianness.h
/usr/include/bits/environments.h
/usr/include/bits/errno.h
/usr/include/bits/fcntl-linux.h
/usr/include/bits/fcntl.h
/usr/include/bits/floatn-common.h
/usr/include/bits/floatn.h
/usr/include/bits/flt-eval-method.h
/usr/include/bits/fp-fast.h
/usr/include/bits/fp-logb.h
/usr/include/bits/getopt_core.h
/usr/include/bits/getopt_posix.h
/usr/include/bits/iscanonical.h
/usr/include/bits/libc-header-start.h
/usr/include/bits/libm-simd-decl-stubs.h
/usr/include/bits/local_lim.h
/usr/include/bits/locale.h
/usr/include/bits/long-double.h
/usr/include/bits/math-vector.h
/usr/include/bits/mathcalls-helper-functions.h
/usr/include/bits/mathcalls-macros.h
/usr/include/bits/mathcalls-narrow.h
/usr/include/bits/mathcalls.h
/usr/include/bits/openat2.h
/usr/include/bits/posix1_lim.h
/usr/include/bits/posix2_lim.h
/usr/include/bits/posix_opt.h
/usr/include/bits/pthread_stack_min-dynamic.h
/usr/include/bits/pthreadtypes-arch.h
/usr/include/bits/pthreadtypes.h
/usr/include/bits/sched.h
/usr/include/bits/select.h
/usr/include/bits/setjmp.h
/usr/include/bits/stat.h
/usr/include/bits/stdint-intn.h
/usr/include/bits/stdint-least.h
/usr/include/bits/stdint-uintn.h
/usr/include/bits/stdio.h
/usr/include/bits/stdio_lim.h
/usr/include/bits/stdlib-bsearch.h
/usr/include/bits/stdlib-float.h
/usr/include/bits/struct_mutex.h
/usr/include/bits/struct_rwlock.h
/usr/include/bits/struct_stat.h
/usr/include/bits/thread-shared-types.h
/usr/include/bits/time.h
/usr/include/bits/time64.h
/usr/include/bits/timesize.h
/usr/include/bits/timex.h
/usr/include/bits/types.h
/usr/include/bits/types/FILE.h
/usr/include/bits/types/__FILE.h
/usr/include/bits/types/__fpos64_t.h
/usr/include/bits/types/__fpos_t.h
/usr/include/bits/types/__locale_t.h
/usr/include/bits/types/__mbstate_t.h
/usr/include/bits/types/__sigset_t.h
/usr/include/bits/types/clock_t.h
/usr/include/bits/types/clockid_t.h
/usr/include/bits/types/cookie_io_functions_t.h
/usr/include/bits/types/error_t.h
/usr/include/bits/types/locale_t.h
/usr/include/bits/types/mbstate_t.h
/usr/include/bits/types/sigset_t.h
/usr/include/bits/types/struct_FILE.h
/usr/include/bits/types/struct___jmp_buf_tag.h
/usr/include/bits/types/struct_iovec.h
/usr/include/bits/types/struct_itimerspec.h
/usr/include/bits/types/struct_sched_param.h
/usr/include/bits/types/struct_timespec.h
/usr/include/bits/types/struct_timeval.h
/usr/include/bits/types/struct_tm.h
/usr/include/bits/types/time_t.h
/usr/include/bits/types/timer_t.h
/usr/include/bits/types/wint_t.h
/usr/include/bits/typesizes.h
/usr/include/bits/uintn-identity.h
/usr/include/bits/uio_lim.h
/usr/include/bits/unistd_ext.h
/usr/include/bits/waitflags.h
/usr/include/bits/waitstatus.h
/usr/include/bits/wchar.h
/usr/include/bits/wctype-wchar.h
/usr/include/bits/wordsize.h
/usr/include/bits/xopen_lim.h
/usr/include/c++/16.1.1/algorithm
/usr/include/c++/16.1.1/array
/usr/include/c++/16.1.1/backward/auto_ptr.h
/usr/include/c++/16.1.1/backward/binders.h
/usr/include/c++/16.1.1/bit
/usr/include/c++/16.1.1/bits/algorithmfwd.h
/usr/include/c++/16.1.1/bits/align.h
/usr/include/c++/16.1.1/bits/alloc_traits.h
/usr/include/c++/16.1.1/bits/allocated_ptr.h
/usr/include/c++/16.1.1/bits/allocator.h
/usr/include/c++/16.1.1/bits/atomic_base.h
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h
/usr/include/c++/16.1.1/bits/basic_ios.h
/usr/include/c++/16.1.1/bits/basic_ios.tcc
/usr/include/c++/16.1.1/bits/basic_string.h
/usr/include/c++/16.1.1/bits/basic_string.tcc
/usr/include/c++/16.1.1/bits/char_traits.h
/usr/include/c++/16.1.1/bits/charconv.h
/usr/include/c++/16.1.1/bits/chrono.h
/usr/include/c++/16.1.1/bits/codecvt.h
/usr/include/c++/16.1.1/bits/concept_check.h
/usr/include/c++/16.1.1/bits/cpp_type_traits.h
/usr/include/c++/16.1.1/bits/cxxabi_forced.h
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h
/usr/include/c++/16.1.1/bits/enable_special_members.h
/usr/include/c++/16.1.1/bits/erase_if.h
/usr/include/c++/16.1.1/bits/exception.h
/usr/include/c++/16.1.1/bits/exception_defines.h
/usr/include/c++/16.1.1/bits/exception_ptr.h
/usr/include/c++/16.1.1/bits/fs_dir.h
/usr/include/c++/16.1.1/bits/fs_fwd.h
/usr/include/c++/16.1.1/bits/fs_ops.h
/usr/include/c++/16.1.1/bits/fs_path.h
/usr/include/c++/16.1.1/bits/fstream.tcc
/usr/include/c++/16.1.1/bits/functexcept.h
/usr/include/c++/16.1.1/bits/functional_hash.h
/usr/include/c++/16.1.1/bits/hash_bytes.h
/usr/include/c++/16.1.1/bits/hashtable.h
/usr/include/c++/16.1.1/bits/hashtable_policy.h
/usr/include/c++/16.1.1/bits/invoke.h
/usr/include/c++/16.1.1/bits/ios_base.h
/usr/include/c++/16.1.1/bits/istream.tcc
/usr/include/c++/16.1.1/bits/locale_classes.h
/usr/include/c++/16.1.1/bits/locale_classes.tcc
/usr/include/c++/16.1.1/bits/locale_conv.h
/usr/include/c++/16.1.1/bits/locale_facets.h
/usr/include/c++/16.1.1/bits/locale_facets.tcc
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc
/usr/include/c++/16.1.1/bits/localefwd.h
/usr/include/c++/16.1.1/bits/memory_resource.h
/usr/include/c++/16.1.1/bits/memoryfwd.h
/usr/include/c++/16.1.1/bits/move.h
/usr/include/c++/16.1.1/bits/nested_exception.h
/usr/include/c++/16.1.1/bits/new_allocator.h
/usr/include/c++/16.1.1/bits/new_except.h
/usr/include/c++/16.1.1/bits/new_throw.h
/usr/include/c++/16.1.1/bits/node_handle.h
/usr/include/c++/16.1.1/bits/ostream.h
/usr/include/c++/16.1.1/bits/ostream.tcc
/usr/include/c++/16.1.1/bits/ostream_insert.h
/usr/include/c++/16.1.1/bits/ostream_print.h
/usr/include/c++/16.1.1/bits/parse_numbers.h
/usr/include/c++/16.1.1/bits/postypes.h
/usr/include/c++/16.1.1/bits/predefined_ops.h
/usr/include/c++/16.1.1/bits/ptr_traits.h
/usr/include/c++/16.1.1/bits/quoted_string.h
/usr/include/c++/16.1.1/bits/random.h
/usr/include/c++/16.1.1/bits/random.tcc
/usr/include/c++/16.1.1/bits/range_access.h
/usr/include/c++/16.1.1/bits/refwrap.h
/usr/include/c++/16.1.1/bits/requires_hosted.h
/usr/include/c++/16.1.1/bits/shared_ptr.h
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h
/usr/include/c++/16.1.1/bits/shared_ptr_base.h
/usr/include/c++/16.1.1/bits/specfun.h
/usr/include/c++/16.1.1/bits/sstream.tcc
/usr/include/c++/16.1.1/bits/std_abs.h
/usr/include/c++/16.1.1/bits/std_function.h
/usr/include/c++/16.1.1/bits/std_thread.h
/usr/include/c++/16.1.1/bits/stdexcept_except.h
/usr/include/c++/16.1.1/bits/stdexcept_throw.h
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h
/usr/include/c++/16.1.1/bits/stl_algo.h
/usr/include/c++/16.1.1/bits/stl_algobase.h
/usr/include/c++/16.1.1/bits/stl_bvector.h
/usr/include/c++/16.1.1/bits/stl_construct.h
/usr/include/c++/16.1.1/bits/stl_function.h
/usr/include/c++/16.1.1/bits/stl_heap.h
/usr/include/c++/16.1.1/bits/stl_iterator.h
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h
/usr/include/c++/16.1.1/bits/stl_map.h
/usr/include/c++/16.1.1/bits/stl_multimap.h
/usr/include/c++/16.1.1/bits/stl_numeric.h
/usr/include/c++/16.1.1/bits/stl_pair.h
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h
/usr/include/c++/16.1.1/bits/stl_tempbuf.h
/usr/include/c++/16.1.1/bits/stl_tree.h
/usr/include/c++/16.1.1/bits/stl_uninitialized.h
/usr/include/c++/16.1.1/bits/stl_vector.h
/usr/include/c++/16.1.1/bits/stream_iterator.h
/usr/include/c++/16.1.1/bits/streambuf.tcc
/usr/include/c++/16.1.1/bits/streambuf_iterator.h
/usr/include/c++/16.1.1/bits/string_view.tcc
/usr/include/c++/16.1.1/bits/stringfwd.h
/usr/include/c++/16.1.1/bits/this_thread_sleep.h
/usr/include/c++/16.1.1/bits/uniform_int_dist.h
/usr/include/c++/16.1.1/bits/unique_ptr.h
/usr/include/c++/16.1.1/bits/unordered_map.h
/usr/include/c++/16.1.1/bits/uses_allocator.h
/usr/include/c++/16.1.1/bits/uses_allocator_args.h
/usr/include/c++/16.1.1/bits/utility.h
/usr/include/c++/16.1.1/bits/vector.tcc
/usr/include/c++/16.1.1/bits/version.h
/usr/include/c++/16.1.1/cassert
/usr/include/c++/16.1.1/cctype
/usr/include/c++/16.1.1/cerrno
/usr/include/c++/16.1.1/cfloat
/usr/include/c++/16.1.1/climits
/usr/include/c++/16.1.1/clocale
/usr/include/c++/16.1.1/cmath
/usr/include/c++/16.1.1/codecvt
/usr/include/c++/16.1.1/compare
/usr/include/c++/16.1.1/concepts
/usr/include/c++/16.1.1/cstddef
/usr/include/c++/16.1.1/cstdint
/usr/include/c++/16.1.1/cstdio
/usr/include/c++/16.1.1/cstdlib
/usr/include/c++/16.1.1/cstring
/usr/include/c++/16.1.1/ctime
/usr/include/c++/16.1.1/cwchar
/usr/include/c++/16.1.1/cwctype
/usr/include/c++/16.1.1/debug/assertions.h
/usr/include/c++/16.1.1/debug/debug.h
/usr/include/c++/16.1.1/exception
/usr/include/c++/16.1.1/ext/aligned_buffer.h
/usr/include/c++/16.1.1/ext/alloc_traits.h
/usr/include/c++/16.1.1/ext/atomicity.h
/usr/include/c++/16.1.1/ext/concurrence.h
/usr/include/c++/16.1.1/ext/numeric_traits.h
/usr/include/c++/16.1.1/ext/string_conversions.h
/usr/include/c++/16.1.1/ext/type_traits.h
/usr/include/c++/16.1.1/filesystem
/usr/include/c++/16.1.1/fstream
/usr/include/c++/16.1.1/functional
/usr/include/c++/16.1.1/initializer_list
/usr/include/c++/16.1.1/iomanip
/usr/include/c++/16.1.1/ios
/usr/include/c++/16.1.1/iosfwd
/usr/include/c++/16.1.1/iostream
/usr/include/c++/16.1.1/istream
/usr/include/c++/16.1.1/iterator
/usr/include/c++/16.1.1/limits
/usr/include/c++/16.1.1/locale
/usr/include/c++/16.1.1/map
/usr/include/c++/16.1.1/math.h
/usr/include/c++/16.1.1/memory
/usr/include/c++/16.1.1/new
/usr/include/c++/16.1.1/numeric
/usr/include/c++/16.1.1/ostream
/usr/include/c++/16.1.1/pstl/execution_defs.h
/usr/include/c++/16.1.1/pstl/glue_algorithm_defs.h
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h
/usr/include/c++/16.1.1/pstl/glue_numeric_defs.h
/usr/include/c++/16.1.1/pstl/pstl_config.h
/usr/include/c++/16.1.1/random
/usr/include/c++/16.1.1/ratio
/usr/include/c++/16.1.1/sstream
/usr/include/c++/16.1.1/stdexcept
/usr/include/c++/16.1.1/stdlib.h
/usr/include/c++/16.1.1/streambuf
/usr/include/c++/16.1.1/string
/usr/include/c++/16.1.1/string_view
/usr/include/c++/16.1.1/system_error
/usr/include/c++/16.1.1/thread
/usr/include/c++/16.1.1/tr1/bessel_function.tcc
/usr/include/c++/16.1.1/tr1/beta_function.tcc
/usr/include/c++/16.1.1/tr1/ell_integral.tcc
/usr/include/c++/16.1.1/tr1/exp_integral.tcc
/usr/include/c++/16.1.1/tr1/gamma.tcc
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc
/usr/include/c++/16.1.1/tr1/legendre_function.tcc
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc
/usr/include/c++/16.1.1/tr1/special_function_util.h
/usr/include/c++/16.1.1/tuple
/usr/include/c++/16.1.1/type_traits
/usr/include/c++/16.1.1/typeinfo
/usr/include/c++/16.1.1/unordered_map
/usr/include/c++/16.1.1/vector
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/basic_file.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++io.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/opt_random.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h
/usr/include/ctype.h
/usr/include/endian.h
/usr/include/errno.h
/usr/include/fcntl.h
/usr/include/features-time64.h
/usr/include/features.h
/usr/include/gnu/stubs-64.h
/usr/include/gnu/stubs.h
/usr/include/inttypes.h
/usr/include/libintl.h
/usr/include/limits.h
/usr/include/linux/close_range.h
/usr/include/linux/errno.h
/usr/include/linux/falloc.h
/usr/include/linux/limits.h
/usr/include/linux/openat2.h
/usr/include/linux/posix_types.h
/usr/include/linux/sched/types.h
/usr/include/linux/stddef.h
/usr/include/linux/types.h
/usr/include/locale.h
/usr/include/malloc.h
/usr/include/math.h
/usr/include/memory.h
/usr/include/pthread.h
/usr/include/sched.h
/usr/include/stdc-predef.h
/usr/include/stdint.h
/usr/include/stdio.h
/usr/include/stdlib.h
/usr/include/string.h
/usr/include/strings.h
/usr/include/sys/cdefs.h
/usr/include/sys/select.h
/usr/include/sys/single_threaded.h
/usr/include/sys/types.h
/usr/include/time.h
/usr/include/unistd.h
/usr/include/wchar.h
/usr/include/wctype.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/adxintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxavx512intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxbf16intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxcomplexintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxfp16intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxfp8intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxint8intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxmovrsintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxtf32intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxtileintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2bf16intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2convertintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2copyintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2mediaintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2minmaxintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2satcvtintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx2intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bf16intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bf16vlintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bitalgintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bitalgvlintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bmmintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bmmvlintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bwintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512cdintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512dqintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fp16intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fp16vlintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512ifmaintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512ifmavlintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmi2intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmi2vlintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmiintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmivlintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vlbwintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vldqintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vlintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vnniintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vnnivlintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vp2intersectintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vp2intersectvlintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vpopcntdqintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vpopcntdqvlintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxifmaintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxneconvertintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniint16intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniint8intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/bmi2intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/bmiintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cetintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cldemoteintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clflushoptintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clwbintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clzerointrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cmpccxaddintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/emmintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/enqcmdintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/f16cintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/fmaintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/fxsrintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/gfniintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/hresetintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/ia32intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/immintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/keylockerintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/lwpintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/lzcntintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mm_malloc.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mmintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/movdirintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/movrsintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mwaitintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mwaitxintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pconfigintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pkuintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pmmintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/popcntintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/prfchiintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/prfchwintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/raointintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/rdseedintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/rtmintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/serializeintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sgxintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sha512intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/shaintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sm3intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sm4intrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/smmintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdbool.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tbmintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tmmintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tsxldtrkintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/uintrintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/usermsrintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/vaesintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/vpclmulqdqintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/waitpkgintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/wbnoinvdintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/wmmintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/x86gprintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xmmintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsavecintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsaveintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsaveoptintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsavesintrin.h
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xtestintrin.h
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for toktx.
@@ -0,0 +1,2 @@
# Empty dependencies file for toktx.
# This may be replaced when dependencies are built.
@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# compile CXX with /usr/bin/c++
CXX_DEFINES = -DKTX_FEATURE_KTX1 -DKTX_FEATURE_KTX2 -DKTX_FEATURE_WRITE
CXX_INCLUDES = -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/. -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio/. -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/transcoder -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/zstd -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu -I/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/astc-encoder/Source -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils -isystem /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib
CXX_FLAGS = -msse4.1 -O3 -DNDEBUG -std=gnu++17 -Wall -Wextra -O3 -ffp-contract=off
@@ -0,0 +1,118 @@
../../Release/toktx: \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/Scrt1.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crti.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtbeginS.o \
CMakeFiles/toktx.dir/toktx.cc.o \
../imageio/libimageio.a \
../../Release/libktx.so.0.0.0 \
../../libobjUtil.a \
../../external/fmt/libfmt.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libstdc++.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so \
/usr/lib/libm.so.6 \
/usr/lib/libmvec.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so \
/usr/lib/libc.so.6 \
/usr/lib/libc_nonshared.a \
/usr/lib/ld-linux-x86-64.so.2 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1 \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtendS.o \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crtn.o \
/usr/lib/ld-linux-x86-64.so.2
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/Scrt1.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crti.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtbeginS.o:
CMakeFiles/toktx.dir/toktx.cc.o:
../imageio/libimageio.a:
../../Release/libktx.so.0.0.0:
../../libobjUtil.a:
../../external/fmt/libfmt.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libstdc++.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libm.so:
/usr/lib/libm.so.6:
/usr/lib/libmvec.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic_asneeded.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libatomic.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libc.so:
/usr/lib/libc.so.6:
/usr/lib/libc_nonshared.a:
/usr/lib/ld-linux-x86-64.so.2:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/libgcc_s.so.1:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/libgcc.a:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/crtendS.o:
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/../../../../lib/crtn.o:
/usr/lib/ld-linux-x86-64.so.2:
@@ -0,0 +1 @@
/usr/bin/c++ -msse4.1 -O3 -DNDEBUG -O3 -Wl,--dependency-file=CMakeFiles/toktx.dir/link.d CMakeFiles/toktx.dir/toktx.cc.o -o ../../Release/toktx -Wl,-rpath,"\$ORIGIN:\$ORIGIN/../lib" ../imageio/libimageio.a ../../Release/libktx.so.0.0.0 ../../libobjUtil.a ../../external/fmt/libfmt.a
@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 94
@@ -0,0 +1,504 @@
tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o: \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/toktx.cc \
/usr/include/stdc-predef.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/scapp.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/ktxapp.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/stdafx.h \
/usr/include/assert.h /usr/include/features.h \
/usr/include/features-time64.h /usr/include/bits/wordsize.h \
/usr/include/bits/timesize.h /usr/include/sys/cdefs.h \
/usr/include/bits/long-double.h /usr/include/gnu/stubs.h \
/usr/include/gnu/stubs-64.h /usr/include/stdio.h \
/usr/include/bits/libc-header-start.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stddef.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdarg.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/types/__fpos_t.h \
/usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/types/cookie_io_functions_t.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/floatn.h \
/usr/include/bits/floatn-common.h /usr/include/bits/stdio.h \
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
/usr/include/bits/environments.h /usr/include/bits/confname.h \
/usr/include/bits/getopt_posix.h /usr/include/bits/getopt_core.h \
/usr/include/bits/unistd_ext.h /usr/include/linux/close_range.h \
/usr/include/fcntl.h /usr/include/bits/fcntl.h \
/usr/include/bits/fcntl-linux.h /usr/include/bits/types/struct_iovec.h \
/usr/include/bits/cloexec.h /usr/include/linux/falloc.h \
/usr/include/linux/openat2.h /usr/include/linux/types.h \
/usr/include/asm/types.h /usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h /usr/include/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h /usr/include/asm/posix_types.h \
/usr/include/asm/posix_types_64.h /usr/include/asm-generic/posix_types.h \
/usr/include/bits/openat2.h /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/endian.h /usr/include/bits/endianness.h \
/usr/include/bits/types/time_t.h /usr/include/bits/stat.h \
/usr/include/bits/struct_stat.h /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
/usr/include/string.h /usr/include/bits/types/locale_t.h \
/usr/include/bits/types/__locale_t.h /usr/include/strings.h \
/usr/include/c++/16.1.1/algorithm \
/usr/include/c++/16.1.1/bits/stl_algobase.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++config.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
/usr/include/c++/16.1.1/pstl/pstl_config.h \
/usr/include/c++/16.1.1/bits/cpp_type_traits.h \
/usr/include/c++/16.1.1/bits/version.h \
/usr/include/c++/16.1.1/type_traits \
/usr/include/c++/16.1.1/ext/type_traits.h \
/usr/include/c++/16.1.1/ext/numeric_traits.h \
/usr/include/c++/16.1.1/bits/stl_pair.h \
/usr/include/c++/16.1.1/bits/move.h \
/usr/include/c++/16.1.1/bits/utility.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_types.h \
/usr/include/c++/16.1.1/bits/stl_iterator_base_funcs.h \
/usr/include/c++/16.1.1/bits/concept_check.h \
/usr/include/c++/16.1.1/debug/assertions.h \
/usr/include/c++/16.1.1/bits/stl_iterator.h \
/usr/include/c++/16.1.1/bits/ptr_traits.h \
/usr/include/c++/16.1.1/debug/debug.h \
/usr/include/c++/16.1.1/bits/predefined_ops.h \
/usr/include/c++/16.1.1/bits/stl_function.h \
/usr/include/c++/16.1.1/backward/binders.h /usr/include/c++/16.1.1/bit \
/usr/include/c++/16.1.1/concepts /usr/include/c++/16.1.1/bits/stl_algo.h \
/usr/include/c++/16.1.1/bits/algorithmfwd.h \
/usr/include/c++/16.1.1/initializer_list \
/usr/include/c++/16.1.1/bits/stl_heap.h \
/usr/include/c++/16.1.1/bits/uniform_int_dist.h \
/usr/include/c++/16.1.1/bits/stl_tempbuf.h /usr/include/c++/16.1.1/new \
/usr/include/c++/16.1.1/bits/exception.h \
/usr/include/c++/16.1.1/bits/new_except.h \
/usr/include/c++/16.1.1/bits/exception_defines.h \
/usr/include/c++/16.1.1/bits/stl_construct.h \
/usr/include/c++/16.1.1/cstdlib /usr/include/stdlib.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/timer_t.h \
/usr/include/bits/stdint-intn.h /usr/include/endian.h \
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h \
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
/usr/include/c++/16.1.1/bits/std_abs.h \
/usr/include/c++/16.1.1/pstl/glue_algorithm_defs.h \
/usr/include/c++/16.1.1/pstl/execution_defs.h \
/usr/include/c++/16.1.1/iostream \
/usr/include/c++/16.1.1/bits/requires_hosted.h \
/usr/include/c++/16.1.1/ostream /usr/include/c++/16.1.1/bits/ostream.h \
/usr/include/c++/16.1.1/ios /usr/include/c++/16.1.1/iosfwd \
/usr/include/c++/16.1.1/bits/stringfwd.h \
/usr/include/c++/16.1.1/bits/memoryfwd.h \
/usr/include/c++/16.1.1/bits/postypes.h /usr/include/c++/16.1.1/cwchar \
/usr/include/wchar.h /usr/include/bits/wchar.h \
/usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \
/usr/include/c++/16.1.1/exception \
/usr/include/c++/16.1.1/bits/exception_ptr.h \
/usr/include/c++/16.1.1/bits/cxxabi_init_exception.h \
/usr/include/c++/16.1.1/typeinfo \
/usr/include/c++/16.1.1/bits/hash_bytes.h \
/usr/include/c++/16.1.1/bits/nested_exception.h \
/usr/include/c++/16.1.1/bits/char_traits.h \
/usr/include/c++/16.1.1/bits/localefwd.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \
/usr/include/c++/16.1.1/clocale /usr/include/locale.h \
/usr/include/bits/locale.h /usr/include/c++/16.1.1/cctype \
/usr/include/ctype.h /usr/include/c++/16.1.1/bits/ios_base.h \
/usr/include/c++/16.1.1/ext/atomicity.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/linux/sched/types.h \
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
/usr/include/bits/types/struct_tm.h \
/usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \
/usr/include/bits/types/struct___jmp_buf_tag.h \
/usr/include/bits/pthread_stack_min-dynamic.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
/usr/include/sys/single_threaded.h \
/usr/include/c++/16.1.1/bits/locale_classes.h \
/usr/include/c++/16.1.1/bits/functexcept.h \
/usr/include/c++/16.1.1/string /usr/include/c++/16.1.1/bits/allocator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
/usr/include/c++/16.1.1/bits/new_allocator.h \
/usr/include/c++/16.1.1/bits/new_throw.h \
/usr/include/c++/16.1.1/bits/ostream_insert.h \
/usr/include/c++/16.1.1/bits/cxxabi_forced.h \
/usr/include/c++/16.1.1/bits/stdexcept_throw.h \
/usr/include/c++/16.1.1/bits/stdexcept_throwfwd.h \
/usr/include/c++/16.1.1/bits/range_access.h \
/usr/include/c++/16.1.1/bits/erase_if.h \
/usr/include/c++/16.1.1/bits/basic_string.h \
/usr/include/c++/16.1.1/ext/alloc_traits.h \
/usr/include/c++/16.1.1/bits/alloc_traits.h \
/usr/include/c++/16.1.1/string_view \
/usr/include/c++/16.1.1/bits/functional_hash.h \
/usr/include/c++/16.1.1/bits/string_view.tcc \
/usr/include/c++/16.1.1/ext/string_conversions.h \
/usr/include/c++/16.1.1/cstdio /usr/include/c++/16.1.1/cerrno \
/usr/include/c++/16.1.1/bits/charconv.h \
/usr/include/c++/16.1.1/bits/basic_string.tcc \
/usr/include/c++/16.1.1/bits/memory_resource.h \
/usr/include/c++/16.1.1/cstddef \
/usr/include/c++/16.1.1/bits/uses_allocator.h \
/usr/include/c++/16.1.1/bits/uses_allocator_args.h \
/usr/include/c++/16.1.1/tuple /usr/include/c++/16.1.1/bits/invoke.h \
/usr/include/c++/16.1.1/bits/locale_classes.tcc \
/usr/include/c++/16.1.1/system_error \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \
/usr/include/c++/16.1.1/stdexcept \
/usr/include/c++/16.1.1/bits/stdexcept_except.h \
/usr/include/c++/16.1.1/streambuf \
/usr/include/c++/16.1.1/bits/streambuf.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.h \
/usr/include/c++/16.1.1/bits/locale_facets.h \
/usr/include/c++/16.1.1/cwctype /usr/include/wctype.h \
/usr/include/bits/wctype-wchar.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
/usr/include/c++/16.1.1/bits/streambuf_iterator.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
/usr/include/c++/16.1.1/bits/locale_facets.tcc \
/usr/include/c++/16.1.1/bits/basic_ios.tcc \
/usr/include/c++/16.1.1/bits/ostream_print.h \
/usr/include/c++/16.1.1/bits/ostream.tcc /usr/include/c++/16.1.1/istream \
/usr/include/c++/16.1.1/bits/istream.tcc /usr/include/c++/16.1.1/vector \
/usr/include/c++/16.1.1/bits/stl_uninitialized.h \
/usr/include/c++/16.1.1/bits/stl_vector.h \
/usr/include/c++/16.1.1/bits/stl_bvector.h \
/usr/include/c++/16.1.1/bits/vector.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/ktx.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/limits.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/syslimits.h \
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
/usr/include/bits/uio_lim.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdbool.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/include/KHR/khr_df.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/stdint-least.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/argparser.h \
/usr/include/c++/16.1.1/sstream /usr/include/c++/16.1.1/bits/sstream.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/platform_utils.h \
/usr/include/c++/16.1.1/memory \
/usr/include/c++/16.1.1/bits/stl_raw_storage_iter.h \
/usr/include/c++/16.1.1/bits/align.h \
/usr/include/c++/16.1.1/bits/unique_ptr.h \
/usr/include/c++/16.1.1/bits/shared_ptr.h \
/usr/include/c++/16.1.1/bits/shared_ptr_base.h \
/usr/include/c++/16.1.1/bits/allocated_ptr.h \
/usr/include/c++/16.1.1/bits/refwrap.h \
/usr/include/c++/16.1.1/ext/aligned_buffer.h \
/usr/include/c++/16.1.1/ext/concurrence.h \
/usr/include/c++/16.1.1/bits/shared_ptr_atomic.h \
/usr/include/c++/16.1.1/bits/atomic_base.h \
/usr/include/c++/16.1.1/bits/atomic_lockfree_defines.h \
/usr/include/c++/16.1.1/backward/auto_ptr.h \
/usr/include/c++/16.1.1/pstl/glue_memory_defs.h \
/usr/include/c++/16.1.1/thread /usr/include/c++/16.1.1/bits/std_thread.h \
/usr/include/c++/16.1.1/bits/this_thread_sleep.h \
/usr/include/c++/16.1.1/bits/chrono.h /usr/include/c++/16.1.1/ratio \
/usr/include/c++/16.1.1/cstdint /usr/include/c++/16.1.1/limits \
/usr/include/c++/16.1.1/ctime \
/usr/include/c++/16.1.1/bits/parse_numbers.h \
/usr/include/c++/16.1.1/unordered_map \
/usr/include/c++/16.1.1/bits/unordered_map.h \
/usr/include/c++/16.1.1/bits/hashtable.h \
/usr/include/c++/16.1.1/bits/hashtable_policy.h \
/usr/include/c++/16.1.1/bits/enable_special_members.h \
/usr/include/c++/16.1.1/bits/node_handle.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/zstd/zstd.h \
/usr/include/c++/16.1.1/cstring /usr/include/c++/16.1.1/filesystem \
/usr/include/c++/16.1.1/bits/fs_fwd.h \
/usr/include/c++/16.1.1/bits/fs_path.h /usr/include/c++/16.1.1/locale \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/time_members.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/messages_members.h \
/usr/include/libintl.h /usr/include/c++/16.1.1/bits/codecvt.h \
/usr/include/c++/16.1.1/bits/locale_facets_nonio.tcc \
/usr/include/c++/16.1.1/bits/locale_conv.h \
/usr/include/c++/16.1.1/iomanip \
/usr/include/c++/16.1.1/bits/quoted_string.h \
/usr/include/c++/16.1.1/codecvt /usr/include/c++/16.1.1/bits/fs_dir.h \
/usr/include/c++/16.1.1/bits/fs_ops.h /usr/include/inttypes.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/GL/glcorearb.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/KHR/khrplatform.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/../../lib/vkformat_enum.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/argparser.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/version.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio/./image.hpp \
/usr/include/c++/16.1.1/array /usr/include/c++/16.1.1/compare \
/usr/include/c++/16.1.1/cmath /usr/include/math.h \
/usr/include/bits/math-vector.h /usr/include/bits/libm-simd-decl-stubs.h \
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
/usr/include/bits/fp-fast.h /usr/include/bits/mathcalls-macros.h \
/usr/include/bits/mathcalls-helper-functions.h \
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
/usr/include/bits/iscanonical.h /usr/include/c++/16.1.1/bits/specfun.h \
/usr/include/c++/16.1.1/tr1/gamma.tcc \
/usr/include/c++/16.1.1/tr1/special_function_util.h \
/usr/include/c++/16.1.1/tr1/bessel_function.tcc \
/usr/include/c++/16.1.1/tr1/beta_function.tcc \
/usr/include/c++/16.1.1/tr1/ell_integral.tcc \
/usr/include/c++/16.1.1/tr1/exp_integral.tcc \
/usr/include/c++/16.1.1/tr1/hypergeometric.tcc \
/usr/include/c++/16.1.1/tr1/legendre_function.tcc \
/usr/include/c++/16.1.1/tr1/modified_bessel_func.tcc \
/usr/include/c++/16.1.1/tr1/poly_hermite.tcc \
/usr/include/c++/16.1.1/tr1/poly_laguerre.tcc \
/usr/include/c++/16.1.1/tr1/riemann_zeta.tcc \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/format.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/fmt/include/fmt/base.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/packing.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/type_precision.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/fwd.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_int.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/setup.hpp \
/usr/include/c++/16.1.1/cassert \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/platform.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/smmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/emmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mm_malloc.h \
/usr/include/c++/16.1.1/stdlib.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mwaitintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/popcntintrin.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_float.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/precision.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vec4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec4_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat2x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat2x4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat3x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat3x4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x2.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x2.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x3.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x3.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/mat4x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_mat4x4_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/geometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec1.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_vec1.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_vector_relational_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/_vectorize.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_exponential_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/exponential.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/_fixes.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_common_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/common.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/immintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/x86gprintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/ia32intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/adxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/bmiintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/bmi2intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cetintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cldemoteintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clflushoptintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clwbintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/clzerointrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/cmpccxaddintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/enqcmdintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/fxsrintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/lzcntintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/lwpintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/movdirintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/mwaitxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pconfigintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/pkuintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/prfchiintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/raointintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/rdseedintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/rtmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/serializeintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sgxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tbmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/tsxldtrkintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/uintrintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/waitpkgintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/wbnoinvdintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsaveintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsavecintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsaveoptintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xsavesintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/xtestintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/hresetintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/usermsrintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/wmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxifmaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniint8intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxvnniint16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx2intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512cdintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bwintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512dqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vlbwintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vldqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512ifmaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512ifmavlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmiintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmivlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vpopcntdqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmi2intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vbmi2vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vnniintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vnnivlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vpopcntdqvlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bitalgintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bitalgvlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vp2intersectintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512vp2intersectvlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fp16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512fp16vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/shaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sm3intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sha512intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/sm4intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/fmaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/f16cintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/gfniintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/vaesintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/vpclmulqdqintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bf16vlintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bf16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avxneconvertintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxtileintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxint8intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxbf16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxcomplexintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxavx512intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxtf32intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxfp8intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/prfchwintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/keylockerintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxfp16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2mediaintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2convertintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2bf16intrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2satcvtintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2minmaxintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx10_2copyintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/movrsintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/amxmovrsintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bmmintrin.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/avx512bmmvlintrin.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_geometric_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/geometric.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_matrix_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/matrix.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/constants.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/constants.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/trigonometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_trigonometric_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/exponential.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/quaternion_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/vec1.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/glm.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/_fixes.hpp \
/usr/include/c++/16.1.1/climits /usr/include/c++/16.1.1/cfloat \
/usr/lib/gcc/x86_64-pc-linux-gnu/16.1.1/include/float.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/common.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/packing.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_half.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/type_half.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_packing_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/matrix.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/vector_relational.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/integer.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer.hpp \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/detail/func_integer_simd.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/simd/integer.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/vec1.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/type_precision.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/other_include/glm/gtc/packing.inl \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio/./imageio_utility.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/utils/unused.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resampler.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/../transcoder/basisu.h \
/usr/include/c++/16.1.1/math.h /usr/include/memory.h \
/usr/include/c++/16.1.1/functional \
/usr/include/c++/16.1.1/bits/std_function.h \
/usr/include/c++/16.1.1/iterator \
/usr/include/c++/16.1.1/bits/stream_iterator.h \
/usr/include/c++/16.1.1/random /usr/include/c++/16.1.1/bits/random.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/opt_random.h \
/usr/include/c++/16.1.1/bits/random.tcc /usr/include/c++/16.1.1/numeric \
/usr/include/c++/16.1.1/bits/stl_numeric.h \
/usr/include/c++/16.1.1/pstl/glue_numeric_defs.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/../transcoder/basisu_containers.h \
/usr/include/malloc.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resampler_filters.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio/./imageio.h \
/usr/include/c++/16.1.1/fstream \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/basic_file.h \
/usr/include/c++/16.1.1/x86_64-pc-linux-gnu/bits/c++io.h \
/usr/include/c++/16.1.1/bits/fstream.tcc /usr/include/c++/16.1.1/map \
/usr/include/c++/16.1.1/bits/stl_tree.h \
/usr/include/c++/16.1.1/bits/stl_map.h \
/usr/include/c++/16.1.1/bits/stl_multimap.h \
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/imageio/./formatdesc.h
@@ -0,0 +1,22 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,94 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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
# Utility rule file for toktx_version.
# Include any custom commands dependencies for this target.
include tools/toktx/CMakeFiles/toktx_version.dir/compiler_depend.make
# Include the progress variables for this target.
include tools/toktx/CMakeFiles/toktx_version.dir/progress.make
tools/toktx/CMakeFiles/toktx_version: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/version.h
/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/version.h:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generate /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/version.h"
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx && scripts/mkversion -v exitcode-128-NOTFOUND -o version.h tools/toktx
tools/toktx/CMakeFiles/toktx_version.dir/codegen:
.PHONY : tools/toktx/CMakeFiles/toktx_version.dir/codegen
toktx_version: tools/toktx/CMakeFiles/toktx_version
toktx_version: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/version.h
toktx_version: tools/toktx/CMakeFiles/toktx_version.dir/build.make
.PHONY : toktx_version
# Rule to build all files generated by this target.
tools/toktx/CMakeFiles/toktx_version.dir/build: toktx_version
.PHONY : tools/toktx/CMakeFiles/toktx_version.dir/build
tools/toktx/CMakeFiles/toktx_version.dir/clean:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx && $(CMAKE_COMMAND) -P CMakeFiles/toktx_version.dir/cmake_clean.cmake
.PHONY : tools/toktx/CMakeFiles/toktx_version.dir/clean
tools/toktx/CMakeFiles/toktx_version.dir/depend:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/abdelrahman/Sources/programming/how-to-vulkan/ktx /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx/CMakeFiles/toktx_version.dir/DependInfo.cmake "--color=$(COLOR)" toktx_version
.PHONY : tools/toktx/CMakeFiles/toktx_version.dir/depend
@@ -0,0 +1,9 @@
file(REMOVE_RECURSE
"/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx/version.h"
"CMakeFiles/toktx_version"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/toktx_version.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for toktx_version.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for toktx_version.
@@ -0,0 +1,2 @@
CMAKE_PROGRESS_1 = 95
@@ -0,0 +1,6 @@
# CMake generated Testfile for
# Source directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx
# Build directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
+279
View File
@@ -0,0 +1,279 @@
# 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/tools/toktx//CMakeFiles/progress.marks
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/toktx/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 tools/toktx/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 tools/toktx/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/toktx/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.
tools/toktx/CMakeFiles/toktx.dir/rule:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/toktx/CMakeFiles/toktx.dir/rule
.PHONY : tools/toktx/CMakeFiles/toktx.dir/rule
# Convenience name for target.
toktx: tools/toktx/CMakeFiles/toktx.dir/rule
.PHONY : toktx
# fast build rule for target.
toktx/fast:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tools/toktx/CMakeFiles/toktx.dir/build.make tools/toktx/CMakeFiles/toktx.dir/build
.PHONY : toktx/fast
# Convenience name for target.
tools/toktx/CMakeFiles/toktx_version.dir/rule:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/toktx/CMakeFiles/toktx_version.dir/rule
.PHONY : tools/toktx/CMakeFiles/toktx_version.dir/rule
# Convenience name for target.
toktx_version: tools/toktx/CMakeFiles/toktx_version.dir/rule
.PHONY : toktx_version
# fast build rule for target.
toktx_version/fast:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tools/toktx/CMakeFiles/toktx_version.dir/build.make tools/toktx/CMakeFiles/toktx_version.dir/build
.PHONY : toktx_version/fast
toktx.o: toktx.cc.o
.PHONY : toktx.o
# target to build an object file
toktx.cc.o:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tools/toktx/CMakeFiles/toktx.dir/build.make tools/toktx/CMakeFiles/toktx.dir/toktx.cc.o
.PHONY : toktx.cc.o
toktx.i: toktx.cc.i
.PHONY : toktx.i
# target to preprocess a source file
toktx.cc.i:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tools/toktx/CMakeFiles/toktx.dir/build.make tools/toktx/CMakeFiles/toktx.dir/toktx.cc.i
.PHONY : toktx.cc.i
toktx.s: toktx.cc.s
.PHONY : toktx.s
# target to generate assembly for a file
toktx.cc.s:
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f tools/toktx/CMakeFiles/toktx.dir/build.make tools/toktx/CMakeFiles/toktx.dir/toktx.cc.s
.PHONY : toktx.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 "... toktx_version"
@echo "... toktx"
@echo "... toktx.o"
@echo "... toktx.i"
@echo "... toktx.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
+50
View File
@@ -0,0 +1,50 @@
# Install script for directory: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/tools/toktx
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/home/abdelrahman/Sources/programming/how-to-vulkan/vendor")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/tools/toktx/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()