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

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

# Convenience name for target.
ITKImageFunctionTestDriver: Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/rule
.PHONY : ITKImageFunctionTestDriver

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

ITKImageFunctionTestDriver.obj: ITKImageFunctionTestDriver.cxx.obj
.PHONY : ITKImageFunctionTestDriver.obj

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

ITKImageFunctionTestDriver.i: ITKImageFunctionTestDriver.cxx.i
.PHONY : ITKImageFunctionTestDriver.i

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

ITKImageFunctionTestDriver.s: ITKImageFunctionTestDriver.cxx.s
.PHONY : ITKImageFunctionTestDriver.s

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

itkBSplineDecompositionImageFilterTest.obj: itkBSplineDecompositionImageFilterTest.cxx.obj
.PHONY : itkBSplineDecompositionImageFilterTest.obj

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

itkBSplineDecompositionImageFilterTest.i: itkBSplineDecompositionImageFilterTest.cxx.i
.PHONY : itkBSplineDecompositionImageFilterTest.i

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

itkBSplineDecompositionImageFilterTest.s: itkBSplineDecompositionImageFilterTest.cxx.s
.PHONY : itkBSplineDecompositionImageFilterTest.s

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

itkBSplineInterpolateImageFunctionTest.obj: itkBSplineInterpolateImageFunctionTest.cxx.obj
.PHONY : itkBSplineInterpolateImageFunctionTest.obj

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

itkBSplineInterpolateImageFunctionTest.i: itkBSplineInterpolateImageFunctionTest.cxx.i
.PHONY : itkBSplineInterpolateImageFunctionTest.i

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

itkBSplineInterpolateImageFunctionTest.s: itkBSplineInterpolateImageFunctionTest.cxx.s
.PHONY : itkBSplineInterpolateImageFunctionTest.s

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

itkBSplineResampleImageFunctionTest.obj: itkBSplineResampleImageFunctionTest.cxx.obj
.PHONY : itkBSplineResampleImageFunctionTest.obj

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

itkBSplineResampleImageFunctionTest.i: itkBSplineResampleImageFunctionTest.cxx.i
.PHONY : itkBSplineResampleImageFunctionTest.i

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

itkBSplineResampleImageFunctionTest.s: itkBSplineResampleImageFunctionTest.cxx.s
.PHONY : itkBSplineResampleImageFunctionTest.s

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

itkBinaryThresholdImageFunctionTest.obj: itkBinaryThresholdImageFunctionTest.cxx.obj
.PHONY : itkBinaryThresholdImageFunctionTest.obj

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

itkBinaryThresholdImageFunctionTest.i: itkBinaryThresholdImageFunctionTest.cxx.i
.PHONY : itkBinaryThresholdImageFunctionTest.i

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

itkBinaryThresholdImageFunctionTest.s: itkBinaryThresholdImageFunctionTest.cxx.s
.PHONY : itkBinaryThresholdImageFunctionTest.s

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

itkCentralDifferenceImageFunctionOnVectorSpeedTest.obj: itkCentralDifferenceImageFunctionOnVectorSpeedTest.cxx.obj
.PHONY : itkCentralDifferenceImageFunctionOnVectorSpeedTest.obj

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

itkCentralDifferenceImageFunctionOnVectorSpeedTest.i: itkCentralDifferenceImageFunctionOnVectorSpeedTest.cxx.i
.PHONY : itkCentralDifferenceImageFunctionOnVectorSpeedTest.i

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

itkCentralDifferenceImageFunctionOnVectorSpeedTest.s: itkCentralDifferenceImageFunctionOnVectorSpeedTest.cxx.s
.PHONY : itkCentralDifferenceImageFunctionOnVectorSpeedTest.s

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

itkCentralDifferenceImageFunctionOnVectorTest.obj: itkCentralDifferenceImageFunctionOnVectorTest.cxx.obj
.PHONY : itkCentralDifferenceImageFunctionOnVectorTest.obj

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

itkCentralDifferenceImageFunctionOnVectorTest.i: itkCentralDifferenceImageFunctionOnVectorTest.cxx.i
.PHONY : itkCentralDifferenceImageFunctionOnVectorTest.i

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

