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

# 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:
.PHONY : .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 (x86)\CMake\bin\cmake.exe"

# The command to remove a file.
RM = "C:\Program Files (x86)\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 = C:\InsightToolkit-4.7.1

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\ITK4.7.1.bin

#=============================================================================
# Targets provided globally by CMake.

# 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 (x86)\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: install/local
.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..."
	"C:\Program Files (x86)\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: install/strip
.PHONY : install/strip/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 (x86)\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 install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	"C:\Program Files (x86)\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 (x86)\CMake\bin\cmake.exe" -P cmake_install.cmake
.PHONY : install/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..."
	"C:\Program Files (x86)\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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /d C:\ITK4.7.1.bin && "C:\Program Files (x86)\CMake\bin\cpack.exe" --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/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: \"Applications\" \"Development\" \"Headers\" \"Libraries\" \"Runtime\" \"RuntimeLibraries\" \"cppheaders\" \"headers\" \"libraries\""
.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 package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /d C:\ITK4.7.1.bin && "C:\Program Files (x86)\CMake\bin\cpack.exe" --config ./CPackSourceConfig.cmake C:/ITK4.7.1.bin/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	"C:\Program Files (x86)\CMake\bin\ctest.exe" --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test
.PHONY : test/fast

# The main all target
all: cmake_check_build_system
	cd /d C:\ITK4.7.1.bin && $(CMAKE_COMMAND) -E cmake_progress_start C:\ITK4.7.1.bin\CMakeFiles C:\ITK4.7.1.bin\Examples\Iterators\CMakeFiles\progress.marks
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/all
	$(CMAKE_COMMAND) -E cmake_progress_start C:\ITK4.7.1.bin\CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /d C:\ITK4.7.1.bin && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex.dir/rule

# Convenience name for target.
ImageLinearIteratorWithIndex: Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex.dir/rule
.PHONY : ImageLinearIteratorWithIndex

# fast build rule for target.
ImageLinearIteratorWithIndex/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageLinearIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex.dir/build
.PHONY : ImageLinearIteratorWithIndex/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex2.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex2.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex2.dir/rule

# Convenience name for target.
ImageLinearIteratorWithIndex2: Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex2.dir/rule
.PHONY : ImageLinearIteratorWithIndex2

# fast build rule for target.
ImageLinearIteratorWithIndex2/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageLinearIteratorWithIndex2.dir\build.make Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex2.dir/build
.PHONY : ImageLinearIteratorWithIndex2/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/ImageRandomConstIteratorWithIndex.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/ImageRandomConstIteratorWithIndex.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/ImageRandomConstIteratorWithIndex.dir/rule

# Convenience name for target.
ImageRandomConstIteratorWithIndex: Examples/Iterators/CMakeFiles/ImageRandomConstIteratorWithIndex.dir/rule
.PHONY : ImageRandomConstIteratorWithIndex

# fast build rule for target.
ImageRandomConstIteratorWithIndex/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRandomConstIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageRandomConstIteratorWithIndex.dir/build
.PHONY : ImageRandomConstIteratorWithIndex/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/ImageRegionIterator.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/ImageRegionIterator.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/ImageRegionIterator.dir/rule

# Convenience name for target.
ImageRegionIterator: Examples/Iterators/CMakeFiles/ImageRegionIterator.dir/rule
.PHONY : ImageRegionIterator

# fast build rule for target.
ImageRegionIterator/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRegionIterator.dir\build.make Examples/Iterators/CMakeFiles/ImageRegionIterator.dir/build
.PHONY : ImageRegionIterator/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/ImageRegionIteratorWithIndex.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/ImageRegionIteratorWithIndex.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/ImageRegionIteratorWithIndex.dir/rule

# Convenience name for target.
ImageRegionIteratorWithIndex: Examples/Iterators/CMakeFiles/ImageRegionIteratorWithIndex.dir/rule
.PHONY : ImageRegionIteratorWithIndex

