# 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\Segmentation\CMakeFiles\progress.marks
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Segmentation/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/Segmentation/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/Segmentation/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Segmentation/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/Segmentation/CMakeFiles/CannySegmentationLevelSetImageFilter.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Segmentation/CMakeFiles/CannySegmentationLevelSetImageFilter.dir/rule
.PHONY : Examples/Segmentation/CMakeFiles/CannySegmentationLevelSetImageFilter.dir/rule

# Convenience name for target.
CannySegmentationLevelSetImageFilter: Examples/Segmentation/CMakeFiles/CannySegmentationLevelSetImageFilter.dir/rule
.PHONY : CannySegmentationLevelSetImageFilter

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

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

# Convenience name for target.
CellularSegmentation1: Examples/Segmentation/CMakeFiles/CellularSegmentation1.dir/rule
.PHONY : CellularSegmentation1

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

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

# Convenience name for target.
CellularSegmentation2: Examples/Segmentation/CMakeFiles/CellularSegmentation2.dir/rule
.PHONY : CellularSegmentation2

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

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

# Convenience name for target.
ConfidenceConnected: Examples/Segmentation/CMakeFiles/ConfidenceConnected.dir/rule
.PHONY : ConfidenceConnected

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

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

# Convenience name for target.
ConfidenceConnected3D: Examples/Segmentation/CMakeFiles/ConfidenceConnected3D.dir/rule
.PHONY : ConfidenceConnected3D

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

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

# Convenience name for target.
ConnectedThresholdImageFilter: Examples/Segmentation/CMakeFiles/ConnectedThresholdImageFilter.dir/rule
.PHONY : ConnectedThresholdImageFilter

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

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

# Convenience name for target.
CurvesLevelSetImageFilter: Examples/Segmentation/CMakeFiles/CurvesLevelSetImageFilter.dir/rule
.PHONY : CurvesLevelSetImageFilter

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

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

# Convenience name for target.
FastMarchingImageFilter: Examples/Segmentation/CMakeFiles/FastMarchingImageFilter.dir/rule
.PHONY : FastMarchingImageFilter

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

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

# Convenience name for target.
GeodesicActiveContourImageFilter: Examples/Segmentation/CMakeFiles/GeodesicActiveContourImageFilter.dir/rule
.PHONY : GeodesicActiveContourImageFilter

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

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

# Convenience name for target.
GeodesicActiveContourShapePriorLevelSetImageFilter: Examples/Segmentation/CMakeFiles/GeodesicActiveContourShapePriorLevelSetImageFilter.dir/rule
.PHONY : GeodesicActiveContourShapePriorLevelSetImageFilter

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

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

# Convenience name for target.
GibbsPriorImageFilter1: Examples/Segmentation/CMakeFiles/GibbsPriorImageFilter1.dir/rule
.PHONY : GibbsPriorImageFilter1

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

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

# Convenience name for target.
HoughTransform2DCirclesImageFilter: Examples/Segmentation/CMakeFiles/HoughTransform2DCirclesImageFilter.dir/rule
.PHONY : HoughTransform2DCirclesImageFilter

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

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

# Convenience name for target.
HoughTransform2DLinesImageFilter: Examples/Segmentation/CMakeFiles/HoughTransform2DLinesImageFilter.dir/rule
.PHONY : HoughTransform2DLinesImageFilter

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

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

# Convenience name for target.
IsolatedConnectedImageFilter: Examples/Segmentation/CMakeFiles/IsolatedConnectedImageFilter.dir/rule
.PHONY : IsolatedConnectedImageFilter

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

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

# Convenience name for target.
LaplacianSegmentationLevelSetImageFilter: Examples/Segmentation/CMakeFiles/LaplacianSegmentationLevelSetImageFilter.dir/rule
.PHONY : LaplacianSegmentationLevelSetImageFilter

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

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

# Convenience name for target.
NeighborhoodConnectedImageFilter: Examples/Segmentation/CMakeFiles/NeighborhoodConnectedImageFilter.dir/rule
.PHONY : NeighborhoodConnectedImageFilter

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

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

# Convenience name for target.
RelabelComponentImageFilter: Examples/Segmentation/CMakeFiles/RelabelComponentImageFilter.dir/rule
.PHONY : RelabelComponentImageFilter

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

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

