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

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

# Convenience name for target.
ITKThresholdingTestDriver: Modules/Filtering/Thresholding/test/CMakeFiles/ITKThresholdingTestDriver.dir/rule
.PHONY : ITKThresholdingTestDriver

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

ITKThresholdingTestDriver.obj: ITKThresholdingTestDriver.cxx.obj
.PHONY : ITKThresholdingTestDriver.obj

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

ITKThresholdingTestDriver.i: ITKThresholdingTestDriver.cxx.i
.PHONY : ITKThresholdingTestDriver.i

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

ITKThresholdingTestDriver.s: ITKThresholdingTestDriver.cxx.s
.PHONY : ITKThresholdingTestDriver.s

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

itkBinaryThresholdImageFilterTest.obj: itkBinaryThresholdImageFilterTest.cxx.obj
.PHONY : itkBinaryThresholdImageFilterTest.obj

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

itkBinaryThresholdImageFilterTest.i: itkBinaryThresholdImageFilterTest.cxx.i
.PHONY : itkBinaryThresholdImageFilterTest.i

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

itkBinaryThresholdImageFilterTest.s: itkBinaryThresholdImageFilterTest.cxx.s
.PHONY : itkBinaryThresholdImageFilterTest.s

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

itkBinaryThresholdImageFilterTest2.obj: itkBinaryThresholdImageFilterTest2.cxx.obj
.PHONY : itkBinaryThresholdImageFilterTest2.obj

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

itkBinaryThresholdImageFilterTest2.i: itkBinaryThresholdImageFilterTest2.cxx.i
.PHONY : itkBinaryThresholdImageFilterTest2.i

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

itkBinaryThresholdImageFilterTest2.s: itkBinaryThresholdImageFilterTest2.cxx.s
.PHONY : itkBinaryThresholdImageFilterTest2.s

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

itkBinaryThresholdProjectionImageFilterTest.obj: itkBinaryThresholdProjectionImageFilterTest.cxx.obj
.PHONY : itkBinaryThresholdProjectionImageFilterTest.obj

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

itkBinaryThresholdProjectionImageFilterTest.i: itkBinaryThresholdProjectionImageFilterTest.cxx.i
.PHONY : itkBinaryThresholdProjectionImageFilterTest.i

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

itkBinaryThresholdProjectionImageFilterTest.s: itkBinaryThresholdProjectionImageFilterTest.cxx.s
.PHONY : itkBinaryThresholdProjectionImageFilterTest.s

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

itkBinaryThresholdSpatialFunctionTest.obj: itkBinaryThresholdSpatialFunctionTest.cxx.obj
.PHONY : itkBinaryThresholdSpatialFunctionTest.obj

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

itkBinaryThresholdSpatialFunctionTest.i: itkBinaryThresholdSpatialFunctionTest.cxx.i
.PHONY : itkBinaryThresholdSpatialFunctionTest.i

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

itkBinaryThresholdSpatialFunctionTest.s: itkBinaryThresholdSpatialFunctionTest.cxx.s
.PHONY : itkBinaryThresholdSpatialFunctionTest.s

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

itkHuangMaskedThresholdImageFilterTest.obj: itkHuangMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkHuangMaskedThresholdImageFilterTest.obj

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

itkHuangMaskedThresholdImageFilterTest.i: itkHuangMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkHuangMaskedThresholdImageFilterTest.i

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

itkHuangMaskedThresholdImageFilterTest.s: itkHuangMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkHuangMaskedThresholdImageFilterTest.s

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

itkHuangThresholdImageFilterTest.obj: itkHuangThresholdImageFilterTest.cxx.obj
.PHONY : itkHuangThresholdImageFilterTest.obj

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

itkHuangThresholdImageFilterTest.i: itkHuangThresholdImageFilterTest.cxx.i
.PHONY : itkHuangThresholdImageFilterTest.i

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

itkHuangThresholdImageFilterTest.s: itkHuangThresholdImageFilterTest.cxx.s
.PHONY : itkHuangThresholdImageFilterTest.s

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

itkIntermodesMaskedThresholdImageFilterTest.obj: itkIntermodesMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkIntermodesMaskedThresholdImageFilterTest.obj

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

itkIntermodesMaskedThresholdImageFilterTest.i: itkIntermodesMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkIntermodesMaskedThresholdImageFilterTest.i

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

itkIntermodesMaskedThresholdImageFilterTest.s: itkIntermodesMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkIntermodesMaskedThresholdImageFilterTest.s

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