# fast build rule for target.
ImageRegionIteratorWithIndex/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRegionIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageRegionIteratorWithIndex.dir/build
.PHONY : ImageRegionIteratorWithIndex/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/ImageSliceIteratorWithIndex.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/ImageSliceIteratorWithIndex.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/ImageSliceIteratorWithIndex.dir/rule

# Convenience name for target.
ImageSliceIteratorWithIndex: Examples/Iterators/CMakeFiles/ImageSliceIteratorWithIndex.dir/rule
.PHONY : ImageSliceIteratorWithIndex

# fast build rule for target.
ImageSliceIteratorWithIndex/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageSliceIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageSliceIteratorWithIndex.dir/build
.PHONY : ImageSliceIteratorWithIndex/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/NeighborhoodIterators1.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/NeighborhoodIterators1.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/NeighborhoodIterators1.dir/rule

# Convenience name for target.
NeighborhoodIterators1: Examples/Iterators/CMakeFiles/NeighborhoodIterators1.dir/rule
.PHONY : NeighborhoodIterators1

# fast build rule for target.
NeighborhoodIterators1/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators1.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators1.dir/build
.PHONY : NeighborhoodIterators1/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/NeighborhoodIterators2.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/NeighborhoodIterators2.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/NeighborhoodIterators2.dir/rule

# Convenience name for target.
NeighborhoodIterators2: Examples/Iterators/CMakeFiles/NeighborhoodIterators2.dir/rule
.PHONY : NeighborhoodIterators2

# fast build rule for target.
NeighborhoodIterators2/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators2.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators2.dir/build
.PHONY : NeighborhoodIterators2/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/NeighborhoodIterators3.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/NeighborhoodIterators3.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/NeighborhoodIterators3.dir/rule

# Convenience name for target.
NeighborhoodIterators3: Examples/Iterators/CMakeFiles/NeighborhoodIterators3.dir/rule
.PHONY : NeighborhoodIterators3

# fast build rule for target.
NeighborhoodIterators3/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators3.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators3.dir/build
.PHONY : NeighborhoodIterators3/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/NeighborhoodIterators4.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/NeighborhoodIterators4.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/NeighborhoodIterators4.dir/rule

# Convenience name for target.
NeighborhoodIterators4: Examples/Iterators/CMakeFiles/NeighborhoodIterators4.dir/rule
.PHONY : NeighborhoodIterators4

# fast build rule for target.
NeighborhoodIterators4/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators4.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators4.dir/build
.PHONY : NeighborhoodIterators4/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/NeighborhoodIterators5.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/NeighborhoodIterators5.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/NeighborhoodIterators5.dir/rule

# Convenience name for target.
NeighborhoodIterators5: Examples/Iterators/CMakeFiles/NeighborhoodIterators5.dir/rule
.PHONY : NeighborhoodIterators5

# fast build rule for target.
NeighborhoodIterators5/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators5.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators5.dir/build
.PHONY : NeighborhoodIterators5/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/NeighborhoodIterators6.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/NeighborhoodIterators6.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/NeighborhoodIterators6.dir/rule

# Convenience name for target.
NeighborhoodIterators6: Examples/Iterators/CMakeFiles/NeighborhoodIterators6.dir/rule
.PHONY : NeighborhoodIterators6

# fast build rule for target.
NeighborhoodIterators6/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators6.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators6.dir/build
.PHONY : NeighborhoodIterators6/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators1.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators1.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators1.dir/rule

# Convenience name for target.
ShapedNeighborhoodIterators1: Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators1.dir/rule
.PHONY : ShapedNeighborhoodIterators1

# fast build rule for target.
ShapedNeighborhoodIterators1/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ShapedNeighborhoodIterators1.dir\build.make Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators1.dir/build
.PHONY : ShapedNeighborhoodIterators1/fast

# Convenience name for target.
Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators2.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators2.dir/rule
.PHONY : Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators2.dir/rule

# Convenience name for target.
ShapedNeighborhoodIterators2: Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators2.dir/rule
.PHONY : ShapedNeighborhoodIterators2