# Convenience name for target.
ShapeDetectionLevelSetFilter: Examples/Segmentation/CMakeFiles/ShapeDetectionLevelSetFilter.dir/rule
.PHONY : ShapeDetectionLevelSetFilter

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

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

# Convenience name for target.
ThresholdSegmentationLevelSetImageFilter: Examples/Segmentation/CMakeFiles/ThresholdSegmentationLevelSetImageFilter.dir/rule
.PHONY : ThresholdSegmentationLevelSetImageFilter

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

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

# Convenience name for target.
VectorConfidenceConnected: Examples/Segmentation/CMakeFiles/VectorConfidenceConnected.dir/rule
.PHONY : VectorConfidenceConnected

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

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

# Convenience name for target.
WatershedSegmentation1: Examples/Segmentation/CMakeFiles/WatershedSegmentation1.dir/rule
.PHONY : WatershedSegmentation1

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

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

# Convenience name for target.
WatershedSegmentation2: Examples/Segmentation/CMakeFiles/WatershedSegmentation2.dir/rule
.PHONY : WatershedSegmentation2

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

CannySegmentationLevelSetImageFilter.obj: CannySegmentationLevelSetImageFilter.cxx.obj
.PHONY : CannySegmentationLevelSetImageFilter.obj

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

CannySegmentationLevelSetImageFilter.i: CannySegmentationLevelSetImageFilter.cxx.i
.PHONY : CannySegmentationLevelSetImageFilter.i

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

CannySegmentationLevelSetImageFilter.s: CannySegmentationLevelSetImageFilter.cxx.s
.PHONY : CannySegmentationLevelSetImageFilter.s

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

CellularSegmentation1.obj: CellularSegmentation1.cxx.obj
.PHONY : CellularSegmentation1.obj

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

CellularSegmentation1.i: CellularSegmentation1.cxx.i
.PHONY : CellularSegmentation1.i

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

CellularSegmentation1.s: CellularSegmentation1.cxx.s
.PHONY : CellularSegmentation1.s

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

CellularSegmentation2.obj: CellularSegmentation2.cxx.obj
.PHONY : CellularSegmentation2.obj

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

CellularSegmentation2.i: CellularSegmentation2.cxx.i
.PHONY : CellularSegmentation2.i

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

CellularSegmentation2.s: CellularSegmentation2.cxx.s
.PHONY : CellularSegmentation2.s

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

ConfidenceConnected.obj: ConfidenceConnected.cxx.obj
.PHONY : ConfidenceConnected.obj

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

ConfidenceConnected.i: ConfidenceConnected.cxx.i
.PHONY : ConfidenceConnected.i

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

ConfidenceConnected.s: ConfidenceConnected.cxx.s
.PHONY : ConfidenceConnected.s

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

ConfidenceConnected3D.obj: ConfidenceConnected3D.cxx.obj
.PHONY : ConfidenceConnected3D.obj

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

ConfidenceConnected3D.i: ConfidenceConnected3D.cxx.i
.PHONY : ConfidenceConnected3D.i

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

ConfidenceConnected3D.s: ConfidenceConnected3D.cxx.s
.PHONY : ConfidenceConnected3D.s

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

ConnectedThresholdImageFilter.obj: ConnectedThresholdImageFilter.cxx.obj
.PHONY : ConnectedThresholdImageFilter.obj

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

ConnectedThresholdImageFilter.i: ConnectedThresholdImageFilter.cxx.i
.PHONY : ConnectedThresholdImageFilter.i

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

ConnectedThresholdImageFilter.s: ConnectedThresholdImageFilter.cxx.s
.PHONY : ConnectedThresholdImageFilter.s

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

CurvesLevelSetImageFilter.obj: CurvesLevelSetImageFilter.cxx.obj
.PHONY : CurvesLevelSetImageFilter.obj

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

CurvesLevelSetImageFilter.i: CurvesLevelSetImageFilter.cxx.i
.PHONY : CurvesLevelSetImageFilter.i

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

CurvesLevelSetImageFilter.s: CurvesLevelSetImageFilter.cxx.s
.PHONY : CurvesLevelSetImageFilter.s

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

FastMarchingImageFilter.obj: FastMarchingImageFilter.cxx.obj
.PHONY : FastMarchingImageFilter.obj

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

FastMarchingImageFilter.i: FastMarchingImageFilter.cxx.i
.PHONY : FastMarchingImageFilter.i

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