itkIntermodesThresholdImageFilterTest.obj: itkIntermodesThresholdImageFilterTest.cxx.obj
.PHONY : itkIntermodesThresholdImageFilterTest.obj

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

itkIntermodesThresholdImageFilterTest.i: itkIntermodesThresholdImageFilterTest.cxx.i
.PHONY : itkIntermodesThresholdImageFilterTest.i

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

itkIntermodesThresholdImageFilterTest.s: itkIntermodesThresholdImageFilterTest.cxx.s
.PHONY : itkIntermodesThresholdImageFilterTest.s

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

itkIsoDataMaskedThresholdImageFilterTest.obj: itkIsoDataMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkIsoDataMaskedThresholdImageFilterTest.obj

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

itkIsoDataMaskedThresholdImageFilterTest.i: itkIsoDataMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkIsoDataMaskedThresholdImageFilterTest.i

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

itkIsoDataMaskedThresholdImageFilterTest.s: itkIsoDataMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkIsoDataMaskedThresholdImageFilterTest.s

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

itkIsoDataThresholdImageFilterTest.obj: itkIsoDataThresholdImageFilterTest.cxx.obj
.PHONY : itkIsoDataThresholdImageFilterTest.obj

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

itkIsoDataThresholdImageFilterTest.i: itkIsoDataThresholdImageFilterTest.cxx.i
.PHONY : itkIsoDataThresholdImageFilterTest.i

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

itkIsoDataThresholdImageFilterTest.s: itkIsoDataThresholdImageFilterTest.cxx.s
.PHONY : itkIsoDataThresholdImageFilterTest.s

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

itkKittlerIllingworthMaskedThresholdImageFilterTest.obj: itkKittlerIllingworthMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkKittlerIllingworthMaskedThresholdImageFilterTest.obj

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

itkKittlerIllingworthMaskedThresholdImageFilterTest.i: itkKittlerIllingworthMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkKittlerIllingworthMaskedThresholdImageFilterTest.i

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

itkKittlerIllingworthMaskedThresholdImageFilterTest.s: itkKittlerIllingworthMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkKittlerIllingworthMaskedThresholdImageFilterTest.s

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

itkKittlerIllingworthThresholdImageFilterTest.obj: itkKittlerIllingworthThresholdImageFilterTest.cxx.obj
.PHONY : itkKittlerIllingworthThresholdImageFilterTest.obj

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

itkKittlerIllingworthThresholdImageFilterTest.i: itkKittlerIllingworthThresholdImageFilterTest.cxx.i
.PHONY : itkKittlerIllingworthThresholdImageFilterTest.i

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

itkKittlerIllingworthThresholdImageFilterTest.s: itkKittlerIllingworthThresholdImageFilterTest.cxx.s
.PHONY : itkKittlerIllingworthThresholdImageFilterTest.s

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

itkLiMaskedThresholdImageFilterTest.obj: itkLiMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkLiMaskedThresholdImageFilterTest.obj

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

itkLiMaskedThresholdImageFilterTest.i: itkLiMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkLiMaskedThresholdImageFilterTest.i

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

itkLiMaskedThresholdImageFilterTest.s: itkLiMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkLiMaskedThresholdImageFilterTest.s

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

itkLiThresholdImageFilterTest.obj: itkLiThresholdImageFilterTest.cxx.obj
.PHONY : itkLiThresholdImageFilterTest.obj

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

itkLiThresholdImageFilterTest.i: itkLiThresholdImageFilterTest.cxx.i
.PHONY : itkLiThresholdImageFilterTest.i

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

itkLiThresholdImageFilterTest.s: itkLiThresholdImageFilterTest.cxx.s
.PHONY : itkLiThresholdImageFilterTest.s

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

itkMaximumEntropyMaskedThresholdImageFilterTest.obj: itkMaximumEntropyMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkMaximumEntropyMaskedThresholdImageFilterTest.obj

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

itkMaximumEntropyMaskedThresholdImageFilterTest.i: itkMaximumEntropyMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkMaximumEntropyMaskedThresholdImageFilterTest.i

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

itkMaximumEntropyMaskedThresholdImageFilterTest.s: itkMaximumEntropyMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkMaximumEntropyMaskedThresholdImageFilterTest.s

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

itkMaximumEntropyThresholdImageFilterTest.obj: itkMaximumEntropyThresholdImageFilterTest.cxx.obj
.PHONY : itkMaximumEntropyThresholdImageFilterTest.obj

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

