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

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

# Convenience name for target.
ITKLevelSetsTestDriver: Modules/Segmentation/LevelSets/test/CMakeFiles/ITKLevelSetsTestDriver.dir/rule
.PHONY : ITKLevelSetsTestDriver

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

ITKLevelSetsTestDriver.obj: ITKLevelSetsTestDriver.cxx.obj
.PHONY : ITKLevelSetsTestDriver.obj

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

ITKLevelSetsTestDriver.i: ITKLevelSetsTestDriver.cxx.i
.PHONY : ITKLevelSetsTestDriver.i

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

ITKLevelSetsTestDriver.s: ITKLevelSetsTestDriver.cxx.s
.PHONY : ITKLevelSetsTestDriver.s

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

itkAnisotropicFourthOrderLevelSetImageFilterTest.obj: itkAnisotropicFourthOrderLevelSetImageFilterTest.cxx.obj
.PHONY : itkAnisotropicFourthOrderLevelSetImageFilterTest.obj

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

itkAnisotropicFourthOrderLevelSetImageFilterTest.i: itkAnisotropicFourthOrderLevelSetImageFilterTest.cxx.i
.PHONY : itkAnisotropicFourthOrderLevelSetImageFilterTest.i

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

itkAnisotropicFourthOrderLevelSetImageFilterTest.s: itkAnisotropicFourthOrderLevelSetImageFilterTest.cxx.s
.PHONY : itkAnisotropicFourthOrderLevelSetImageFilterTest.s

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

itkCannySegmentationLevelSetImageFilterTest.obj: itkCannySegmentationLevelSetImageFilterTest.cxx.obj
.PHONY : itkCannySegmentationLevelSetImageFilterTest.obj

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

itkCannySegmentationLevelSetImageFilterTest.i: itkCannySegmentationLevelSetImageFilterTest.cxx.i
.PHONY : itkCannySegmentationLevelSetImageFilterTest.i

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

itkCannySegmentationLevelSetImageFilterTest.s: itkCannySegmentationLevelSetImageFilterTest.cxx.s
.PHONY : itkCannySegmentationLevelSetImageFilterTest.s

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

itkCollidingFrontsImageFilterTest.obj: itkCollidingFrontsImageFilterTest.cxx.obj
.PHONY : itkCollidingFrontsImageFilterTest.obj

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

itkCollidingFrontsImageFilterTest.i: itkCollidingFrontsImageFilterTest.cxx.i
.PHONY : itkCollidingFrontsImageFilterTest.i

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

itkCollidingFrontsImageFilterTest.s: itkCollidingFrontsImageFilterTest.cxx.s
.PHONY : itkCollidingFrontsImageFilterTest.s

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

itkCurvesLevelSetImageFilterTest.obj: itkCurvesLevelSetImageFilterTest.cxx.obj
.PHONY : itkCurvesLevelSetImageFilterTest.obj

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

itkCurvesLevelSetImageFilterTest.i: itkCurvesLevelSetImageFilterTest.cxx.i
.PHONY : itkCurvesLevelSetImageFilterTest.i

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

itkCurvesLevelSetImageFilterTest.s: itkCurvesLevelSetImageFilterTest.cxx.s
.PHONY : itkCurvesLevelSetImageFilterTest.s

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

itkCurvesLevelSetImageFilterZeroSigmaTest.obj: itkCurvesLevelSetImageFilterZeroSigmaTest.cxx.obj
.PHONY : itkCurvesLevelSetImageFilterZeroSigmaTest.obj

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

itkCurvesLevelSetImageFilterZeroSigmaTest.i: itkCurvesLevelSetImageFilterZeroSigmaTest.cxx.i
.PHONY : itkCurvesLevelSetImageFilterZeroSigmaTest.i

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

itkCurvesLevelSetImageFilterZeroSigmaTest.s: itkCurvesLevelSetImageFilterZeroSigmaTest.cxx.s
.PHONY : itkCurvesLevelSetImageFilterZeroSigmaTest.s

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

