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

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


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

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

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/user/ITK

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/user/ITK/build

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/cmake-gui -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/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -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 test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

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

.PHONY : test/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 /home/user/ITK/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/user/ITK/build/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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /home/user/ITK/build && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package

.PHONY : package/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..."
	/usr/bin/cmake -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 install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -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
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -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..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/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: \"DebugDevel\" \"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

# The main all target
all: cmake_check_build_system
	cd /home/user/ITK/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/user/ITK/build/CMakeFiles /home/user/ITK/build/Modules/Core/ImageFunction/test/CMakeFiles/progress.marks
	cd /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/Core/ImageFunction/test/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/user/ITK/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/Core/ImageFunction/test/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/Core/ImageFunction/test/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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 /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build
.PHONY : ITKImageFunctionTestDriver/fast

ITKImageFunctionTestDriver.o: ITKImageFunctionTestDriver.cxx.o

.PHONY : ITKImageFunctionTestDriver.o

# target to build an object file
ITKImageFunctionTestDriver.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/ITKImageFunctionTestDriver.cxx.o
.PHONY : ITKImageFunctionTestDriver.cxx.o

ITKImageFunctionTestDriver.i: ITKImageFunctionTestDriver.cxx.i

.PHONY : ITKImageFunctionTestDriver.i

# target to preprocess a source file
ITKImageFunctionTestDriver.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkBSplineDecompositionImageFilterTest.cxx.o

.PHONY : itkBSplineDecompositionImageFilterTest.o

# target to build an object file
itkBSplineDecompositionImageFilterTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkBSplineDecompositionImageFilterTest.cxx.o
.PHONY : itkBSplineDecompositionImageFilterTest.cxx.o

itkBSplineDecompositionImageFilterTest.i: itkBSplineDecompositionImageFilterTest.cxx.i

.PHONY : itkBSplineDecompositionImageFilterTest.i

# target to preprocess a source file
itkBSplineDecompositionImageFilterTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkBSplineInterpolateImageFunctionTest.cxx.o

.PHONY : itkBSplineInterpolateImageFunctionTest.o

# target to build an object file
itkBSplineInterpolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkBSplineInterpolateImageFunctionTest.cxx.o
.PHONY : itkBSplineInterpolateImageFunctionTest.cxx.o

itkBSplineInterpolateImageFunctionTest.i: itkBSplineInterpolateImageFunctionTest.cxx.i

.PHONY : itkBSplineInterpolateImageFunctionTest.i

# target to preprocess a source file
itkBSplineInterpolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkBSplineResampleImageFunctionTest.cxx.o

.PHONY : itkBSplineResampleImageFunctionTest.o

# target to build an object file
itkBSplineResampleImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkBSplineResampleImageFunctionTest.cxx.o
.PHONY : itkBSplineResampleImageFunctionTest.cxx.o

itkBSplineResampleImageFunctionTest.i: itkBSplineResampleImageFunctionTest.cxx.i

.PHONY : itkBSplineResampleImageFunctionTest.i

# target to preprocess a source file
itkBSplineResampleImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkBinaryThresholdImageFunctionTest.cxx.o

.PHONY : itkBinaryThresholdImageFunctionTest.o

# target to build an object file
itkBinaryThresholdImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkBinaryThresholdImageFunctionTest.cxx.o
.PHONY : itkBinaryThresholdImageFunctionTest.cxx.o

itkBinaryThresholdImageFunctionTest.i: itkBinaryThresholdImageFunctionTest.cxx.i

.PHONY : itkBinaryThresholdImageFunctionTest.i

# target to preprocess a source file
itkBinaryThresholdImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkCentralDifferenceImageFunctionOnVectorSpeedTest.cxx.o

.PHONY : itkCentralDifferenceImageFunctionOnVectorSpeedTest.o

# target to build an object file
itkCentralDifferenceImageFunctionOnVectorSpeedTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkCentralDifferenceImageFunctionOnVectorSpeedTest.cxx.o
.PHONY : itkCentralDifferenceImageFunctionOnVectorSpeedTest.cxx.o

itkCentralDifferenceImageFunctionOnVectorSpeedTest.i: itkCentralDifferenceImageFunctionOnVectorSpeedTest.cxx.i