FastMarchingImageFilter.s: FastMarchingImageFilter.cxx.s
.PHONY : FastMarchingImageFilter.s

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

GeodesicActiveContourImageFilter.obj: GeodesicActiveContourImageFilter.cxx.obj
.PHONY : GeodesicActiveContourImageFilter.obj

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

GeodesicActiveContourImageFilter.i: GeodesicActiveContourImageFilter.cxx.i
.PHONY : GeodesicActiveContourImageFilter.i

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

GeodesicActiveContourImageFilter.s: GeodesicActiveContourImageFilter.cxx.s
.PHONY : GeodesicActiveContourImageFilter.s

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

GeodesicActiveContourShapePriorLevelSetImageFilter.obj: GeodesicActiveContourShapePriorLevelSetImageFilter.cxx.obj
.PHONY : GeodesicActiveContourShapePriorLevelSetImageFilter.obj

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

GeodesicActiveContourShapePriorLevelSetImageFilter.i: GeodesicActiveContourShapePriorLevelSetImageFilter.cxx.i
.PHONY : GeodesicActiveContourShapePriorLevelSetImageFilter.i

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

GeodesicActiveContourShapePriorLevelSetImageFilter.s: GeodesicActiveContourShapePriorLevelSetImageFilter.cxx.s
.PHONY : GeodesicActiveContourShapePriorLevelSetImageFilter.s

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

GibbsPriorImageFilter1.obj: GibbsPriorImageFilter1.cxx.obj
.PHONY : GibbsPriorImageFilter1.obj

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

GibbsPriorImageFilter1.i: GibbsPriorImageFilter1.cxx.i
.PHONY : GibbsPriorImageFilter1.i

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

GibbsPriorImageFilter1.s: GibbsPriorImageFilter1.cxx.s
.PHONY : GibbsPriorImageFilter1.s

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

HoughTransform2DCirclesImageFilter.obj: HoughTransform2DCirclesImageFilter.cxx.obj
.PHONY : HoughTransform2DCirclesImageFilter.obj

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

HoughTransform2DCirclesImageFilter.i: HoughTransform2DCirclesImageFilter.cxx.i
.PHONY : HoughTransform2DCirclesImageFilter.i

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

HoughTransform2DCirclesImageFilter.s: HoughTransform2DCirclesImageFilter.cxx.s
.PHONY : HoughTransform2DCirclesImageFilter.s

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

HoughTransform2DLinesImageFilter.obj: HoughTransform2DLinesImageFilter.cxx.obj
.PHONY : HoughTransform2DLinesImageFilter.obj

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

HoughTransform2DLinesImageFilter.i: HoughTransform2DLinesImageFilter.cxx.i
.PHONY : HoughTransform2DLinesImageFilter.i

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

HoughTransform2DLinesImageFilter.s: HoughTransform2DLinesImageFilter.cxx.s
.PHONY : HoughTransform2DLinesImageFilter.s

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

IsolatedConnectedImageFilter.obj: IsolatedConnectedImageFilter.cxx.obj
.PHONY : IsolatedConnectedImageFilter.obj

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

IsolatedConnectedImageFilter.i: IsolatedConnectedImageFilter.cxx.i
.PHONY : IsolatedConnectedImageFilter.i

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

IsolatedConnectedImageFilter.s: IsolatedConnectedImageFilter.cxx.s
.PHONY : IsolatedConnectedImageFilter.s

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

LaplacianSegmentationLevelSetImageFilter.obj: LaplacianSegmentationLevelSetImageFilter.cxx.obj
.PHONY : LaplacianSegmentationLevelSetImageFilter.obj

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

LaplacianSegmentationLevelSetImageFilter.i: LaplacianSegmentationLevelSetImageFilter.cxx.i
.PHONY : LaplacianSegmentationLevelSetImageFilter.i

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

LaplacianSegmentationLevelSetImageFilter.s: LaplacianSegmentationLevelSetImageFilter.cxx.s
.PHONY : LaplacianSegmentationLevelSetImageFilter.s

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

NeighborhoodConnectedImageFilter.obj: NeighborhoodConnectedImageFilter.cxx.obj
.PHONY : NeighborhoodConnectedImageFilter.obj

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