itkCentralDifferenceImageFunctionOnVectorTest.s: itkCentralDifferenceImageFunctionOnVectorTest.cxx.s
.PHONY : itkCentralDifferenceImageFunctionOnVectorTest.s

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

itkCentralDifferenceImageFunctionSpeedTest.obj: itkCentralDifferenceImageFunctionSpeedTest.cxx.obj
.PHONY : itkCentralDifferenceImageFunctionSpeedTest.obj

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

itkCentralDifferenceImageFunctionSpeedTest.i: itkCentralDifferenceImageFunctionSpeedTest.cxx.i
.PHONY : itkCentralDifferenceImageFunctionSpeedTest.i

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

itkCentralDifferenceImageFunctionSpeedTest.s: itkCentralDifferenceImageFunctionSpeedTest.cxx.s
.PHONY : itkCentralDifferenceImageFunctionSpeedTest.s

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

itkCentralDifferenceImageFunctionTest.obj: itkCentralDifferenceImageFunctionTest.cxx.obj
.PHONY : itkCentralDifferenceImageFunctionTest.obj

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

itkCentralDifferenceImageFunctionTest.i: itkCentralDifferenceImageFunctionTest.cxx.i
.PHONY : itkCentralDifferenceImageFunctionTest.i

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

itkCentralDifferenceImageFunctionTest.s: itkCentralDifferenceImageFunctionTest.cxx.s
.PHONY : itkCentralDifferenceImageFunctionTest.s

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

itkCovarianceImageFunctionTest.obj: itkCovarianceImageFunctionTest.cxx.obj
.PHONY : itkCovarianceImageFunctionTest.obj

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

itkCovarianceImageFunctionTest.i: itkCovarianceImageFunctionTest.cxx.i
.PHONY : itkCovarianceImageFunctionTest.i

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

itkCovarianceImageFunctionTest.s: itkCovarianceImageFunctionTest.cxx.s
.PHONY : itkCovarianceImageFunctionTest.s

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

itkGaussianBlurImageFunctionTest.obj: itkGaussianBlurImageFunctionTest.cxx.obj
.PHONY : itkGaussianBlurImageFunctionTest.obj

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

itkGaussianBlurImageFunctionTest.i: itkGaussianBlurImageFunctionTest.cxx.i
.PHONY : itkGaussianBlurImageFunctionTest.i

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

itkGaussianBlurImageFunctionTest.s: itkGaussianBlurImageFunctionTest.cxx.s
.PHONY : itkGaussianBlurImageFunctionTest.s

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

itkGaussianDerivativeImageFunctionTest.obj: itkGaussianDerivativeImageFunctionTest.cxx.obj
.PHONY : itkGaussianDerivativeImageFunctionTest.obj

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

itkGaussianDerivativeImageFunctionTest.i: itkGaussianDerivativeImageFunctionTest.cxx.i
.PHONY : itkGaussianDerivativeImageFunctionTest.i

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

itkGaussianDerivativeImageFunctionTest.s: itkGaussianDerivativeImageFunctionTest.cxx.s
.PHONY : itkGaussianDerivativeImageFunctionTest.s

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

itkGaussianInterpolateImageFunctionTest.obj: itkGaussianInterpolateImageFunctionTest.cxx.obj
.PHONY : itkGaussianInterpolateImageFunctionTest.obj

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

itkGaussianInterpolateImageFunctionTest.i: itkGaussianInterpolateImageFunctionTest.cxx.i
.PHONY : itkGaussianInterpolateImageFunctionTest.i

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

itkGaussianInterpolateImageFunctionTest.s: itkGaussianInterpolateImageFunctionTest.cxx.s
.PHONY : itkGaussianInterpolateImageFunctionTest.s

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

itkImageAdaptorInterpolateImageFunctionTest.obj: itkImageAdaptorInterpolateImageFunctionTest.cxx.obj
.PHONY : itkImageAdaptorInterpolateImageFunctionTest.obj

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

itkImageAdaptorInterpolateImageFunctionTest.i: itkImageAdaptorInterpolateImageFunctionTest.cxx.i
.PHONY : itkImageAdaptorInterpolateImageFunctionTest.i

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

