# 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/Filtering/Thresholding/test/CMakeFiles/progress.marks
	cd /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/Filtering/Thresholding/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/Filtering/Thresholding/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/Filtering/Thresholding/test/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/Filtering/Thresholding/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/Filtering/Thresholding/test/CMakeFiles/ITKThresholdingTestDriver.dir/rule:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(MAKE) -f Modules/Filtering/Thresholding/test/CMakeFiles/ITKThresholdingTestDriver.dir/build.make Modules/Filtering/Thresholding/test/CMakeFiles/ITKThresholdingTestDriver.dir/build
.PHONY : ITKThresholdingTestDriver/fast

ITKThresholdingTestDriver.o: ITKThresholdingTestDriver.cxx.o

.PHONY : ITKThresholdingTestDriver.o

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

ITKThresholdingTestDriver.i: ITKThresholdingTestDriver.cxx.i

.PHONY : ITKThresholdingTestDriver.i

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

.PHONY : itkBinaryThresholdImageFilterTest.o

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

itkBinaryThresholdImageFilterTest.i: itkBinaryThresholdImageFilterTest.cxx.i

.PHONY : itkBinaryThresholdImageFilterTest.i

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

.PHONY : itkBinaryThresholdImageFilterTest2.o

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

itkBinaryThresholdImageFilterTest2.i: itkBinaryThresholdImageFilterTest2.cxx.i

.PHONY : itkBinaryThresholdImageFilterTest2.i

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

.PHONY : itkBinaryThresholdProjectionImageFilterTest.o

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

itkBinaryThresholdProjectionImageFilterTest.i: itkBinaryThresholdProjectionImageFilterTest.cxx.i

.PHONY : itkBinaryThresholdProjectionImageFilterTest.i

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

.PHONY : itkBinaryThresholdSpatialFunctionTest.o

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

itkBinaryThresholdSpatialFunctionTest.i: itkBinaryThresholdSpatialFunctionTest.cxx.i

.PHONY : itkBinaryThresholdSpatialFunctionTest.i

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

.PHONY : itkHuangMaskedThresholdImageFilterTest.o

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

itkHuangMaskedThresholdImageFilterTest.i: itkHuangMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkHuangMaskedThresholdImageFilterTest.i

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

.PHONY : itkHuangThresholdImageFilterTest.o

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

itkHuangThresholdImageFilterTest.i: itkHuangThresholdImageFilterTest.cxx.i

.PHONY : itkHuangThresholdImageFilterTest.i

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

.PHONY : itkIntermodesMaskedThresholdImageFilterTest.o

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

itkIntermodesMaskedThresholdImageFilterTest.i: itkIntermodesMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkIntermodesMaskedThresholdImageFilterTest.i

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

.PHONY : itkIntermodesThresholdImageFilterTest.o

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

itkIntermodesThresholdImageFilterTest.i: itkIntermodesThresholdImageFilterTest.cxx.i

.PHONY : itkIntermodesThresholdImageFilterTest.i

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

.PHONY : itkIsoDataMaskedThresholdImageFilterTest.o

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

itkIsoDataMaskedThresholdImageFilterTest.i: itkIsoDataMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkIsoDataMaskedThresholdImageFilterTest.i

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

.PHONY : itkIsoDataThresholdImageFilterTest.o

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

itkIsoDataThresholdImageFilterTest.i: itkIsoDataThresholdImageFilterTest.cxx.i

.PHONY : itkIsoDataThresholdImageFilterTest.i

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

.PHONY : itkKittlerIllingworthMaskedThresholdImageFilterTest.o

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

itkKittlerIllingworthMaskedThresholdImageFilterTest.i: itkKittlerIllingworthMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkKittlerIllingworthMaskedThresholdImageFilterTest.i

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

.PHONY : itkKittlerIllingworthThresholdImageFilterTest.o

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

itkKittlerIllingworthThresholdImageFilterTest.i: itkKittlerIllingworthThresholdImageFilterTest.cxx.i

.PHONY : itkKittlerIllingworthThresholdImageFilterTest.i

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

.PHONY : itkLiMaskedThresholdImageFilterTest.o

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

itkLiMaskedThresholdImageFilterTest.i: itkLiMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkLiMaskedThresholdImageFilterTest.i

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

.PHONY : itkLiThresholdImageFilterTest.o

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