# fast build rule for target.
ShapedNeighborhoodIterators2/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ShapedNeighborhoodIterators2.dir\build.make Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators2.dir/build
.PHONY : ShapedNeighborhoodIterators2/fast

ImageLinearIteratorWithIndex.obj: ImageLinearIteratorWithIndex.cxx.obj
.PHONY : ImageLinearIteratorWithIndex.obj

# target to build an object file
ImageLinearIteratorWithIndex.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageLinearIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex.dir/ImageLinearIteratorWithIndex.cxx.obj
.PHONY : ImageLinearIteratorWithIndex.cxx.obj

ImageLinearIteratorWithIndex.i: ImageLinearIteratorWithIndex.cxx.i
.PHONY : ImageLinearIteratorWithIndex.i

# target to preprocess a source file
ImageLinearIteratorWithIndex.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageLinearIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex.dir/ImageLinearIteratorWithIndex.cxx.i
.PHONY : ImageLinearIteratorWithIndex.cxx.i

ImageLinearIteratorWithIndex.s: ImageLinearIteratorWithIndex.cxx.s
.PHONY : ImageLinearIteratorWithIndex.s

# target to generate assembly for a file
ImageLinearIteratorWithIndex.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageLinearIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex.dir/ImageLinearIteratorWithIndex.cxx.s
.PHONY : ImageLinearIteratorWithIndex.cxx.s

ImageLinearIteratorWithIndex2.obj: ImageLinearIteratorWithIndex2.cxx.obj
.PHONY : ImageLinearIteratorWithIndex2.obj

# target to build an object file
ImageLinearIteratorWithIndex2.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageLinearIteratorWithIndex2.dir\build.make Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex2.dir/ImageLinearIteratorWithIndex2.cxx.obj
.PHONY : ImageLinearIteratorWithIndex2.cxx.obj

ImageLinearIteratorWithIndex2.i: ImageLinearIteratorWithIndex2.cxx.i
.PHONY : ImageLinearIteratorWithIndex2.i

# target to preprocess a source file
ImageLinearIteratorWithIndex2.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageLinearIteratorWithIndex2.dir\build.make Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex2.dir/ImageLinearIteratorWithIndex2.cxx.i
.PHONY : ImageLinearIteratorWithIndex2.cxx.i

ImageLinearIteratorWithIndex2.s: ImageLinearIteratorWithIndex2.cxx.s
.PHONY : ImageLinearIteratorWithIndex2.s

# target to generate assembly for a file
ImageLinearIteratorWithIndex2.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageLinearIteratorWithIndex2.dir\build.make Examples/Iterators/CMakeFiles/ImageLinearIteratorWithIndex2.dir/ImageLinearIteratorWithIndex2.cxx.s
.PHONY : ImageLinearIteratorWithIndex2.cxx.s

ImageRandomConstIteratorWithIndex.obj: ImageRandomConstIteratorWithIndex.cxx.obj
.PHONY : ImageRandomConstIteratorWithIndex.obj

# target to build an object file
ImageRandomConstIteratorWithIndex.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRandomConstIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageRandomConstIteratorWithIndex.dir/ImageRandomConstIteratorWithIndex.cxx.obj
.PHONY : ImageRandomConstIteratorWithIndex.cxx.obj

ImageRandomConstIteratorWithIndex.i: ImageRandomConstIteratorWithIndex.cxx.i
.PHONY : ImageRandomConstIteratorWithIndex.i

# target to preprocess a source file
ImageRandomConstIteratorWithIndex.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRandomConstIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageRandomConstIteratorWithIndex.dir/ImageRandomConstIteratorWithIndex.cxx.i
.PHONY : ImageRandomConstIteratorWithIndex.cxx.i

ImageRandomConstIteratorWithIndex.s: ImageRandomConstIteratorWithIndex.cxx.s
.PHONY : ImageRandomConstIteratorWithIndex.s