.PHONY : itkCentralDifferenceImageFunctionOnVectorSpeedTest.i

# target to preprocess a source file
itkCentralDifferenceImageFunctionOnVectorSpeedTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkCentralDifferenceImageFunctionOnVectorTest.cxx.o

.PHONY : itkCentralDifferenceImageFunctionOnVectorTest.o

# target to build an object file
itkCentralDifferenceImageFunctionOnVectorTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkCentralDifferenceImageFunctionOnVectorTest.cxx.o
.PHONY : itkCentralDifferenceImageFunctionOnVectorTest.cxx.o

itkCentralDifferenceImageFunctionOnVectorTest.i: itkCentralDifferenceImageFunctionOnVectorTest.cxx.i

.PHONY : itkCentralDifferenceImageFunctionOnVectorTest.i

# target to preprocess a source file
itkCentralDifferenceImageFunctionOnVectorTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkCentralDifferenceImageFunctionSpeedTest.cxx.o

.PHONY : itkCentralDifferenceImageFunctionSpeedTest.o

# target to build an object file
itkCentralDifferenceImageFunctionSpeedTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkCentralDifferenceImageFunctionSpeedTest.cxx.o
.PHONY : itkCentralDifferenceImageFunctionSpeedTest.cxx.o

itkCentralDifferenceImageFunctionSpeedTest.i: itkCentralDifferenceImageFunctionSpeedTest.cxx.i

.PHONY : itkCentralDifferenceImageFunctionSpeedTest.i

# target to preprocess a source file
itkCentralDifferenceImageFunctionSpeedTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkCentralDifferenceImageFunctionTest.cxx.o

.PHONY : itkCentralDifferenceImageFunctionTest.o

# target to build an object file
itkCentralDifferenceImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkCentralDifferenceImageFunctionTest.cxx.o
.PHONY : itkCentralDifferenceImageFunctionTest.cxx.o

itkCentralDifferenceImageFunctionTest.i: itkCentralDifferenceImageFunctionTest.cxx.i

.PHONY : itkCentralDifferenceImageFunctionTest.i

# target to preprocess a source file
itkCentralDifferenceImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkCovarianceImageFunctionTest.cxx.o

.PHONY : itkCovarianceImageFunctionTest.o

# target to build an object file
itkCovarianceImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkCovarianceImageFunctionTest.cxx.o
.PHONY : itkCovarianceImageFunctionTest.cxx.o

itkCovarianceImageFunctionTest.i: itkCovarianceImageFunctionTest.cxx.i

.PHONY : itkCovarianceImageFunctionTest.i

# target to preprocess a source file
itkCovarianceImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkGaussianBlurImageFunctionTest.cxx.o

.PHONY : itkGaussianBlurImageFunctionTest.o

# target to build an object file
itkGaussianBlurImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkGaussianBlurImageFunctionTest.cxx.o
.PHONY : itkGaussianBlurImageFunctionTest.cxx.o

itkGaussianBlurImageFunctionTest.i: itkGaussianBlurImageFunctionTest.cxx.i

.PHONY : itkGaussianBlurImageFunctionTest.i

# target to preprocess a source file
itkGaussianBlurImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkGaussianDerivativeImageFunctionTest.cxx.o

.PHONY : itkGaussianDerivativeImageFunctionTest.o

# target to build an object file
itkGaussianDerivativeImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkGaussianDerivativeImageFunctionTest.cxx.o
.PHONY : itkGaussianDerivativeImageFunctionTest.cxx.o

itkGaussianDerivativeImageFunctionTest.i: itkGaussianDerivativeImageFunctionTest.cxx.i

.PHONY : itkGaussianDerivativeImageFunctionTest.i

# target to preprocess a source file
itkGaussianDerivativeImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkGaussianInterpolateImageFunctionTest.cxx.o

.PHONY : itkGaussianInterpolateImageFunctionTest.o

# target to build an object file
itkGaussianInterpolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkGaussianInterpolateImageFunctionTest.cxx.o
.PHONY : itkGaussianInterpolateImageFunctionTest.cxx.o

itkGaussianInterpolateImageFunctionTest.i: itkGaussianInterpolateImageFunctionTest.cxx.i