NeighborhoodConnectedImageFilter.i: NeighborhoodConnectedImageFilter.cxx.i
.PHONY : NeighborhoodConnectedImageFilter.i

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

NeighborhoodConnectedImageFilter.s: NeighborhoodConnectedImageFilter.cxx.s
.PHONY : NeighborhoodConnectedImageFilter.s

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

RelabelComponentImageFilter.obj: RelabelComponentImageFilter.cxx.obj
.PHONY : RelabelComponentImageFilter.obj

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

RelabelComponentImageFilter.i: RelabelComponentImageFilter.cxx.i
.PHONY : RelabelComponentImageFilter.i

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

RelabelComponentImageFilter.s: RelabelComponentImageFilter.cxx.s
.PHONY : RelabelComponentImageFilter.s

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

ShapeDetectionLevelSetFilter.obj: ShapeDetectionLevelSetFilter.cxx.obj
.PHONY : ShapeDetectionLevelSetFilter.obj

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

ShapeDetectionLevelSetFilter.i: ShapeDetectionLevelSetFilter.cxx.i
.PHONY : ShapeDetectionLevelSetFilter.i

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

ShapeDetectionLevelSetFilter.s: ShapeDetectionLevelSetFilter.cxx.s
.PHONY : ShapeDetectionLevelSetFilter.s

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

ThresholdSegmentationLevelSetImageFilter.obj: ThresholdSegmentationLevelSetImageFilter.cxx.obj
.PHONY : ThresholdSegmentationLevelSetImageFilter.obj

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

ThresholdSegmentationLevelSetImageFilter.i: ThresholdSegmentationLevelSetImageFilter.cxx.i
.PHONY : ThresholdSegmentationLevelSetImageFilter.i

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

ThresholdSegmentationLevelSetImageFilter.s: ThresholdSegmentationLevelSetImageFilter.cxx.s
.PHONY : ThresholdSegmentationLevelSetImageFilter.s

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

VectorConfidenceConnected.obj: VectorConfidenceConnected.cxx.obj
.PHONY : VectorConfidenceConnected.obj

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

VectorConfidenceConnected.i: VectorConfidenceConnected.cxx.i
.PHONY : VectorConfidenceConnected.i

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

VectorConfidenceConnected.s: VectorConfidenceConnected.cxx.s
.PHONY : VectorConfidenceConnected.s

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

WatershedSegmentation1.obj: WatershedSegmentation1.cxx.obj
.PHONY : WatershedSegmentation1.obj

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

WatershedSegmentation1.i: WatershedSegmentation1.cxx.i
.PHONY : WatershedSegmentation1.i

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

WatershedSegmentation1.s: WatershedSegmentation1.cxx.s
.PHONY : WatershedSegmentation1.s

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

WatershedSegmentation2.obj: WatershedSegmentation2.cxx.obj
.PHONY : WatershedSegmentation2.obj

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

WatershedSegmentation2.i: WatershedSegmentation2.cxx.i
.PHONY : WatershedSegmentation2.i

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

WatershedSegmentation2.s: WatershedSegmentation2.cxx.s
.PHONY : WatershedSegmentation2.s