itkImageAdaptorInterpolateImageFunctionTest.s: itkImageAdaptorInterpolateImageFunctionTest.cxx.s
.PHONY : itkImageAdaptorInterpolateImageFunctionTest.s

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

itkInterpolateTest.obj: itkInterpolateTest.cxx.obj
.PHONY : itkInterpolateTest.obj

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

itkInterpolateTest.i: itkInterpolateTest.cxx.i
.PHONY : itkInterpolateTest.i

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

itkInterpolateTest.s: itkInterpolateTest.cxx.s
.PHONY : itkInterpolateTest.s

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

itkLabelImageGaussianInterpolateImageFunctionTest.obj: itkLabelImageGaussianInterpolateImageFunctionTest.cxx.obj
.PHONY : itkLabelImageGaussianInterpolateImageFunctionTest.obj

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

itkLabelImageGaussianInterpolateImageFunctionTest.i: itkLabelImageGaussianInterpolateImageFunctionTest.cxx.i
.PHONY : itkLabelImageGaussianInterpolateImageFunctionTest.i

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

itkLabelImageGaussianInterpolateImageFunctionTest.s: itkLabelImageGaussianInterpolateImageFunctionTest.cxx.s
.PHONY : itkLabelImageGaussianInterpolateImageFunctionTest.s

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

itkLinearInterpolateImageFunctionTest.obj: itkLinearInterpolateImageFunctionTest.cxx.obj
.PHONY : itkLinearInterpolateImageFunctionTest.obj

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

itkLinearInterpolateImageFunctionTest.i: itkLinearInterpolateImageFunctionTest.cxx.i
.PHONY : itkLinearInterpolateImageFunctionTest.i

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

itkLinearInterpolateImageFunctionTest.s: itkLinearInterpolateImageFunctionTest.cxx.s
.PHONY : itkLinearInterpolateImageFunctionTest.s

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

itkMahalanobisDistanceThresholdImageFunctionTest.obj: itkMahalanobisDistanceThresholdImageFunctionTest.cxx.obj
.PHONY : itkMahalanobisDistanceThresholdImageFunctionTest.obj

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

itkMahalanobisDistanceThresholdImageFunctionTest.i: itkMahalanobisDistanceThresholdImageFunctionTest.cxx.i
.PHONY : itkMahalanobisDistanceThresholdImageFunctionTest.i

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

itkMahalanobisDistanceThresholdImageFunctionTest.s: itkMahalanobisDistanceThresholdImageFunctionTest.cxx.s
.PHONY : itkMahalanobisDistanceThresholdImageFunctionTest.s

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

itkMeanImageFunctionTest.obj: itkMeanImageFunctionTest.cxx.obj
.PHONY : itkMeanImageFunctionTest.obj

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

itkMeanImageFunctionTest.i: itkMeanImageFunctionTest.cxx.i
.PHONY : itkMeanImageFunctionTest.i

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

itkMeanImageFunctionTest.s: itkMeanImageFunctionTest.cxx.s
.PHONY : itkMeanImageFunctionTest.s

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

itkMedianImageFunctionTest.obj: itkMedianImageFunctionTest.cxx.obj
.PHONY : itkMedianImageFunctionTest.obj

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

itkMedianImageFunctionTest.i: itkMedianImageFunctionTest.cxx.i
.PHONY : itkMedianImageFunctionTest.i

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

itkMedianImageFunctionTest.s: itkMedianImageFunctionTest.cxx.s
.PHONY : itkMedianImageFunctionTest.s

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

itkNearestNeighborExtrapolateImageFunctionTest.obj: itkNearestNeighborExtrapolateImageFunctionTest.cxx.obj
.PHONY : itkNearestNeighborExtrapolateImageFunctionTest.obj

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

itkNearestNeighborExtrapolateImageFunctionTest.i: itkNearestNeighborExtrapolateImageFunctionTest.cxx.i
.PHONY : itkNearestNeighborExtrapolateImageFunctionTest.i

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

