637 lines
21 KiB
Makefile
637 lines
21 KiB
Makefile
|
|
# CMAKE generated file: DO NOT EDIT!
|
||
|
|
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||
|
|
|
||
|
|
# 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:
|
||
|
|
|
||
|
|
|
||
|
|
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||
|
|
SUFFIXES =
|
||
|
|
|
||
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
||
|
|
|
||
|
|
|
||
|
|
# 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.
|
||
|
|
|
||
|
|
SHELL = cmd.exe
|
||
|
|
|
||
|
|
# The CMake executable.
|
||
|
|
CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe"
|
||
|
|
|
||
|
|
# The command to remove a file.
|
||
|
|
RM = "C:\Program Files\CMake\bin\cmake.exe" -E remove -f
|
||
|
|
|
||
|
|
# Escaping for special characters.
|
||
|
|
EQUALS = =
|
||
|
|
|
||
|
|
# The top-level source directory on which CMake was run.
|
||
|
|
CMAKE_SOURCE_DIR = D:\DevBuild\zlib-1.2.11
|
||
|
|
|
||
|
|
# The top-level build directory on which CMake was run.
|
||
|
|
CMAKE_BINARY_DIR = D:\DevBuild\zlib-1.2.11\build_win
|
||
|
|
|
||
|
|
#=============================================================================
|
||
|
|
# Targets provided globally by CMake.
|
||
|
|
|
||
|
|
# Special rule for the target rebuild_cache
|
||
|
|
rebuild_cache:
|
||
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||
|
|
"C:\Program Files\CMake\bin\cmake.exe" -H$(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 test
|
||
|
|
test:
|
||
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
||
|
|
"C:\Program Files\CMake\bin\ctest.exe" --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 "Running CMake cache editor..."
|
||
|
|
"C:\Program Files\CMake\bin\cmake-gui.exe" -H$(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 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/local
|
||
|
|
install/local: preinstall
|
||
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||
|
|
"C:\Program Files\CMake\bin\cmake.exe" -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..."
|
||
|
|
"C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||
|
|
.PHONY : install/local/fast
|
||
|
|
|
||
|
|
# Special rule for the target install
|
||
|
|
install: preinstall
|
||
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||
|
|
"C:\Program Files\CMake\bin\cmake.exe" -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..."
|
||
|
|
"C:\Program Files\CMake\bin\cmake.exe" -P cmake_install.cmake
|
||
|
|
.PHONY : install/fast
|
||
|
|
|
||
|
|
# Special rule for the target install/strip
|
||
|
|
install/strip: preinstall
|
||
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||
|
|
"C:\Program Files\CMake\bin\cmake.exe" -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..."
|
||
|
|
"C:\Program Files\CMake\bin\cmake.exe" -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 D:\DevBuild\zlib-1.2.11\build_win\CMakeFiles D:\DevBuild\zlib-1.2.11\build_win\CMakeFiles\progress.marks
|
||
|
|
$(MAKE) -f CMakeFiles\Makefile2 all
|
||
|
|
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\zlib-1.2.11\build_win\CMakeFiles 0
|
||
|
|
.PHONY : all
|
||
|
|
|
||
|
|
# The main clean target
|
||
|
|
clean:
|
||
|
|
$(MAKE) -f CMakeFiles\Makefile2 clean
|
||
|
|
.PHONY : clean
|
||
|
|
|
||
|
|
# The main clean target
|
||
|
|
clean/fast: clean
|
||
|
|
|
||
|
|
.PHONY : clean/fast
|
||
|
|
|
||
|
|
# Prepare targets for installation.
|
||
|
|
preinstall: all
|
||
|
|
$(MAKE) -f CMakeFiles\Makefile2 preinstall
|
||
|
|
.PHONY : preinstall
|
||
|
|
|
||
|
|
# Prepare targets for installation.
|
||
|
|
preinstall/fast:
|
||
|
|
$(MAKE) -f CMakeFiles\Makefile2 preinstall
|
||
|
|
.PHONY : preinstall/fast
|
||
|
|
|
||
|
|
# clear depends
|
||
|
|
depend:
|
||
|
|
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
|
||
|
|
.PHONY : depend
|
||
|
|
|
||
|
|
#=============================================================================
|
||
|
|
# Target rules for targets named minigzip64
|
||
|
|
|
||
|
|
# Build rule for target.
|
||
|
|
minigzip64: cmake_check_build_system
|
||
|
|
$(MAKE) -f CMakeFiles\Makefile2 minigzip64
|
||
|
|
.PHONY : minigzip64
|
||
|
|
|
||
|
|
# fast build rule for target.
|
||
|
|
minigzip64/fast:
|
||
|
|
$(MAKE) -f CMakeFiles\minigzip64.dir\build.make CMakeFiles/minigzip64.dir/build
|
||
|
|
.PHONY : minigzip64/fast
|
||
|
|
|
||
|
|
#=============================================================================
|
||
|
|
# Target rules for targets named zlib
|
||
|
|
|
||
|
|
# Build rule for target.
|
||
|
|
zlib: cmake_check_build_system
|
||
|
|
$(MAKE) -f CMakeFiles\Makefile2 zlib
|
||
|
|
.PHONY : zlib
|
||
|
|
|
||
|
|
# fast build rule for target.
|
||
|
|
zlib/fast:
|
||
|
|
$(MAKE) -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) -f CMakeFiles\Makefile2 zlibstatic
|
||
|
|
.PHONY : zlibstatic
|
||
|
|
|
||
|
|
# fast build rule for target.
|
||
|
|
zlibstatic/fast:
|
||
|
|
$(MAKE) -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) -f CMakeFiles\Makefile2 example
|
||
|
|
.PHONY : example
|
||
|
|
|
||
|
|
# fast build rule for target.
|
||
|
|
example/fast:
|
||
|
|
$(MAKE) -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) -f CMakeFiles\Makefile2 minigzip
|
||
|
|
.PHONY : minigzip
|
||
|
|
|
||
|
|
# fast build rule for target.
|
||
|
|
minigzip/fast:
|
||
|
|
$(MAKE) -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) -f CMakeFiles\Makefile2 example64
|
||
|
|
.PHONY : example64
|
||
|
|
|
||
|
|
# fast build rule for target.
|
||
|
|
example64/fast:
|
||
|
|
$(MAKE) -f CMakeFiles\example64.dir\build.make CMakeFiles/example64.dir/build
|
||
|
|
.PHONY : example64/fast
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
adler32.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/adler32.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/adler32.obj
|
||
|
|
.PHONY : adler32.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
adler32.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/adler32.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/adler32.i
|
||
|
|
.PHONY : adler32.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
adler32.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/adler32.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/adler32.s
|
||
|
|
.PHONY : adler32.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
compress.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/compress.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/compress.obj
|
||
|
|
.PHONY : compress.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
compress.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/compress.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/compress.i
|
||
|
|
.PHONY : compress.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
compress.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/compress.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/compress.s
|
||
|
|
.PHONY : compress.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
crc32.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/crc32.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/crc32.obj
|
||
|
|
.PHONY : crc32.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
crc32.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/crc32.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/crc32.i
|
||
|
|
.PHONY : crc32.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
crc32.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/crc32.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/crc32.s
|
||
|
|
.PHONY : crc32.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
deflate.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/deflate.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/deflate.obj
|
||
|
|
.PHONY : deflate.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
deflate.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/deflate.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/deflate.i
|
||
|
|
.PHONY : deflate.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
deflate.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/deflate.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/deflate.s
|
||
|
|
.PHONY : deflate.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
gzclose.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzclose.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzclose.obj
|
||
|
|
.PHONY : gzclose.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
gzclose.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzclose.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzclose.i
|
||
|
|
.PHONY : gzclose.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
gzclose.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzclose.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzclose.s
|
||
|
|
.PHONY : gzclose.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
gzlib.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzlib.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzlib.obj
|
||
|
|
.PHONY : gzlib.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
gzlib.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzlib.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzlib.i
|
||
|
|
.PHONY : gzlib.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
gzlib.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzlib.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzlib.s
|
||
|
|
.PHONY : gzlib.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
gzread.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzread.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzread.obj
|
||
|
|
.PHONY : gzread.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
gzread.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzread.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzread.i
|
||
|
|
.PHONY : gzread.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
gzread.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzread.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzread.s
|
||
|
|
.PHONY : gzread.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
gzwrite.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzwrite.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzwrite.obj
|
||
|
|
.PHONY : gzwrite.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
gzwrite.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzwrite.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzwrite.i
|
||
|
|
.PHONY : gzwrite.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
gzwrite.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/gzwrite.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/gzwrite.s
|
||
|
|
.PHONY : gzwrite.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
infback.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/infback.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/infback.obj
|
||
|
|
.PHONY : infback.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
infback.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/infback.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/infback.i
|
||
|
|
.PHONY : infback.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
infback.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/infback.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/infback.s
|
||
|
|
.PHONY : infback.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
inffast.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/inffast.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/inffast.obj
|
||
|
|
.PHONY : inffast.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
inffast.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/inffast.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/inffast.i
|
||
|
|
.PHONY : inffast.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
inffast.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/inffast.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/inffast.s
|
||
|
|
.PHONY : inffast.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
inflate.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/inflate.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/inflate.obj
|
||
|
|
.PHONY : inflate.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
inflate.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/inflate.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/inflate.i
|
||
|
|
.PHONY : inflate.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
inflate.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/inflate.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/inflate.s
|
||
|
|
.PHONY : inflate.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
inftrees.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/inftrees.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/inftrees.obj
|
||
|
|
.PHONY : inftrees.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
inftrees.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/inftrees.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/inftrees.i
|
||
|
|
.PHONY : inftrees.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
inftrees.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/inftrees.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/inftrees.s
|
||
|
|
.PHONY : inftrees.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
test/example.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\example.dir\build.make CMakeFiles/example.dir/test/example.obj
|
||
|
|
$(MAKE) -f CMakeFiles\example64.dir\build.make CMakeFiles/example64.dir/test/example.obj
|
||
|
|
.PHONY : test/example.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
test/example.i:
|
||
|
|
$(MAKE) -f CMakeFiles\example.dir\build.make CMakeFiles/example.dir/test/example.i
|
||
|
|
$(MAKE) -f CMakeFiles\example64.dir\build.make CMakeFiles/example64.dir/test/example.i
|
||
|
|
.PHONY : test/example.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
test/example.s:
|
||
|
|
$(MAKE) -f CMakeFiles\example.dir\build.make CMakeFiles/example.dir/test/example.s
|
||
|
|
$(MAKE) -f CMakeFiles\example64.dir\build.make CMakeFiles/example64.dir/test/example.s
|
||
|
|
.PHONY : test/example.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
test/minigzip.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\minigzip64.dir\build.make CMakeFiles/minigzip64.dir/test/minigzip.obj
|
||
|
|
$(MAKE) -f CMakeFiles\minigzip.dir\build.make CMakeFiles/minigzip.dir/test/minigzip.obj
|
||
|
|
.PHONY : test/minigzip.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
test/minigzip.i:
|
||
|
|
$(MAKE) -f CMakeFiles\minigzip64.dir\build.make CMakeFiles/minigzip64.dir/test/minigzip.i
|
||
|
|
$(MAKE) -f CMakeFiles\minigzip.dir\build.make CMakeFiles/minigzip.dir/test/minigzip.i
|
||
|
|
.PHONY : test/minigzip.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
test/minigzip.s:
|
||
|
|
$(MAKE) -f CMakeFiles\minigzip64.dir\build.make CMakeFiles/minigzip64.dir/test/minigzip.s
|
||
|
|
$(MAKE) -f CMakeFiles\minigzip.dir\build.make CMakeFiles/minigzip.dir/test/minigzip.s
|
||
|
|
.PHONY : test/minigzip.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
trees.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/trees.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/trees.obj
|
||
|
|
.PHONY : trees.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
trees.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/trees.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/trees.i
|
||
|
|
.PHONY : trees.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
trees.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/trees.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/trees.s
|
||
|
|
.PHONY : trees.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
uncompr.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/uncompr.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/uncompr.obj
|
||
|
|
.PHONY : uncompr.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
uncompr.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/uncompr.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/uncompr.i
|
||
|
|
.PHONY : uncompr.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
uncompr.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/uncompr.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/uncompr.s
|
||
|
|
.PHONY : uncompr.s
|
||
|
|
|
||
|
|
# target to build an object file
|
||
|
|
zutil.obj:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/zutil.obj
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/zutil.obj
|
||
|
|
.PHONY : zutil.obj
|
||
|
|
|
||
|
|
# target to preprocess a source file
|
||
|
|
zutil.i:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/zutil.i
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/zutil.i
|
||
|
|
.PHONY : zutil.i
|
||
|
|
|
||
|
|
# target to generate assembly for a file
|
||
|
|
zutil.s:
|
||
|
|
$(MAKE) -f CMakeFiles\zlib.dir\build.make CMakeFiles/zlib.dir/zutil.s
|
||
|
|
$(MAKE) -f CMakeFiles\zlibstatic.dir\build.make CMakeFiles/zlibstatic.dir/zutil.s
|
||
|
|
.PHONY : zutil.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 ... minigzip64
|
||
|
|
@echo ... zlib
|
||
|
|
@echo ... zlibstatic
|
||
|
|
@echo ... example
|
||
|
|
@echo ... minigzip
|
||
|
|
@echo ... example64
|
||
|
|
@echo ... rebuild_cache
|
||
|
|
@echo ... test
|
||
|
|
@echo ... edit_cache
|
||
|
|
@echo ... list_install_components
|
||
|
|
@echo ... install/local
|
||
|
|
@echo ... install
|
||
|
|
@echo ... install/strip
|
||
|
|
@echo ... adler32.obj
|
||
|
|
@echo ... adler32.i
|
||
|
|
@echo ... adler32.s
|
||
|
|
@echo ... compress.obj
|
||
|
|
@echo ... compress.i
|
||
|
|
@echo ... compress.s
|
||
|
|
@echo ... crc32.obj
|
||
|
|
@echo ... crc32.i
|
||
|
|
@echo ... crc32.s
|
||
|
|
@echo ... deflate.obj
|
||
|
|
@echo ... deflate.i
|
||
|
|
@echo ... deflate.s
|
||
|
|
@echo ... gzclose.obj
|
||
|
|
@echo ... gzclose.i
|
||
|
|
@echo ... gzclose.s
|
||
|
|
@echo ... gzlib.obj
|
||
|
|
@echo ... gzlib.i
|
||
|
|
@echo ... gzlib.s
|
||
|
|
@echo ... gzread.obj
|
||
|
|
@echo ... gzread.i
|
||
|
|
@echo ... gzread.s
|
||
|
|
@echo ... gzwrite.obj
|
||
|
|
@echo ... gzwrite.i
|
||
|
|
@echo ... gzwrite.s
|
||
|
|
@echo ... infback.obj
|
||
|
|
@echo ... infback.i
|
||
|
|
@echo ... infback.s
|
||
|
|
@echo ... inffast.obj
|
||
|
|
@echo ... inffast.i
|
||
|
|
@echo ... inffast.s
|
||
|
|
@echo ... inflate.obj
|
||
|
|
@echo ... inflate.i
|
||
|
|
@echo ... inflate.s
|
||
|
|
@echo ... inftrees.obj
|
||
|
|
@echo ... inftrees.i
|
||
|
|
@echo ... inftrees.s
|
||
|
|
@echo ... test/example.obj
|
||
|
|
@echo ... test/example.i
|
||
|
|
@echo ... test/example.s
|
||
|
|
@echo ... test/minigzip.obj
|
||
|
|
@echo ... test/minigzip.i
|
||
|
|
@echo ... test/minigzip.s
|
||
|
|
@echo ... trees.obj
|
||
|
|
@echo ... trees.i
|
||
|
|
@echo ... trees.s
|
||
|
|
@echo ... uncompr.obj
|
||
|
|
@echo ... uncompr.i
|
||
|
|
@echo ... uncompr.s
|
||
|
|
@echo ... zutil.obj
|
||
|
|
@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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
|
||
|
|
.PHONY : cmake_check_build_system
|
||
|
|
|