itkMaximumEntropyThresholdImageFilterTest.i: itkMaximumEntropyThresholdImageFilterTest.cxx.i
.PHONY : itkMaximumEntropyThresholdImageFilterTest.i

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

itkMaximumEntropyThresholdImageFilterTest.s: itkMaximumEntropyThresholdImageFilterTest.cxx.s
.PHONY : itkMaximumEntropyThresholdImageFilterTest.s

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

itkMomentsMaskedThresholdImageFilterTest.obj: itkMomentsMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkMomentsMaskedThresholdImageFilterTest.obj

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

itkMomentsMaskedThresholdImageFilterTest.i: itkMomentsMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkMomentsMaskedThresholdImageFilterTest.i

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

itkMomentsMaskedThresholdImageFilterTest.s: itkMomentsMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkMomentsMaskedThresholdImageFilterTest.s

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

itkMomentsThresholdImageFilterTest.obj: itkMomentsThresholdImageFilterTest.cxx.obj
.PHONY : itkMomentsThresholdImageFilterTest.obj

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

itkMomentsThresholdImageFilterTest.i: itkMomentsThresholdImageFilterTest.cxx.i
.PHONY : itkMomentsThresholdImageFilterTest.i

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

itkMomentsThresholdImageFilterTest.s: itkMomentsThresholdImageFilterTest.cxx.s
.PHONY : itkMomentsThresholdImageFilterTest.s

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

itkOtsuMaskedThresholdImageFilterTest.obj: itkOtsuMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkOtsuMaskedThresholdImageFilterTest.obj

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

itkOtsuMaskedThresholdImageFilterTest.i: itkOtsuMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkOtsuMaskedThresholdImageFilterTest.i

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

itkOtsuMaskedThresholdImageFilterTest.s: itkOtsuMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkOtsuMaskedThresholdImageFilterTest.s

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

itkOtsuMultipleThresholdsCalculatorTest.obj: itkOtsuMultipleThresholdsCalculatorTest.cxx.obj
.PHONY : itkOtsuMultipleThresholdsCalculatorTest.obj

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

itkOtsuMultipleThresholdsCalculatorTest.i: itkOtsuMultipleThresholdsCalculatorTest.cxx.i
.PHONY : itkOtsuMultipleThresholdsCalculatorTest.i

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

itkOtsuMultipleThresholdsCalculatorTest.s: itkOtsuMultipleThresholdsCalculatorTest.cxx.s
.PHONY : itkOtsuMultipleThresholdsCalculatorTest.s

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

itkOtsuMultipleThresholdsImageFilterTest.obj: itkOtsuMultipleThresholdsImageFilterTest.cxx.obj
.PHONY : itkOtsuMultipleThresholdsImageFilterTest.obj

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

itkOtsuMultipleThresholdsImageFilterTest.i: itkOtsuMultipleThresholdsImageFilterTest.cxx.i
.PHONY : itkOtsuMultipleThresholdsImageFilterTest.i

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

itkOtsuMultipleThresholdsImageFilterTest.s: itkOtsuMultipleThresholdsImageFilterTest.cxx.s
.PHONY : itkOtsuMultipleThresholdsImageFilterTest.s

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

itkOtsuThresholdCalculatorTest.obj: itkOtsuThresholdCalculatorTest.cxx.obj
.PHONY : itkOtsuThresholdCalculatorTest.obj

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

itkOtsuThresholdCalculatorTest.i: itkOtsuThresholdCalculatorTest.cxx.i
.PHONY : itkOtsuThresholdCalculatorTest.i

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

itkOtsuThresholdCalculatorTest.s: itkOtsuThresholdCalculatorTest.cxx.s
.PHONY : itkOtsuThresholdCalculatorTest.s

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

itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.obj: itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.cxx.obj
.PHONY : itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.obj

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

itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.i: itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.cxx.i
.PHONY : itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.i

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

itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.s: itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.cxx.s
.PHONY : itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.s

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

itkOtsuThresholdImageFilterTest.obj: itkOtsuThresholdImageFilterTest.cxx.obj
.PHONY : itkOtsuThresholdImageFilterTest.obj

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

itkOtsuThresholdImageFilterTest.i: itkOtsuThresholdImageFilterTest.cxx.i
.PHONY : itkOtsuThresholdImageFilterTest.i

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