itkExtensionVelocitiesImageFilterTest.obj: itkExtensionVelocitiesImageFilterTest.cxx.obj
.PHONY : itkExtensionVelocitiesImageFilterTest.obj

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

itkExtensionVelocitiesImageFilterTest.i: itkExtensionVelocitiesImageFilterTest.cxx.i
.PHONY : itkExtensionVelocitiesImageFilterTest.i

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

itkExtensionVelocitiesImageFilterTest.s: itkExtensionVelocitiesImageFilterTest.cxx.s
.PHONY : itkExtensionVelocitiesImageFilterTest.s

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

itkGeodesicActiveContourLevelSetImageFilterTest.obj: itkGeodesicActiveContourLevelSetImageFilterTest.cxx.obj
.PHONY : itkGeodesicActiveContourLevelSetImageFilterTest.obj

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

itkGeodesicActiveContourLevelSetImageFilterTest.i: itkGeodesicActiveContourLevelSetImageFilterTest.cxx.i
.PHONY : itkGeodesicActiveContourLevelSetImageFilterTest.i

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

itkGeodesicActiveContourLevelSetImageFilterTest.s: itkGeodesicActiveContourLevelSetImageFilterTest.cxx.s
.PHONY : itkGeodesicActiveContourLevelSetImageFilterTest.s

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

itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.obj: itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.cxx.obj
.PHONY : itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.obj

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

itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.i: itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.cxx.i
.PHONY : itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.i

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

itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.s: itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.cxx.s
.PHONY : itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.s

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

itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.obj: itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.cxx.obj
.PHONY : itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.obj

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

itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.i: itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.cxx.i
.PHONY : itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.i

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

itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.s: itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.cxx.s
.PHONY : itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.s

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

itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.obj: itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.cxx.obj
.PHONY : itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.obj

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

itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.i: itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.cxx.i
.PHONY : itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.i

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

itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.s: itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.cxx.s
.PHONY : itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.s

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

itkImplicitManifoldNormalVectorFilterTest.obj: itkImplicitManifoldNormalVectorFilterTest.cxx.obj
.PHONY : itkImplicitManifoldNormalVectorFilterTest.obj

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

itkImplicitManifoldNormalVectorFilterTest.i: itkImplicitManifoldNormalVectorFilterTest.cxx.i
.PHONY : itkImplicitManifoldNormalVectorFilterTest.i

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

itkImplicitManifoldNormalVectorFilterTest.s: itkImplicitManifoldNormalVectorFilterTest.cxx.s
.PHONY : itkImplicitManifoldNormalVectorFilterTest.s

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

itkIsotropicFourthOrderLevelSetImageFilterTest.obj: itkIsotropicFourthOrderLevelSetImageFilterTest.cxx.obj
.PHONY : itkIsotropicFourthOrderLevelSetImageFilterTest.obj

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

itkIsotropicFourthOrderLevelSetImageFilterTest.i: itkIsotropicFourthOrderLevelSetImageFilterTest.cxx.i
.PHONY : itkIsotropicFourthOrderLevelSetImageFilterTest.i

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

itkIsotropicFourthOrderLevelSetImageFilterTest.s: itkIsotropicFourthOrderLevelSetImageFilterTest.cxx.s
.PHONY : itkIsotropicFourthOrderLevelSetImageFilterTest.s

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

itkLaplacianSegmentationLevelSetImageFilterTest.obj: itkLaplacianSegmentationLevelSetImageFilterTest.cxx.obj
.PHONY : itkLaplacianSegmentationLevelSetImageFilterTest.obj

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

itkLaplacianSegmentationLevelSetImageFilterTest.i: itkLaplacianSegmentationLevelSetImageFilterTest.cxx.i
.PHONY : itkLaplacianSegmentationLevelSetImageFilterTest.i

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

