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

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

# Convenience name for target.
ITKBinaryMathematicalMorphologyTestDriver: Modules/Filtering/BinaryMathematicalMorphology/test/CMakeFiles/ITKBinaryMathematicalMorphologyTestDriver.dir/rule
.PHONY : ITKBinaryMathematicalMorphologyTestDriver

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

ITKBinaryMathematicalMorphologyTestDriver.obj: ITKBinaryMathematicalMorphologyTestDriver.cxx.obj
.PHONY : ITKBinaryMathematicalMorphologyTestDriver.obj

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

ITKBinaryMathematicalMorphologyTestDriver.i: ITKBinaryMathematicalMorphologyTestDriver.cxx.i
.PHONY : ITKBinaryMathematicalMorphologyTestDriver.i

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

ITKBinaryMathematicalMorphologyTestDriver.s: ITKBinaryMathematicalMorphologyTestDriver.cxx.s
.PHONY : ITKBinaryMathematicalMorphologyTestDriver.s

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

itkBinaryClosingByReconstructionImageFilterTest.obj: itkBinaryClosingByReconstructionImageFilterTest.cxx.obj
.PHONY : itkBinaryClosingByReconstructionImageFilterTest.obj

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

itkBinaryClosingByReconstructionImageFilterTest.i: itkBinaryClosingByReconstructionImageFilterTest.cxx.i
.PHONY : itkBinaryClosingByReconstructionImageFilterTest.i

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

itkBinaryClosingByReconstructionImageFilterTest.s: itkBinaryClosingByReconstructionImageFilterTest.cxx.s
.PHONY : itkBinaryClosingByReconstructionImageFilterTest.s

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

itkBinaryDilateImageFilterTest.obj: itkBinaryDilateImageFilterTest.cxx.obj
.PHONY : itkBinaryDilateImageFilterTest.obj

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

itkBinaryDilateImageFilterTest.i: itkBinaryDilateImageFilterTest.cxx.i
.PHONY : itkBinaryDilateImageFilterTest.i

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

itkBinaryDilateImageFilterTest.s: itkBinaryDilateImageFilterTest.cxx.s
.PHONY : itkBinaryDilateImageFilterTest.s

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

itkBinaryDilateImageFilterTest2.obj: itkBinaryDilateImageFilterTest2.cxx.obj
.PHONY : itkBinaryDilateImageFilterTest2.obj

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

itkBinaryDilateImageFilterTest2.i: itkBinaryDilateImageFilterTest2.cxx.i
.PHONY : itkBinaryDilateImageFilterTest2.i

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

itkBinaryDilateImageFilterTest2.s: itkBinaryDilateImageFilterTest2.cxx.s
.PHONY : itkBinaryDilateImageFilterTest2.s

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

itkBinaryDilateImageFilterTest3.obj: itkBinaryDilateImageFilterTest3.cxx.obj
.PHONY : itkBinaryDilateImageFilterTest3.obj

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

itkBinaryDilateImageFilterTest3.i: itkBinaryDilateImageFilterTest3.cxx.i
.PHONY : itkBinaryDilateImageFilterTest3.i

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

itkBinaryDilateImageFilterTest3.s: itkBinaryDilateImageFilterTest3.cxx.s
.PHONY : itkBinaryDilateImageFilterTest3.s

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

itkBinaryErodeImageFilterTest.obj: itkBinaryErodeImageFilterTest.cxx.obj
.PHONY : itkBinaryErodeImageFilterTest.obj

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

itkBinaryErodeImageFilterTest.i: itkBinaryErodeImageFilterTest.cxx.i
.PHONY : itkBinaryErodeImageFilterTest.i

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

itkBinaryErodeImageFilterTest.s: itkBinaryErodeImageFilterTest.cxx.s
.PHONY : itkBinaryErodeImageFilterTest.s

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

itkBinaryErodeImageFilterTest3.obj: itkBinaryErodeImageFilterTest3.cxx.obj
.PHONY : itkBinaryErodeImageFilterTest3.obj

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

itkBinaryErodeImageFilterTest3.i: itkBinaryErodeImageFilterTest3.cxx.i
.PHONY : itkBinaryErodeImageFilterTest3.i

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

itkBinaryErodeImageFilterTest3.s: itkBinaryErodeImageFilterTest3.cxx.s
.PHONY : itkBinaryErodeImageFilterTest3.s

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

itkBinaryMorphologicalClosingImageFilterTest.obj: itkBinaryMorphologicalClosingImageFilterTest.cxx.obj
.PHONY : itkBinaryMorphologicalClosingImageFilterTest.obj

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

itkBinaryMorphologicalClosingImageFilterTest.i: itkBinaryMorphologicalClosingImageFilterTest.cxx.i
.PHONY : itkBinaryMorphologicalClosingImageFilterTest.i

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

itkBinaryMorphologicalClosingImageFilterTest.s: itkBinaryMorphologicalClosingImageFilterTest.cxx.s
.PHONY : itkBinaryMorphologicalClosingImageFilterTest.s

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

itkBinaryMorphologicalOpeningImageFilterTest.obj: itkBinaryMorphologicalOpeningImageFilterTest.cxx.obj
.PHONY : itkBinaryMorphologicalOpeningImageFilterTest.obj

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

