453 lines
15 KiB
Makefile
453 lines
15 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
|
|
|
|
# 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/romazan/Рабочий стол/cproject/thirdparty/libzip-1.11.3"
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = "/home/romazan/Рабочий стол/cproject/thirdparty/libzip-1.11.3/build-emcmake"
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target test
|
|
test:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
|
|
/usr/bin/ctest --force-new-ctest-process $(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 "No interactive CMake dialog available..."
|
|
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
.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: \"Unspecified\""
|
|
.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
|
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/romazan/Рабочий стол/cproject/thirdparty/libzip-1.11.3/build-emcmake/CMakeFiles" "/home/romazan/Рабочий стол/cproject/thirdparty/libzip-1.11.3/build-emcmake//CMakeFiles/progress.marks"
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/romazan/Рабочий стол/cproject/thirdparty/libzip-1.11.3/build-emcmake/CMakeFiles" 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named dist
|
|
|
|
# Build rule for target.
|
|
dist: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dist
|
|
.PHONY : dist
|
|
|
|
# fast build rule for target.
|
|
dist/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/build
|
|
.PHONY : dist/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named distcheck
|
|
|
|
# Build rule for target.
|
|
distcheck: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 distcheck
|
|
.PHONY : distcheck
|
|
|
|
# fast build rule for target.
|
|
distcheck/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/distcheck.dir/build.make CMakeFiles/distcheck.dir/build
|
|
.PHONY : distcheck/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named zip
|
|
|
|
# Build rule for target.
|
|
zip: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zip
|
|
.PHONY : zip
|
|
|
|
# fast build rule for target.
|
|
zip/fast:
|
|
$(MAKE) $(MAKESILENT) -f lib/CMakeFiles/zip.dir/build.make lib/CMakeFiles/zip.dir/build
|
|
.PHONY : zip/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named man
|
|
|
|
# Build rule for target.
|
|
man: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 man
|
|
.PHONY : man
|
|
|
|
# fast build rule for target.
|
|
man/fast:
|
|
$(MAKE) $(MAKESILENT) -f man/CMakeFiles/man.dir/build.make man/CMakeFiles/man.dir/build
|
|
.PHONY : man/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named update-man
|
|
|
|
# Build rule for target.
|
|
update-man: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 update-man
|
|
.PHONY : update-man
|
|
|
|
# fast build rule for target.
|
|
update-man/fast:
|
|
$(MAKE) $(MAKESILENT) -f man/CMakeFiles/update-man.dir/build.make man/CMakeFiles/update-man.dir/build
|
|
.PHONY : update-man/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named update-html
|
|
|
|
# Build rule for target.
|
|
update-html: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 update-html
|
|
.PHONY : update-html
|
|
|
|
# fast build rule for target.
|
|
update-html/fast:
|
|
$(MAKE) $(MAKESILENT) -f man/CMakeFiles/update-html.dir/build.make man/CMakeFiles/update-html.dir/build
|
|
.PHONY : update-html/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named update_zip_errors
|
|
|
|
# Build rule for target.
|
|
update_zip_errors: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 update_zip_errors
|
|
.PHONY : update_zip_errors
|
|
|
|
# fast build rule for target.
|
|
update_zip_errors/fast:
|
|
$(MAKE) $(MAKESILENT) -f man/CMakeFiles/update_zip_errors.dir/build.make man/CMakeFiles/update_zip_errors.dir/build
|
|
.PHONY : update_zip_errors/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named zipcmp
|
|
|
|
# Build rule for target.
|
|
zipcmp: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zipcmp
|
|
.PHONY : zipcmp
|
|
|
|
# fast build rule for target.
|
|
zipcmp/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/zipcmp.dir/build.make src/CMakeFiles/zipcmp.dir/build
|
|
.PHONY : zipcmp/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named zipmerge
|
|
|
|
# Build rule for target.
|
|
zipmerge: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zipmerge
|
|
.PHONY : zipmerge
|
|
|
|
# fast build rule for target.
|
|
zipmerge/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/zipmerge.dir/build.make src/CMakeFiles/zipmerge.dir/build
|
|
.PHONY : zipmerge/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ziptool
|
|
|
|
# Build rule for target.
|
|
ziptool: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ziptool
|
|
.PHONY : ziptool
|
|
|
|
# fast build rule for target.
|
|
ziptool/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/ziptool.dir/build.make src/CMakeFiles/ziptool.dir/build
|
|
.PHONY : ziptool/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named zip_read_file_fuzzer
|
|
|
|
# Build rule for target.
|
|
zip_read_file_fuzzer: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zip_read_file_fuzzer
|
|
.PHONY : zip_read_file_fuzzer
|
|
|
|
# fast build rule for target.
|
|
zip_read_file_fuzzer/fast:
|
|
$(MAKE) $(MAKESILENT) -f ossfuzz/CMakeFiles/zip_read_file_fuzzer.dir/build.make ossfuzz/CMakeFiles/zip_read_file_fuzzer.dir/build
|
|
.PHONY : zip_read_file_fuzzer/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named zip_read_fuzzer
|
|
|
|
# Build rule for target.
|
|
zip_read_fuzzer: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zip_read_fuzzer
|
|
.PHONY : zip_read_fuzzer
|
|
|
|
# fast build rule for target.
|
|
zip_read_fuzzer/fast:
|
|
$(MAKE) $(MAKESILENT) -f ossfuzz/CMakeFiles/zip_read_fuzzer.dir/build.make ossfuzz/CMakeFiles/zip_read_fuzzer.dir/build
|
|
.PHONY : zip_read_fuzzer/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named zip_write_encrypt_aes256_file_fuzzer
|
|
|
|
# Build rule for target.
|
|
zip_write_encrypt_aes256_file_fuzzer: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zip_write_encrypt_aes256_file_fuzzer
|
|
.PHONY : zip_write_encrypt_aes256_file_fuzzer
|
|
|
|
# fast build rule for target.
|
|
zip_write_encrypt_aes256_file_fuzzer/fast:
|
|
$(MAKE) $(MAKESILENT) -f ossfuzz/CMakeFiles/zip_write_encrypt_aes256_file_fuzzer.dir/build.make ossfuzz/CMakeFiles/zip_write_encrypt_aes256_file_fuzzer.dir/build
|
|
.PHONY : zip_write_encrypt_aes256_file_fuzzer/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named zip_write_encrypt_pkware_file_fuzzer
|
|
|
|
# Build rule for target.
|
|
zip_write_encrypt_pkware_file_fuzzer: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zip_write_encrypt_pkware_file_fuzzer
|
|
.PHONY : zip_write_encrypt_pkware_file_fuzzer
|
|
|
|
# fast build rule for target.
|
|
zip_write_encrypt_pkware_file_fuzzer/fast:
|
|
$(MAKE) $(MAKESILENT) -f ossfuzz/CMakeFiles/zip_write_encrypt_pkware_file_fuzzer.dir/build.make ossfuzz/CMakeFiles/zip_write_encrypt_pkware_file_fuzzer.dir/build
|
|
.PHONY : zip_write_encrypt_pkware_file_fuzzer/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named list-fuzzers
|
|
|
|
# Build rule for target.
|
|
list-fuzzers: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 list-fuzzers
|
|
.PHONY : list-fuzzers
|
|
|
|
# fast build rule for target.
|
|
list-fuzzers/fast:
|
|
$(MAKE) $(MAKESILENT) -f ossfuzz/CMakeFiles/list-fuzzers.dir/build.make ossfuzz/CMakeFiles/list-fuzzers.dir/build
|
|
.PHONY : list-fuzzers/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named add-compressed-data
|
|
|
|
# Build rule for target.
|
|
add-compressed-data: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 add-compressed-data
|
|
.PHONY : add-compressed-data
|
|
|
|
# fast build rule for target.
|
|
add-compressed-data/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/add-compressed-data.dir/build.make examples/CMakeFiles/add-compressed-data.dir/build
|
|
.PHONY : add-compressed-data/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named autoclose-archive
|
|
|
|
# Build rule for target.
|
|
autoclose-archive: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 autoclose-archive
|
|
.PHONY : autoclose-archive
|
|
|
|
# fast build rule for target.
|
|
autoclose-archive/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/autoclose-archive.dir/build.make examples/CMakeFiles/autoclose-archive.dir/build
|
|
.PHONY : autoclose-archive/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named in-memory
|
|
|
|
# Build rule for target.
|
|
in-memory: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 in-memory
|
|
.PHONY : in-memory
|
|
|
|
# fast build rule for target.
|
|
in-memory/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/in-memory.dir/build.make examples/CMakeFiles/in-memory.dir/build
|
|
.PHONY : in-memory/fast
|
|
|
|
# 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 "... rebuild_cache"
|
|
@echo "... test"
|
|
@echo "... dist"
|
|
@echo "... distcheck"
|
|
@echo "... list-fuzzers"
|
|
@echo "... man"
|
|
@echo "... update-html"
|
|
@echo "... update-man"
|
|
@echo "... update_zip_errors"
|
|
@echo "... add-compressed-data"
|
|
@echo "... autoclose-archive"
|
|
@echo "... in-memory"
|
|
@echo "... zip"
|
|
@echo "... zip_read_file_fuzzer"
|
|
@echo "... zip_read_fuzzer"
|
|
@echo "... zip_write_encrypt_aes256_file_fuzzer"
|
|
@echo "... zip_write_encrypt_pkware_file_fuzzer"
|
|
@echo "... zipcmp"
|
|
@echo "... zipmerge"
|
|
@echo "... ziptool"
|
|
.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:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|