itkLaplacianSegmentationLevelSetImageFilterTest.s: itkLaplacianSegmentationLevelSetImageFilterTest.cxx.s
.PHONY : itkLaplacianSegmentationLevelSetImageFilterTest.s

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

itkLevelSetFunctionTest.obj: itkLevelSetFunctionTest.cxx.obj
.PHONY : itkLevelSetFunctionTest.obj

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

itkLevelSetFunctionTest.i: itkLevelSetFunctionTest.cxx.i
.PHONY : itkLevelSetFunctionTest.i

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

itkLevelSetFunctionTest.s: itkLevelSetFunctionTest.cxx.s
.PHONY : itkLevelSetFunctionTest.s

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

itkLevelSetNeighborhoodExtractorTest.obj: itkLevelSetNeighborhoodExtractorTest.cxx.obj
.PHONY : itkLevelSetNeighborhoodExtractorTest.obj

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

itkLevelSetNeighborhoodExtractorTest.i: itkLevelSetNeighborhoodExtractorTest.cxx.i
.PHONY : itkLevelSetNeighborhoodExtractorTest.i

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

itkLevelSetNeighborhoodExtractorTest.s: itkLevelSetNeighborhoodExtractorTest.cxx.s
.PHONY : itkLevelSetNeighborhoodExtractorTest.s

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

itkLevelSetVelocityNeighborhoodExtractorTest.obj: itkLevelSetVelocityNeighborhoodExtractorTest.cxx.obj
.PHONY : itkLevelSetVelocityNeighborhoodExtractorTest.obj

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

itkLevelSetVelocityNeighborhoodExtractorTest.i: itkLevelSetVelocityNeighborhoodExtractorTest.cxx.i
.PHONY : itkLevelSetVelocityNeighborhoodExtractorTest.i

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

itkLevelSetVelocityNeighborhoodExtractorTest.s: itkLevelSetVelocityNeighborhoodExtractorTest.cxx.s
.PHONY : itkLevelSetVelocityNeighborhoodExtractorTest.s

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

itkNarrowBandCurvesLevelSetImageFilterTest.obj: itkNarrowBandCurvesLevelSetImageFilterTest.cxx.obj
.PHONY : itkNarrowBandCurvesLevelSetImageFilterTest.obj

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

itkNarrowBandCurvesLevelSetImageFilterTest.i: itkNarrowBandCurvesLevelSetImageFilterTest.cxx.i
.PHONY : itkNarrowBandCurvesLevelSetImageFilterTest.i

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

itkNarrowBandCurvesLevelSetImageFilterTest.s: itkNarrowBandCurvesLevelSetImageFilterTest.cxx.s
.PHONY : itkNarrowBandCurvesLevelSetImageFilterTest.s

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

itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.obj: itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.cxx.obj
.PHONY : itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.obj

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

itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.i: itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.cxx.i
.PHONY : itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.i

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

itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.s: itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.cxx.s
.PHONY : itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.s

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

itkParallelSparseFieldLevelSetImageFilterTest.obj: itkParallelSparseFieldLevelSetImageFilterTest.cxx.obj
.PHONY : itkParallelSparseFieldLevelSetImageFilterTest.obj

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

itkParallelSparseFieldLevelSetImageFilterTest.i: itkParallelSparseFieldLevelSetImageFilterTest.cxx.i
.PHONY : itkParallelSparseFieldLevelSetImageFilterTest.i

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

itkParallelSparseFieldLevelSetImageFilterTest.s: itkParallelSparseFieldLevelSetImageFilterTest.cxx.s
.PHONY : itkParallelSparseFieldLevelSetImageFilterTest.s

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

itkReinitializeLevelSetImageFilterTest.obj: itkReinitializeLevelSetImageFilterTest.cxx.obj
.PHONY : itkReinitializeLevelSetImageFilterTest.obj

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