.PHONY : itkGaussianInterpolateImageFunctionTest.i

# target to preprocess a source file
itkGaussianInterpolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkImageAdaptorInterpolateImageFunctionTest.cxx.o

.PHONY : itkImageAdaptorInterpolateImageFunctionTest.o

# target to build an object file
itkImageAdaptorInterpolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkImageAdaptorInterpolateImageFunctionTest.cxx.o
.PHONY : itkImageAdaptorInterpolateImageFunctionTest.cxx.o

itkImageAdaptorInterpolateImageFunctionTest.i: itkImageAdaptorInterpolateImageFunctionTest.cxx.i

.PHONY : itkImageAdaptorInterpolateImageFunctionTest.i

# target to preprocess a source file
itkImageAdaptorInterpolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkInterpolateTest.cxx.o

.PHONY : itkInterpolateTest.o

# target to build an object file
itkInterpolateTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkInterpolateTest.cxx.o
.PHONY : itkInterpolateTest.cxx.o

itkInterpolateTest.i: itkInterpolateTest.cxx.i

.PHONY : itkInterpolateTest.i

# target to preprocess a source file
itkInterpolateTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkLabelImageGaussianInterpolateImageFunctionTest.cxx.o

.PHONY : itkLabelImageGaussianInterpolateImageFunctionTest.o

# target to build an object file
itkLabelImageGaussianInterpolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkLabelImageGaussianInterpolateImageFunctionTest.cxx.o
.PHONY : itkLabelImageGaussianInterpolateImageFunctionTest.cxx.o

itkLabelImageGaussianInterpolateImageFunctionTest.i: itkLabelImageGaussianInterpolateImageFunctionTest.cxx.i

.PHONY : itkLabelImageGaussianInterpolateImageFunctionTest.i

# target to preprocess a source file
itkLabelImageGaussianInterpolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkLinearInterpolateImageFunctionTest.cxx.o

.PHONY : itkLinearInterpolateImageFunctionTest.o

# target to build an object file
itkLinearInterpolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkLinearInterpolateImageFunctionTest.cxx.o
.PHONY : itkLinearInterpolateImageFunctionTest.cxx.o

itkLinearInterpolateImageFunctionTest.i: itkLinearInterpolateImageFunctionTest.cxx.i

.PHONY : itkLinearInterpolateImageFunctionTest.i

# target to preprocess a source file
itkLinearInterpolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkMahalanobisDistanceThresholdImageFunctionTest.cxx.o

.PHONY : itkMahalanobisDistanceThresholdImageFunctionTest.o

# target to build an object file
itkMahalanobisDistanceThresholdImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkMahalanobisDistanceThresholdImageFunctionTest.cxx.o
.PHONY : itkMahalanobisDistanceThresholdImageFunctionTest.cxx.o

itkMahalanobisDistanceThresholdImageFunctionTest.i: itkMahalanobisDistanceThresholdImageFunctionTest.cxx.i

.PHONY : itkMahalanobisDistanceThresholdImageFunctionTest.i

# target to preprocess a source file
itkMahalanobisDistanceThresholdImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkMeanImageFunctionTest.cxx.o

.PHONY : itkMeanImageFunctionTest.o

# target to build an object file
itkMeanImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkMeanImageFunctionTest.cxx.o
.PHONY : itkMeanImageFunctionTest.cxx.o

itkMeanImageFunctionTest.i: itkMeanImageFunctionTest.cxx.i

.PHONY : itkMeanImageFunctionTest.i

# target to preprocess a source file
itkMeanImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkMedianImageFunctionTest.cxx.o

.PHONY : itkMedianImageFunctionTest.o

# target to build an object file
itkMedianImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkMedianImageFunctionTest.cxx.o
.PHONY : itkMedianImageFunctionTest.cxx.o

itkMedianImageFunctionTest.i: itkMedianImageFunctionTest.cxx.i

.PHONY : itkMedianImageFunctionTest.i

# target to preprocess a source file
itkMedianImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkNearestNeighborExtrapolateImageFunctionTest.cxx.o

.PHONY : itkNearestNeighborExtrapolateImageFunctionTest.o