itkLiThresholdImageFilterTest.i: itkLiThresholdImageFilterTest.cxx.i

.PHONY : itkLiThresholdImageFilterTest.i

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

.PHONY : itkMaximumEntropyMaskedThresholdImageFilterTest.o

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

itkMaximumEntropyMaskedThresholdImageFilterTest.i: itkMaximumEntropyMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkMaximumEntropyMaskedThresholdImageFilterTest.i

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

.PHONY : itkMaximumEntropyThresholdImageFilterTest.o

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

itkMaximumEntropyThresholdImageFilterTest.i: itkMaximumEntropyThresholdImageFilterTest.cxx.i

.PHONY : itkMaximumEntropyThresholdImageFilterTest.i

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

.PHONY : itkMomentsMaskedThresholdImageFilterTest.o

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

itkMomentsMaskedThresholdImageFilterTest.i: itkMomentsMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkMomentsMaskedThresholdImageFilterTest.i

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

.PHONY : itkMomentsThresholdImageFilterTest.o

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

itkMomentsThresholdImageFilterTest.i: itkMomentsThresholdImageFilterTest.cxx.i

.PHONY : itkMomentsThresholdImageFilterTest.i

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

.PHONY : itkOtsuMaskedThresholdImageFilterTest.o

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

itkOtsuMaskedThresholdImageFilterTest.i: itkOtsuMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkOtsuMaskedThresholdImageFilterTest.i

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

.PHONY : itkOtsuMultipleThresholdsCalculatorTest.o

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

itkOtsuMultipleThresholdsCalculatorTest.i: itkOtsuMultipleThresholdsCalculatorTest.cxx.i

.PHONY : itkOtsuMultipleThresholdsCalculatorTest.i

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

.PHONY : itkOtsuMultipleThresholdsImageFilterTest.o

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

itkOtsuMultipleThresholdsImageFilterTest.i: itkOtsuMultipleThresholdsImageFilterTest.cxx.i

.PHONY : itkOtsuMultipleThresholdsImageFilterTest.i

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

.PHONY : itkOtsuThresholdCalculatorTest.o

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

itkOtsuThresholdCalculatorTest.i: itkOtsuThresholdCalculatorTest.cxx.i

.PHONY : itkOtsuThresholdCalculatorTest.i

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

.PHONY : itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.o

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

itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.i: itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.cxx.i

.PHONY : itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.i

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

.PHONY : itkOtsuThresholdImageFilterTest.o

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

itkOtsuThresholdImageFilterTest.i: itkOtsuThresholdImageFilterTest.cxx.i

.PHONY : itkOtsuThresholdImageFilterTest.i

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

.PHONY : itkRenyiEntropyMaskedThresholdImageFilterTest.o

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

itkRenyiEntropyMaskedThresholdImageFilterTest.i: itkRenyiEntropyMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkRenyiEntropyMaskedThresholdImageFilterTest.i

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

.PHONY : itkRenyiEntropyThresholdImageFilterTest.o

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

itkRenyiEntropyThresholdImageFilterTest.i: itkRenyiEntropyThresholdImageFilterTest.cxx.i

.PHONY : itkRenyiEntropyThresholdImageFilterTest.i

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

.PHONY : itkShanbhagMaskedThresholdImageFilterTest.o

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

itkShanbhagMaskedThresholdImageFilterTest.i: itkShanbhagMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkShanbhagMaskedThresholdImageFilterTest.i

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

.PHONY : itkShanbhagThresholdImageFilterTest.o

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

itkShanbhagThresholdImageFilterTest.i: itkShanbhagThresholdImageFilterTest.cxx.i

.PHONY : itkShanbhagThresholdImageFilterTest.i

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

.PHONY : itkThresholdImageFilterTest.o

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

itkThresholdImageFilterTest.i: itkThresholdImageFilterTest.cxx.i

.PHONY : itkThresholdImageFilterTest.i

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

.PHONY : itkThresholdLabelerImageFilterTest.o

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

itkThresholdLabelerImageFilterTest.i: itkThresholdLabelerImageFilterTest.cxx.i

.PHONY : itkThresholdLabelerImageFilterTest.i

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

.PHONY : itkTriangleMaskedThresholdImageFilterTest.o

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

itkTriangleMaskedThresholdImageFilterTest.i: itkTriangleMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkTriangleMaskedThresholdImageFilterTest.i

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