itkReinitializeLevelSetImageFilterTest.i: itkReinitializeLevelSetImageFilterTest.cxx.i
.PHONY : itkReinitializeLevelSetImageFilterTest.i

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

itkReinitializeLevelSetImageFilterTest.s: itkReinitializeLevelSetImageFilterTest.cxx.s
.PHONY : itkReinitializeLevelSetImageFilterTest.s

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

itkShapeDetectionLevelSetImageFilterTest.obj: itkShapeDetectionLevelSetImageFilterTest.cxx.obj
.PHONY : itkShapeDetectionLevelSetImageFilterTest.obj

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

itkShapeDetectionLevelSetImageFilterTest.i: itkShapeDetectionLevelSetImageFilterTest.cxx.i
.PHONY : itkShapeDetectionLevelSetImageFilterTest.i

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

itkShapeDetectionLevelSetImageFilterTest.s: itkShapeDetectionLevelSetImageFilterTest.cxx.s
.PHONY : itkShapeDetectionLevelSetImageFilterTest.s

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

itkShapePriorMAPCostFunctionTest.obj: itkShapePriorMAPCostFunctionTest.cxx.obj
.PHONY : itkShapePriorMAPCostFunctionTest.obj

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

itkShapePriorMAPCostFunctionTest.i: itkShapePriorMAPCostFunctionTest.cxx.i
.PHONY : itkShapePriorMAPCostFunctionTest.i

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

itkShapePriorMAPCostFunctionTest.s: itkShapePriorMAPCostFunctionTest.cxx.s
.PHONY : itkShapePriorMAPCostFunctionTest.s

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

itkShapePriorSegmentationLevelSetFunctionTest.obj: itkShapePriorSegmentationLevelSetFunctionTest.cxx.obj
.PHONY : itkShapePriorSegmentationLevelSetFunctionTest.obj

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

itkShapePriorSegmentationLevelSetFunctionTest.i: itkShapePriorSegmentationLevelSetFunctionTest.cxx.i
.PHONY : itkShapePriorSegmentationLevelSetFunctionTest.i

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

itkShapePriorSegmentationLevelSetFunctionTest.s: itkShapePriorSegmentationLevelSetFunctionTest.cxx.s
.PHONY : itkShapePriorSegmentationLevelSetFunctionTest.s

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

itkSparseFieldFourthOrderLevelSetImageFilterTest.obj: itkSparseFieldFourthOrderLevelSetImageFilterTest.cxx.obj
.PHONY : itkSparseFieldFourthOrderLevelSetImageFilterTest.obj

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

itkSparseFieldFourthOrderLevelSetImageFilterTest.i: itkSparseFieldFourthOrderLevelSetImageFilterTest.cxx.i
.PHONY : itkSparseFieldFourthOrderLevelSetImageFilterTest.i

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

itkSparseFieldFourthOrderLevelSetImageFilterTest.s: itkSparseFieldFourthOrderLevelSetImageFilterTest.cxx.s
.PHONY : itkSparseFieldFourthOrderLevelSetImageFilterTest.s

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

itkThresholdSegmentationLevelSetImageFilterTest.obj: itkThresholdSegmentationLevelSetImageFilterTest.cxx.obj
.PHONY : itkThresholdSegmentationLevelSetImageFilterTest.obj

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

itkThresholdSegmentationLevelSetImageFilterTest.i: itkThresholdSegmentationLevelSetImageFilterTest.cxx.i
.PHONY : itkThresholdSegmentationLevelSetImageFilterTest.i

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

itkThresholdSegmentationLevelSetImageFilterTest.s: itkThresholdSegmentationLevelSetImageFilterTest.cxx.s
.PHONY : itkThresholdSegmentationLevelSetImageFilterTest.s

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

itkUnsharpMaskLevelSetImageFilterTest.obj: itkUnsharpMaskLevelSetImageFilterTest.cxx.obj
.PHONY : itkUnsharpMaskLevelSetImageFilterTest.obj

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