itkNearestNeighborExtrapolateImageFunctionTest.s: itkNearestNeighborExtrapolateImageFunctionTest.cxx.s
.PHONY : itkNearestNeighborExtrapolateImageFunctionTest.s

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

itkNearestNeighborInterpolateImageFunctionTest.obj: itkNearestNeighborInterpolateImageFunctionTest.cxx.obj
.PHONY : itkNearestNeighborInterpolateImageFunctionTest.obj

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

itkNearestNeighborInterpolateImageFunctionTest.i: itkNearestNeighborInterpolateImageFunctionTest.cxx.i
.PHONY : itkNearestNeighborInterpolateImageFunctionTest.i

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

itkNearestNeighborInterpolateImageFunctionTest.s: itkNearestNeighborInterpolateImageFunctionTest.cxx.s
.PHONY : itkNearestNeighborInterpolateImageFunctionTest.s

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

itkNeighborhoodOperatorImageFunctionTest.obj: itkNeighborhoodOperatorImageFunctionTest.cxx.obj
.PHONY : itkNeighborhoodOperatorImageFunctionTest.obj

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

itkNeighborhoodOperatorImageFunctionTest.i: itkNeighborhoodOperatorImageFunctionTest.cxx.i
.PHONY : itkNeighborhoodOperatorImageFunctionTest.i

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

itkNeighborhoodOperatorImageFunctionTest.s: itkNeighborhoodOperatorImageFunctionTest.cxx.s
.PHONY : itkNeighborhoodOperatorImageFunctionTest.s

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

itkRGBInterpolateImageFunctionTest.obj: itkRGBInterpolateImageFunctionTest.cxx.obj
.PHONY : itkRGBInterpolateImageFunctionTest.obj

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

itkRGBInterpolateImageFunctionTest.i: itkRGBInterpolateImageFunctionTest.cxx.i
.PHONY : itkRGBInterpolateImageFunctionTest.i

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

itkRGBInterpolateImageFunctionTest.s: itkRGBInterpolateImageFunctionTest.cxx.s
.PHONY : itkRGBInterpolateImageFunctionTest.s

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

itkRayCastInterpolateImageFunctionTest.obj: itkRayCastInterpolateImageFunctionTest.cxx.obj
.PHONY : itkRayCastInterpolateImageFunctionTest.obj

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

itkRayCastInterpolateImageFunctionTest.i: itkRayCastInterpolateImageFunctionTest.cxx.i
.PHONY : itkRayCastInterpolateImageFunctionTest.i

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

itkRayCastInterpolateImageFunctionTest.s: itkRayCastInterpolateImageFunctionTest.cxx.s
.PHONY : itkRayCastInterpolateImageFunctionTest.s

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

itkScatterMatrixImageFunctionTest.obj: itkScatterMatrixImageFunctionTest.cxx.obj
.PHONY : itkScatterMatrixImageFunctionTest.obj

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

itkScatterMatrixImageFunctionTest.i: itkScatterMatrixImageFunctionTest.cxx.i
.PHONY : itkScatterMatrixImageFunctionTest.i

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

itkScatterMatrixImageFunctionTest.s: itkScatterMatrixImageFunctionTest.cxx.s
.PHONY : itkScatterMatrixImageFunctionTest.s

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

itkVarianceImageFunctionTest.obj: itkVarianceImageFunctionTest.cxx.obj
.PHONY : itkVarianceImageFunctionTest.obj

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

itkVarianceImageFunctionTest.i: itkVarianceImageFunctionTest.cxx.i
.PHONY : itkVarianceImageFunctionTest.i

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

itkVarianceImageFunctionTest.s: itkVarianceImageFunctionTest.cxx.s
.PHONY : itkVarianceImageFunctionTest.s

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

itkVectorInterpolateImageFunctionTest.obj: itkVectorInterpolateImageFunctionTest.cxx.obj
.PHONY : itkVectorInterpolateImageFunctionTest.obj

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

itkVectorInterpolateImageFunctionTest.i: itkVectorInterpolateImageFunctionTest.cxx.i
.PHONY : itkVectorInterpolateImageFunctionTest.i

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

itkVectorInterpolateImageFunctionTest.s: itkVectorInterpolateImageFunctionTest.cxx.s
.PHONY : itkVectorInterpolateImageFunctionTest.s

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

itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.obj: itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.cxx.obj
.PHONY : itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.obj

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

itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.i: itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.cxx.i
.PHONY : itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.i

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

itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.s: itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.cxx.s
.PHONY : itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.s

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

itkVectorMeanImageFunctionTest.obj: itkVectorMeanImageFunctionTest.cxx.obj
.PHONY : itkVectorMeanImageFunctionTest.obj

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

itkVectorMeanImageFunctionTest.i: itkVectorMeanImageFunctionTest.cxx.i
.PHONY : itkVectorMeanImageFunctionTest.i

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

itkVectorMeanImageFunctionTest.s: itkVectorMeanImageFunctionTest.cxx.s
.PHONY : itkVectorMeanImageFunctionTest.s

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

itkWindowedSincInterpolateImageFunctionTest.obj: itkWindowedSincInterpolateImageFunctionTest.cxx.obj
.PHONY : itkWindowedSincInterpolateImageFunctionTest.obj

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

itkWindowedSincInterpolateImageFunctionTest.i: itkWindowedSincInterpolateImageFunctionTest.cxx.i
.PHONY : itkWindowedSincInterpolateImageFunctionTest.i

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

itkWindowedSincInterpolateImageFunctionTest.s: itkWindowedSincInterpolateImageFunctionTest.cxx.s
.PHONY : itkWindowedSincInterpolateImageFunctionTest.s