# target to build an object file
itkNearestNeighborExtrapolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkNearestNeighborExtrapolateImageFunctionTest.cxx.o
.PHONY : itkNearestNeighborExtrapolateImageFunctionTest.cxx.o

itkNearestNeighborExtrapolateImageFunctionTest.i: itkNearestNeighborExtrapolateImageFunctionTest.cxx.i

.PHONY : itkNearestNeighborExtrapolateImageFunctionTest.i

# target to preprocess a source file
itkNearestNeighborExtrapolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkNearestNeighborInterpolateImageFunctionTest.cxx.o

.PHONY : itkNearestNeighborInterpolateImageFunctionTest.o

# target to build an object file
itkNearestNeighborInterpolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkNearestNeighborInterpolateImageFunctionTest.cxx.o
.PHONY : itkNearestNeighborInterpolateImageFunctionTest.cxx.o

itkNearestNeighborInterpolateImageFunctionTest.i: itkNearestNeighborInterpolateImageFunctionTest.cxx.i

.PHONY : itkNearestNeighborInterpolateImageFunctionTest.i

# target to preprocess a source file
itkNearestNeighborInterpolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkNeighborhoodOperatorImageFunctionTest.cxx.o

.PHONY : itkNeighborhoodOperatorImageFunctionTest.o

# target to build an object file
itkNeighborhoodOperatorImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkNeighborhoodOperatorImageFunctionTest.cxx.o
.PHONY : itkNeighborhoodOperatorImageFunctionTest.cxx.o

itkNeighborhoodOperatorImageFunctionTest.i: itkNeighborhoodOperatorImageFunctionTest.cxx.i

.PHONY : itkNeighborhoodOperatorImageFunctionTest.i

# target to preprocess a source file
itkNeighborhoodOperatorImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkRGBInterpolateImageFunctionTest.cxx.o

.PHONY : itkRGBInterpolateImageFunctionTest.o

# target to build an object file
itkRGBInterpolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkRGBInterpolateImageFunctionTest.cxx.o
.PHONY : itkRGBInterpolateImageFunctionTest.cxx.o

itkRGBInterpolateImageFunctionTest.i: itkRGBInterpolateImageFunctionTest.cxx.i

.PHONY : itkRGBInterpolateImageFunctionTest.i

# target to preprocess a source file
itkRGBInterpolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkRayCastInterpolateImageFunctionTest.cxx.o

.PHONY : itkRayCastInterpolateImageFunctionTest.o

# target to build an object file
itkRayCastInterpolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkRayCastInterpolateImageFunctionTest.cxx.o
.PHONY : itkRayCastInterpolateImageFunctionTest.cxx.o

itkRayCastInterpolateImageFunctionTest.i: itkRayCastInterpolateImageFunctionTest.cxx.i

.PHONY : itkRayCastInterpolateImageFunctionTest.i

# target to preprocess a source file
itkRayCastInterpolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkScatterMatrixImageFunctionTest.cxx.o

.PHONY : itkScatterMatrixImageFunctionTest.o

# target to build an object file
itkScatterMatrixImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkScatterMatrixImageFunctionTest.cxx.o
.PHONY : itkScatterMatrixImageFunctionTest.cxx.o

itkScatterMatrixImageFunctionTest.i: itkScatterMatrixImageFunctionTest.cxx.i

.PHONY : itkScatterMatrixImageFunctionTest.i

# target to preprocess a source file
itkScatterMatrixImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkVarianceImageFunctionTest.cxx.o

.PHONY : itkVarianceImageFunctionTest.o

# target to build an object file
itkVarianceImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkVarianceImageFunctionTest.cxx.o
.PHONY : itkVarianceImageFunctionTest.cxx.o

itkVarianceImageFunctionTest.i: itkVarianceImageFunctionTest.cxx.i

.PHONY : itkVarianceImageFunctionTest.i

# target to preprocess a source file
itkVarianceImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkVectorInterpolateImageFunctionTest.cxx.o

.PHONY : itkVectorInterpolateImageFunctionTest.o

# target to build an object file
itkVectorInterpolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkVectorInterpolateImageFunctionTest.cxx.o
.PHONY : itkVectorInterpolateImageFunctionTest.cxx.o

itkVectorInterpolateImageFunctionTest.i: itkVectorInterpolateImageFunctionTest.cxx.i

