196 lines
12 KiB
Makefile
196 lines
12 KiB
Makefile
# 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/axel/Vídeos/winrarcomgpu
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/axel/Vídeos/winrarcomgpu/build
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/vkzip.dir/depend.make
|
|
# Include any dependencies generated by the compiler for this target.
|
|
include CMakeFiles/vkzip.dir/compiler_depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/vkzip.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/vkzip.dir/flags.make
|
|
|
|
CMakeFiles/vkzip.dir/codegen:
|
|
.PHONY : CMakeFiles/vkzip.dir/codegen
|
|
|
|
CMakeFiles/vkzip.dir/src/main.c.o: CMakeFiles/vkzip.dir/flags.make
|
|
CMakeFiles/vkzip.dir/src/main.c.o: /home/axel/Vídeos/winrarcomgpu/src/main.c
|
|
CMakeFiles/vkzip.dir/src/main.c.o: CMakeFiles/vkzip.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/axel/Vídeos/winrarcomgpu/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/vkzip.dir/src/main.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vkzip.dir/src/main.c.o -MF CMakeFiles/vkzip.dir/src/main.c.o.d -o CMakeFiles/vkzip.dir/src/main.c.o -c /home/axel/Vídeos/winrarcomgpu/src/main.c
|
|
|
|
CMakeFiles/vkzip.dir/src/main.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vkzip.dir/src/main.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/axel/Vídeos/winrarcomgpu/src/main.c > CMakeFiles/vkzip.dir/src/main.c.i
|
|
|
|
CMakeFiles/vkzip.dir/src/main.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vkzip.dir/src/main.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/axel/Vídeos/winrarcomgpu/src/main.c -o CMakeFiles/vkzip.dir/src/main.c.s
|
|
|
|
CMakeFiles/vkzip.dir/src/vkz_format.c.o: CMakeFiles/vkzip.dir/flags.make
|
|
CMakeFiles/vkzip.dir/src/vkz_format.c.o: /home/axel/Vídeos/winrarcomgpu/src/vkz_format.c
|
|
CMakeFiles/vkzip.dir/src/vkz_format.c.o: CMakeFiles/vkzip.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/axel/Vídeos/winrarcomgpu/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/vkzip.dir/src/vkz_format.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vkzip.dir/src/vkz_format.c.o -MF CMakeFiles/vkzip.dir/src/vkz_format.c.o.d -o CMakeFiles/vkzip.dir/src/vkz_format.c.o -c /home/axel/Vídeos/winrarcomgpu/src/vkz_format.c
|
|
|
|
CMakeFiles/vkzip.dir/src/vkz_format.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vkzip.dir/src/vkz_format.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/axel/Vídeos/winrarcomgpu/src/vkz_format.c > CMakeFiles/vkzip.dir/src/vkz_format.c.i
|
|
|
|
CMakeFiles/vkzip.dir/src/vkz_format.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vkzip.dir/src/vkz_format.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/axel/Vídeos/winrarcomgpu/src/vkz_format.c -o CMakeFiles/vkzip.dir/src/vkz_format.c.s
|
|
|
|
CMakeFiles/vkzip.dir/src/gpu_context.c.o: CMakeFiles/vkzip.dir/flags.make
|
|
CMakeFiles/vkzip.dir/src/gpu_context.c.o: /home/axel/Vídeos/winrarcomgpu/src/gpu_context.c
|
|
CMakeFiles/vkzip.dir/src/gpu_context.c.o: CMakeFiles/vkzip.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/axel/Vídeos/winrarcomgpu/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/vkzip.dir/src/gpu_context.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vkzip.dir/src/gpu_context.c.o -MF CMakeFiles/vkzip.dir/src/gpu_context.c.o.d -o CMakeFiles/vkzip.dir/src/gpu_context.c.o -c /home/axel/Vídeos/winrarcomgpu/src/gpu_context.c
|
|
|
|
CMakeFiles/vkzip.dir/src/gpu_context.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vkzip.dir/src/gpu_context.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/axel/Vídeos/winrarcomgpu/src/gpu_context.c > CMakeFiles/vkzip.dir/src/gpu_context.c.i
|
|
|
|
CMakeFiles/vkzip.dir/src/gpu_context.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vkzip.dir/src/gpu_context.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/axel/Vídeos/winrarcomgpu/src/gpu_context.c -o CMakeFiles/vkzip.dir/src/gpu_context.c.s
|
|
|
|
CMakeFiles/vkzip.dir/src/gpu_compress.c.o: CMakeFiles/vkzip.dir/flags.make
|
|
CMakeFiles/vkzip.dir/src/gpu_compress.c.o: /home/axel/Vídeos/winrarcomgpu/src/gpu_compress.c
|
|
CMakeFiles/vkzip.dir/src/gpu_compress.c.o: CMakeFiles/vkzip.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/axel/Vídeos/winrarcomgpu/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/vkzip.dir/src/gpu_compress.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vkzip.dir/src/gpu_compress.c.o -MF CMakeFiles/vkzip.dir/src/gpu_compress.c.o.d -o CMakeFiles/vkzip.dir/src/gpu_compress.c.o -c /home/axel/Vídeos/winrarcomgpu/src/gpu_compress.c
|
|
|
|
CMakeFiles/vkzip.dir/src/gpu_compress.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vkzip.dir/src/gpu_compress.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/axel/Vídeos/winrarcomgpu/src/gpu_compress.c > CMakeFiles/vkzip.dir/src/gpu_compress.c.i
|
|
|
|
CMakeFiles/vkzip.dir/src/gpu_compress.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vkzip.dir/src/gpu_compress.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/axel/Vídeos/winrarcomgpu/src/gpu_compress.c -o CMakeFiles/vkzip.dir/src/gpu_compress.c.s
|
|
|
|
CMakeFiles/vkzip.dir/src/gpu_decompress.c.o: CMakeFiles/vkzip.dir/flags.make
|
|
CMakeFiles/vkzip.dir/src/gpu_decompress.c.o: /home/axel/Vídeos/winrarcomgpu/src/gpu_decompress.c
|
|
CMakeFiles/vkzip.dir/src/gpu_decompress.c.o: CMakeFiles/vkzip.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/axel/Vídeos/winrarcomgpu/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/vkzip.dir/src/gpu_decompress.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vkzip.dir/src/gpu_decompress.c.o -MF CMakeFiles/vkzip.dir/src/gpu_decompress.c.o.d -o CMakeFiles/vkzip.dir/src/gpu_decompress.c.o -c /home/axel/Vídeos/winrarcomgpu/src/gpu_decompress.c
|
|
|
|
CMakeFiles/vkzip.dir/src/gpu_decompress.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vkzip.dir/src/gpu_decompress.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/axel/Vídeos/winrarcomgpu/src/gpu_decompress.c > CMakeFiles/vkzip.dir/src/gpu_decompress.c.i
|
|
|
|
CMakeFiles/vkzip.dir/src/gpu_decompress.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vkzip.dir/src/gpu_decompress.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/axel/Vídeos/winrarcomgpu/src/gpu_decompress.c -o CMakeFiles/vkzip.dir/src/gpu_decompress.c.s
|
|
|
|
CMakeFiles/vkzip.dir/src/cpu_fallback.c.o: CMakeFiles/vkzip.dir/flags.make
|
|
CMakeFiles/vkzip.dir/src/cpu_fallback.c.o: /home/axel/Vídeos/winrarcomgpu/src/cpu_fallback.c
|
|
CMakeFiles/vkzip.dir/src/cpu_fallback.c.o: CMakeFiles/vkzip.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/axel/Vídeos/winrarcomgpu/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/vkzip.dir/src/cpu_fallback.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vkzip.dir/src/cpu_fallback.c.o -MF CMakeFiles/vkzip.dir/src/cpu_fallback.c.o.d -o CMakeFiles/vkzip.dir/src/cpu_fallback.c.o -c /home/axel/Vídeos/winrarcomgpu/src/cpu_fallback.c
|
|
|
|
CMakeFiles/vkzip.dir/src/cpu_fallback.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vkzip.dir/src/cpu_fallback.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/axel/Vídeos/winrarcomgpu/src/cpu_fallback.c > CMakeFiles/vkzip.dir/src/cpu_fallback.c.i
|
|
|
|
CMakeFiles/vkzip.dir/src/cpu_fallback.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vkzip.dir/src/cpu_fallback.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/axel/Vídeos/winrarcomgpu/src/cpu_fallback.c -o CMakeFiles/vkzip.dir/src/cpu_fallback.c.s
|
|
|
|
# Object files for target vkzip
|
|
vkzip_OBJECTS = \
|
|
"CMakeFiles/vkzip.dir/src/main.c.o" \
|
|
"CMakeFiles/vkzip.dir/src/vkz_format.c.o" \
|
|
"CMakeFiles/vkzip.dir/src/gpu_context.c.o" \
|
|
"CMakeFiles/vkzip.dir/src/gpu_compress.c.o" \
|
|
"CMakeFiles/vkzip.dir/src/gpu_decompress.c.o" \
|
|
"CMakeFiles/vkzip.dir/src/cpu_fallback.c.o"
|
|
|
|
# External object files for target vkzip
|
|
vkzip_EXTERNAL_OBJECTS =
|
|
|
|
vkzip: CMakeFiles/vkzip.dir/src/main.c.o
|
|
vkzip: CMakeFiles/vkzip.dir/src/vkz_format.c.o
|
|
vkzip: CMakeFiles/vkzip.dir/src/gpu_context.c.o
|
|
vkzip: CMakeFiles/vkzip.dir/src/gpu_compress.c.o
|
|
vkzip: CMakeFiles/vkzip.dir/src/gpu_decompress.c.o
|
|
vkzip: CMakeFiles/vkzip.dir/src/cpu_fallback.c.o
|
|
vkzip: CMakeFiles/vkzip.dir/build.make
|
|
vkzip: CMakeFiles/vkzip.dir/compiler_depend.ts
|
|
vkzip: /usr/lib/libvulkan.so
|
|
vkzip: CMakeFiles/vkzip.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/axel/Vídeos/winrarcomgpu/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking C executable vkzip"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vkzip.dir/link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/vkzip.dir/build: vkzip
|
|
.PHONY : CMakeFiles/vkzip.dir/build
|
|
|
|
CMakeFiles/vkzip.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles/vkzip.dir/cmake_clean.cmake
|
|
.PHONY : CMakeFiles/vkzip.dir/clean
|
|
|
|
CMakeFiles/vkzip.dir/depend:
|
|
cd /home/axel/Vídeos/winrarcomgpu/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/axel/Vídeos/winrarcomgpu /home/axel/Vídeos/winrarcomgpu /home/axel/Vídeos/winrarcomgpu/build /home/axel/Vídeos/winrarcomgpu/build /home/axel/Vídeos/winrarcomgpu/build/CMakeFiles/vkzip.dir/DependInfo.cmake "--color=$(COLOR)" vkzip
|
|
.PHONY : CMakeFiles/vkzip.dir/depend
|
|
|