832 lines
42 KiB
Makefile
832 lines
42 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
.PHONY : default_target
|
|
|
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
.NOTPARALLEL:
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#Suppress display of executed commands.
|
|
$(VERBOSE).SILENT:
|
|
|
|
# A target that is always out of date.
|
|
cmake_force:
|
|
.PHONY : cmake_force
|
|
|
|
#=============================================================================
|
|
# Set environment variables for the build.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target package
|
|
package: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && /usr/bin/cpack --config ./CPackConfig.cmake
|
|
.PHONY : package
|
|
|
|
# Special rule for the target package
|
|
package/fast: package
|
|
.PHONY : package/fast
|
|
|
|
# Special rule for the target package_source
|
|
package_source:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake
|
|
.PHONY : package_source
|
|
|
|
# Special rule for the target package_source
|
|
package_source/fast: package_source
|
|
.PHONY : package_source/fast
|
|
|
|
# Special rule for the target test
|
|
test:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
|
|
/usr/bin/ctest $(ARGS)
|
|
.PHONY : test
|
|
|
|
# Special rule for the target test
|
|
test/fast: test
|
|
.PHONY : test/fast
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
|
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : edit_cache
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache/fast: edit_cache
|
|
.PHONY : edit_cache/fast
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"dev\" \"library\" \"tools\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
.PHONY : list_install_components/fast
|
|
|
|
# Special rule for the target install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install
|
|
|
|
# Special rule for the target install
|
|
install/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target install/local
|
|
install/local: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/external/astc-encoder/Source//CMakeFiles/progress.marks
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/astc-encoder/Source/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/astc-encoder/Source/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/astc-encoder/Source/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/astc-encoder/Source/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
# Convenience name for target.
|
|
external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/rule:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/rule
|
|
.PHONY : external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/rule
|
|
|
|
# Convenience name for target.
|
|
astcenc-avx2-static: external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/rule
|
|
.PHONY : astcenc-avx2-static
|
|
|
|
# fast build rule for target.
|
|
astcenc-avx2-static/fast:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build
|
|
.PHONY : astcenc-avx2-static/fast
|
|
|
|
astcenc_averages_and_directions.o: astcenc_averages_and_directions.cpp.o
|
|
.PHONY : astcenc_averages_and_directions.o
|
|
|
|
# target to build an object file
|
|
astcenc_averages_and_directions.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_averages_and_directions.cpp.o
|
|
.PHONY : astcenc_averages_and_directions.cpp.o
|
|
|
|
astcenc_averages_and_directions.i: astcenc_averages_and_directions.cpp.i
|
|
.PHONY : astcenc_averages_and_directions.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_averages_and_directions.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_averages_and_directions.cpp.i
|
|
.PHONY : astcenc_averages_and_directions.cpp.i
|
|
|
|
astcenc_averages_and_directions.s: astcenc_averages_and_directions.cpp.s
|
|
.PHONY : astcenc_averages_and_directions.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_averages_and_directions.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_averages_and_directions.cpp.s
|
|
.PHONY : astcenc_averages_and_directions.cpp.s
|
|
|
|
astcenc_block_sizes.o: astcenc_block_sizes.cpp.o
|
|
.PHONY : astcenc_block_sizes.o
|
|
|
|
# target to build an object file
|
|
astcenc_block_sizes.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_block_sizes.cpp.o
|
|
.PHONY : astcenc_block_sizes.cpp.o
|
|
|
|
astcenc_block_sizes.i: astcenc_block_sizes.cpp.i
|
|
.PHONY : astcenc_block_sizes.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_block_sizes.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_block_sizes.cpp.i
|
|
.PHONY : astcenc_block_sizes.cpp.i
|
|
|
|
astcenc_block_sizes.s: astcenc_block_sizes.cpp.s
|
|
.PHONY : astcenc_block_sizes.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_block_sizes.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_block_sizes.cpp.s
|
|
.PHONY : astcenc_block_sizes.cpp.s
|
|
|
|
astcenc_color_quantize.o: astcenc_color_quantize.cpp.o
|
|
.PHONY : astcenc_color_quantize.o
|
|
|
|
# target to build an object file
|
|
astcenc_color_quantize.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_color_quantize.cpp.o
|
|
.PHONY : astcenc_color_quantize.cpp.o
|
|
|
|
astcenc_color_quantize.i: astcenc_color_quantize.cpp.i
|
|
.PHONY : astcenc_color_quantize.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_color_quantize.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_color_quantize.cpp.i
|
|
.PHONY : astcenc_color_quantize.cpp.i
|
|
|
|
astcenc_color_quantize.s: astcenc_color_quantize.cpp.s
|
|
.PHONY : astcenc_color_quantize.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_color_quantize.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_color_quantize.cpp.s
|
|
.PHONY : astcenc_color_quantize.cpp.s
|
|
|
|
astcenc_color_unquantize.o: astcenc_color_unquantize.cpp.o
|
|
.PHONY : astcenc_color_unquantize.o
|
|
|
|
# target to build an object file
|
|
astcenc_color_unquantize.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_color_unquantize.cpp.o
|
|
.PHONY : astcenc_color_unquantize.cpp.o
|
|
|
|
astcenc_color_unquantize.i: astcenc_color_unquantize.cpp.i
|
|
.PHONY : astcenc_color_unquantize.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_color_unquantize.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_color_unquantize.cpp.i
|
|
.PHONY : astcenc_color_unquantize.cpp.i
|
|
|
|
astcenc_color_unquantize.s: astcenc_color_unquantize.cpp.s
|
|
.PHONY : astcenc_color_unquantize.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_color_unquantize.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_color_unquantize.cpp.s
|
|
.PHONY : astcenc_color_unquantize.cpp.s
|
|
|
|
astcenc_compress_symbolic.o: astcenc_compress_symbolic.cpp.o
|
|
.PHONY : astcenc_compress_symbolic.o
|
|
|
|
# target to build an object file
|
|
astcenc_compress_symbolic.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_compress_symbolic.cpp.o
|
|
.PHONY : astcenc_compress_symbolic.cpp.o
|
|
|
|
astcenc_compress_symbolic.i: astcenc_compress_symbolic.cpp.i
|
|
.PHONY : astcenc_compress_symbolic.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_compress_symbolic.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_compress_symbolic.cpp.i
|
|
.PHONY : astcenc_compress_symbolic.cpp.i
|
|
|
|
astcenc_compress_symbolic.s: astcenc_compress_symbolic.cpp.s
|
|
.PHONY : astcenc_compress_symbolic.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_compress_symbolic.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_compress_symbolic.cpp.s
|
|
.PHONY : astcenc_compress_symbolic.cpp.s
|
|
|
|
astcenc_compute_variance.o: astcenc_compute_variance.cpp.o
|
|
.PHONY : astcenc_compute_variance.o
|
|
|
|
# target to build an object file
|
|
astcenc_compute_variance.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_compute_variance.cpp.o
|
|
.PHONY : astcenc_compute_variance.cpp.o
|
|
|
|
astcenc_compute_variance.i: astcenc_compute_variance.cpp.i
|
|
.PHONY : astcenc_compute_variance.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_compute_variance.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_compute_variance.cpp.i
|
|
.PHONY : astcenc_compute_variance.cpp.i
|
|
|
|
astcenc_compute_variance.s: astcenc_compute_variance.cpp.s
|
|
.PHONY : astcenc_compute_variance.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_compute_variance.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_compute_variance.cpp.s
|
|
.PHONY : astcenc_compute_variance.cpp.s
|
|
|
|
astcenc_decompress_symbolic.o: astcenc_decompress_symbolic.cpp.o
|
|
.PHONY : astcenc_decompress_symbolic.o
|
|
|
|
# target to build an object file
|
|
astcenc_decompress_symbolic.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_decompress_symbolic.cpp.o
|
|
.PHONY : astcenc_decompress_symbolic.cpp.o
|
|
|
|
astcenc_decompress_symbolic.i: astcenc_decompress_symbolic.cpp.i
|
|
.PHONY : astcenc_decompress_symbolic.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_decompress_symbolic.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_decompress_symbolic.cpp.i
|
|
.PHONY : astcenc_decompress_symbolic.cpp.i
|
|
|
|
astcenc_decompress_symbolic.s: astcenc_decompress_symbolic.cpp.s
|
|
.PHONY : astcenc_decompress_symbolic.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_decompress_symbolic.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_decompress_symbolic.cpp.s
|
|
.PHONY : astcenc_decompress_symbolic.cpp.s
|
|
|
|
astcenc_diagnostic_trace.o: astcenc_diagnostic_trace.cpp.o
|
|
.PHONY : astcenc_diagnostic_trace.o
|
|
|
|
# target to build an object file
|
|
astcenc_diagnostic_trace.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_diagnostic_trace.cpp.o
|
|
.PHONY : astcenc_diagnostic_trace.cpp.o
|
|
|
|
astcenc_diagnostic_trace.i: astcenc_diagnostic_trace.cpp.i
|
|
.PHONY : astcenc_diagnostic_trace.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_diagnostic_trace.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_diagnostic_trace.cpp.i
|
|
.PHONY : astcenc_diagnostic_trace.cpp.i
|
|
|
|
astcenc_diagnostic_trace.s: astcenc_diagnostic_trace.cpp.s
|
|
.PHONY : astcenc_diagnostic_trace.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_diagnostic_trace.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_diagnostic_trace.cpp.s
|
|
.PHONY : astcenc_diagnostic_trace.cpp.s
|
|
|
|
astcenc_entry.o: astcenc_entry.cpp.o
|
|
.PHONY : astcenc_entry.o
|
|
|
|
# target to build an object file
|
|
astcenc_entry.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_entry.cpp.o
|
|
.PHONY : astcenc_entry.cpp.o
|
|
|
|
astcenc_entry.i: astcenc_entry.cpp.i
|
|
.PHONY : astcenc_entry.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_entry.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_entry.cpp.i
|
|
.PHONY : astcenc_entry.cpp.i
|
|
|
|
astcenc_entry.s: astcenc_entry.cpp.s
|
|
.PHONY : astcenc_entry.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_entry.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_entry.cpp.s
|
|
.PHONY : astcenc_entry.cpp.s
|
|
|
|
astcenc_find_best_partitioning.o: astcenc_find_best_partitioning.cpp.o
|
|
.PHONY : astcenc_find_best_partitioning.o
|
|
|
|
# target to build an object file
|
|
astcenc_find_best_partitioning.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_find_best_partitioning.cpp.o
|
|
.PHONY : astcenc_find_best_partitioning.cpp.o
|
|
|
|
astcenc_find_best_partitioning.i: astcenc_find_best_partitioning.cpp.i
|
|
.PHONY : astcenc_find_best_partitioning.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_find_best_partitioning.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_find_best_partitioning.cpp.i
|
|
.PHONY : astcenc_find_best_partitioning.cpp.i
|
|
|
|
astcenc_find_best_partitioning.s: astcenc_find_best_partitioning.cpp.s
|
|
.PHONY : astcenc_find_best_partitioning.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_find_best_partitioning.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_find_best_partitioning.cpp.s
|
|
.PHONY : astcenc_find_best_partitioning.cpp.s
|
|
|
|
astcenc_ideal_endpoints_and_weights.o: astcenc_ideal_endpoints_and_weights.cpp.o
|
|
.PHONY : astcenc_ideal_endpoints_and_weights.o
|
|
|
|
# target to build an object file
|
|
astcenc_ideal_endpoints_and_weights.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_ideal_endpoints_and_weights.cpp.o
|
|
.PHONY : astcenc_ideal_endpoints_and_weights.cpp.o
|
|
|
|
astcenc_ideal_endpoints_and_weights.i: astcenc_ideal_endpoints_and_weights.cpp.i
|
|
.PHONY : astcenc_ideal_endpoints_and_weights.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_ideal_endpoints_and_weights.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_ideal_endpoints_and_weights.cpp.i
|
|
.PHONY : astcenc_ideal_endpoints_and_weights.cpp.i
|
|
|
|
astcenc_ideal_endpoints_and_weights.s: astcenc_ideal_endpoints_and_weights.cpp.s
|
|
.PHONY : astcenc_ideal_endpoints_and_weights.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_ideal_endpoints_and_weights.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_ideal_endpoints_and_weights.cpp.s
|
|
.PHONY : astcenc_ideal_endpoints_and_weights.cpp.s
|
|
|
|
astcenc_image.o: astcenc_image.cpp.o
|
|
.PHONY : astcenc_image.o
|
|
|
|
# target to build an object file
|
|
astcenc_image.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_image.cpp.o
|
|
.PHONY : astcenc_image.cpp.o
|
|
|
|
astcenc_image.i: astcenc_image.cpp.i
|
|
.PHONY : astcenc_image.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_image.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_image.cpp.i
|
|
.PHONY : astcenc_image.cpp.i
|
|
|
|
astcenc_image.s: astcenc_image.cpp.s
|
|
.PHONY : astcenc_image.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_image.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_image.cpp.s
|
|
.PHONY : astcenc_image.cpp.s
|
|
|
|
astcenc_integer_sequence.o: astcenc_integer_sequence.cpp.o
|
|
.PHONY : astcenc_integer_sequence.o
|
|
|
|
# target to build an object file
|
|
astcenc_integer_sequence.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_integer_sequence.cpp.o
|
|
.PHONY : astcenc_integer_sequence.cpp.o
|
|
|
|
astcenc_integer_sequence.i: astcenc_integer_sequence.cpp.i
|
|
.PHONY : astcenc_integer_sequence.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_integer_sequence.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_integer_sequence.cpp.i
|
|
.PHONY : astcenc_integer_sequence.cpp.i
|
|
|
|
astcenc_integer_sequence.s: astcenc_integer_sequence.cpp.s
|
|
.PHONY : astcenc_integer_sequence.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_integer_sequence.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_integer_sequence.cpp.s
|
|
.PHONY : astcenc_integer_sequence.cpp.s
|
|
|
|
astcenc_mathlib.o: astcenc_mathlib.cpp.o
|
|
.PHONY : astcenc_mathlib.o
|
|
|
|
# target to build an object file
|
|
astcenc_mathlib.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_mathlib.cpp.o
|
|
.PHONY : astcenc_mathlib.cpp.o
|
|
|
|
astcenc_mathlib.i: astcenc_mathlib.cpp.i
|
|
.PHONY : astcenc_mathlib.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_mathlib.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_mathlib.cpp.i
|
|
.PHONY : astcenc_mathlib.cpp.i
|
|
|
|
astcenc_mathlib.s: astcenc_mathlib.cpp.s
|
|
.PHONY : astcenc_mathlib.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_mathlib.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_mathlib.cpp.s
|
|
.PHONY : astcenc_mathlib.cpp.s
|
|
|
|
astcenc_mathlib_softfloat.o: astcenc_mathlib_softfloat.cpp.o
|
|
.PHONY : astcenc_mathlib_softfloat.o
|
|
|
|
# target to build an object file
|
|
astcenc_mathlib_softfloat.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_mathlib_softfloat.cpp.o
|
|
.PHONY : astcenc_mathlib_softfloat.cpp.o
|
|
|
|
astcenc_mathlib_softfloat.i: astcenc_mathlib_softfloat.cpp.i
|
|
.PHONY : astcenc_mathlib_softfloat.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_mathlib_softfloat.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_mathlib_softfloat.cpp.i
|
|
.PHONY : astcenc_mathlib_softfloat.cpp.i
|
|
|
|
astcenc_mathlib_softfloat.s: astcenc_mathlib_softfloat.cpp.s
|
|
.PHONY : astcenc_mathlib_softfloat.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_mathlib_softfloat.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_mathlib_softfloat.cpp.s
|
|
.PHONY : astcenc_mathlib_softfloat.cpp.s
|
|
|
|
astcenc_partition_tables.o: astcenc_partition_tables.cpp.o
|
|
.PHONY : astcenc_partition_tables.o
|
|
|
|
# target to build an object file
|
|
astcenc_partition_tables.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_partition_tables.cpp.o
|
|
.PHONY : astcenc_partition_tables.cpp.o
|
|
|
|
astcenc_partition_tables.i: astcenc_partition_tables.cpp.i
|
|
.PHONY : astcenc_partition_tables.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_partition_tables.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_partition_tables.cpp.i
|
|
.PHONY : astcenc_partition_tables.cpp.i
|
|
|
|
astcenc_partition_tables.s: astcenc_partition_tables.cpp.s
|
|
.PHONY : astcenc_partition_tables.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_partition_tables.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_partition_tables.cpp.s
|
|
.PHONY : astcenc_partition_tables.cpp.s
|
|
|
|
astcenc_percentile_tables.o: astcenc_percentile_tables.cpp.o
|
|
.PHONY : astcenc_percentile_tables.o
|
|
|
|
# target to build an object file
|
|
astcenc_percentile_tables.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_percentile_tables.cpp.o
|
|
.PHONY : astcenc_percentile_tables.cpp.o
|
|
|
|
astcenc_percentile_tables.i: astcenc_percentile_tables.cpp.i
|
|
.PHONY : astcenc_percentile_tables.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_percentile_tables.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_percentile_tables.cpp.i
|
|
.PHONY : astcenc_percentile_tables.cpp.i
|
|
|
|
astcenc_percentile_tables.s: astcenc_percentile_tables.cpp.s
|
|
.PHONY : astcenc_percentile_tables.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_percentile_tables.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_percentile_tables.cpp.s
|
|
.PHONY : astcenc_percentile_tables.cpp.s
|
|
|
|
astcenc_pick_best_endpoint_format.o: astcenc_pick_best_endpoint_format.cpp.o
|
|
.PHONY : astcenc_pick_best_endpoint_format.o
|
|
|
|
# target to build an object file
|
|
astcenc_pick_best_endpoint_format.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_pick_best_endpoint_format.cpp.o
|
|
.PHONY : astcenc_pick_best_endpoint_format.cpp.o
|
|
|
|
astcenc_pick_best_endpoint_format.i: astcenc_pick_best_endpoint_format.cpp.i
|
|
.PHONY : astcenc_pick_best_endpoint_format.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_pick_best_endpoint_format.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_pick_best_endpoint_format.cpp.i
|
|
.PHONY : astcenc_pick_best_endpoint_format.cpp.i
|
|
|
|
astcenc_pick_best_endpoint_format.s: astcenc_pick_best_endpoint_format.cpp.s
|
|
.PHONY : astcenc_pick_best_endpoint_format.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_pick_best_endpoint_format.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_pick_best_endpoint_format.cpp.s
|
|
.PHONY : astcenc_pick_best_endpoint_format.cpp.s
|
|
|
|
astcenc_quantization.o: astcenc_quantization.cpp.o
|
|
.PHONY : astcenc_quantization.o
|
|
|
|
# target to build an object file
|
|
astcenc_quantization.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_quantization.cpp.o
|
|
.PHONY : astcenc_quantization.cpp.o
|
|
|
|
astcenc_quantization.i: astcenc_quantization.cpp.i
|
|
.PHONY : astcenc_quantization.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_quantization.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_quantization.cpp.i
|
|
.PHONY : astcenc_quantization.cpp.i
|
|
|
|
astcenc_quantization.s: astcenc_quantization.cpp.s
|
|
.PHONY : astcenc_quantization.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_quantization.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_quantization.cpp.s
|
|
.PHONY : astcenc_quantization.cpp.s
|
|
|
|
astcenc_symbolic_physical.o: astcenc_symbolic_physical.cpp.o
|
|
.PHONY : astcenc_symbolic_physical.o
|
|
|
|
# target to build an object file
|
|
astcenc_symbolic_physical.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_symbolic_physical.cpp.o
|
|
.PHONY : astcenc_symbolic_physical.cpp.o
|
|
|
|
astcenc_symbolic_physical.i: astcenc_symbolic_physical.cpp.i
|
|
.PHONY : astcenc_symbolic_physical.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_symbolic_physical.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_symbolic_physical.cpp.i
|
|
.PHONY : astcenc_symbolic_physical.cpp.i
|
|
|
|
astcenc_symbolic_physical.s: astcenc_symbolic_physical.cpp.s
|
|
.PHONY : astcenc_symbolic_physical.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_symbolic_physical.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_symbolic_physical.cpp.s
|
|
.PHONY : astcenc_symbolic_physical.cpp.s
|
|
|
|
astcenc_weight_align.o: astcenc_weight_align.cpp.o
|
|
.PHONY : astcenc_weight_align.o
|
|
|
|
# target to build an object file
|
|
astcenc_weight_align.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_weight_align.cpp.o
|
|
.PHONY : astcenc_weight_align.cpp.o
|
|
|
|
astcenc_weight_align.i: astcenc_weight_align.cpp.i
|
|
.PHONY : astcenc_weight_align.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_weight_align.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_weight_align.cpp.i
|
|
.PHONY : astcenc_weight_align.cpp.i
|
|
|
|
astcenc_weight_align.s: astcenc_weight_align.cpp.s
|
|
.PHONY : astcenc_weight_align.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_weight_align.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_weight_align.cpp.s
|
|
.PHONY : astcenc_weight_align.cpp.s
|
|
|
|
astcenc_weight_quant_xfer_tables.o: astcenc_weight_quant_xfer_tables.cpp.o
|
|
.PHONY : astcenc_weight_quant_xfer_tables.o
|
|
|
|
# target to build an object file
|
|
astcenc_weight_quant_xfer_tables.cpp.o:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_weight_quant_xfer_tables.cpp.o
|
|
.PHONY : astcenc_weight_quant_xfer_tables.cpp.o
|
|
|
|
astcenc_weight_quant_xfer_tables.i: astcenc_weight_quant_xfer_tables.cpp.i
|
|
.PHONY : astcenc_weight_quant_xfer_tables.i
|
|
|
|
# target to preprocess a source file
|
|
astcenc_weight_quant_xfer_tables.cpp.i:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_weight_quant_xfer_tables.cpp.i
|
|
.PHONY : astcenc_weight_quant_xfer_tables.cpp.i
|
|
|
|
astcenc_weight_quant_xfer_tables.s: astcenc_weight_quant_xfer_tables.cpp.s
|
|
.PHONY : astcenc_weight_quant_xfer_tables.s
|
|
|
|
# target to generate assembly for a file
|
|
astcenc_weight_quant_xfer_tables.cpp.s:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(MAKE) $(MAKESILENT) -f external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/build.make external/astc-encoder/Source/CMakeFiles/astcenc-avx2-static.dir/astcenc_weight_quant_xfer_tables.cpp.s
|
|
.PHONY : astcenc_weight_quant_xfer_tables.cpp.s
|
|
|
|
# Help Target
|
|
help:
|
|
@echo "The following are some of the valid targets for this Makefile:"
|
|
@echo "... all (the default if no target is provided)"
|
|
@echo "... clean"
|
|
@echo "... depend"
|
|
@echo "... edit_cache"
|
|
@echo "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... package"
|
|
@echo "... package_source"
|
|
@echo "... rebuild_cache"
|
|
@echo "... test"
|
|
@echo "... astcenc-avx2-static"
|
|
@echo "... astcenc_averages_and_directions.o"
|
|
@echo "... astcenc_averages_and_directions.i"
|
|
@echo "... astcenc_averages_and_directions.s"
|
|
@echo "... astcenc_block_sizes.o"
|
|
@echo "... astcenc_block_sizes.i"
|
|
@echo "... astcenc_block_sizes.s"
|
|
@echo "... astcenc_color_quantize.o"
|
|
@echo "... astcenc_color_quantize.i"
|
|
@echo "... astcenc_color_quantize.s"
|
|
@echo "... astcenc_color_unquantize.o"
|
|
@echo "... astcenc_color_unquantize.i"
|
|
@echo "... astcenc_color_unquantize.s"
|
|
@echo "... astcenc_compress_symbolic.o"
|
|
@echo "... astcenc_compress_symbolic.i"
|
|
@echo "... astcenc_compress_symbolic.s"
|
|
@echo "... astcenc_compute_variance.o"
|
|
@echo "... astcenc_compute_variance.i"
|
|
@echo "... astcenc_compute_variance.s"
|
|
@echo "... astcenc_decompress_symbolic.o"
|
|
@echo "... astcenc_decompress_symbolic.i"
|
|
@echo "... astcenc_decompress_symbolic.s"
|
|
@echo "... astcenc_diagnostic_trace.o"
|
|
@echo "... astcenc_diagnostic_trace.i"
|
|
@echo "... astcenc_diagnostic_trace.s"
|
|
@echo "... astcenc_entry.o"
|
|
@echo "... astcenc_entry.i"
|
|
@echo "... astcenc_entry.s"
|
|
@echo "... astcenc_find_best_partitioning.o"
|
|
@echo "... astcenc_find_best_partitioning.i"
|
|
@echo "... astcenc_find_best_partitioning.s"
|
|
@echo "... astcenc_ideal_endpoints_and_weights.o"
|
|
@echo "... astcenc_ideal_endpoints_and_weights.i"
|
|
@echo "... astcenc_ideal_endpoints_and_weights.s"
|
|
@echo "... astcenc_image.o"
|
|
@echo "... astcenc_image.i"
|
|
@echo "... astcenc_image.s"
|
|
@echo "... astcenc_integer_sequence.o"
|
|
@echo "... astcenc_integer_sequence.i"
|
|
@echo "... astcenc_integer_sequence.s"
|
|
@echo "... astcenc_mathlib.o"
|
|
@echo "... astcenc_mathlib.i"
|
|
@echo "... astcenc_mathlib.s"
|
|
@echo "... astcenc_mathlib_softfloat.o"
|
|
@echo "... astcenc_mathlib_softfloat.i"
|
|
@echo "... astcenc_mathlib_softfloat.s"
|
|
@echo "... astcenc_partition_tables.o"
|
|
@echo "... astcenc_partition_tables.i"
|
|
@echo "... astcenc_partition_tables.s"
|
|
@echo "... astcenc_percentile_tables.o"
|
|
@echo "... astcenc_percentile_tables.i"
|
|
@echo "... astcenc_percentile_tables.s"
|
|
@echo "... astcenc_pick_best_endpoint_format.o"
|
|
@echo "... astcenc_pick_best_endpoint_format.i"
|
|
@echo "... astcenc_pick_best_endpoint_format.s"
|
|
@echo "... astcenc_quantization.o"
|
|
@echo "... astcenc_quantization.i"
|
|
@echo "... astcenc_quantization.s"
|
|
@echo "... astcenc_symbolic_physical.o"
|
|
@echo "... astcenc_symbolic_physical.i"
|
|
@echo "... astcenc_symbolic_physical.s"
|
|
@echo "... astcenc_weight_align.o"
|
|
@echo "... astcenc_weight_align.i"
|
|
@echo "... astcenc_weight_align.s"
|
|
@echo "... astcenc_weight_quant_xfer_tables.o"
|
|
@echo "... astcenc_weight_quant_xfer_tables.i"
|
|
@echo "... astcenc_weight_quant_xfer_tables.s"
|
|
.PHONY : help
|
|
|
|
|
|
|
|
#=============================================================================
|
|
# Special targets to cleanup operation of make.
|
|
|
|
# Special rule to run CMake to check the build system integrity.
|
|
# No rule that depends on this can have commands that come from listfiles
|
|
# because they might be regenerated.
|
|
cmake_check_build_system:
|
|
cd /home/abdelrahman/Sources/programming/how-to-vulkan/ktx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|