itkOtsuThresholdImageFilterTest.s: itkOtsuThresholdImageFilterTest.cxx.s
.PHONY : itkOtsuThresholdImageFilterTest.s

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

itkRenyiEntropyMaskedThresholdImageFilterTest.obj: itkRenyiEntropyMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkRenyiEntropyMaskedThresholdImageFilterTest.obj

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

itkRenyiEntropyMaskedThresholdImageFilterTest.i: itkRenyiEntropyMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkRenyiEntropyMaskedThresholdImageFilterTest.i

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

itkRenyiEntropyMaskedThresholdImageFilterTest.s: itkRenyiEntropyMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkRenyiEntropyMaskedThresholdImageFilterTest.s

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

itkRenyiEntropyThresholdImageFilterTest.obj: itkRenyiEntropyThresholdImageFilterTest.cxx.obj
.PHONY : itkRenyiEntropyThresholdImageFilterTest.obj

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

itkRenyiEntropyThresholdImageFilterTest.i: itkRenyiEntropyThresholdImageFilterTest.cxx.i
.PHONY : itkRenyiEntropyThresholdImageFilterTest.i

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

itkRenyiEntropyThresholdImageFilterTest.s: itkRenyiEntropyThresholdImageFilterTest.cxx.s
.PHONY : itkRenyiEntropyThresholdImageFilterTest.s

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

itkShanbhagMaskedThresholdImageFilterTest.obj: itkShanbhagMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkShanbhagMaskedThresholdImageFilterTest.obj

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

itkShanbhagMaskedThresholdImageFilterTest.i: itkShanbhagMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkShanbhagMaskedThresholdImageFilterTest.i

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

itkShanbhagMaskedThresholdImageFilterTest.s: itkShanbhagMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkShanbhagMaskedThresholdImageFilterTest.s

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

itkShanbhagThresholdImageFilterTest.obj: itkShanbhagThresholdImageFilterTest.cxx.obj
.PHONY : itkShanbhagThresholdImageFilterTest.obj

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

itkShanbhagThresholdImageFilterTest.i: itkShanbhagThresholdImageFilterTest.cxx.i
.PHONY : itkShanbhagThresholdImageFilterTest.i

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

itkShanbhagThresholdImageFilterTest.s: itkShanbhagThresholdImageFilterTest.cxx.s
.PHONY : itkShanbhagThresholdImageFilterTest.s

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

itkThresholdImageFilterTest.obj: itkThresholdImageFilterTest.cxx.obj
.PHONY : itkThresholdImageFilterTest.obj

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

itkThresholdImageFilterTest.i: itkThresholdImageFilterTest.cxx.i
.PHONY : itkThresholdImageFilterTest.i

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

itkThresholdImageFilterTest.s: itkThresholdImageFilterTest.cxx.s
.PHONY : itkThresholdImageFilterTest.s

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

itkThresholdLabelerImageFilterTest.obj: itkThresholdLabelerImageFilterTest.cxx.obj
.PHONY : itkThresholdLabelerImageFilterTest.obj

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

itkThresholdLabelerImageFilterTest.i: itkThresholdLabelerImageFilterTest.cxx.i
.PHONY : itkThresholdLabelerImageFilterTest.i

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

itkThresholdLabelerImageFilterTest.s: itkThresholdLabelerImageFilterTest.cxx.s
.PHONY : itkThresholdLabelerImageFilterTest.s

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

itkTriangleMaskedThresholdImageFilterTest.obj: itkTriangleMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkTriangleMaskedThresholdImageFilterTest.obj

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

itkTriangleMaskedThresholdImageFilterTest.i: itkTriangleMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkTriangleMaskedThresholdImageFilterTest.i

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

itkTriangleMaskedThresholdImageFilterTest.s: itkTriangleMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkTriangleMaskedThresholdImageFilterTest.s

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

itkTriangleThresholdImageFilterTest.obj: itkTriangleThresholdImageFilterTest.cxx.obj
.PHONY : itkTriangleThresholdImageFilterTest.obj

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

itkTriangleThresholdImageFilterTest.i: itkTriangleThresholdImageFilterTest.cxx.i
.PHONY : itkTriangleThresholdImageFilterTest.i

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

itkTriangleThresholdImageFilterTest.s: itkTriangleThresholdImageFilterTest.cxx.s
.PHONY : itkTriangleThresholdImageFilterTest.s

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

