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

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

# Convenience name for target.
ITKMathematicalMorphologyTestDriver: Modules/Filtering/MathematicalMorphology/test/CMakeFiles/ITKMathematicalMorphologyTestDriver.dir/rule
.PHONY : ITKMathematicalMorphologyTestDriver

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

ITKMathematicalMorphologyTestDriver.obj: ITKMathematicalMorphologyTestDriver.cxx.obj
.PHONY : ITKMathematicalMorphologyTestDriver.obj

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

ITKMathematicalMorphologyTestDriver.i: ITKMathematicalMorphologyTestDriver.cxx.i
.PHONY : ITKMathematicalMorphologyTestDriver.i

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

ITKMathematicalMorphologyTestDriver.s: ITKMathematicalMorphologyTestDriver.cxx.s
.PHONY : ITKMathematicalMorphologyTestDriver.s

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

itkClosingByReconstructionImageFilterTest.obj: itkClosingByReconstructionImageFilterTest.cxx.obj
.PHONY : itkClosingByReconstructionImageFilterTest.obj

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

itkClosingByReconstructionImageFilterTest.i: itkClosingByReconstructionImageFilterTest.cxx.i
.PHONY : itkClosingByReconstructionImageFilterTest.i

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

itkClosingByReconstructionImageFilterTest.s: itkClosingByReconstructionImageFilterTest.cxx.s
.PHONY : itkClosingByReconstructionImageFilterTest.s

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

itkDoubleThresholdImageFilterTest.obj: itkDoubleThresholdImageFilterTest.cxx.obj
.PHONY : itkDoubleThresholdImageFilterTest.obj

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

itkDoubleThresholdImageFilterTest.i: itkDoubleThresholdImageFilterTest.cxx.i
.PHONY : itkDoubleThresholdImageFilterTest.i

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

itkDoubleThresholdImageFilterTest.s: itkDoubleThresholdImageFilterTest.cxx.s
.PHONY : itkDoubleThresholdImageFilterTest.s

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

itkFlatStructuringElementTest.obj: itkFlatStructuringElementTest.cxx.obj
.PHONY : itkFlatStructuringElementTest.obj

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

itkFlatStructuringElementTest.i: itkFlatStructuringElementTest.cxx.i
.PHONY : itkFlatStructuringElementTest.i

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

itkFlatStructuringElementTest.s: itkFlatStructuringElementTest.cxx.s
.PHONY : itkFlatStructuringElementTest.s

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

itkGrayscaleConnectedClosingImageFilterTest.obj: itkGrayscaleConnectedClosingImageFilterTest.cxx.obj
.PHONY : itkGrayscaleConnectedClosingImageFilterTest.obj

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

itkGrayscaleConnectedClosingImageFilterTest.i: itkGrayscaleConnectedClosingImageFilterTest.cxx.i
.PHONY : itkGrayscaleConnectedClosingImageFilterTest.i

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

itkGrayscaleConnectedClosingImageFilterTest.s: itkGrayscaleConnectedClosingImageFilterTest.cxx.s
.PHONY : itkGrayscaleConnectedClosingImageFilterTest.s

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

itkGrayscaleConnectedOpeningImageFilterTest.obj: itkGrayscaleConnectedOpeningImageFilterTest.cxx.obj
.PHONY : itkGrayscaleConnectedOpeningImageFilterTest.obj

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

itkGrayscaleConnectedOpeningImageFilterTest.i: itkGrayscaleConnectedOpeningImageFilterTest.cxx.i
.PHONY : itkGrayscaleConnectedOpeningImageFilterTest.i

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

itkGrayscaleConnectedOpeningImageFilterTest.s: itkGrayscaleConnectedOpeningImageFilterTest.cxx.s
.PHONY : itkGrayscaleConnectedOpeningImageFilterTest.s

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

itkGrayscaleDilateImageFilterTest.obj: itkGrayscaleDilateImageFilterTest.cxx.obj
.PHONY : itkGrayscaleDilateImageFilterTest.obj

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

itkGrayscaleDilateImageFilterTest.i: itkGrayscaleDilateImageFilterTest.cxx.i
.PHONY : itkGrayscaleDilateImageFilterTest.i

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

itkGrayscaleDilateImageFilterTest.s: itkGrayscaleDilateImageFilterTest.cxx.s
.PHONY : itkGrayscaleDilateImageFilterTest.s

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