# target to generate assembly for a file
ImageRandomConstIteratorWithIndex.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRandomConstIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageRandomConstIteratorWithIndex.dir/ImageRandomConstIteratorWithIndex.cxx.s
.PHONY : ImageRandomConstIteratorWithIndex.cxx.s

ImageRegionIterator.obj: ImageRegionIterator.cxx.obj
.PHONY : ImageRegionIterator.obj

# target to build an object file
ImageRegionIterator.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRegionIterator.dir\build.make Examples/Iterators/CMakeFiles/ImageRegionIterator.dir/ImageRegionIterator.cxx.obj
.PHONY : ImageRegionIterator.cxx.obj

ImageRegionIterator.i: ImageRegionIterator.cxx.i
.PHONY : ImageRegionIterator.i

# target to preprocess a source file
ImageRegionIterator.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRegionIterator.dir\build.make Examples/Iterators/CMakeFiles/ImageRegionIterator.dir/ImageRegionIterator.cxx.i
.PHONY : ImageRegionIterator.cxx.i

ImageRegionIterator.s: ImageRegionIterator.cxx.s
.PHONY : ImageRegionIterator.s

# target to generate assembly for a file
ImageRegionIterator.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRegionIterator.dir\build.make Examples/Iterators/CMakeFiles/ImageRegionIterator.dir/ImageRegionIterator.cxx.s
.PHONY : ImageRegionIterator.cxx.s

ImageRegionIteratorWithIndex.obj: ImageRegionIteratorWithIndex.cxx.obj
.PHONY : ImageRegionIteratorWithIndex.obj

# target to build an object file
ImageRegionIteratorWithIndex.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRegionIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageRegionIteratorWithIndex.dir/ImageRegionIteratorWithIndex.cxx.obj
.PHONY : ImageRegionIteratorWithIndex.cxx.obj

ImageRegionIteratorWithIndex.i: ImageRegionIteratorWithIndex.cxx.i
.PHONY : ImageRegionIteratorWithIndex.i

# target to preprocess a source file
ImageRegionIteratorWithIndex.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRegionIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageRegionIteratorWithIndex.dir/ImageRegionIteratorWithIndex.cxx.i
.PHONY : ImageRegionIteratorWithIndex.cxx.i

ImageRegionIteratorWithIndex.s: ImageRegionIteratorWithIndex.cxx.s
.PHONY : ImageRegionIteratorWithIndex.s

# target to generate assembly for a file
ImageRegionIteratorWithIndex.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageRegionIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageRegionIteratorWithIndex.dir/ImageRegionIteratorWithIndex.cxx.s
.PHONY : ImageRegionIteratorWithIndex.cxx.s

ImageSliceIteratorWithIndex.obj: ImageSliceIteratorWithIndex.cxx.obj
.PHONY : ImageSliceIteratorWithIndex.obj

# target to build an object file
ImageSliceIteratorWithIndex.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageSliceIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageSliceIteratorWithIndex.dir/ImageSliceIteratorWithIndex.cxx.obj
.PHONY : ImageSliceIteratorWithIndex.cxx.obj

ImageSliceIteratorWithIndex.i: ImageSliceIteratorWithIndex.cxx.i
.PHONY : ImageSliceIteratorWithIndex.i

# target to preprocess a source file
ImageSliceIteratorWithIndex.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageSliceIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageSliceIteratorWithIndex.dir/ImageSliceIteratorWithIndex.cxx.i
.PHONY : ImageSliceIteratorWithIndex.cxx.i

ImageSliceIteratorWithIndex.s: ImageSliceIteratorWithIndex.cxx.s
.PHONY : ImageSliceIteratorWithIndex.s

# target to generate assembly for a file
ImageSliceIteratorWithIndex.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ImageSliceIteratorWithIndex.dir\build.make Examples/Iterators/CMakeFiles/ImageSliceIteratorWithIndex.dir/ImageSliceIteratorWithIndex.cxx.s
.PHONY : ImageSliceIteratorWithIndex.cxx.s