itkBinaryMorphologicalOpeningImageFilterTest.i: itkBinaryMorphologicalOpeningImageFilterTest.cxx.i
.PHONY : itkBinaryMorphologicalOpeningImageFilterTest.i

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

itkBinaryMorphologicalOpeningImageFilterTest.s: itkBinaryMorphologicalOpeningImageFilterTest.cxx.s
.PHONY : itkBinaryMorphologicalOpeningImageFilterTest.s

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

itkBinaryOpeningByReconstructionImageFilterTest.obj: itkBinaryOpeningByReconstructionImageFilterTest.cxx.obj
.PHONY : itkBinaryOpeningByReconstructionImageFilterTest.obj

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

itkBinaryOpeningByReconstructionImageFilterTest.i: itkBinaryOpeningByReconstructionImageFilterTest.cxx.i
.PHONY : itkBinaryOpeningByReconstructionImageFilterTest.i

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

itkBinaryOpeningByReconstructionImageFilterTest.s: itkBinaryOpeningByReconstructionImageFilterTest.cxx.s
.PHONY : itkBinaryOpeningByReconstructionImageFilterTest.s

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

itkBinaryThinningImageFilterTest.obj: itkBinaryThinningImageFilterTest.cxx.obj
.PHONY : itkBinaryThinningImageFilterTest.obj

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

itkBinaryThinningImageFilterTest.i: itkBinaryThinningImageFilterTest.cxx.i
.PHONY : itkBinaryThinningImageFilterTest.i

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

itkBinaryThinningImageFilterTest.s: itkBinaryThinningImageFilterTest.cxx.s
.PHONY : itkBinaryThinningImageFilterTest.s

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

itkErodeObjectMorphologyImageFilterTest.obj: itkErodeObjectMorphologyImageFilterTest.cxx.obj
.PHONY : itkErodeObjectMorphologyImageFilterTest.obj

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

itkErodeObjectMorphologyImageFilterTest.i: itkErodeObjectMorphologyImageFilterTest.cxx.i
.PHONY : itkErodeObjectMorphologyImageFilterTest.i

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

itkErodeObjectMorphologyImageFilterTest.s: itkErodeObjectMorphologyImageFilterTest.cxx.s
.PHONY : itkErodeObjectMorphologyImageFilterTest.s

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

# Help Target
help:
	@echo The following are some of the valid targets for this Makefile:
	@echo ... all (the default if no target is provided)
	@echo ... clean
	@echo ... depend
	@echo ... install/local
	@echo ... install/strip
	@echo ... edit_cache
	@echo ... install
	@echo ... rebuild_cache
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... ITKBinaryMathematicalMorphologyTestDriver
	@echo ... ITKBinaryMathematicalMorphologyTestDriver.obj
	@echo ... ITKBinaryMathematicalMorphologyTestDriver.i
	@echo ... ITKBinaryMathematicalMorphologyTestDriver.s
	@echo ... itkBinaryClosingByReconstructionImageFilterTest.obj
	@echo ... itkBinaryClosingByReconstructionImageFilterTest.i
	@echo ... itkBinaryClosingByReconstructionImageFilterTest.s
	@echo ... itkBinaryDilateImageFilterTest.obj
	@echo ... itkBinaryDilateImageFilterTest.i
	@echo ... itkBinaryDilateImageFilterTest.s
	@echo ... itkBinaryDilateImageFilterTest2.obj
	@echo ... itkBinaryDilateImageFilterTest2.i
	@echo ... itkBinaryDilateImageFilterTest2.s
	@echo ... itkBinaryDilateImageFilterTest3.obj
	@echo ... itkBinaryDilateImageFilterTest3.i
	@echo ... itkBinaryDilateImageFilterTest3.s
	@echo ... itkBinaryErodeImageFilterTest.obj
	@echo ... itkBinaryErodeImageFilterTest.i
	@echo ... itkBinaryErodeImageFilterTest.s
	@echo ... itkBinaryErodeImageFilterTest3.obj
	@echo ... itkBinaryErodeImageFilterTest3.i
	@echo ... itkBinaryErodeImageFilterTest3.s
	@echo ... itkBinaryMorphologicalClosingImageFilterTest.obj
	@echo ... itkBinaryMorphologicalClosingImageFilterTest.i
	@echo ... itkBinaryMorphologicalClosingImageFilterTest.s
	@echo ... itkBinaryMorphologicalOpeningImageFilterTest.obj
	@echo ... itkBinaryMorphologicalOpeningImageFilterTest.i
	@echo ... itkBinaryMorphologicalOpeningImageFilterTest.s
	@echo ... itkBinaryOpeningByReconstructionImageFilterTest.obj
	@echo ... itkBinaryOpeningByReconstructionImageFilterTest.i
	@echo ... itkBinaryOpeningByReconstructionImageFilterTest.s
	@echo ... itkBinaryThinningImageFilterTest.obj
	@echo ... itkBinaryThinningImageFilterTest.i
	@echo ... itkBinaryThinningImageFilterTest.s
	@echo ... itkErodeObjectMorphologyImageFilterTest.obj
	@echo ... itkErodeObjectMorphologyImageFilterTest.i
	@echo ... itkErodeObjectMorphologyImageFilterTest.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