# target to generate assembly for a file
itkWindowedSincInterpolateImageFunctionTest.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Core\ImageFunction\test\CMakeFiles\ITKImageFunctionTestDriver.dir\build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkWindowedSincInterpolateImageFunctionTest.cxx.s
.PHONY : itkWindowedSincInterpolateImageFunctionTest.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 ... ITKImageFunctionTestDriver
	@echo ... rebuild_cache
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... ITKImageFunctionTestDriver.obj
	@echo ... ITKImageFunctionTestDriver.i
	@echo ... ITKImageFunctionTestDriver.s
	@echo ... itkBSplineDecompositionImageFilterTest.obj
	@echo ... itkBSplineDecompositionImageFilterTest.i
	@echo ... itkBSplineDecompositionImageFilterTest.s
	@echo ... itkBSplineInterpolateImageFunctionTest.obj
	@echo ... itkBSplineInterpolateImageFunctionTest.i
	@echo ... itkBSplineInterpolateImageFunctionTest.s
	@echo ... itkBSplineResampleImageFunctionTest.obj
	@echo ... itkBSplineResampleImageFunctionTest.i
	@echo ... itkBSplineResampleImageFunctionTest.s
	@echo ... itkBinaryThresholdImageFunctionTest.obj
	@echo ... itkBinaryThresholdImageFunctionTest.i
	@echo ... itkBinaryThresholdImageFunctionTest.s
	@echo ... itkCentralDifferenceImageFunctionOnVectorSpeedTest.obj
	@echo ... itkCentralDifferenceImageFunctionOnVectorSpeedTest.i
	@echo ... itkCentralDifferenceImageFunctionOnVectorSpeedTest.s
	@echo ... itkCentralDifferenceImageFunctionOnVectorTest.obj
	@echo ... itkCentralDifferenceImageFunctionOnVectorTest.i
	@echo ... itkCentralDifferenceImageFunctionOnVectorTest.s
	@echo ... itkCentralDifferenceImageFunctionSpeedTest.obj
	@echo ... itkCentralDifferenceImageFunctionSpeedTest.i
	@echo ... itkCentralDifferenceImageFunctionSpeedTest.s
	@echo ... itkCentralDifferenceImageFunctionTest.obj
	@echo ... itkCentralDifferenceImageFunctionTest.i
	@echo ... itkCentralDifferenceImageFunctionTest.s
	@echo ... itkCovarianceImageFunctionTest.obj
	@echo ... itkCovarianceImageFunctionTest.i
	@echo ... itkCovarianceImageFunctionTest.s
	@echo ... itkGaussianBlurImageFunctionTest.obj
	@echo ... itkGaussianBlurImageFunctionTest.i
	@echo ... itkGaussianBlurImageFunctionTest.s
	@echo ... itkGaussianDerivativeImageFunctionTest.obj
	@echo ... itkGaussianDerivativeImageFunctionTest.i
	@echo ... itkGaussianDerivativeImageFunctionTest.s
	@echo ... itkGaussianInterpolateImageFunctionTest.obj
	@echo ... itkGaussianInterpolateImageFunctionTest.i
	@echo ... itkGaussianInterpolateImageFunctionTest.s
	@echo ... itkImageAdaptorInterpolateImageFunctionTest.obj
	@echo ... itkImageAdaptorInterpolateImageFunctionTest.i
	@echo ... itkImageAdaptorInterpolateImageFunctionTest.s
	@echo ... itkInterpolateTest.obj
	@echo ... itkInterpolateTest.i
	@echo ... itkInterpolateTest.s
	@echo ... itkLabelImageGaussianInterpolateImageFunctionTest.obj
	@echo ... itkLabelImageGaussianInterpolateImageFunctionTest.i
	@echo ... itkLabelImageGaussianInterpolateImageFunctionTest.s
	@echo ... itkLinearInterpolateImageFunctionTest.obj
	@echo ... itkLinearInterpolateImageFunctionTest.i
	@echo ... itkLinearInterpolateImageFunctionTest.s
	@echo ... itkMahalanobisDistanceThresholdImageFunctionTest.obj
	@echo ... itkMahalanobisDistanceThresholdImageFunctionTest.i
	@echo ... itkMahalanobisDistanceThresholdImageFunctionTest.s
	@echo ... itkMeanImageFunctionTest.obj
	@echo ... itkMeanImageFunctionTest.i
	@echo ... itkMeanImageFunctionTest.s
	@echo ... itkMedianImageFunctionTest.obj
	@echo ... itkMedianImageFunctionTest.i
	@echo ... itkMedianImageFunctionTest.s
	@echo ... itkNearestNeighborExtrapolateImageFunctionTest.obj
	@echo ... itkNearestNeighborExtrapolateImageFunctionTest.i
	@echo ... itkNearestNeighborExtrapolateImageFunctionTest.s
	@echo ... itkNearestNeighborInterpolateImageFunctionTest.obj
	@echo ... itkNearestNeighborInterpolateImageFunctionTest.i
	@echo ... itkNearestNeighborInterpolateImageFunctionTest.s
	@echo ... itkNeighborhoodOperatorImageFunctionTest.obj
	@echo ... itkNeighborhoodOperatorImageFunctionTest.i
	@echo ... itkNeighborhoodOperatorImageFunctionTest.s
	@echo ... itkRGBInterpolateImageFunctionTest.obj
	@echo ... itkRGBInterpolateImageFunctionTest.i
	@echo ... itkRGBInterpolateImageFunctionTest.s
	@echo ... itkRayCastInterpolateImageFunctionTest.obj
	@echo ... itkRayCastInterpolateImageFunctionTest.i
	@echo ... itkRayCastInterpolateImageFunctionTest.s
	@echo ... itkScatterMatrixImageFunctionTest.obj
	@echo ... itkScatterMatrixImageFunctionTest.i
	@echo ... itkScatterMatrixImageFunctionTest.s
	@echo ... itkVarianceImageFunctionTest.obj
	@echo ... itkVarianceImageFunctionTest.i
	@echo ... itkVarianceImageFunctionTest.s
	@echo ... itkVectorInterpolateImageFunctionTest.obj
	@echo ... itkVectorInterpolateImageFunctionTest.i
	@echo ... itkVectorInterpolateImageFunctionTest.s
	@echo ... itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.obj
	@echo ... itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.i
	@echo ... itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.s
	@echo ... itkVectorMeanImageFunctionTest.obj
	@echo ... itkVectorMeanImageFunctionTest.i
	@echo ... itkVectorMeanImageFunctionTest.s
	@echo ... itkWindowedSincInterpolateImageFunctionTest.obj
	@echo ... itkWindowedSincInterpolateImageFunctionTest.i
	@echo ... itkWindowedSincInterpolateImageFunctionTest.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