NeighborhoodIterators1.obj: NeighborhoodIterators1.cxx.obj
.PHONY : NeighborhoodIterators1.obj

# target to build an object file
NeighborhoodIterators1.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators1.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators1.dir/NeighborhoodIterators1.cxx.obj
.PHONY : NeighborhoodIterators1.cxx.obj

NeighborhoodIterators1.i: NeighborhoodIterators1.cxx.i
.PHONY : NeighborhoodIterators1.i

# target to preprocess a source file
NeighborhoodIterators1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators1.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators1.dir/NeighborhoodIterators1.cxx.i
.PHONY : NeighborhoodIterators1.cxx.i

NeighborhoodIterators1.s: NeighborhoodIterators1.cxx.s
.PHONY : NeighborhoodIterators1.s

# target to generate assembly for a file
NeighborhoodIterators1.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators1.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators1.dir/NeighborhoodIterators1.cxx.s
.PHONY : NeighborhoodIterators1.cxx.s

NeighborhoodIterators2.obj: NeighborhoodIterators2.cxx.obj
.PHONY : NeighborhoodIterators2.obj

# target to build an object file
NeighborhoodIterators2.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators2.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators2.dir/NeighborhoodIterators2.cxx.obj
.PHONY : NeighborhoodIterators2.cxx.obj

NeighborhoodIterators2.i: NeighborhoodIterators2.cxx.i
.PHONY : NeighborhoodIterators2.i

# target to preprocess a source file
NeighborhoodIterators2.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators2.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators2.dir/NeighborhoodIterators2.cxx.i
.PHONY : NeighborhoodIterators2.cxx.i

NeighborhoodIterators2.s: NeighborhoodIterators2.cxx.s
.PHONY : NeighborhoodIterators2.s

# target to generate assembly for a file
NeighborhoodIterators2.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators2.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators2.dir/NeighborhoodIterators2.cxx.s
.PHONY : NeighborhoodIterators2.cxx.s

NeighborhoodIterators3.obj: NeighborhoodIterators3.cxx.obj
.PHONY : NeighborhoodIterators3.obj

# target to build an object file
NeighborhoodIterators3.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators3.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators3.dir/NeighborhoodIterators3.cxx.obj
.PHONY : NeighborhoodIterators3.cxx.obj

NeighborhoodIterators3.i: NeighborhoodIterators3.cxx.i
.PHONY : NeighborhoodIterators3.i

# target to preprocess a source file
NeighborhoodIterators3.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators3.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators3.dir/NeighborhoodIterators3.cxx.i
.PHONY : NeighborhoodIterators3.cxx.i

NeighborhoodIterators3.s: NeighborhoodIterators3.cxx.s
.PHONY : NeighborhoodIterators3.s

# target to generate assembly for a file
NeighborhoodIterators3.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators3.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators3.dir/NeighborhoodIterators3.cxx.s
.PHONY : NeighborhoodIterators3.cxx.s

NeighborhoodIterators4.obj: NeighborhoodIterators4.cxx.obj
.PHONY : NeighborhoodIterators4.obj

# target to build an object file
NeighborhoodIterators4.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators4.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators4.dir/NeighborhoodIterators4.cxx.obj
.PHONY : NeighborhoodIterators4.cxx.obj

NeighborhoodIterators4.i: NeighborhoodIterators4.cxx.i
.PHONY : NeighborhoodIterators4.i

# target to preprocess a source file
NeighborhoodIterators4.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators4.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators4.dir/NeighborhoodIterators4.cxx.i
.PHONY : NeighborhoodIterators4.cxx.i

NeighborhoodIterators4.s: NeighborhoodIterators4.cxx.s
.PHONY : NeighborhoodIterators4.s

# target to generate assembly for a file
NeighborhoodIterators4.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators4.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators4.dir/NeighborhoodIterators4.cxx.s
.PHONY : NeighborhoodIterators4.cxx.s

NeighborhoodIterators5.obj: NeighborhoodIterators5.cxx.obj
.PHONY : NeighborhoodIterators5.obj