itkGrayscaleErodeImageFilterTest.obj: itkGrayscaleErodeImageFilterTest.cxx.obj
.PHONY : itkGrayscaleErodeImageFilterTest.obj

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

itkGrayscaleErodeImageFilterTest.i: itkGrayscaleErodeImageFilterTest.cxx.i
.PHONY : itkGrayscaleErodeImageFilterTest.i

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

itkGrayscaleErodeImageFilterTest.s: itkGrayscaleErodeImageFilterTest.cxx.s
.PHONY : itkGrayscaleErodeImageFilterTest.s

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

itkGrayscaleFillholeImageFilterTest.obj: itkGrayscaleFillholeImageFilterTest.cxx.obj
.PHONY : itkGrayscaleFillholeImageFilterTest.obj

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

itkGrayscaleFillholeImageFilterTest.i: itkGrayscaleFillholeImageFilterTest.cxx.i
.PHONY : itkGrayscaleFillholeImageFilterTest.i

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

itkGrayscaleFillholeImageFilterTest.s: itkGrayscaleFillholeImageFilterTest.cxx.s
.PHONY : itkGrayscaleFillholeImageFilterTest.s

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

itkGrayscaleFunctionDilateImageFilterTest.obj: itkGrayscaleFunctionDilateImageFilterTest.cxx.obj
.PHONY : itkGrayscaleFunctionDilateImageFilterTest.obj

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

itkGrayscaleFunctionDilateImageFilterTest.i: itkGrayscaleFunctionDilateImageFilterTest.cxx.i
.PHONY : itkGrayscaleFunctionDilateImageFilterTest.i

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

itkGrayscaleFunctionDilateImageFilterTest.s: itkGrayscaleFunctionDilateImageFilterTest.cxx.s
.PHONY : itkGrayscaleFunctionDilateImageFilterTest.s

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

itkGrayscaleFunctionErodeImageFilterTest.obj: itkGrayscaleFunctionErodeImageFilterTest.cxx.obj
.PHONY : itkGrayscaleFunctionErodeImageFilterTest.obj

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

itkGrayscaleFunctionErodeImageFilterTest.i: itkGrayscaleFunctionErodeImageFilterTest.cxx.i
.PHONY : itkGrayscaleFunctionErodeImageFilterTest.i

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

itkGrayscaleFunctionErodeImageFilterTest.s: itkGrayscaleFunctionErodeImageFilterTest.cxx.s
.PHONY : itkGrayscaleFunctionErodeImageFilterTest.s

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

itkGrayscaleGeodesicErodeDilateImageFilterTest.obj: itkGrayscaleGeodesicErodeDilateImageFilterTest.cxx.obj
.PHONY : itkGrayscaleGeodesicErodeDilateImageFilterTest.obj

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

itkGrayscaleGeodesicErodeDilateImageFilterTest.i: itkGrayscaleGeodesicErodeDilateImageFilterTest.cxx.i
.PHONY : itkGrayscaleGeodesicErodeDilateImageFilterTest.i

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

itkGrayscaleGeodesicErodeDilateImageFilterTest.s: itkGrayscaleGeodesicErodeDilateImageFilterTest.cxx.s
.PHONY : itkGrayscaleGeodesicErodeDilateImageFilterTest.s

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

itkGrayscaleMorphologicalClosingImageFilterTest.obj: itkGrayscaleMorphologicalClosingImageFilterTest.cxx.obj
.PHONY : itkGrayscaleMorphologicalClosingImageFilterTest.obj

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

itkGrayscaleMorphologicalClosingImageFilterTest.i: itkGrayscaleMorphologicalClosingImageFilterTest.cxx.i
.PHONY : itkGrayscaleMorphologicalClosingImageFilterTest.i

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

itkGrayscaleMorphologicalClosingImageFilterTest.s: itkGrayscaleMorphologicalClosingImageFilterTest.cxx.s
.PHONY : itkGrayscaleMorphologicalClosingImageFilterTest.s

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

itkGrayscaleMorphologicalClosingImageFilterTest2.obj: itkGrayscaleMorphologicalClosingImageFilterTest2.cxx.obj
.PHONY : itkGrayscaleMorphologicalClosingImageFilterTest2.obj

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

itkGrayscaleMorphologicalClosingImageFilterTest2.i: itkGrayscaleMorphologicalClosingImageFilterTest2.cxx.i
.PHONY : itkGrayscaleMorphologicalClosingImageFilterTest2.i

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