itkYenMaskedThresholdImageFilterTest.obj: itkYenMaskedThresholdImageFilterTest.cxx.obj
.PHONY : itkYenMaskedThresholdImageFilterTest.obj

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

itkYenMaskedThresholdImageFilterTest.i: itkYenMaskedThresholdImageFilterTest.cxx.i
.PHONY : itkYenMaskedThresholdImageFilterTest.i

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

itkYenMaskedThresholdImageFilterTest.s: itkYenMaskedThresholdImageFilterTest.cxx.s
.PHONY : itkYenMaskedThresholdImageFilterTest.s

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

itkYenThresholdImageFilterTest.obj: itkYenThresholdImageFilterTest.cxx.obj
.PHONY : itkYenThresholdImageFilterTest.obj

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

itkYenThresholdImageFilterTest.i: itkYenThresholdImageFilterTest.cxx.i
.PHONY : itkYenThresholdImageFilterTest.i

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

itkYenThresholdImageFilterTest.s: itkYenThresholdImageFilterTest.cxx.s
.PHONY : itkYenThresholdImageFilterTest.s

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

# Help Target
help:
	@echo The following are some of the valid targets for this Makefile:
	@echo ... all (the default if no target is provided)
	@echo ... clean
	@echo ... depend
	@echo ... install/local
	@echo ... install/strip
	@echo ... edit_cache
	@echo ... install
	@echo ... rebuild_cache
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... ITKThresholdingTestDriver
	@echo ... ITKThresholdingTestDriver.obj
	@echo ... ITKThresholdingTestDriver.i
	@echo ... ITKThresholdingTestDriver.s
	@echo ... itkBinaryThresholdImageFilterTest.obj
	@echo ... itkBinaryThresholdImageFilterTest.i
	@echo ... itkBinaryThresholdImageFilterTest.s
	@echo ... itkBinaryThresholdImageFilterTest2.obj
	@echo ... itkBinaryThresholdImageFilterTest2.i
	@echo ... itkBinaryThresholdImageFilterTest2.s
	@echo ... itkBinaryThresholdProjectionImageFilterTest.obj
	@echo ... itkBinaryThresholdProjectionImageFilterTest.i
	@echo ... itkBinaryThresholdProjectionImageFilterTest.s
	@echo ... itkBinaryThresholdSpatialFunctionTest.obj
	@echo ... itkBinaryThresholdSpatialFunctionTest.i
	@echo ... itkBinaryThresholdSpatialFunctionTest.s
	@echo ... itkHuangMaskedThresholdImageFilterTest.obj
	@echo ... itkHuangMaskedThresholdImageFilterTest.i
	@echo ... itkHuangMaskedThresholdImageFilterTest.s
	@echo ... itkHuangThresholdImageFilterTest.obj
	@echo ... itkHuangThresholdImageFilterTest.i
	@echo ... itkHuangThresholdImageFilterTest.s
	@echo ... itkIntermodesMaskedThresholdImageFilterTest.obj
	@echo ... itkIntermodesMaskedThresholdImageFilterTest.i
	@echo ... itkIntermodesMaskedThresholdImageFilterTest.s
	@echo ... itkIntermodesThresholdImageFilterTest.obj
	@echo ... itkIntermodesThresholdImageFilterTest.i
	@echo ... itkIntermodesThresholdImageFilterTest.s
	@echo ... itkIsoDataMaskedThresholdImageFilterTest.obj
	@echo ... itkIsoDataMaskedThresholdImageFilterTest.i
	@echo ... itkIsoDataMaskedThresholdImageFilterTest.s
	@echo ... itkIsoDataThresholdImageFilterTest.obj
	@echo ... itkIsoDataThresholdImageFilterTest.i
	@echo ... itkIsoDataThresholdImageFilterTest.s
	@echo ... itkKittlerIllingworthMaskedThresholdImageFilterTest.obj
	@echo ... itkKittlerIllingworthMaskedThresholdImageFilterTest.i
	@echo ... itkKittlerIllingworthMaskedThresholdImageFilterTest.s
	@echo ... itkKittlerIllingworthThresholdImageFilterTest.obj
	@echo ... itkKittlerIllingworthThresholdImageFilterTest.i
	@echo ... itkKittlerIllingworthThresholdImageFilterTest.s
	@echo ... itkLiMaskedThresholdImageFilterTest.obj
	@echo ... itkLiMaskedThresholdImageFilterTest.i
	@echo ... itkLiMaskedThresholdImageFilterTest.s
	@echo ... itkLiThresholdImageFilterTest.obj
	@echo ... itkLiThresholdImageFilterTest.i
	@echo ... itkLiThresholdImageFilterTest.s
	@echo ... itkMaximumEntropyMaskedThresholdImageFilterTest.obj
	@echo ... itkMaximumEntropyMaskedThresholdImageFilterTest.i
	@echo ... itkMaximumEntropyMaskedThresholdImageFilterTest.s
	@echo ... itkMaximumEntropyThresholdImageFilterTest.obj
	@echo ... itkMaximumEntropyThresholdImageFilterTest.i
	@echo ... itkMaximumEntropyThresholdImageFilterTest.s
	@echo ... itkMomentsMaskedThresholdImageFilterTest.obj
	@echo ... itkMomentsMaskedThresholdImageFilterTest.i
	@echo ... itkMomentsMaskedThresholdImageFilterTest.s
	@echo ... itkMomentsThresholdImageFilterTest.obj
	@echo ... itkMomentsThresholdImageFilterTest.i
	@echo ... itkMomentsThresholdImageFilterTest.s
	@echo ... itkOtsuMaskedThresholdImageFilterTest.obj
	@echo ... itkOtsuMaskedThresholdImageFilterTest.i
	@echo ... itkOtsuMaskedThresholdImageFilterTest.s
	@echo ... itkOtsuMultipleThresholdsCalculatorTest.obj
	@echo ... itkOtsuMultipleThresholdsCalculatorTest.i
	@echo ... itkOtsuMultipleThresholdsCalculatorTest.s
	@echo ... itkOtsuMultipleThresholdsImageFilterTest.obj
	@echo ... itkOtsuMultipleThresholdsImageFilterTest.i
	@echo ... itkOtsuMultipleThresholdsImageFilterTest.s
	@echo ... itkOtsuThresholdCalculatorTest.obj
	@echo ... itkOtsuThresholdCalculatorTest.i
	@echo ... itkOtsuThresholdCalculatorTest.s
	@echo ... itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.obj
	@echo ... itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.i
	@echo ... itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.s
	@echo ... itkOtsuThresholdImageFilterTest.obj
	@echo ... itkOtsuThresholdImageFilterTest.i
	@echo ... itkOtsuThresholdImageFilterTest.s
	@echo ... itkRenyiEntropyMaskedThresholdImageFilterTest.obj
	@echo ... itkRenyiEntropyMaskedThresholdImageFilterTest.i
	@echo ... itkRenyiEntropyMaskedThresholdImageFilterTest.s
	@echo ... itkRenyiEntropyThresholdImageFilterTest.obj
	@echo ... itkRenyiEntropyThresholdImageFilterTest.i
	@echo ... itkRenyiEntropyThresholdImageFilterTest.s
	@echo ... itkShanbhagMaskedThresholdImageFilterTest.obj
	@echo ... itkShanbhagMaskedThresholdImageFilterTest.i
	@echo ... itkShanbhagMaskedThresholdImageFilterTest.s
	@echo ... itkShanbhagThresholdImageFilterTest.obj
	@echo ... itkShanbhagThresholdImageFilterTest.i
	@echo ... itkShanbhagThresholdImageFilterTest.s
	@echo ... itkThresholdImageFilterTest.obj
	@echo ... itkThresholdImageFilterTest.i
	@echo ... itkThresholdImageFilterTest.s
	@echo ... itkThresholdLabelerImageFilterTest.obj
	@echo ... itkThresholdLabelerImageFilterTest.i
	@echo ... itkThresholdLabelerImageFilterTest.s
	@echo ... itkTriangleMaskedThresholdImageFilterTest.obj
	@echo ... itkTriangleMaskedThresholdImageFilterTest.i
	@echo ... itkTriangleMaskedThresholdImageFilterTest.s
	@echo ... itkTriangleThresholdImageFilterTest.obj
	@echo ... itkTriangleThresholdImageFilterTest.i
	@echo ... itkTriangleThresholdImageFilterTest.s
	@echo ... itkYenMaskedThresholdImageFilterTest.obj
	@echo ... itkYenMaskedThresholdImageFilterTest.i
	@echo ... itkYenMaskedThresholdImageFilterTest.s
	@echo ... itkYenThresholdImageFilterTest.obj
	@echo ... itkYenThresholdImageFilterTest.i
	@echo ... itkYenThresholdImageFilterTest.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