# target to build an object file
NeighborhoodIterators5.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators5.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators5.dir/NeighborhoodIterators5.cxx.obj
.PHONY : NeighborhoodIterators5.cxx.obj

NeighborhoodIterators5.i: NeighborhoodIterators5.cxx.i
.PHONY : NeighborhoodIterators5.i

# target to preprocess a source file
NeighborhoodIterators5.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators5.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators5.dir/NeighborhoodIterators5.cxx.i
.PHONY : NeighborhoodIterators5.cxx.i

NeighborhoodIterators5.s: NeighborhoodIterators5.cxx.s
.PHONY : NeighborhoodIterators5.s

# target to generate assembly for a file
NeighborhoodIterators5.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators5.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators5.dir/NeighborhoodIterators5.cxx.s
.PHONY : NeighborhoodIterators5.cxx.s

NeighborhoodIterators6.obj: NeighborhoodIterators6.cxx.obj
.PHONY : NeighborhoodIterators6.obj

# target to build an object file
NeighborhoodIterators6.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators6.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators6.dir/NeighborhoodIterators6.cxx.obj
.PHONY : NeighborhoodIterators6.cxx.obj

NeighborhoodIterators6.i: NeighborhoodIterators6.cxx.i
.PHONY : NeighborhoodIterators6.i

# target to preprocess a source file
NeighborhoodIterators6.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators6.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators6.dir/NeighborhoodIterators6.cxx.i
.PHONY : NeighborhoodIterators6.cxx.i

NeighborhoodIterators6.s: NeighborhoodIterators6.cxx.s
.PHONY : NeighborhoodIterators6.s

# target to generate assembly for a file
NeighborhoodIterators6.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\NeighborhoodIterators6.dir\build.make Examples/Iterators/CMakeFiles/NeighborhoodIterators6.dir/NeighborhoodIterators6.cxx.s
.PHONY : NeighborhoodIterators6.cxx.s

ShapedNeighborhoodIterators1.obj: ShapedNeighborhoodIterators1.cxx.obj
.PHONY : ShapedNeighborhoodIterators1.obj

# target to build an object file
ShapedNeighborhoodIterators1.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ShapedNeighborhoodIterators1.dir\build.make Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators1.dir/ShapedNeighborhoodIterators1.cxx.obj
.PHONY : ShapedNeighborhoodIterators1.cxx.obj

ShapedNeighborhoodIterators1.i: ShapedNeighborhoodIterators1.cxx.i
.PHONY : ShapedNeighborhoodIterators1.i

# target to preprocess a source file
ShapedNeighborhoodIterators1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ShapedNeighborhoodIterators1.dir\build.make Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators1.dir/ShapedNeighborhoodIterators1.cxx.i
.PHONY : ShapedNeighborhoodIterators1.cxx.i

ShapedNeighborhoodIterators1.s: ShapedNeighborhoodIterators1.cxx.s
.PHONY : ShapedNeighborhoodIterators1.s

# target to generate assembly for a file
ShapedNeighborhoodIterators1.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ShapedNeighborhoodIterators1.dir\build.make Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators1.dir/ShapedNeighborhoodIterators1.cxx.s
.PHONY : ShapedNeighborhoodIterators1.cxx.s

ShapedNeighborhoodIterators2.obj: ShapedNeighborhoodIterators2.cxx.obj
.PHONY : ShapedNeighborhoodIterators2.obj

# target to build an object file
ShapedNeighborhoodIterators2.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ShapedNeighborhoodIterators2.dir\build.make Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators2.dir/ShapedNeighborhoodIterators2.cxx.obj
.PHONY : ShapedNeighborhoodIterators2.cxx.obj

ShapedNeighborhoodIterators2.i: ShapedNeighborhoodIterators2.cxx.i
.PHONY : ShapedNeighborhoodIterators2.i