itkGrayscaleMorphologicalClosingImageFilterTest2.s: itkGrayscaleMorphologicalClosingImageFilterTest2.cxx.s
.PHONY : itkGrayscaleMorphologicalClosingImageFilterTest2.s

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

itkGrayscaleMorphologicalOpeningImageFilterTest.obj: itkGrayscaleMorphologicalOpeningImageFilterTest.cxx.obj
.PHONY : itkGrayscaleMorphologicalOpeningImageFilterTest.obj

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

itkGrayscaleMorphologicalOpeningImageFilterTest.i: itkGrayscaleMorphologicalOpeningImageFilterTest.cxx.i
.PHONY : itkGrayscaleMorphologicalOpeningImageFilterTest.i

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

itkGrayscaleMorphologicalOpeningImageFilterTest.s: itkGrayscaleMorphologicalOpeningImageFilterTest.cxx.s
.PHONY : itkGrayscaleMorphologicalOpeningImageFilterTest.s

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

itkGrayscaleMorphologicalOpeningImageFilterTest2.obj: itkGrayscaleMorphologicalOpeningImageFilterTest2.cxx.obj
.PHONY : itkGrayscaleMorphologicalOpeningImageFilterTest2.obj

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

itkGrayscaleMorphologicalOpeningImageFilterTest2.i: itkGrayscaleMorphologicalOpeningImageFilterTest2.cxx.i
.PHONY : itkGrayscaleMorphologicalOpeningImageFilterTest2.i

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

itkGrayscaleMorphologicalOpeningImageFilterTest2.s: itkGrayscaleMorphologicalOpeningImageFilterTest2.cxx.s
.PHONY : itkGrayscaleMorphologicalOpeningImageFilterTest2.s

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

itkHConvexConcaveImageFilterTest.obj: itkHConvexConcaveImageFilterTest.cxx.obj
.PHONY : itkHConvexConcaveImageFilterTest.obj

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

itkHConvexConcaveImageFilterTest.i: itkHConvexConcaveImageFilterTest.cxx.i
.PHONY : itkHConvexConcaveImageFilterTest.i

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

itkHConvexConcaveImageFilterTest.s: itkHConvexConcaveImageFilterTest.cxx.s
.PHONY : itkHConvexConcaveImageFilterTest.s

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

itkHMaximaMinimaImageFilterTest.obj: itkHMaximaMinimaImageFilterTest.cxx.obj
.PHONY : itkHMaximaMinimaImageFilterTest.obj

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

itkHMaximaMinimaImageFilterTest.i: itkHMaximaMinimaImageFilterTest.cxx.i
.PHONY : itkHMaximaMinimaImageFilterTest.i

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

itkHMaximaMinimaImageFilterTest.s: itkHMaximaMinimaImageFilterTest.cxx.s
.PHONY : itkHMaximaMinimaImageFilterTest.s

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

itkMapGrayscaleDilateImageFilterTest.obj: itkMapGrayscaleDilateImageFilterTest.cxx.obj
.PHONY : itkMapGrayscaleDilateImageFilterTest.obj

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

itkMapGrayscaleDilateImageFilterTest.i: itkMapGrayscaleDilateImageFilterTest.cxx.i
.PHONY : itkMapGrayscaleDilateImageFilterTest.i

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

itkMapGrayscaleDilateImageFilterTest.s: itkMapGrayscaleDilateImageFilterTest.cxx.s
.PHONY : itkMapGrayscaleDilateImageFilterTest.s

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

itkMapGrayscaleErodeImageFilterTest.obj: itkMapGrayscaleErodeImageFilterTest.cxx.obj
.PHONY : itkMapGrayscaleErodeImageFilterTest.obj

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

itkMapGrayscaleErodeImageFilterTest.i: itkMapGrayscaleErodeImageFilterTest.cxx.i
.PHONY : itkMapGrayscaleErodeImageFilterTest.i

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

itkMapGrayscaleErodeImageFilterTest.s: itkMapGrayscaleErodeImageFilterTest.cxx.s
.PHONY : itkMapGrayscaleErodeImageFilterTest.s

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

itkMapGrayscaleMorphologicalClosingImageFilterTest.obj: itkMapGrayscaleMorphologicalClosingImageFilterTest.cxx.obj
.PHONY : itkMapGrayscaleMorphologicalClosingImageFilterTest.obj

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

