795 lines
26 KiB
Makefile
795 lines
26 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/zlib-1.3.1"
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = "/home/romazan/Рабочий стол/cproject/thirdparty/zlib-1.3.1/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/zlib-1.3.1/build-emcmake/CMakeFiles" "/home/romazan/Рабочий стол/cproject/thirdparty/zlib-1.3.1/build-emcmake//CMakeFiles/progress.marks"
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/romazan/Рабочий стол/cproject/thirdparty/zlib-1.3.1/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 zlib
|
|
|
|
# Build rule for target.
|
|
zlib: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zlib
|
|
.PHONY : zlib
|
|
|
|
# fast build rule for target.
|
|
zlib/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/build
|
|
.PHONY : zlib/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named zlibstatic
|
|
|
|
# Build rule for target.
|
|
zlibstatic: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zlibstatic
|
|
.PHONY : zlibstatic
|
|
|
|
# fast build rule for target.
|
|
zlibstatic/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/build
|
|
.PHONY : zlibstatic/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named example
|
|
|
|
# Build rule for target.
|
|
example: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example
|
|
.PHONY : example
|
|
|
|
# fast build rule for target.
|
|
example/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/build
|
|
.PHONY : example/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named minigzip
|
|
|
|
# Build rule for target.
|
|
minigzip: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 minigzip
|
|
.PHONY : minigzip
|
|
|
|
# fast build rule for target.
|
|
minigzip/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/minigzip.dir/build.make CMakeFiles/minigzip.dir/build
|
|
.PHONY : minigzip/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named example64
|
|
|
|
# Build rule for target.
|
|
example64: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example64
|
|
.PHONY : example64
|
|
|
|
# fast build rule for target.
|
|
example64/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/example64.dir/build.make CMakeFiles/example64.dir/build
|
|
.PHONY : example64/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named minigzip64
|
|
|
|
# Build rule for target.
|
|
minigzip64: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 minigzip64
|
|
.PHONY : minigzip64
|
|
|
|
# fast build rule for target.
|
|
minigzip64/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/minigzip64.dir/build.make CMakeFiles/minigzip64.dir/build
|
|
.PHONY : minigzip64/fast
|
|
|
|
adler32.o: adler32.c.o
|
|
.PHONY : adler32.o
|
|
|
|
# target to build an object file
|
|
adler32.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/adler32.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/adler32.c.o
|
|
.PHONY : adler32.c.o
|
|
|
|
adler32.i: adler32.c.i
|
|
.PHONY : adler32.i
|
|
|
|
# target to preprocess a source file
|
|
adler32.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/adler32.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/adler32.c.i
|
|
.PHONY : adler32.c.i
|
|
|
|
adler32.s: adler32.c.s
|
|
.PHONY : adler32.s
|
|
|
|
# target to generate assembly for a file
|
|
adler32.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/adler32.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/adler32.c.s
|
|
.PHONY : adler32.c.s
|
|
|
|
compress.o: compress.c.o
|
|
.PHONY : compress.o
|
|
|
|
# target to build an object file
|
|
compress.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/compress.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/compress.c.o
|
|
.PHONY : compress.c.o
|
|
|
|
compress.i: compress.c.i
|
|
.PHONY : compress.i
|
|
|
|
# target to preprocess a source file
|
|
compress.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/compress.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/compress.c.i
|
|
.PHONY : compress.c.i
|
|
|
|
compress.s: compress.c.s
|
|
.PHONY : compress.s
|
|
|
|
# target to generate assembly for a file
|
|
compress.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/compress.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/compress.c.s
|
|
.PHONY : compress.c.s
|
|
|
|
crc32.o: crc32.c.o
|
|
.PHONY : crc32.o
|
|
|
|
# target to build an object file
|
|
crc32.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/crc32.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/crc32.c.o
|
|
.PHONY : crc32.c.o
|
|
|
|
crc32.i: crc32.c.i
|
|
.PHONY : crc32.i
|
|
|
|
# target to preprocess a source file
|
|
crc32.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/crc32.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/crc32.c.i
|
|
.PHONY : crc32.c.i
|
|
|
|
crc32.s: crc32.c.s
|
|
.PHONY : crc32.s
|
|
|
|
# target to generate assembly for a file
|
|
crc32.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/crc32.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/crc32.c.s
|
|
.PHONY : crc32.c.s
|
|
|
|
deflate.o: deflate.c.o
|
|
.PHONY : deflate.o
|
|
|
|
# target to build an object file
|
|
deflate.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/deflate.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/deflate.c.o
|
|
.PHONY : deflate.c.o
|
|
|
|
deflate.i: deflate.c.i
|
|
.PHONY : deflate.i
|
|
|
|
# target to preprocess a source file
|
|
deflate.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/deflate.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/deflate.c.i
|
|
.PHONY : deflate.c.i
|
|
|
|
deflate.s: deflate.c.s
|
|
.PHONY : deflate.s
|
|
|
|
# target to generate assembly for a file
|
|
deflate.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/deflate.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/deflate.c.s
|
|
.PHONY : deflate.c.s
|
|
|
|
gzclose.o: gzclose.c.o
|
|
.PHONY : gzclose.o
|
|
|
|
# target to build an object file
|
|
gzclose.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzclose.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzclose.c.o
|
|
.PHONY : gzclose.c.o
|
|
|
|
gzclose.i: gzclose.c.i
|
|
.PHONY : gzclose.i
|
|
|
|
# target to preprocess a source file
|
|
gzclose.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzclose.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzclose.c.i
|
|
.PHONY : gzclose.c.i
|
|
|
|
gzclose.s: gzclose.c.s
|
|
.PHONY : gzclose.s
|
|
|
|
# target to generate assembly for a file
|
|
gzclose.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzclose.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzclose.c.s
|
|
.PHONY : gzclose.c.s
|
|
|
|
gzlib.o: gzlib.c.o
|
|
.PHONY : gzlib.o
|
|
|
|
# target to build an object file
|
|
gzlib.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzlib.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzlib.c.o
|
|
.PHONY : gzlib.c.o
|
|
|
|
gzlib.i: gzlib.c.i
|
|
.PHONY : gzlib.i
|
|
|
|
# target to preprocess a source file
|
|
gzlib.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzlib.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzlib.c.i
|
|
.PHONY : gzlib.c.i
|
|
|
|
gzlib.s: gzlib.c.s
|
|
.PHONY : gzlib.s
|
|
|
|
# target to generate assembly for a file
|
|
gzlib.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzlib.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzlib.c.s
|
|
.PHONY : gzlib.c.s
|
|
|
|
gzread.o: gzread.c.o
|
|
.PHONY : gzread.o
|
|
|
|
# target to build an object file
|
|
gzread.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzread.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzread.c.o
|
|
.PHONY : gzread.c.o
|
|
|
|
gzread.i: gzread.c.i
|
|
.PHONY : gzread.i
|
|
|
|
# target to preprocess a source file
|
|
gzread.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzread.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzread.c.i
|
|
.PHONY : gzread.c.i
|
|
|
|
gzread.s: gzread.c.s
|
|
.PHONY : gzread.s
|
|
|
|
# target to generate assembly for a file
|
|
gzread.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzread.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzread.c.s
|
|
.PHONY : gzread.c.s
|
|
|
|
gzwrite.o: gzwrite.c.o
|
|
.PHONY : gzwrite.o
|
|
|
|
# target to build an object file
|
|
gzwrite.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzwrite.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzwrite.c.o
|
|
.PHONY : gzwrite.c.o
|
|
|
|
gzwrite.i: gzwrite.c.i
|
|
.PHONY : gzwrite.i
|
|
|
|
# target to preprocess a source file
|
|
gzwrite.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzwrite.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzwrite.c.i
|
|
.PHONY : gzwrite.c.i
|
|
|
|
gzwrite.s: gzwrite.c.s
|
|
.PHONY : gzwrite.s
|
|
|
|
# target to generate assembly for a file
|
|
gzwrite.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/gzwrite.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/gzwrite.c.s
|
|
.PHONY : gzwrite.c.s
|
|
|
|
infback.o: infback.c.o
|
|
.PHONY : infback.o
|
|
|
|
# target to build an object file
|
|
infback.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/infback.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/infback.c.o
|
|
.PHONY : infback.c.o
|
|
|
|
infback.i: infback.c.i
|
|
.PHONY : infback.i
|
|
|
|
# target to preprocess a source file
|
|
infback.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/infback.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/infback.c.i
|
|
.PHONY : infback.c.i
|
|
|
|
infback.s: infback.c.s
|
|
.PHONY : infback.s
|
|
|
|
# target to generate assembly for a file
|
|
infback.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/infback.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/infback.c.s
|
|
.PHONY : infback.c.s
|
|
|
|
inffast.o: inffast.c.o
|
|
.PHONY : inffast.o
|
|
|
|
# target to build an object file
|
|
inffast.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inffast.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/inffast.c.o
|
|
.PHONY : inffast.c.o
|
|
|
|
inffast.i: inffast.c.i
|
|
.PHONY : inffast.i
|
|
|
|
# target to preprocess a source file
|
|
inffast.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inffast.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/inffast.c.i
|
|
.PHONY : inffast.c.i
|
|
|
|
inffast.s: inffast.c.s
|
|
.PHONY : inffast.s
|
|
|
|
# target to generate assembly for a file
|
|
inffast.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inffast.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/inffast.c.s
|
|
.PHONY : inffast.c.s
|
|
|
|
inflate.o: inflate.c.o
|
|
.PHONY : inflate.o
|
|
|
|
# target to build an object file
|
|
inflate.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inflate.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/inflate.c.o
|
|
.PHONY : inflate.c.o
|
|
|
|
inflate.i: inflate.c.i
|
|
.PHONY : inflate.i
|
|
|
|
# target to preprocess a source file
|
|
inflate.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inflate.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/inflate.c.i
|
|
.PHONY : inflate.c.i
|
|
|
|
inflate.s: inflate.c.s
|
|
.PHONY : inflate.s
|
|
|
|
# target to generate assembly for a file
|
|
inflate.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inflate.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/inflate.c.s
|
|
.PHONY : inflate.c.s
|
|
|
|
inftrees.o: inftrees.c.o
|
|
.PHONY : inftrees.o
|
|
|
|
# target to build an object file
|
|
inftrees.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inftrees.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/inftrees.c.o
|
|
.PHONY : inftrees.c.o
|
|
|
|
inftrees.i: inftrees.c.i
|
|
.PHONY : inftrees.i
|
|
|
|
# target to preprocess a source file
|
|
inftrees.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inftrees.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/inftrees.c.i
|
|
.PHONY : inftrees.c.i
|
|
|
|
inftrees.s: inftrees.c.s
|
|
.PHONY : inftrees.s
|
|
|
|
# target to generate assembly for a file
|
|
inftrees.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/inftrees.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/inftrees.c.s
|
|
.PHONY : inftrees.c.s
|
|
|
|
test/example.o: test/example.c.o
|
|
.PHONY : test/example.o
|
|
|
|
# target to build an object file
|
|
test/example.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/test/example.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/example64.dir/build.make CMakeFiles/example64.dir/test/example.c.o
|
|
.PHONY : test/example.c.o
|
|
|
|
test/example.i: test/example.c.i
|
|
.PHONY : test/example.i
|
|
|
|
# target to preprocess a source file
|
|
test/example.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/test/example.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/example64.dir/build.make CMakeFiles/example64.dir/test/example.c.i
|
|
.PHONY : test/example.c.i
|
|
|
|
test/example.s: test/example.c.s
|
|
.PHONY : test/example.s
|
|
|
|
# target to generate assembly for a file
|
|
test/example.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/test/example.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/example64.dir/build.make CMakeFiles/example64.dir/test/example.c.s
|
|
.PHONY : test/example.c.s
|
|
|
|
test/minigzip.o: test/minigzip.c.o
|
|
.PHONY : test/minigzip.o
|
|
|
|
# target to build an object file
|
|
test/minigzip.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/minigzip.dir/build.make CMakeFiles/minigzip.dir/test/minigzip.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/minigzip64.dir/build.make CMakeFiles/minigzip64.dir/test/minigzip.c.o
|
|
.PHONY : test/minigzip.c.o
|
|
|
|
test/minigzip.i: test/minigzip.c.i
|
|
.PHONY : test/minigzip.i
|
|
|
|
# target to preprocess a source file
|
|
test/minigzip.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/minigzip.dir/build.make CMakeFiles/minigzip.dir/test/minigzip.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/minigzip64.dir/build.make CMakeFiles/minigzip64.dir/test/minigzip.c.i
|
|
.PHONY : test/minigzip.c.i
|
|
|
|
test/minigzip.s: test/minigzip.c.s
|
|
.PHONY : test/minigzip.s
|
|
|
|
# target to generate assembly for a file
|
|
test/minigzip.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/minigzip.dir/build.make CMakeFiles/minigzip.dir/test/minigzip.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/minigzip64.dir/build.make CMakeFiles/minigzip64.dir/test/minigzip.c.s
|
|
.PHONY : test/minigzip.c.s
|
|
|
|
trees.o: trees.c.o
|
|
.PHONY : trees.o
|
|
|
|
# target to build an object file
|
|
trees.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/trees.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/trees.c.o
|
|
.PHONY : trees.c.o
|
|
|
|
trees.i: trees.c.i
|
|
.PHONY : trees.i
|
|
|
|
# target to preprocess a source file
|
|
trees.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/trees.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/trees.c.i
|
|
.PHONY : trees.c.i
|
|
|
|
trees.s: trees.c.s
|
|
.PHONY : trees.s
|
|
|
|
# target to generate assembly for a file
|
|
trees.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/trees.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/trees.c.s
|
|
.PHONY : trees.c.s
|
|
|
|
uncompr.o: uncompr.c.o
|
|
.PHONY : uncompr.o
|
|
|
|
# target to build an object file
|
|
uncompr.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/uncompr.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/uncompr.c.o
|
|
.PHONY : uncompr.c.o
|
|
|
|
uncompr.i: uncompr.c.i
|
|
.PHONY : uncompr.i
|
|
|
|
# target to preprocess a source file
|
|
uncompr.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/uncompr.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/uncompr.c.i
|
|
.PHONY : uncompr.c.i
|
|
|
|
uncompr.s: uncompr.c.s
|
|
.PHONY : uncompr.s
|
|
|
|
# target to generate assembly for a file
|
|
uncompr.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/uncompr.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/uncompr.c.s
|
|
.PHONY : uncompr.c.s
|
|
|
|
zutil.o: zutil.c.o
|
|
.PHONY : zutil.o
|
|
|
|
# target to build an object file
|
|
zutil.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/zutil.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/zutil.c.o
|
|
.PHONY : zutil.c.o
|
|
|
|
zutil.i: zutil.c.i
|
|
.PHONY : zutil.i
|
|
|
|
# target to preprocess a source file
|
|
zutil.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/zutil.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/zutil.c.i
|
|
.PHONY : zutil.c.i
|
|
|
|
zutil.s: zutil.c.s
|
|
.PHONY : zutil.s
|
|
|
|
# target to generate assembly for a file
|
|
zutil.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/zutil.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/zlibstatic.dir/build.make CMakeFiles/zlibstatic.dir/zutil.c.s
|
|
.PHONY : zutil.c.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 "... rebuild_cache"
|
|
@echo "... test"
|
|
@echo "... example"
|
|
@echo "... example64"
|
|
@echo "... minigzip"
|
|
@echo "... minigzip64"
|
|
@echo "... zlib"
|
|
@echo "... zlibstatic"
|
|
@echo "... adler32.o"
|
|
@echo "... adler32.i"
|
|
@echo "... adler32.s"
|
|
@echo "... compress.o"
|
|
@echo "... compress.i"
|
|
@echo "... compress.s"
|
|
@echo "... crc32.o"
|
|
@echo "... crc32.i"
|
|
@echo "... crc32.s"
|
|
@echo "... deflate.o"
|
|
@echo "... deflate.i"
|
|
@echo "... deflate.s"
|
|
@echo "... gzclose.o"
|
|
@echo "... gzclose.i"
|
|
@echo "... gzclose.s"
|
|
@echo "... gzlib.o"
|
|
@echo "... gzlib.i"
|
|
@echo "... gzlib.s"
|
|
@echo "... gzread.o"
|
|
@echo "... gzread.i"
|
|
@echo "... gzread.s"
|
|
@echo "... gzwrite.o"
|
|
@echo "... gzwrite.i"
|
|
@echo "... gzwrite.s"
|
|
@echo "... infback.o"
|
|
@echo "... infback.i"
|
|
@echo "... infback.s"
|
|
@echo "... inffast.o"
|
|
@echo "... inffast.i"
|
|
@echo "... inffast.s"
|
|
@echo "... inflate.o"
|
|
@echo "... inflate.i"
|
|
@echo "... inflate.s"
|
|
@echo "... inftrees.o"
|
|
@echo "... inftrees.i"
|
|
@echo "... inftrees.s"
|
|
@echo "... test/example.o"
|
|
@echo "... test/example.i"
|
|
@echo "... test/example.s"
|
|
@echo "... test/minigzip.o"
|
|
@echo "... test/minigzip.i"
|
|
@echo "... test/minigzip.s"
|
|
@echo "... trees.o"
|
|
@echo "... trees.i"
|
|
@echo "... trees.s"
|
|
@echo "... uncompr.o"
|
|
@echo "... uncompr.i"
|
|
@echo "... uncompr.s"
|
|
@echo "... zutil.o"
|
|
@echo "... zutil.i"
|
|
@echo "... zutil.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:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|