.PHONY : itkVectorInterpolateImageFunctionTest.i

# target to preprocess a source file
itkVectorInterpolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.cxx.o

.PHONY : itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.o

# target to build an object file
itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.cxx.o
.PHONY : itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.cxx.o

itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.i: itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.cxx.i

.PHONY : itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.i

# target to preprocess a source file
itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkVectorMeanImageFunctionTest.cxx.o

.PHONY : itkVectorMeanImageFunctionTest.o

# target to build an object file
itkVectorMeanImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkVectorMeanImageFunctionTest.cxx.o
.PHONY : itkVectorMeanImageFunctionTest.cxx.o

itkVectorMeanImageFunctionTest.i: itkVectorMeanImageFunctionTest.cxx.i

.PHONY : itkVectorMeanImageFunctionTest.i

# target to preprocess a source file
itkVectorMeanImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkWindowedSincInterpolateImageFunctionTest.cxx.o

.PHONY : itkWindowedSincInterpolateImageFunctionTest.o

# target to build an object file
itkWindowedSincInterpolateImageFunctionTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/build.make Modules/Core/ImageFunction/test/CMakeFiles/ITKImageFunctionTestDriver.dir/itkWindowedSincInterpolateImageFunctionTest.cxx.o
.PHONY : itkWindowedSincInterpolateImageFunctionTest.cxx.o

itkWindowedSincInterpolateImageFunctionTest.i: itkWindowedSincInterpolateImageFunctionTest.cxx.i

.PHONY : itkWindowedSincInterpolateImageFunctionTest.i