itkMapGrayscaleMorphologicalClosingImageFilterTest.i: itkMapGrayscaleMorphologicalClosingImageFilterTest.cxx.i
.PHONY : itkMapGrayscaleMorphologicalClosingImageFilterTest.i

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

itkMapGrayscaleMorphologicalClosingImageFilterTest.s: itkMapGrayscaleMorphologicalClosingImageFilterTest.cxx.s
.PHONY : itkMapGrayscaleMorphologicalClosingImageFilterTest.s

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

itkMapGrayscaleMorphologicalOpeningImageFilterTest.obj: itkMapGrayscaleMorphologicalOpeningImageFilterTest.cxx.obj
.PHONY : itkMapGrayscaleMorphologicalOpeningImageFilterTest.obj

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

itkMapGrayscaleMorphologicalOpeningImageFilterTest.i: itkMapGrayscaleMorphologicalOpeningImageFilterTest.cxx.i
.PHONY : itkMapGrayscaleMorphologicalOpeningImageFilterTest.i

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

itkMapGrayscaleMorphologicalOpeningImageFilterTest.s: itkMapGrayscaleMorphologicalOpeningImageFilterTest.cxx.s
.PHONY : itkMapGrayscaleMorphologicalOpeningImageFilterTest.s

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

itkMorphologicalGradientImageFilterTest.obj: itkMorphologicalGradientImageFilterTest.cxx.obj
.PHONY : itkMorphologicalGradientImageFilterTest.obj

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

itkMorphologicalGradientImageFilterTest.i: itkMorphologicalGradientImageFilterTest.cxx.i
.PHONY : itkMorphologicalGradientImageFilterTest.i

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

itkMorphologicalGradientImageFilterTest.s: itkMorphologicalGradientImageFilterTest.cxx.s
.PHONY : itkMorphologicalGradientImageFilterTest.s

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

itkMorphologicalGradientImageFilterTest2.obj: itkMorphologicalGradientImageFilterTest2.cxx.obj
.PHONY : itkMorphologicalGradientImageFilterTest2.obj

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

itkMorphologicalGradientImageFilterTest2.i: itkMorphologicalGradientImageFilterTest2.cxx.i
.PHONY : itkMorphologicalGradientImageFilterTest2.i

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

itkMorphologicalGradientImageFilterTest2.s: itkMorphologicalGradientImageFilterTest2.cxx.s
.PHONY : itkMorphologicalGradientImageFilterTest2.s

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

itkOpeningByReconstructionImageFilterTest.obj: itkOpeningByReconstructionImageFilterTest.cxx.obj
.PHONY : itkOpeningByReconstructionImageFilterTest.obj

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

itkOpeningByReconstructionImageFilterTest.i: itkOpeningByReconstructionImageFilterTest.cxx.i
.PHONY : itkOpeningByReconstructionImageFilterTest.i

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

itkOpeningByReconstructionImageFilterTest.s: itkOpeningByReconstructionImageFilterTest.cxx.s
.PHONY : itkOpeningByReconstructionImageFilterTest.s

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

itkOpeningByReconstructionImageFilterTest2.obj: itkOpeningByReconstructionImageFilterTest2.cxx.obj
.PHONY : itkOpeningByReconstructionImageFilterTest2.obj

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

itkOpeningByReconstructionImageFilterTest2.i: itkOpeningByReconstructionImageFilterTest2.cxx.i
.PHONY : itkOpeningByReconstructionImageFilterTest2.i

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

itkOpeningByReconstructionImageFilterTest2.s: itkOpeningByReconstructionImageFilterTest2.cxx.s
.PHONY : itkOpeningByReconstructionImageFilterTest2.s

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

itkRemoveBoundaryObjectsTest.obj: itkRemoveBoundaryObjectsTest.cxx.obj
.PHONY : itkRemoveBoundaryObjectsTest.obj

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

itkRemoveBoundaryObjectsTest.i: itkRemoveBoundaryObjectsTest.cxx.i
.PHONY : itkRemoveBoundaryObjectsTest.i

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

itkRemoveBoundaryObjectsTest.s: itkRemoveBoundaryObjectsTest.cxx.s
.PHONY : itkRemoveBoundaryObjectsTest.s

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