# target to generate assembly for a file
WatershedSegmentation2.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Segmentation\CMakeFiles\WatershedSegmentation2.dir\build.make Examples/Segmentation/CMakeFiles/WatershedSegmentation2.dir/WatershedSegmentation2.cxx.s
.PHONY : WatershedSegmentation2.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 ... WatershedSegmentation1
	@echo ... WatershedSegmentation2
	@echo ... RelabelComponentImageFilter
	@echo ... install/local
	@echo ... NeighborhoodConnectedImageFilter
	@echo ... install/strip
	@echo ... edit_cache
	@echo ... install
	@echo ... rebuild_cache
	@echo ... GeodesicActiveContourImageFilter
	@echo ... ConfidenceConnected
	@echo ... HoughTransform2DLinesImageFilter
	@echo ... HoughTransform2DCirclesImageFilter
	@echo ... GeodesicActiveContourShapePriorLevelSetImageFilter
	@echo ... CurvesLevelSetImageFilter
	@echo ... CannySegmentationLevelSetImageFilter
	@echo ... ThresholdSegmentationLevelSetImageFilter
	@echo ... GibbsPriorImageFilter1
	@echo ... VectorConfidenceConnected
	@echo ... FastMarchingImageFilter
	@echo ... CellularSegmentation1
	@echo ... CellularSegmentation2
	@echo ... package
	@echo ... ConfidenceConnected3D
	@echo ... list_install_components
	@echo ... package_source
	@echo ... LaplacianSegmentationLevelSetImageFilter
	@echo ... ConnectedThresholdImageFilter
	@echo ... test
	@echo ... ShapeDetectionLevelSetFilter
	@echo ... IsolatedConnectedImageFilter
	@echo ... CannySegmentationLevelSetImageFilter.obj
	@echo ... CannySegmentationLevelSetImageFilter.i
	@echo ... CannySegmentationLevelSetImageFilter.s
	@echo ... CellularSegmentation1.obj
	@echo ... CellularSegmentation1.i
	@echo ... CellularSegmentation1.s
	@echo ... CellularSegmentation2.obj
	@echo ... CellularSegmentation2.i
	@echo ... CellularSegmentation2.s
	@echo ... ConfidenceConnected.obj
	@echo ... ConfidenceConnected.i
	@echo ... ConfidenceConnected.s
	@echo ... ConfidenceConnected3D.obj
	@echo ... ConfidenceConnected3D.i
	@echo ... ConfidenceConnected3D.s
	@echo ... ConnectedThresholdImageFilter.obj
	@echo ... ConnectedThresholdImageFilter.i
	@echo ... ConnectedThresholdImageFilter.s
	@echo ... CurvesLevelSetImageFilter.obj
	@echo ... CurvesLevelSetImageFilter.i
	@echo ... CurvesLevelSetImageFilter.s
	@echo ... FastMarchingImageFilter.obj
	@echo ... FastMarchingImageFilter.i
	@echo ... FastMarchingImageFilter.s
	@echo ... GeodesicActiveContourImageFilter.obj
	@echo ... GeodesicActiveContourImageFilter.i
	@echo ... GeodesicActiveContourImageFilter.s
	@echo ... GeodesicActiveContourShapePriorLevelSetImageFilter.obj
	@echo ... GeodesicActiveContourShapePriorLevelSetImageFilter.i
	@echo ... GeodesicActiveContourShapePriorLevelSetImageFilter.s
	@echo ... GibbsPriorImageFilter1.obj
	@echo ... GibbsPriorImageFilter1.i
	@echo ... GibbsPriorImageFilter1.s
	@echo ... HoughTransform2DCirclesImageFilter.obj
	@echo ... HoughTransform2DCirclesImageFilter.i
	@echo ... HoughTransform2DCirclesImageFilter.s
	@echo ... HoughTransform2DLinesImageFilter.obj
	@echo ... HoughTransform2DLinesImageFilter.i
	@echo ... HoughTransform2DLinesImageFilter.s
	@echo ... IsolatedConnectedImageFilter.obj
	@echo ... IsolatedConnectedImageFilter.i
	@echo ... IsolatedConnectedImageFilter.s
	@echo ... LaplacianSegmentationLevelSetImageFilter.obj
	@echo ... LaplacianSegmentationLevelSetImageFilter.i
	@echo ... LaplacianSegmentationLevelSetImageFilter.s
	@echo ... NeighborhoodConnectedImageFilter.obj
	@echo ... NeighborhoodConnectedImageFilter.i
	@echo ... NeighborhoodConnectedImageFilter.s
	@echo ... RelabelComponentImageFilter.obj
	@echo ... RelabelComponentImageFilter.i
	@echo ... RelabelComponentImageFilter.s
	@echo ... ShapeDetectionLevelSetFilter.obj
	@echo ... ShapeDetectionLevelSetFilter.i
	@echo ... ShapeDetectionLevelSetFilter.s
	@echo ... ThresholdSegmentationLevelSetImageFilter.obj
	@echo ... ThresholdSegmentationLevelSetImageFilter.i
	@echo ... ThresholdSegmentationLevelSetImageFilter.s
	@echo ... VectorConfidenceConnected.obj
	@echo ... VectorConfidenceConnected.i
	@echo ... VectorConfidenceConnected.s
	@echo ... WatershedSegmentation1.obj
	@echo ... WatershedSegmentation1.i
	@echo ... WatershedSegmentation1.s
	@echo ... WatershedSegmentation2.obj
	@echo ... WatershedSegmentation2.i
	@echo ... WatershedSegmentation2.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

