# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

# The main recursive all target
all:
.PHONY : all

# The main recursive preinstall target
preinstall:
.PHONY : preinstall

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canoncical 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.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = U:/cmake/bin/cmake.exe

# The command to remove a file.
RM = U:/cmake/bin/cmake.exe -E remove -f

# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = U:/cmake/bin/cmake-gui.exe

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = U:/progetti/zlib-1.2.6

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = U:/progetti/zlib-1.2.6/build

#=============================================================================
# Target rules for target CMakeFiles/example.dir

# All Build rule for target.
CMakeFiles/example.dir/all: CMakeFiles/zlib.dir/all
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/depend
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/build
	$(CMAKE_COMMAND) -E cmake_progress_report U:/progetti/zlib-1.2.6/build/CMakeFiles  1
	@echo "Built target example"
.PHONY : CMakeFiles/example.dir/all

# Include target in all.
all: CMakeFiles/example.dir/all
.PHONY : all

# Build rule for subdir invocation for target.
CMakeFiles/example.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start U:/progetti/zlib-1.2.6/build/CMakeFiles 16
	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/example.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start U:/progetti/zlib-1.2.6/build/CMakeFiles 0
.PHONY : CMakeFiles/example.dir/rule

# Convenience name for target.
example: CMakeFiles/example.dir/rule
.PHONY : example

# clean rule for target.
CMakeFiles/example.dir/clean:
	$(MAKE) -f CMakeFiles/example.dir/build.make CMakeFiles/example.dir/clean
.PHONY : CMakeFiles/example.dir/clean

# clean rule for target.
clean: CMakeFiles/example.dir/clean
.PHONY : clean

#=============================================================================
# Target rules for target CMakeFiles/minigzip.dir

# All Build rule for target.
CMakeFiles/minigzip.dir/all: CMakeFiles/zlib.dir/all
	$(MAKE) -f CMakeFiles/minigzip.dir/build.make CMakeFiles/minigzip.dir/depend
	$(MAKE) -f CMakeFiles/minigzip.dir/build.make CMakeFiles/minigzip.dir/build
	$(CMAKE_COMMAND) -E cmake_progress_report U:/progetti/zlib-1.2.6/build/CMakeFiles  2
	@echo "Built target minigzip"
.PHONY : CMakeFiles/minigzip.dir/all

# Include target in all.
all: CMakeFiles/minigzip.dir/all
.PHONY : all

# Build rule for subdir invocation for target.
CMakeFiles/minigzip.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start U:/progetti/zlib-1.2.6/build/CMakeFiles 16
	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/minigzip.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start U:/progetti/zlib-1.2.6/build/CMakeFiles 0
.PHONY : CMakeFiles/minigzip.dir/rule

# Convenience name for target.
minigzip: CMakeFiles/minigzip.dir/rule
.PHONY : minigzip

# clean rule for target.
CMakeFiles/minigzip.dir/clean:
	$(MAKE) -f CMakeFiles/minigzip.dir/build.make CMakeFiles/minigzip.dir/clean
.PHONY : CMakeFiles/minigzip.dir/clean

# clean rule for target.
clean: CMakeFiles/minigzip.dir/clean
.PHONY : clean

#=============================================================================
# Target rules for target CMakeFiles/zlib.dir

# All Build rule for target.
CMakeFiles/zlib.dir/all:
	$(MAKE) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/depend
	$(MAKE) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/build
	$(CMAKE_COMMAND) -E cmake_progress_report U:/progetti/zlib-1.2.6/build/CMakeFiles  3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
	@echo "Built target zlib"
.PHONY : CMakeFiles/zlib.dir/all

# Include target in all.
all: CMakeFiles/zlib.dir/all
.PHONY : all

# Build rule for subdir invocation for target.
CMakeFiles/zlib.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start U:/progetti/zlib-1.2.6/build/CMakeFiles 15
	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/zlib.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start U:/progetti/zlib-1.2.6/build/CMakeFiles 0
.PHONY : CMakeFiles/zlib.dir/rule

# Convenience name for target.
zlib: CMakeFiles/zlib.dir/rule
.PHONY : zlib

# clean rule for target.
CMakeFiles/zlib.dir/clean:
	$(MAKE) -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/clean
.PHONY : CMakeFiles/zlib.dir/clean

# clean rule for target.
clean: CMakeFiles/zlib.dir/clean
.PHONY : clean

#=============================================================================
# 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