itkRemoveBoundaryObjectsTest2.obj: itkRemoveBoundaryObjectsTest2.cxx.obj
.PHONY : itkRemoveBoundaryObjectsTest2.obj

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

itkRemoveBoundaryObjectsTest2.i: itkRemoveBoundaryObjectsTest2.cxx.i
.PHONY : itkRemoveBoundaryObjectsTest2.i

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

itkRemoveBoundaryObjectsTest2.s: itkRemoveBoundaryObjectsTest2.cxx.s
.PHONY : itkRemoveBoundaryObjectsTest2.s

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

itkShapedIteratorFromStructuringElementTest.obj: itkShapedIteratorFromStructuringElementTest.cxx.obj
.PHONY : itkShapedIteratorFromStructuringElementTest.obj

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

itkShapedIteratorFromStructuringElementTest.i: itkShapedIteratorFromStructuringElementTest.cxx.i
.PHONY : itkShapedIteratorFromStructuringElementTest.i

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

itkShapedIteratorFromStructuringElementTest.s: itkShapedIteratorFromStructuringElementTest.cxx.s
.PHONY : itkShapedIteratorFromStructuringElementTest.s

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

itkTopHatImageFilterTest.obj: itkTopHatImageFilterTest.cxx.obj
.PHONY : itkTopHatImageFilterTest.obj

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

itkTopHatImageFilterTest.i: itkTopHatImageFilterTest.cxx.i
.PHONY : itkTopHatImageFilterTest.i

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

itkTopHatImageFilterTest.s: itkTopHatImageFilterTest.cxx.s
.PHONY : itkTopHatImageFilterTest.s