# target to preprocess a source file
itkWindowedSincInterpolateImageFunctionTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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 "... edit_cache"
	@echo "... install/strip"
	@echo "... test"
	@echo "... package_source"
	@echo "... package"
	@echo "... rebuild_cache"
	@echo "... ITKImageFunctionTestDriver"
	@echo "... install/local"
	@echo "... install"
	@echo "... list_install_components"
	@echo "... ITKImageFunctionTestDriver.o"
	@echo "... ITKImageFunctionTestDriver.i"
	@echo "... ITKImageFunctionTestDriver.s"
	@echo "... itkBSplineDecompositionImageFilterTest.o"
	@echo "... itkBSplineDecompositionImageFilterTest.i"
	@echo "... itkBSplineDecompositionImageFilterTest.s"
	@echo "... itkBSplineInterpolateImageFunctionTest.o"
	@echo "... itkBSplineInterpolateImageFunctionTest.i"
	@echo "... itkBSplineInterpolateImageFunctionTest.s"
	@echo "... itkBSplineResampleImageFunctionTest.o"
	@echo "... itkBSplineResampleImageFunctionTest.i"
	@echo "... itkBSplineResampleImageFunctionTest.s"
	@echo "... itkBinaryThresholdImageFunctionTest.o"
	@echo "... itkBinaryThresholdImageFunctionTest.i"
	@echo "... itkBinaryThresholdImageFunctionTest.s"
	@echo "... itkCentralDifferenceImageFunctionOnVectorSpeedTest.o"
	@echo "... itkCentralDifferenceImageFunctionOnVectorSpeedTest.i"
	@echo "... itkCentralDifferenceImageFunctionOnVectorSpeedTest.s"
	@echo "... itkCentralDifferenceImageFunctionOnVectorTest.o"
	@echo "... itkCentralDifferenceImageFunctionOnVectorTest.i"
	@echo "... itkCentralDifferenceImageFunctionOnVectorTest.s"
	@echo "... itkCentralDifferenceImageFunctionSpeedTest.o"
	@echo "... itkCentralDifferenceImageFunctionSpeedTest.i"
	@echo "... itkCentralDifferenceImageFunctionSpeedTest.s"
	@echo "... itkCentralDifferenceImageFunctionTest.o"
	@echo "... itkCentralDifferenceImageFunctionTest.i"
	@echo "... itkCentralDifferenceImageFunctionTest.s"
	@echo "... itkCovarianceImageFunctionTest.o"
	@echo "... itkCovarianceImageFunctionTest.i"
	@echo "... itkCovarianceImageFunctionTest.s"
	@echo "... itkGaussianBlurImageFunctionTest.o"
	@echo "... itkGaussianBlurImageFunctionTest.i"
	@echo "... itkGaussianBlurImageFunctionTest.s"
	@echo "... itkGaussianDerivativeImageFunctionTest.o"
	@echo "... itkGaussianDerivativeImageFunctionTest.i"
	@echo "... itkGaussianDerivativeImageFunctionTest.s"
	@echo "... itkGaussianInterpolateImageFunctionTest.o"
	@echo "... itkGaussianInterpolateImageFunctionTest.i"
	@echo "... itkGaussianInterpolateImageFunctionTest.s"
	@echo "... itkImageAdaptorInterpolateImageFunctionTest.o"
	@echo "... itkImageAdaptorInterpolateImageFunctionTest.i"
	@echo "... itkImageAdaptorInterpolateImageFunctionTest.s"
	@echo "... itkInterpolateTest.o"
	@echo "... itkInterpolateTest.i"
	@echo "... itkInterpolateTest.s"
	@echo "... itkLabelImageGaussianInterpolateImageFunctionTest.o"
	@echo "... itkLabelImageGaussianInterpolateImageFunctionTest.i"
	@echo "... itkLabelImageGaussianInterpolateImageFunctionTest.s"
	@echo "... itkLinearInterpolateImageFunctionTest.o"
	@echo "... itkLinearInterpolateImageFunctionTest.i"
	@echo "... itkLinearInterpolateImageFunctionTest.s"
	@echo "... itkMahalanobisDistanceThresholdImageFunctionTest.o"
	@echo "... itkMahalanobisDistanceThresholdImageFunctionTest.i"
	@echo "... itkMahalanobisDistanceThresholdImageFunctionTest.s"
	@echo "... itkMeanImageFunctionTest.o"
	@echo "... itkMeanImageFunctionTest.i"
	@echo "... itkMeanImageFunctionTest.s"
	@echo "... itkMedianImageFunctionTest.o"
	@echo "... itkMedianImageFunctionTest.i"
	@echo "... itkMedianImageFunctionTest.s"
	@echo "... itkNearestNeighborExtrapolateImageFunctionTest.o"
	@echo "... itkNearestNeighborExtrapolateImageFunctionTest.i"
	@echo "... itkNearestNeighborExtrapolateImageFunctionTest.s"
	@echo "... itkNearestNeighborInterpolateImageFunctionTest.o"
	@echo "... itkNearestNeighborInterpolateImageFunctionTest.i"
	@echo "... itkNearestNeighborInterpolateImageFunctionTest.s"
	@echo "... itkNeighborhoodOperatorImageFunctionTest.o"
	@echo "... itkNeighborhoodOperatorImageFunctionTest.i"
	@echo "... itkNeighborhoodOperatorImageFunctionTest.s"
	@echo "... itkRGBInterpolateImageFunctionTest.o"
	@echo "... itkRGBInterpolateImageFunctionTest.i"
	@echo "... itkRGBInterpolateImageFunctionTest.s"
	@echo "... itkRayCastInterpolateImageFunctionTest.o"
	@echo "... itkRayCastInterpolateImageFunctionTest.i"
	@echo "... itkRayCastInterpolateImageFunctionTest.s"
	@echo "... itkScatterMatrixImageFunctionTest.o"
	@echo "... itkScatterMatrixImageFunctionTest.i"
	@echo "... itkScatterMatrixImageFunctionTest.s"
	@echo "... itkVarianceImageFunctionTest.o"
	@echo "... itkVarianceImageFunctionTest.i"
	@echo "... itkVarianceImageFunctionTest.s"
	@echo "... itkVectorInterpolateImageFunctionTest.o"
	@echo "... itkVectorInterpolateImageFunctionTest.i"
	@echo "... itkVectorInterpolateImageFunctionTest.s"
	@echo "... itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.o"
	@echo "... itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.i"
	@echo "... itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.s"
	@echo "... itkVectorMeanImageFunctionTest.o"
	@echo "... itkVectorMeanImageFunctionTest.i"
	@echo "... itkVectorMeanImageFunctionTest.s"
	@echo "... itkWindowedSincInterpolateImageFunctionTest.o"
	@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 /home/user/ITK/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