.PHONY : itkTriangleThresholdImageFilterTest.o

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

itkTriangleThresholdImageFilterTest.i: itkTriangleThresholdImageFilterTest.cxx.i

.PHONY : itkTriangleThresholdImageFilterTest.i

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

.PHONY : itkYenMaskedThresholdImageFilterTest.o

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

itkYenMaskedThresholdImageFilterTest.i: itkYenMaskedThresholdImageFilterTest.cxx.i

.PHONY : itkYenMaskedThresholdImageFilterTest.i

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

.PHONY : itkYenThresholdImageFilterTest.o

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

itkYenThresholdImageFilterTest.i: itkYenThresholdImageFilterTest.cxx.i

.PHONY : itkYenThresholdImageFilterTest.i

# target to preprocess a source file
itkYenThresholdImageFilterTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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 "... edit_cache"
	@echo "... install/strip"
	@echo "... test"
	@echo "... package_source"
	@echo "... package"
	@echo "... rebuild_cache"
	@echo "... ITKThresholdingTestDriver"
	@echo "... install/local"
	@echo "... install"
	@echo "... list_install_components"
	@echo "... ITKThresholdingTestDriver.o"
	@echo "... ITKThresholdingTestDriver.i"
	@echo "... ITKThresholdingTestDriver.s"
	@echo "... itkBinaryThresholdImageFilterTest.o"
	@echo "... itkBinaryThresholdImageFilterTest.i"
	@echo "... itkBinaryThresholdImageFilterTest.s"
	@echo "... itkBinaryThresholdImageFilterTest2.o"
	@echo "... itkBinaryThresholdImageFilterTest2.i"
	@echo "... itkBinaryThresholdImageFilterTest2.s"
	@echo "... itkBinaryThresholdProjectionImageFilterTest.o"
	@echo "... itkBinaryThresholdProjectionImageFilterTest.i"
	@echo "... itkBinaryThresholdProjectionImageFilterTest.s"
	@echo "... itkBinaryThresholdSpatialFunctionTest.o"
	@echo "... itkBinaryThresholdSpatialFunctionTest.i"
	@echo "... itkBinaryThresholdSpatialFunctionTest.s"
	@echo "... itkHuangMaskedThresholdImageFilterTest.o"
	@echo "... itkHuangMaskedThresholdImageFilterTest.i"
	@echo "... itkHuangMaskedThresholdImageFilterTest.s"
	@echo "... itkHuangThresholdImageFilterTest.o"
	@echo "... itkHuangThresholdImageFilterTest.i"
	@echo "... itkHuangThresholdImageFilterTest.s"
	@echo "... itkIntermodesMaskedThresholdImageFilterTest.o"
	@echo "... itkIntermodesMaskedThresholdImageFilterTest.i"
	@echo "... itkIntermodesMaskedThresholdImageFilterTest.s"
	@echo "... itkIntermodesThresholdImageFilterTest.o"
	@echo "... itkIntermodesThresholdImageFilterTest.i"
	@echo "... itkIntermodesThresholdImageFilterTest.s"
	@echo "... itkIsoDataMaskedThresholdImageFilterTest.o"
	@echo "... itkIsoDataMaskedThresholdImageFilterTest.i"
	@echo "... itkIsoDataMaskedThresholdImageFilterTest.s"
	@echo "... itkIsoDataThresholdImageFilterTest.o"
	@echo "... itkIsoDataThresholdImageFilterTest.i"
	@echo "... itkIsoDataThresholdImageFilterTest.s"
	@echo "... itkKittlerIllingworthMaskedThresholdImageFilterTest.o"
	@echo "... itkKittlerIllingworthMaskedThresholdImageFilterTest.i"
	@echo "... itkKittlerIllingworthMaskedThresholdImageFilterTest.s"
	@echo "... itkKittlerIllingworthThresholdImageFilterTest.o"
	@echo "... itkKittlerIllingworthThresholdImageFilterTest.i"
	@echo "... itkKittlerIllingworthThresholdImageFilterTest.s"
	@echo "... itkLiMaskedThresholdImageFilterTest.o"
	@echo "... itkLiMaskedThresholdImageFilterTest.i"
	@echo "... itkLiMaskedThresholdImageFilterTest.s"
	@echo "... itkLiThresholdImageFilterTest.o"
	@echo "... itkLiThresholdImageFilterTest.i"
	@echo "... itkLiThresholdImageFilterTest.s"
	@echo "... itkMaximumEntropyMaskedThresholdImageFilterTest.o"
	@echo "... itkMaximumEntropyMaskedThresholdImageFilterTest.i"
	@echo "... itkMaximumEntropyMaskedThresholdImageFilterTest.s"
	@echo "... itkMaximumEntropyThresholdImageFilterTest.o"
	@echo "... itkMaximumEntropyThresholdImageFilterTest.i"
	@echo "... itkMaximumEntropyThresholdImageFilterTest.s"
	@echo "... itkMomentsMaskedThresholdImageFilterTest.o"
	@echo "... itkMomentsMaskedThresholdImageFilterTest.i"
	@echo "... itkMomentsMaskedThresholdImageFilterTest.s"
	@echo "... itkMomentsThresholdImageFilterTest.o"
	@echo "... itkMomentsThresholdImageFilterTest.i"
	@echo "... itkMomentsThresholdImageFilterTest.s"
	@echo "... itkOtsuMaskedThresholdImageFilterTest.o"
	@echo "... itkOtsuMaskedThresholdImageFilterTest.i"
	@echo "... itkOtsuMaskedThresholdImageFilterTest.s"
	@echo "... itkOtsuMultipleThresholdsCalculatorTest.o"
	@echo "... itkOtsuMultipleThresholdsCalculatorTest.i"
	@echo "... itkOtsuMultipleThresholdsCalculatorTest.s"
	@echo "... itkOtsuMultipleThresholdsImageFilterTest.o"
	@echo "... itkOtsuMultipleThresholdsImageFilterTest.i"
	@echo "... itkOtsuMultipleThresholdsImageFilterTest.s"
	@echo "... itkOtsuThresholdCalculatorTest.o"
	@echo "... itkOtsuThresholdCalculatorTest.i"
	@echo "... itkOtsuThresholdCalculatorTest.s"
	@echo "... itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.o"
	@echo "... itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.i"
	@echo "... itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.s"
	@echo "... itkOtsuThresholdImageFilterTest.o"
	@echo "... itkOtsuThresholdImageFilterTest.i"
	@echo "... itkOtsuThresholdImageFilterTest.s"
	@echo "... itkRenyiEntropyMaskedThresholdImageFilterTest.o"
	@echo "... itkRenyiEntropyMaskedThresholdImageFilterTest.i"
	@echo "... itkRenyiEntropyMaskedThresholdImageFilterTest.s"
	@echo "... itkRenyiEntropyThresholdImageFilterTest.o"
	@echo "... itkRenyiEntropyThresholdImageFilterTest.i"
	@echo "... itkRenyiEntropyThresholdImageFilterTest.s"
	@echo "... itkShanbhagMaskedThresholdImageFilterTest.o"
	@echo "... itkShanbhagMaskedThresholdImageFilterTest.i"
	@echo "... itkShanbhagMaskedThresholdImageFilterTest.s"
	@echo "... itkShanbhagThresholdImageFilterTest.o"
	@echo "... itkShanbhagThresholdImageFilterTest.i"
	@echo "... itkShanbhagThresholdImageFilterTest.s"
	@echo "... itkThresholdImageFilterTest.o"
	@echo "... itkThresholdImageFilterTest.i"
	@echo "... itkThresholdImageFilterTest.s"
	@echo "... itkThresholdLabelerImageFilterTest.o"
	@echo "... itkThresholdLabelerImageFilterTest.i"
	@echo "... itkThresholdLabelerImageFilterTest.s"
	@echo "... itkTriangleMaskedThresholdImageFilterTest.o"
	@echo "... itkTriangleMaskedThresholdImageFilterTest.i"
	@echo "... itkTriangleMaskedThresholdImageFilterTest.s"
	@echo "... itkTriangleThresholdImageFilterTest.o"
	@echo "... itkTriangleThresholdImageFilterTest.i"
	@echo "... itkTriangleThresholdImageFilterTest.s"
	@echo "... itkYenMaskedThresholdImageFilterTest.o"
	@echo "... itkYenMaskedThresholdImageFilterTest.i"
	@echo "... itkYenMaskedThresholdImageFilterTest.s"
	@echo "... itkYenThresholdImageFilterTest.o"
	@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 /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