# target to generate assembly for a file
itkTopHatImageFilterTest.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Filtering\MathematicalMorphology\test\CMakeFiles\ITKMathematicalMorphologyTestDriver.dir\build.make Modules/Filtering/MathematicalMorphology/test/CMakeFiles/ITKMathematicalMorphologyTestDriver.dir/itkTopHatImageFilterTest.cxx.s
.PHONY : itkTopHatImageFilterTest.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 ... ITKMathematicalMorphologyTestDriver
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... ITKMathematicalMorphologyTestDriver.obj
	@echo ... ITKMathematicalMorphologyTestDriver.i
	@echo ... ITKMathematicalMorphologyTestDriver.s
	@echo ... itkClosingByReconstructionImageFilterTest.obj
	@echo ... itkClosingByReconstructionImageFilterTest.i
	@echo ... itkClosingByReconstructionImageFilterTest.s
	@echo ... itkDoubleThresholdImageFilterTest.obj
	@echo ... itkDoubleThresholdImageFilterTest.i
	@echo ... itkDoubleThresholdImageFilterTest.s
	@echo ... itkFlatStructuringElementTest.obj
	@echo ... itkFlatStructuringElementTest.i
	@echo ... itkFlatStructuringElementTest.s
	@echo ... itkGrayscaleConnectedClosingImageFilterTest.obj
	@echo ... itkGrayscaleConnectedClosingImageFilterTest.i
	@echo ... itkGrayscaleConnectedClosingImageFilterTest.s
	@echo ... itkGrayscaleConnectedOpeningImageFilterTest.obj
	@echo ... itkGrayscaleConnectedOpeningImageFilterTest.i
	@echo ... itkGrayscaleConnectedOpeningImageFilterTest.s
	@echo ... itkGrayscaleDilateImageFilterTest.obj
	@echo ... itkGrayscaleDilateImageFilterTest.i
	@echo ... itkGrayscaleDilateImageFilterTest.s
	@echo ... itkGrayscaleErodeImageFilterTest.obj
	@echo ... itkGrayscaleErodeImageFilterTest.i
	@echo ... itkGrayscaleErodeImageFilterTest.s
	@echo ... itkGrayscaleFillholeImageFilterTest.obj
	@echo ... itkGrayscaleFillholeImageFilterTest.i
	@echo ... itkGrayscaleFillholeImageFilterTest.s
	@echo ... itkGrayscaleFunctionDilateImageFilterTest.obj
	@echo ... itkGrayscaleFunctionDilateImageFilterTest.i
	@echo ... itkGrayscaleFunctionDilateImageFilterTest.s
	@echo ... itkGrayscaleFunctionErodeImageFilterTest.obj
	@echo ... itkGrayscaleFunctionErodeImageFilterTest.i
	@echo ... itkGrayscaleFunctionErodeImageFilterTest.s
	@echo ... itkGrayscaleGeodesicErodeDilateImageFilterTest.obj
	@echo ... itkGrayscaleGeodesicErodeDilateImageFilterTest.i
	@echo ... itkGrayscaleGeodesicErodeDilateImageFilterTest.s
	@echo ... itkGrayscaleMorphologicalClosingImageFilterTest.obj
	@echo ... itkGrayscaleMorphologicalClosingImageFilterTest.i
	@echo ... itkGrayscaleMorphologicalClosingImageFilterTest.s
	@echo ... itkGrayscaleMorphologicalClosingImageFilterTest2.obj
	@echo ... itkGrayscaleMorphologicalClosingImageFilterTest2.i
	@echo ... itkGrayscaleMorphologicalClosingImageFilterTest2.s
	@echo ... itkGrayscaleMorphologicalOpeningImageFilterTest.obj
	@echo ... itkGrayscaleMorphologicalOpeningImageFilterTest.i
	@echo ... itkGrayscaleMorphologicalOpeningImageFilterTest.s
	@echo ... itkGrayscaleMorphologicalOpeningImageFilterTest2.obj
	@echo ... itkGrayscaleMorphologicalOpeningImageFilterTest2.i
	@echo ... itkGrayscaleMorphologicalOpeningImageFilterTest2.s
	@echo ... itkHConvexConcaveImageFilterTest.obj
	@echo ... itkHConvexConcaveImageFilterTest.i
	@echo ... itkHConvexConcaveImageFilterTest.s
	@echo ... itkHMaximaMinimaImageFilterTest.obj
	@echo ... itkHMaximaMinimaImageFilterTest.i
	@echo ... itkHMaximaMinimaImageFilterTest.s
	@echo ... itkMapGrayscaleDilateImageFilterTest.obj
	@echo ... itkMapGrayscaleDilateImageFilterTest.i
	@echo ... itkMapGrayscaleDilateImageFilterTest.s
	@echo ... itkMapGrayscaleErodeImageFilterTest.obj
	@echo ... itkMapGrayscaleErodeImageFilterTest.i
	@echo ... itkMapGrayscaleErodeImageFilterTest.s
	@echo ... itkMapGrayscaleMorphologicalClosingImageFilterTest.obj
	@echo ... itkMapGrayscaleMorphologicalClosingImageFilterTest.i
	@echo ... itkMapGrayscaleMorphologicalClosingImageFilterTest.s
	@echo ... itkMapGrayscaleMorphologicalOpeningImageFilterTest.obj
	@echo ... itkMapGrayscaleMorphologicalOpeningImageFilterTest.i
	@echo ... itkMapGrayscaleMorphologicalOpeningImageFilterTest.s
	@echo ... itkMorphologicalGradientImageFilterTest.obj
	@echo ... itkMorphologicalGradientImageFilterTest.i
	@echo ... itkMorphologicalGradientImageFilterTest.s
	@echo ... itkMorphologicalGradientImageFilterTest2.obj
	@echo ... itkMorphologicalGradientImageFilterTest2.i
	@echo ... itkMorphologicalGradientImageFilterTest2.s
	@echo ... itkOpeningByReconstructionImageFilterTest.obj
	@echo ... itkOpeningByReconstructionImageFilterTest.i
	@echo ... itkOpeningByReconstructionImageFilterTest.s
	@echo ... itkOpeningByReconstructionImageFilterTest2.obj
	@echo ... itkOpeningByReconstructionImageFilterTest2.i
	@echo ... itkOpeningByReconstructionImageFilterTest2.s
	@echo ... itkRemoveBoundaryObjectsTest.obj
	@echo ... itkRemoveBoundaryObjectsTest.i
	@echo ... itkRemoveBoundaryObjectsTest.s
	@echo ... itkRemoveBoundaryObjectsTest2.obj
	@echo ... itkRemoveBoundaryObjectsTest2.i
	@echo ... itkRemoveBoundaryObjectsTest2.s
	@echo ... itkShapedIteratorFromStructuringElementTest.obj
	@echo ... itkShapedIteratorFromStructuringElementTest.i
	@echo ... itkShapedIteratorFromStructuringElementTest.s
	@echo ... itkTopHatImageFilterTest.obj
	@echo ... itkTopHatImageFilterTest.i
	@echo ... itkTopHatImageFilterTest.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