itkUnsharpMaskLevelSetImageFilterTest.i: itkUnsharpMaskLevelSetImageFilterTest.cxx.i
.PHONY : itkUnsharpMaskLevelSetImageFilterTest.i

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

itkUnsharpMaskLevelSetImageFilterTest.s: itkUnsharpMaskLevelSetImageFilterTest.cxx.s
.PHONY : itkUnsharpMaskLevelSetImageFilterTest.s

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

itkVectorThresholdSegmentationLevelSetImageFilterTest.obj: itkVectorThresholdSegmentationLevelSetImageFilterTest.cxx.obj
.PHONY : itkVectorThresholdSegmentationLevelSetImageFilterTest.obj

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

itkVectorThresholdSegmentationLevelSetImageFilterTest.i: itkVectorThresholdSegmentationLevelSetImageFilterTest.cxx.i
.PHONY : itkVectorThresholdSegmentationLevelSetImageFilterTest.i

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

itkVectorThresholdSegmentationLevelSetImageFilterTest.s: itkVectorThresholdSegmentationLevelSetImageFilterTest.cxx.s
.PHONY : itkVectorThresholdSegmentationLevelSetImageFilterTest.s

# target to generate assembly for a file
itkVectorThresholdSegmentationLevelSetImageFilterTest.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Segmentation\LevelSets\test\CMakeFiles\ITKLevelSetsTestDriver.dir\build.make Modules/Segmentation/LevelSets/test/CMakeFiles/ITKLevelSetsTestDriver.dir/itkVectorThresholdSegmentationLevelSetImageFilterTest.cxx.s
.PHONY : itkVectorThresholdSegmentationLevelSetImageFilterTest.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 ... rebuild_cache
	@echo ... ITKLevelSetsTestDriver
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... ITKLevelSetsTestDriver.obj
	@echo ... ITKLevelSetsTestDriver.i
	@echo ... ITKLevelSetsTestDriver.s
	@echo ... itkAnisotropicFourthOrderLevelSetImageFilterTest.obj
	@echo ... itkAnisotropicFourthOrderLevelSetImageFilterTest.i
	@echo ... itkAnisotropicFourthOrderLevelSetImageFilterTest.s
	@echo ... itkCannySegmentationLevelSetImageFilterTest.obj
	@echo ... itkCannySegmentationLevelSetImageFilterTest.i
	@echo ... itkCannySegmentationLevelSetImageFilterTest.s
	@echo ... itkCollidingFrontsImageFilterTest.obj
	@echo ... itkCollidingFrontsImageFilterTest.i
	@echo ... itkCollidingFrontsImageFilterTest.s
	@echo ... itkCurvesLevelSetImageFilterTest.obj
	@echo ... itkCurvesLevelSetImageFilterTest.i
	@echo ... itkCurvesLevelSetImageFilterTest.s
	@echo ... itkCurvesLevelSetImageFilterZeroSigmaTest.obj
	@echo ... itkCurvesLevelSetImageFilterZeroSigmaTest.i
	@echo ... itkCurvesLevelSetImageFilterZeroSigmaTest.s
	@echo ... itkExtensionVelocitiesImageFilterTest.obj
	@echo ... itkExtensionVelocitiesImageFilterTest.i
	@echo ... itkExtensionVelocitiesImageFilterTest.s
	@echo ... itkGeodesicActiveContourLevelSetImageFilterTest.obj
	@echo ... itkGeodesicActiveContourLevelSetImageFilterTest.i
	@echo ... itkGeodesicActiveContourLevelSetImageFilterTest.s
	@echo ... itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.obj
	@echo ... itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.i
	@echo ... itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.s
	@echo ... itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.obj
	@echo ... itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.i
	@echo ... itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.s
	@echo ... itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.obj
	@echo ... itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.i
	@echo ... itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.s
	@echo ... itkImplicitManifoldNormalVectorFilterTest.obj
	@echo ... itkImplicitManifoldNormalVectorFilterTest.i
	@echo ... itkImplicitManifoldNormalVectorFilterTest.s
	@echo ... itkIsotropicFourthOrderLevelSetImageFilterTest.obj
	@echo ... itkIsotropicFourthOrderLevelSetImageFilterTest.i
	@echo ... itkIsotropicFourthOrderLevelSetImageFilterTest.s
	@echo ... itkLaplacianSegmentationLevelSetImageFilterTest.obj
	@echo ... itkLaplacianSegmentationLevelSetImageFilterTest.i
	@echo ... itkLaplacianSegmentationLevelSetImageFilterTest.s
	@echo ... itkLevelSetFunctionTest.obj
	@echo ... itkLevelSetFunctionTest.i
	@echo ... itkLevelSetFunctionTest.s
	@echo ... itkLevelSetNeighborhoodExtractorTest.obj
	@echo ... itkLevelSetNeighborhoodExtractorTest.i
	@echo ... itkLevelSetNeighborhoodExtractorTest.s
	@echo ... itkLevelSetVelocityNeighborhoodExtractorTest.obj
	@echo ... itkLevelSetVelocityNeighborhoodExtractorTest.i
	@echo ... itkLevelSetVelocityNeighborhoodExtractorTest.s
	@echo ... itkNarrowBandCurvesLevelSetImageFilterTest.obj
	@echo ... itkNarrowBandCurvesLevelSetImageFilterTest.i
	@echo ... itkNarrowBandCurvesLevelSetImageFilterTest.s
	@echo ... itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.obj
	@echo ... itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.i
	@echo ... itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.s
	@echo ... itkParallelSparseFieldLevelSetImageFilterTest.obj
	@echo ... itkParallelSparseFieldLevelSetImageFilterTest.i
	@echo ... itkParallelSparseFieldLevelSetImageFilterTest.s
	@echo ... itkReinitializeLevelSetImageFilterTest.obj
	@echo ... itkReinitializeLevelSetImageFilterTest.i
	@echo ... itkReinitializeLevelSetImageFilterTest.s
	@echo ... itkShapeDetectionLevelSetImageFilterTest.obj
	@echo ... itkShapeDetectionLevelSetImageFilterTest.i
	@echo ... itkShapeDetectionLevelSetImageFilterTest.s
	@echo ... itkShapePriorMAPCostFunctionTest.obj
	@echo ... itkShapePriorMAPCostFunctionTest.i
	@echo ... itkShapePriorMAPCostFunctionTest.s
	@echo ... itkShapePriorSegmentationLevelSetFunctionTest.obj
	@echo ... itkShapePriorSegmentationLevelSetFunctionTest.i
	@echo ... itkShapePriorSegmentationLevelSetFunctionTest.s
	@echo ... itkSparseFieldFourthOrderLevelSetImageFilterTest.obj
	@echo ... itkSparseFieldFourthOrderLevelSetImageFilterTest.i
	@echo ... itkSparseFieldFourthOrderLevelSetImageFilterTest.s
	@echo ... itkThresholdSegmentationLevelSetImageFilterTest.obj
	@echo ... itkThresholdSegmentationLevelSetImageFilterTest.i
	@echo ... itkThresholdSegmentationLevelSetImageFilterTest.s
	@echo ... itkUnsharpMaskLevelSetImageFilterTest.obj
	@echo ... itkUnsharpMaskLevelSetImageFilterTest.i
	@echo ... itkUnsharpMaskLevelSetImageFilterTest.s
	@echo ... itkVectorThresholdSegmentationLevelSetImageFilterTest.obj
	@echo ... itkVectorThresholdSegmentationLevelSetImageFilterTest.i
	@echo ... itkVectorThresholdSegmentationLevelSetImageFilterTest.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