# target to preprocess a source file
ShapedNeighborhoodIterators2.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ShapedNeighborhoodIterators2.dir\build.make Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators2.dir/ShapedNeighborhoodIterators2.cxx.i
.PHONY : ShapedNeighborhoodIterators2.cxx.i

ShapedNeighborhoodIterators2.s: ShapedNeighborhoodIterators2.cxx.s
.PHONY : ShapedNeighborhoodIterators2.s

# target to generate assembly for a file
ShapedNeighborhoodIterators2.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Iterators\CMakeFiles\ShapedNeighborhoodIterators2.dir\build.make Examples/Iterators/CMakeFiles/ShapedNeighborhoodIterators2.dir/ShapedNeighborhoodIterators2.cxx.s
.PHONY : ShapedNeighborhoodIterators2.cxx.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 ... install/local
	@echo ... install/strip
	@echo ... edit_cache
	@echo ... install
	@echo ... ImageLinearIteratorWithIndex
	@echo ... rebuild_cache
	@echo ... ImageRegionIterator
	@echo ... ImageSliceIteratorWithIndex
	@echo ... ShapedNeighborhoodIterators1
	@echo ... ShapedNeighborhoodIterators2
	@echo ... ImageRegionIteratorWithIndex
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... ImageLinearIteratorWithIndex2
	@echo ... test
	@echo ... NeighborhoodIterators1
	@echo ... NeighborhoodIterators2
	@echo ... NeighborhoodIterators3
	@echo ... NeighborhoodIterators4
	@echo ... NeighborhoodIterators5
	@echo ... NeighborhoodIterators6
	@echo ... ImageRandomConstIteratorWithIndex
	@echo ... ImageLinearIteratorWithIndex.obj
	@echo ... ImageLinearIteratorWithIndex.i
	@echo ... ImageLinearIteratorWithIndex.s
	@echo ... ImageLinearIteratorWithIndex2.obj
	@echo ... ImageLinearIteratorWithIndex2.i
	@echo ... ImageLinearIteratorWithIndex2.s
	@echo ... ImageRandomConstIteratorWithIndex.obj
	@echo ... ImageRandomConstIteratorWithIndex.i
	@echo ... ImageRandomConstIteratorWithIndex.s
	@echo ... ImageRegionIterator.obj
	@echo ... ImageRegionIterator.i
	@echo ... ImageRegionIterator.s
	@echo ... ImageRegionIteratorWithIndex.obj
	@echo ... ImageRegionIteratorWithIndex.i
	@echo ... ImageRegionIteratorWithIndex.s
	@echo ... ImageSliceIteratorWithIndex.obj
	@echo ... ImageSliceIteratorWithIndex.i
	@echo ... ImageSliceIteratorWithIndex.s
	@echo ... NeighborhoodIterators1.obj
	@echo ... NeighborhoodIterators1.i
	@echo ... NeighborhoodIterators1.s
	@echo ... NeighborhoodIterators2.obj
	@echo ... NeighborhoodIterators2.i
	@echo ... NeighborhoodIterators2.s
	@echo ... NeighborhoodIterators3.obj
	@echo ... NeighborhoodIterators3.i
	@echo ... NeighborhoodIterators3.s
	@echo ... NeighborhoodIterators4.obj
	@echo ... NeighborhoodIterators4.i
	@echo ... NeighborhoodIterators4.s
	@echo ... NeighborhoodIterators5.obj
	@echo ... NeighborhoodIterators5.i
	@echo ... NeighborhoodIterators5.s
	@echo ... NeighborhoodIterators6.obj
	@echo ... NeighborhoodIterators6.i
	@echo ... NeighborhoodIterators6.s
	@echo ... ShapedNeighborhoodIterators1.obj
	@echo ... ShapedNeighborhoodIterators1.i
	@echo ... ShapedNeighborhoodIterators1.s
	@echo ... ShapedNeighborhoodIterators2.obj
	@echo ... ShapedNeighborhoodIterators2.i
	@echo ... ShapedNeighborhoodIterators2.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:
	cd /d C:\ITK4.7.1.bin && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
.PHONY : cmake_check_build_system

