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
+906
View File
@@ -0,0 +1,906 @@
# 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 CMakeFiles/ktx.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include CMakeFiles/ktx.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/ktx.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/codegen:
.PHONY : CMakeFiles/ktx.dir/codegen
CMakeFiles/ktx.dir/lib/astc_codec.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/astc_codec.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/astc_codec.cpp
CMakeFiles/ktx.dir/lib/astc_codec.cpp.o: CMakeFiles/ktx.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 CMakeFiles/ktx.dir/lib/astc_codec.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/astc_codec.cpp.o -MF CMakeFiles/ktx.dir/lib/astc_codec.cpp.o.d -o CMakeFiles/ktx.dir/lib/astc_codec.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/astc_codec.cpp
CMakeFiles/ktx.dir/lib/astc_codec.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/lib/astc_codec.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/astc_codec.cpp > CMakeFiles/ktx.dir/lib/astc_codec.cpp.i
CMakeFiles/ktx.dir/lib/astc_codec.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/lib/astc_codec.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/astc_codec.cpp -o CMakeFiles/ktx.dir/lib/astc_codec.cpp.s
CMakeFiles/ktx.dir/lib/basis_transcode.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/basis_transcode.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/basis_transcode.cpp
CMakeFiles/ktx.dir/lib/basis_transcode.cpp.o: CMakeFiles/ktx.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_2) "Building CXX object CMakeFiles/ktx.dir/lib/basis_transcode.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/basis_transcode.cpp.o -MF CMakeFiles/ktx.dir/lib/basis_transcode.cpp.o.d -o CMakeFiles/ktx.dir/lib/basis_transcode.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/basis_transcode.cpp
CMakeFiles/ktx.dir/lib/basis_transcode.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/lib/basis_transcode.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/basis_transcode.cpp > CMakeFiles/ktx.dir/lib/basis_transcode.cpp.i
CMakeFiles/ktx.dir/lib/basis_transcode.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/lib/basis_transcode.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/basis_transcode.cpp -o CMakeFiles/ktx.dir/lib/basis_transcode.cpp.s
CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/miniz_wrapper.cpp
CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.o: CMakeFiles/ktx.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_3) "Building CXX object CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.o -MF CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.o.d -o CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/miniz_wrapper.cpp
CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/miniz_wrapper.cpp > CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.i
CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/miniz_wrapper.cpp -o CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.s
CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/transcoder/basisu_transcoder.cpp
CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.o: CMakeFiles/ktx.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_4) "Building CXX object CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-class-memaccess -Wno-maybe-uninitialized -Wno-stringop-overflow -MD -MT CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/transcoder/basisu_transcoder.cpp
CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-class-memaccess -Wno-maybe-uninitialized -Wno-stringop-overflow -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/transcoder/basisu_transcoder.cpp > CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.i
CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-class-memaccess -Wno-maybe-uninitialized -Wno-stringop-overflow -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/transcoder/basisu_transcoder.cpp -o CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.s
CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/zstd/zstd.c
CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.o: CMakeFiles/ktx.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_5) "Building C object CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.o -MF CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.o.d -o CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/zstd/zstd.c
CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/zstd/zstd.c > CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.i
CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/zstd/zstd.c -o CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.s
CMakeFiles/ktx.dir/lib/checkheader.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/checkheader.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/checkheader.c
CMakeFiles/ktx.dir/lib/checkheader.c.o: CMakeFiles/ktx.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_6) "Building C object CMakeFiles/ktx.dir/lib/checkheader.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/checkheader.c.o -MF CMakeFiles/ktx.dir/lib/checkheader.c.o.d -o CMakeFiles/ktx.dir/lib/checkheader.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/checkheader.c
CMakeFiles/ktx.dir/lib/checkheader.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/checkheader.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/checkheader.c > CMakeFiles/ktx.dir/lib/checkheader.c.i
CMakeFiles/ktx.dir/lib/checkheader.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/checkheader.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/checkheader.c -o CMakeFiles/ktx.dir/lib/checkheader.c.s
CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/createdfd.c
CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.o: CMakeFiles/ktx.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_7) "Building C object CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.o -MF CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.o.d -o CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/createdfd.c
CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/createdfd.c > CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.i
CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/createdfd.c -o CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.s
CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/colourspaces.c
CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.o: CMakeFiles/ktx.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_8) "Building C object CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.o -MF CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.o.d -o CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/colourspaces.c
CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/colourspaces.c > CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.i
CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/colourspaces.c -o CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.s
CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/interpretdfd.c
CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.o: CMakeFiles/ktx.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_9) "Building C object CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.o -MF CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.o.d -o CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/interpretdfd.c
CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/interpretdfd.c > CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.i
CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/interpretdfd.c -o CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.s
CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/printdfd.c
CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.o: CMakeFiles/ktx.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_10) "Building C object CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.o -MF CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.o.d -o CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/printdfd.c
CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/printdfd.c > CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.i
CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/printdfd.c -o CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.s
CMakeFiles/ktx.dir/external/dfdutils/queries.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/dfdutils/queries.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/queries.c
CMakeFiles/ktx.dir/external/dfdutils/queries.c.o: CMakeFiles/ktx.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_11) "Building C object CMakeFiles/ktx.dir/external/dfdutils/queries.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/external/dfdutils/queries.c.o -MF CMakeFiles/ktx.dir/external/dfdutils/queries.c.o.d -o CMakeFiles/ktx.dir/external/dfdutils/queries.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/queries.c
CMakeFiles/ktx.dir/external/dfdutils/queries.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/external/dfdutils/queries.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/queries.c > CMakeFiles/ktx.dir/external/dfdutils/queries.c.i
CMakeFiles/ktx.dir/external/dfdutils/queries.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/external/dfdutils/queries.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/queries.c -o CMakeFiles/ktx.dir/external/dfdutils/queries.c.s
CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/vk2dfd.c
CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.o: CMakeFiles/ktx.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_12) "Building C object CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.o -MF CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.o.d -o CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/vk2dfd.c
CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/vk2dfd.c > CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.i
CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/dfdutils/vk2dfd.c -o CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.s
CMakeFiles/ktx.dir/lib/etcunpack.cxx.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/etcunpack.cxx.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/etcunpack.cxx
CMakeFiles/ktx.dir/lib/etcunpack.cxx.o: CMakeFiles/ktx.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_13) "Building CXX object CMakeFiles/ktx.dir/lib/etcunpack.cxx.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/etcunpack.cxx.o -MF CMakeFiles/ktx.dir/lib/etcunpack.cxx.o.d -o CMakeFiles/ktx.dir/lib/etcunpack.cxx.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/etcunpack.cxx
CMakeFiles/ktx.dir/lib/etcunpack.cxx.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/lib/etcunpack.cxx.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/etcunpack.cxx > CMakeFiles/ktx.dir/lib/etcunpack.cxx.i
CMakeFiles/ktx.dir/lib/etcunpack.cxx.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/lib/etcunpack.cxx.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/etcunpack.cxx -o CMakeFiles/ktx.dir/lib/etcunpack.cxx.s
CMakeFiles/ktx.dir/lib/filestream.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/filestream.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/filestream.c
CMakeFiles/ktx.dir/lib/filestream.c.o: CMakeFiles/ktx.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_14) "Building C object CMakeFiles/ktx.dir/lib/filestream.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/filestream.c.o -MF CMakeFiles/ktx.dir/lib/filestream.c.o.d -o CMakeFiles/ktx.dir/lib/filestream.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/filestream.c
CMakeFiles/ktx.dir/lib/filestream.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/filestream.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/filestream.c > CMakeFiles/ktx.dir/lib/filestream.c.i
CMakeFiles/ktx.dir/lib/filestream.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/filestream.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/filestream.c -o CMakeFiles/ktx.dir/lib/filestream.c.s
CMakeFiles/ktx.dir/lib/glformat_str.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/glformat_str.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/glformat_str.c
CMakeFiles/ktx.dir/lib/glformat_str.c.o: CMakeFiles/ktx.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_15) "Building C object CMakeFiles/ktx.dir/lib/glformat_str.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/glformat_str.c.o -MF CMakeFiles/ktx.dir/lib/glformat_str.c.o.d -o CMakeFiles/ktx.dir/lib/glformat_str.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/glformat_str.c
CMakeFiles/ktx.dir/lib/glformat_str.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/glformat_str.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/glformat_str.c > CMakeFiles/ktx.dir/lib/glformat_str.c.i
CMakeFiles/ktx.dir/lib/glformat_str.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/glformat_str.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/glformat_str.c -o CMakeFiles/ktx.dir/lib/glformat_str.c.s
CMakeFiles/ktx.dir/lib/hashlist.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/hashlist.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/hashlist.c
CMakeFiles/ktx.dir/lib/hashlist.c.o: CMakeFiles/ktx.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_16) "Building C object CMakeFiles/ktx.dir/lib/hashlist.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/hashlist.c.o -MF CMakeFiles/ktx.dir/lib/hashlist.c.o.d -o CMakeFiles/ktx.dir/lib/hashlist.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/hashlist.c
CMakeFiles/ktx.dir/lib/hashlist.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/hashlist.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/hashlist.c > CMakeFiles/ktx.dir/lib/hashlist.c.i
CMakeFiles/ktx.dir/lib/hashlist.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/hashlist.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/hashlist.c -o CMakeFiles/ktx.dir/lib/hashlist.c.s
CMakeFiles/ktx.dir/lib/info.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/info.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/info.c
CMakeFiles/ktx.dir/lib/info.c.o: CMakeFiles/ktx.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_17) "Building C object CMakeFiles/ktx.dir/lib/info.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/info.c.o -MF CMakeFiles/ktx.dir/lib/info.c.o.d -o CMakeFiles/ktx.dir/lib/info.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/info.c
CMakeFiles/ktx.dir/lib/info.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/info.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/info.c > CMakeFiles/ktx.dir/lib/info.c.i
CMakeFiles/ktx.dir/lib/info.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/info.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/info.c -o CMakeFiles/ktx.dir/lib/info.c.s
CMakeFiles/ktx.dir/lib/memstream.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/memstream.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/memstream.c
CMakeFiles/ktx.dir/lib/memstream.c.o: CMakeFiles/ktx.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_18) "Building C object CMakeFiles/ktx.dir/lib/memstream.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/memstream.c.o -MF CMakeFiles/ktx.dir/lib/memstream.c.o.d -o CMakeFiles/ktx.dir/lib/memstream.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/memstream.c
CMakeFiles/ktx.dir/lib/memstream.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/memstream.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/memstream.c > CMakeFiles/ktx.dir/lib/memstream.c.i
CMakeFiles/ktx.dir/lib/memstream.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/memstream.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/memstream.c -o CMakeFiles/ktx.dir/lib/memstream.c.s
CMakeFiles/ktx.dir/lib/strings.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/strings.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/strings.c
CMakeFiles/ktx.dir/lib/strings.c.o: CMakeFiles/ktx.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_19) "Building C object CMakeFiles/ktx.dir/lib/strings.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/strings.c.o -MF CMakeFiles/ktx.dir/lib/strings.c.o.d -o CMakeFiles/ktx.dir/lib/strings.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/strings.c
CMakeFiles/ktx.dir/lib/strings.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/strings.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/strings.c > CMakeFiles/ktx.dir/lib/strings.c.i
CMakeFiles/ktx.dir/lib/strings.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/strings.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/strings.c -o CMakeFiles/ktx.dir/lib/strings.c.s
CMakeFiles/ktx.dir/lib/swap.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/swap.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/swap.c
CMakeFiles/ktx.dir/lib/swap.c.o: CMakeFiles/ktx.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_20) "Building C object CMakeFiles/ktx.dir/lib/swap.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/swap.c.o -MF CMakeFiles/ktx.dir/lib/swap.c.o.d -o CMakeFiles/ktx.dir/lib/swap.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/swap.c
CMakeFiles/ktx.dir/lib/swap.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/swap.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/swap.c > CMakeFiles/ktx.dir/lib/swap.c.i
CMakeFiles/ktx.dir/lib/swap.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/swap.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/swap.c -o CMakeFiles/ktx.dir/lib/swap.c.s
CMakeFiles/ktx.dir/lib/texture.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/texture.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture.c
CMakeFiles/ktx.dir/lib/texture.c.o: CMakeFiles/ktx.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_21) "Building C object CMakeFiles/ktx.dir/lib/texture.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/texture.c.o -MF CMakeFiles/ktx.dir/lib/texture.c.o.d -o CMakeFiles/ktx.dir/lib/texture.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture.c
CMakeFiles/ktx.dir/lib/texture.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/texture.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture.c > CMakeFiles/ktx.dir/lib/texture.c.i
CMakeFiles/ktx.dir/lib/texture.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/texture.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture.c -o CMakeFiles/ktx.dir/lib/texture.c.s
CMakeFiles/ktx.dir/lib/texture2.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/texture2.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture2.c
CMakeFiles/ktx.dir/lib/texture2.c.o: CMakeFiles/ktx.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_22) "Building C object CMakeFiles/ktx.dir/lib/texture2.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/texture2.c.o -MF CMakeFiles/ktx.dir/lib/texture2.c.o.d -o CMakeFiles/ktx.dir/lib/texture2.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture2.c
CMakeFiles/ktx.dir/lib/texture2.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/texture2.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture2.c > CMakeFiles/ktx.dir/lib/texture2.c.i
CMakeFiles/ktx.dir/lib/texture2.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/texture2.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture2.c -o CMakeFiles/ktx.dir/lib/texture2.c.s
CMakeFiles/ktx.dir/lib/vkformat_check.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/vkformat_check.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_check.c
CMakeFiles/ktx.dir/lib/vkformat_check.c.o: CMakeFiles/ktx.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_23) "Building C object CMakeFiles/ktx.dir/lib/vkformat_check.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/vkformat_check.c.o -MF CMakeFiles/ktx.dir/lib/vkformat_check.c.o.d -o CMakeFiles/ktx.dir/lib/vkformat_check.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_check.c
CMakeFiles/ktx.dir/lib/vkformat_check.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/vkformat_check.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_check.c > CMakeFiles/ktx.dir/lib/vkformat_check.c.i
CMakeFiles/ktx.dir/lib/vkformat_check.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/vkformat_check.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_check.c -o CMakeFiles/ktx.dir/lib/vkformat_check.c.s
CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_check_variant.c
CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.o: CMakeFiles/ktx.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_24) "Building C object CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.o -MF CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.o.d -o CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_check_variant.c
CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_check_variant.c > CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.i
CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_check_variant.c -o CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.s
CMakeFiles/ktx.dir/lib/vkformat_str.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/vkformat_str.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_str.c
CMakeFiles/ktx.dir/lib/vkformat_str.c.o: CMakeFiles/ktx.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_25) "Building C object CMakeFiles/ktx.dir/lib/vkformat_str.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/vkformat_str.c.o -MF CMakeFiles/ktx.dir/lib/vkformat_str.c.o.d -o CMakeFiles/ktx.dir/lib/vkformat_str.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_str.c
CMakeFiles/ktx.dir/lib/vkformat_str.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/vkformat_str.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_str.c > CMakeFiles/ktx.dir/lib/vkformat_str.c.i
CMakeFiles/ktx.dir/lib/vkformat_str.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/vkformat_str.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_str.c -o CMakeFiles/ktx.dir/lib/vkformat_str.c.s
CMakeFiles/ktx.dir/lib/vkformat_typesize.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/vkformat_typesize.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_typesize.c
CMakeFiles/ktx.dir/lib/vkformat_typesize.c.o: CMakeFiles/ktx.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_26) "Building C object CMakeFiles/ktx.dir/lib/vkformat_typesize.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/vkformat_typesize.c.o -MF CMakeFiles/ktx.dir/lib/vkformat_typesize.c.o.d -o CMakeFiles/ktx.dir/lib/vkformat_typesize.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_typesize.c
CMakeFiles/ktx.dir/lib/vkformat_typesize.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/vkformat_typesize.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_typesize.c > CMakeFiles/ktx.dir/lib/vkformat_typesize.c.i
CMakeFiles/ktx.dir/lib/vkformat_typesize.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/vkformat_typesize.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkformat_typesize.c -o CMakeFiles/ktx.dir/lib/vkformat_typesize.c.s
CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/etcdec/etcdec.cxx
CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.o: CMakeFiles/ktx.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_27) "Building CXX object CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.o -MF CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.o.d -o CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/etcdec/etcdec.cxx
CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/etcdec/etcdec.cxx > CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.i
CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/etcdec/etcdec.cxx -o CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.s
CMakeFiles/ktx.dir/lib/gl_funcs.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/gl_funcs.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/gl_funcs.c
CMakeFiles/ktx.dir/lib/gl_funcs.c.o: CMakeFiles/ktx.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_28) "Building C object CMakeFiles/ktx.dir/lib/gl_funcs.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/gl_funcs.c.o -MF CMakeFiles/ktx.dir/lib/gl_funcs.c.o.d -o CMakeFiles/ktx.dir/lib/gl_funcs.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/gl_funcs.c
CMakeFiles/ktx.dir/lib/gl_funcs.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/gl_funcs.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/gl_funcs.c > CMakeFiles/ktx.dir/lib/gl_funcs.c.i
CMakeFiles/ktx.dir/lib/gl_funcs.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/gl_funcs.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/gl_funcs.c -o CMakeFiles/ktx.dir/lib/gl_funcs.c.s
CMakeFiles/ktx.dir/lib/glloader.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/glloader.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/glloader.c
CMakeFiles/ktx.dir/lib/glloader.c.o: CMakeFiles/ktx.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_29) "Building C object CMakeFiles/ktx.dir/lib/glloader.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/glloader.c.o -MF CMakeFiles/ktx.dir/lib/glloader.c.o.d -o CMakeFiles/ktx.dir/lib/glloader.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/glloader.c
CMakeFiles/ktx.dir/lib/glloader.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/glloader.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/glloader.c > CMakeFiles/ktx.dir/lib/glloader.c.i
CMakeFiles/ktx.dir/lib/glloader.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/glloader.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/glloader.c -o CMakeFiles/ktx.dir/lib/glloader.c.s
CMakeFiles/ktx.dir/lib/texture1.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/texture1.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture1.c
CMakeFiles/ktx.dir/lib/texture1.c.o: CMakeFiles/ktx.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_30) "Building C object CMakeFiles/ktx.dir/lib/texture1.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/texture1.c.o -MF CMakeFiles/ktx.dir/lib/texture1.c.o.d -o CMakeFiles/ktx.dir/lib/texture1.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture1.c
CMakeFiles/ktx.dir/lib/texture1.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/texture1.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture1.c > CMakeFiles/ktx.dir/lib/texture1.c.i
CMakeFiles/ktx.dir/lib/texture1.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/texture1.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/texture1.c -o CMakeFiles/ktx.dir/lib/texture1.c.s
CMakeFiles/ktx.dir/lib/vk_funcs.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/vk_funcs.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vk_funcs.c
CMakeFiles/ktx.dir/lib/vk_funcs.c.o: CMakeFiles/ktx.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_31) "Building C object CMakeFiles/ktx.dir/lib/vk_funcs.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/vk_funcs.c.o -MF CMakeFiles/ktx.dir/lib/vk_funcs.c.o.d -o CMakeFiles/ktx.dir/lib/vk_funcs.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vk_funcs.c
CMakeFiles/ktx.dir/lib/vk_funcs.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/vk_funcs.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vk_funcs.c > CMakeFiles/ktx.dir/lib/vk_funcs.c.i
CMakeFiles/ktx.dir/lib/vk_funcs.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/vk_funcs.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vk_funcs.c -o CMakeFiles/ktx.dir/lib/vk_funcs.c.s
CMakeFiles/ktx.dir/lib/vkloader.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/vkloader.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkloader.c
CMakeFiles/ktx.dir/lib/vkloader.c.o: CMakeFiles/ktx.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_32) "Building C object CMakeFiles/ktx.dir/lib/vkloader.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/vkloader.c.o -MF CMakeFiles/ktx.dir/lib/vkloader.c.o.d -o CMakeFiles/ktx.dir/lib/vkloader.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkloader.c
CMakeFiles/ktx.dir/lib/vkloader.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/vkloader.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkloader.c > CMakeFiles/ktx.dir/lib/vkloader.c.i
CMakeFiles/ktx.dir/lib/vkloader.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/vkloader.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/vkloader.c -o CMakeFiles/ktx.dir/lib/vkloader.c.s
CMakeFiles/ktx.dir/lib/basis_encode.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/basis_encode.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/basis_encode.cpp
CMakeFiles/ktx.dir/lib/basis_encode.cpp.o: CMakeFiles/ktx.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_33) "Building CXX object CMakeFiles/ktx.dir/lib/basis_encode.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/basis_encode.cpp.o -MF CMakeFiles/ktx.dir/lib/basis_encode.cpp.o.d -o CMakeFiles/ktx.dir/lib/basis_encode.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/basis_encode.cpp
CMakeFiles/ktx.dir/lib/basis_encode.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/lib/basis_encode.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/basis_encode.cpp > CMakeFiles/ktx.dir/lib/basis_encode.cpp.i
CMakeFiles/ktx.dir/lib/basis_encode.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/lib/basis_encode.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/basis_encode.cpp -o CMakeFiles/ktx.dir/lib/basis_encode.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_backend.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.o: CMakeFiles/ktx.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_34) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_backend.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_backend.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_backend.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_basis_file.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.o: CMakeFiles/ktx.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_35) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_basis_file.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_basis_file.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_basis_file.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_bc7enc.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.o: CMakeFiles/ktx.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_36) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -Wno-stringop-overflow -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_bc7enc.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -Wno-stringop-overflow -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_bc7enc.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -Wno-stringop-overflow -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_bc7enc.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_comp.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.o: CMakeFiles/ktx.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_37) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_comp.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_comp.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_comp.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_enc.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.o: CMakeFiles/ktx.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_38) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_enc.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_enc.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_enc.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_etc.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.o: CMakeFiles/ktx.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_39) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_etc.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_etc.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_etc.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_frontend.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.o: CMakeFiles/ktx.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_40) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_frontend.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_frontend.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_frontend.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_gpu_texture.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.o: CMakeFiles/ktx.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_41) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_gpu_texture.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_gpu_texture.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_gpu_texture.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_kernels_sse.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.o: CMakeFiles/ktx.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_42) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_kernels_sse.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_kernels_sse.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_kernels_sse.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_opencl.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.o: CMakeFiles/ktx.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_43) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_opencl.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_opencl.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_opencl.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_pvrtc1_4.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.o: CMakeFiles/ktx.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_44) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_pvrtc1_4.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_pvrtc1_4.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_pvrtc1_4.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resample_filters.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.o: CMakeFiles/ktx.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_45) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resample_filters.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resample_filters.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resample_filters.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resampler.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.o: CMakeFiles/ktx.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_46) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resampler.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resampler.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_resampler.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_ssim.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.o: CMakeFiles/ktx.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_47) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_ssim.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_ssim.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_ssim.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.s
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_uastc_enc.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.o: CMakeFiles/ktx.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_48) "Building CXX object CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -Wno-stringop-overflow -MD -MT CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.o -MF CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.o.d -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_uastc_enc.cpp
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -Wno-stringop-overflow -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_uastc_enc.cpp > CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.i
CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -fno-strict-aliasing -Wno-sign-compare -Wno-unused-variable -Wno-class-memaccess -Wno-misleading-indentation -Wno-extra -Wno-deprecated-copy -Wno-parentheses -Wno-stringop-overflow -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/external/basisu/encoder/basisu_uastc_enc.cpp -o CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.s
CMakeFiles/ktx.dir/lib/writer1.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/writer1.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/writer1.c
CMakeFiles/ktx.dir/lib/writer1.c.o: CMakeFiles/ktx.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_49) "Building C object CMakeFiles/ktx.dir/lib/writer1.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/writer1.c.o -MF CMakeFiles/ktx.dir/lib/writer1.c.o.d -o CMakeFiles/ktx.dir/lib/writer1.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/writer1.c
CMakeFiles/ktx.dir/lib/writer1.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/writer1.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/writer1.c > CMakeFiles/ktx.dir/lib/writer1.c.i
CMakeFiles/ktx.dir/lib/writer1.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/writer1.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/writer1.c -o CMakeFiles/ktx.dir/lib/writer1.c.s
CMakeFiles/ktx.dir/lib/writer2.c.o: CMakeFiles/ktx.dir/flags.make
CMakeFiles/ktx.dir/lib/writer2.c.o: /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/writer2.c
CMakeFiles/ktx.dir/lib/writer2.c.o: CMakeFiles/ktx.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_50) "Building C object CMakeFiles/ktx.dir/lib/writer2.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/ktx.dir/lib/writer2.c.o -MF CMakeFiles/ktx.dir/lib/writer2.c.o.d -o CMakeFiles/ktx.dir/lib/writer2.c.o -c /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/writer2.c
CMakeFiles/ktx.dir/lib/writer2.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ktx.dir/lib/writer2.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/writer2.c > CMakeFiles/ktx.dir/lib/writer2.c.i
CMakeFiles/ktx.dir/lib/writer2.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ktx.dir/lib/writer2.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/lib/writer2.c -o CMakeFiles/ktx.dir/lib/writer2.c.s
# Object files for target ktx
ktx_OBJECTS = \
"CMakeFiles/ktx.dir/lib/astc_codec.cpp.o" \
"CMakeFiles/ktx.dir/lib/basis_transcode.cpp.o" \
"CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.o" \
"CMakeFiles/ktx.dir/lib/checkheader.c.o" \
"CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.o" \
"CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.o" \
"CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.o" \
"CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.o" \
"CMakeFiles/ktx.dir/external/dfdutils/queries.c.o" \
"CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.o" \
"CMakeFiles/ktx.dir/lib/etcunpack.cxx.o" \
"CMakeFiles/ktx.dir/lib/filestream.c.o" \
"CMakeFiles/ktx.dir/lib/glformat_str.c.o" \
"CMakeFiles/ktx.dir/lib/hashlist.c.o" \
"CMakeFiles/ktx.dir/lib/info.c.o" \
"CMakeFiles/ktx.dir/lib/memstream.c.o" \
"CMakeFiles/ktx.dir/lib/strings.c.o" \
"CMakeFiles/ktx.dir/lib/swap.c.o" \
"CMakeFiles/ktx.dir/lib/texture.c.o" \
"CMakeFiles/ktx.dir/lib/texture2.c.o" \
"CMakeFiles/ktx.dir/lib/vkformat_check.c.o" \
"CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.o" \
"CMakeFiles/ktx.dir/lib/vkformat_str.c.o" \
"CMakeFiles/ktx.dir/lib/vkformat_typesize.c.o" \
"CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.o" \
"CMakeFiles/ktx.dir/lib/gl_funcs.c.o" \
"CMakeFiles/ktx.dir/lib/glloader.c.o" \
"CMakeFiles/ktx.dir/lib/texture1.c.o" \
"CMakeFiles/ktx.dir/lib/vk_funcs.c.o" \
"CMakeFiles/ktx.dir/lib/vkloader.c.o" \
"CMakeFiles/ktx.dir/lib/basis_encode.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.o" \
"CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.o" \
"CMakeFiles/ktx.dir/lib/writer1.c.o" \
"CMakeFiles/ktx.dir/lib/writer2.c.o"
# External object files for target ktx
ktx_EXTERNAL_OBJECTS =
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/astc_codec.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/basis_transcode.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/miniz_wrapper.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/transcoder/basisu_transcoder.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/zstd/zstd.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/checkheader.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/dfdutils/createdfd.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/dfdutils/colourspaces.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/dfdutils/interpretdfd.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/dfdutils/printdfd.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/dfdutils/queries.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/dfdutils/vk2dfd.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/etcunpack.cxx.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/filestream.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/glformat_str.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/hashlist.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/info.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/memstream.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/strings.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/swap.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/texture.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/texture2.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/vkformat_check.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/vkformat_check_variant.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/vkformat_str.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/vkformat_typesize.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/etcdec/etcdec.cxx.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/gl_funcs.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/glloader.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/texture1.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/vk_funcs.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/vkloader.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/basis_encode.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_backend.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_basis_file.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_bc7enc.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_comp.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_enc.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_etc.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_frontend.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_gpu_texture.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_kernels_sse.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_opencl.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_pvrtc1_4.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resample_filters.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_resampler.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_ssim.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/external/basisu/encoder/basisu_uastc_enc.cpp.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/writer1.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/lib/writer2.c.o
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/build.make
Release/libktx.so.0.0.0: CMakeFiles/ktx.dir/compiler_depend.ts
Release/libktx.so.0.0.0: external/astc-encoder/Source/libastcenc-avx2-static.a
Release/libktx.so.0.0.0: CMakeFiles/ktx.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_51) "Linking CXX shared library Release/libktx.so"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ktx.dir/link.txt --verbose=$(VERBOSE)
$(CMAKE_COMMAND) -E cmake_symlink_library Release/libktx.so.0.0.0 Release/libktx.so.0 Release/libktx.so
Release/libktx.so.0: Release/libktx.so.0.0.0
@$(CMAKE_COMMAND) -E touch_nocreate Release/libktx.so.0
Release/libktx.so: Release/libktx.so.0.0.0
@$(CMAKE_COMMAND) -E touch_nocreate Release/libktx.so
# Rule to build all files generated by this target.
CMakeFiles/ktx.dir/build: Release/libktx.so
.PHONY : CMakeFiles/ktx.dir/build
CMakeFiles/ktx.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/ktx.dir/cmake_clean.cmake
.PHONY : CMakeFiles/ktx.dir/clean
CMakeFiles/ktx.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 /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles/ktx.dir/DependInfo.cmake "--color=$(COLOR)" ktx
.PHONY : CMakeFiles/ktx.dir/depend