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

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

# Convenience name for target.
ITKImageStatisticsTestDriver: Modules/Filtering/ImageStatistics/test/CMakeFiles/ITKImageStatisticsTestDriver.dir/rule
.PHONY : ITKImageStatisticsTestDriver

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

ITKImageStatisticsTestDriver.obj: ITKImageStatisticsTestDriver.cxx.obj
.PHONY : ITKImageStatisticsTestDriver.obj

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

ITKImageStatisticsTestDriver.i: ITKImageStatisticsTestDriver.cxx.i
.PHONY : ITKImageStatisticsTestDriver.i

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

ITKImageStatisticsTestDriver.s: ITKImageStatisticsTestDriver.cxx.s
.PHONY : ITKImageStatisticsTestDriver.s

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

itkAccumulateImageFilterTest.obj: itkAccumulateImageFilterTest.cxx.obj
.PHONY : itkAccumulateImageFilterTest.obj

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

itkAccumulateImageFilterTest.i: itkAccumulateImageFilterTest.cxx.i
.PHONY : itkAccumulateImageFilterTest.i

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

itkAccumulateImageFilterTest.s: itkAccumulateImageFilterTest.cxx.s
.PHONY : itkAccumulateImageFilterTest.s

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

itkAdaptiveHistogramEqualizationImageFilterTest.obj: itkAdaptiveHistogramEqualizationImageFilterTest.cxx.obj
.PHONY : itkAdaptiveHistogramEqualizationImageFilterTest.obj

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

itkAdaptiveHistogramEqualizationImageFilterTest.i: itkAdaptiveHistogramEqualizationImageFilterTest.cxx.i
.PHONY : itkAdaptiveHistogramEqualizationImageFilterTest.i

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

itkAdaptiveHistogramEqualizationImageFilterTest.s: itkAdaptiveHistogramEqualizationImageFilterTest.cxx.s
.PHONY : itkAdaptiveHistogramEqualizationImageFilterTest.s

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

itkBinaryProjectionImageFilterTest.obj: itkBinaryProjectionImageFilterTest.cxx.obj
.PHONY : itkBinaryProjectionImageFilterTest.obj

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

itkBinaryProjectionImageFilterTest.i: itkBinaryProjectionImageFilterTest.cxx.i
.PHONY : itkBinaryProjectionImageFilterTest.i

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

itkBinaryProjectionImageFilterTest.s: itkBinaryProjectionImageFilterTest.cxx.s
.PHONY : itkBinaryProjectionImageFilterTest.s

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

itkGetAverageSliceImageFilterTest.obj: itkGetAverageSliceImageFilterTest.cxx.obj
.PHONY : itkGetAverageSliceImageFilterTest.obj

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

itkGetAverageSliceImageFilterTest.i: itkGetAverageSliceImageFilterTest.cxx.i
.PHONY : itkGetAverageSliceImageFilterTest.i

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

itkGetAverageSliceImageFilterTest.s: itkGetAverageSliceImageFilterTest.cxx.s
.PHONY : itkGetAverageSliceImageFilterTest.s

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

itkHistogramToEntropyImageFilterTest1.obj: itkHistogramToEntropyImageFilterTest1.cxx.obj
.PHONY : itkHistogramToEntropyImageFilterTest1.obj

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

itkHistogramToEntropyImageFilterTest1.i: itkHistogramToEntropyImageFilterTest1.cxx.i
.PHONY : itkHistogramToEntropyImageFilterTest1.i

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

itkHistogramToEntropyImageFilterTest1.s: itkHistogramToEntropyImageFilterTest1.cxx.s
.PHONY : itkHistogramToEntropyImageFilterTest1.s

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

itkHistogramToEntropyImageFilterTest2.obj: itkHistogramToEntropyImageFilterTest2.cxx.obj
.PHONY : itkHistogramToEntropyImageFilterTest2.obj

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

itkHistogramToEntropyImageFilterTest2.i: itkHistogramToEntropyImageFilterTest2.cxx.i
.PHONY : itkHistogramToEntropyImageFilterTest2.i

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

itkHistogramToEntropyImageFilterTest2.s: itkHistogramToEntropyImageFilterTest2.cxx.s
.PHONY : itkHistogramToEntropyImageFilterTest2.s

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

itkHistogramToIntensityImageFilterTest1.obj: itkHistogramToIntensityImageFilterTest1.cxx.obj
.PHONY : itkHistogramToIntensityImageFilterTest1.obj

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

itkHistogramToIntensityImageFilterTest1.i: itkHistogramToIntensityImageFilterTest1.cxx.i
.PHONY : itkHistogramToIntensityImageFilterTest1.i

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

itkHistogramToIntensityImageFilterTest1.s: itkHistogramToIntensityImageFilterTest1.cxx.s
.PHONY : itkHistogramToIntensityImageFilterTest1.s

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

itkHistogramToIntensityImageFilterTest2.obj: itkHistogramToIntensityImageFilterTest2.cxx.obj
.PHONY : itkHistogramToIntensityImageFilterTest2.obj

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

itkHistogramToIntensityImageFilterTest2.i: itkHistogramToIntensityImageFilterTest2.cxx.i
.PHONY : itkHistogramToIntensityImageFilterTest2.i

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

itkHistogramToIntensityImageFilterTest2.s: itkHistogramToIntensityImageFilterTest2.cxx.s
.PHONY : itkHistogramToIntensityImageFilterTest2.s

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

itkHistogramToLogProbabilityImageFilterTest1.obj: itkHistogramToLogProbabilityImageFilterTest1.cxx.obj
.PHONY : itkHistogramToLogProbabilityImageFilterTest1.obj

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

itkHistogramToLogProbabilityImageFilterTest1.i: itkHistogramToLogProbabilityImageFilterTest1.cxx.i
.PHONY : itkHistogramToLogProbabilityImageFilterTest1.i

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

itkHistogramToLogProbabilityImageFilterTest1.s: itkHistogramToLogProbabilityImageFilterTest1.cxx.s
.PHONY : itkHistogramToLogProbabilityImageFilterTest1.s

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

itkHistogramToLogProbabilityImageFilterTest2.obj: itkHistogramToLogProbabilityImageFilterTest2.cxx.obj
.PHONY : itkHistogramToLogProbabilityImageFilterTest2.obj

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

itkHistogramToLogProbabilityImageFilterTest2.i: itkHistogramToLogProbabilityImageFilterTest2.cxx.i
.PHONY : itkHistogramToLogProbabilityImageFilterTest2.i

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

itkHistogramToLogProbabilityImageFilterTest2.s: itkHistogramToLogProbabilityImageFilterTest2.cxx.s
.PHONY : itkHistogramToLogProbabilityImageFilterTest2.s

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

itkHistogramToProbabilityImageFilterTest1.obj: itkHistogramToProbabilityImageFilterTest1.cxx.obj
.PHONY : itkHistogramToProbabilityImageFilterTest1.obj

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

itkHistogramToProbabilityImageFilterTest1.i: itkHistogramToProbabilityImageFilterTest1.cxx.i
.PHONY : itkHistogramToProbabilityImageFilterTest1.i

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

itkHistogramToProbabilityImageFilterTest1.s: itkHistogramToProbabilityImageFilterTest1.cxx.s
.PHONY : itkHistogramToProbabilityImageFilterTest1.s

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

itkHistogramToProbabilityImageFilterTest2.obj: itkHistogramToProbabilityImageFilterTest2.cxx.obj
.PHONY : itkHistogramToProbabilityImageFilterTest2.obj

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

itkHistogramToProbabilityImageFilterTest2.i: itkHistogramToProbabilityImageFilterTest2.cxx.i
.PHONY : itkHistogramToProbabilityImageFilterTest2.i

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

itkHistogramToProbabilityImageFilterTest2.s: itkHistogramToProbabilityImageFilterTest2.cxx.s
.PHONY : itkHistogramToProbabilityImageFilterTest2.s

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

itkImageMomentsTest.obj: itkImageMomentsTest.cxx.obj
.PHONY : itkImageMomentsTest.obj

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

itkImageMomentsTest.i: itkImageMomentsTest.cxx.i
.PHONY : itkImageMomentsTest.i

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

itkImageMomentsTest.s: itkImageMomentsTest.cxx.s
.PHONY : itkImageMomentsTest.s

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

itkImagePCADecompositionCalculatorTest.obj: itkImagePCADecompositionCalculatorTest.cxx.obj
.PHONY : itkImagePCADecompositionCalculatorTest.obj

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

itkImagePCADecompositionCalculatorTest.i: itkImagePCADecompositionCalculatorTest.cxx.i
.PHONY : itkImagePCADecompositionCalculatorTest.i

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

itkImagePCADecompositionCalculatorTest.s: itkImagePCADecompositionCalculatorTest.cxx.s
.PHONY : itkImagePCADecompositionCalculatorTest.s

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

itkImagePCAShapeModelEstimatorTest.obj: itkImagePCAShapeModelEstimatorTest.cxx.obj
.PHONY : itkImagePCAShapeModelEstimatorTest.obj

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

itkImagePCAShapeModelEstimatorTest.i: itkImagePCAShapeModelEstimatorTest.cxx.i
.PHONY : itkImagePCAShapeModelEstimatorTest.i

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

itkImagePCAShapeModelEstimatorTest.s: itkImagePCAShapeModelEstimatorTest.cxx.s
.PHONY : itkImagePCAShapeModelEstimatorTest.s

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

itkImageToHistogramFilterTest.obj: itkImageToHistogramFilterTest.cxx.obj
.PHONY : itkImageToHistogramFilterTest.obj

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

itkImageToHistogramFilterTest.i: itkImageToHistogramFilterTest.cxx.i
.PHONY : itkImageToHistogramFilterTest.i

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

itkImageToHistogramFilterTest.s: itkImageToHistogramFilterTest.cxx.s
.PHONY : itkImageToHistogramFilterTest.s

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

itkImageToHistogramFilterTest2.obj: itkImageToHistogramFilterTest2.cxx.obj
.PHONY : itkImageToHistogramFilterTest2.obj

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

itkImageToHistogramFilterTest2.i: itkImageToHistogramFilterTest2.cxx.i
.PHONY : itkImageToHistogramFilterTest2.i

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

itkImageToHistogramFilterTest2.s: itkImageToHistogramFilterTest2.cxx.s
.PHONY : itkImageToHistogramFilterTest2.s

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

itkImageToHistogramFilterTest3.obj: itkImageToHistogramFilterTest3.cxx.obj
.PHONY : itkImageToHistogramFilterTest3.obj

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

itkImageToHistogramFilterTest3.i: itkImageToHistogramFilterTest3.cxx.i
.PHONY : itkImageToHistogramFilterTest3.i

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

itkImageToHistogramFilterTest3.s: itkImageToHistogramFilterTest3.cxx.s
.PHONY : itkImageToHistogramFilterTest3.s

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

itkLabelOverlapMeasuresImageFilterTest.obj: itkLabelOverlapMeasuresImageFilterTest.cxx.obj
.PHONY : itkLabelOverlapMeasuresImageFilterTest.obj

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

itkLabelOverlapMeasuresImageFilterTest.i: itkLabelOverlapMeasuresImageFilterTest.cxx.i
.PHONY : itkLabelOverlapMeasuresImageFilterTest.i

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

itkLabelOverlapMeasuresImageFilterTest.s: itkLabelOverlapMeasuresImageFilterTest.cxx.s
.PHONY : itkLabelOverlapMeasuresImageFilterTest.s

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

itkLabelStatisticsImageFilterTest.obj: itkLabelStatisticsImageFilterTest.cxx.obj
.PHONY : itkLabelStatisticsImageFilterTest.obj

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

itkLabelStatisticsImageFilterTest.i: itkLabelStatisticsImageFilterTest.cxx.i
.PHONY : itkLabelStatisticsImageFilterTest.i

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

itkLabelStatisticsImageFilterTest.s: itkLabelStatisticsImageFilterTest.cxx.s
.PHONY : itkLabelStatisticsImageFilterTest.s

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

itkMaximumProjectionImageFilterTest.obj: itkMaximumProjectionImageFilterTest.cxx.obj
.PHONY : itkMaximumProjectionImageFilterTest.obj

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

itkMaximumProjectionImageFilterTest.i: itkMaximumProjectionImageFilterTest.cxx.i
.PHONY : itkMaximumProjectionImageFilterTest.i

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

itkMaximumProjectionImageFilterTest.s: itkMaximumProjectionImageFilterTest.cxx.s
.PHONY : itkMaximumProjectionImageFilterTest.s

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

itkMaximumProjectionImageFilterTest2.obj: itkMaximumProjectionImageFilterTest2.cxx.obj
.PHONY : itkMaximumProjectionImageFilterTest2.obj

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

itkMaximumProjectionImageFilterTest2.i: itkMaximumProjectionImageFilterTest2.cxx.i
.PHONY : itkMaximumProjectionImageFilterTest2.i

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

itkMaximumProjectionImageFilterTest2.s: itkMaximumProjectionImageFilterTest2.cxx.s
.PHONY : itkMaximumProjectionImageFilterTest2.s

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

itkMaximumProjectionImageFilterTest3.obj: itkMaximumProjectionImageFilterTest3.cxx.obj
.PHONY : itkMaximumProjectionImageFilterTest3.obj

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

itkMaximumProjectionImageFilterTest3.i: itkMaximumProjectionImageFilterTest3.cxx.i
.PHONY : itkMaximumProjectionImageFilterTest3.i

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

itkMaximumProjectionImageFilterTest3.s: itkMaximumProjectionImageFilterTest3.cxx.s
.PHONY : itkMaximumProjectionImageFilterTest3.s

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

itkMeanProjectionImageFilterTest.obj: itkMeanProjectionImageFilterTest.cxx.obj
.PHONY : itkMeanProjectionImageFilterTest.obj

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

itkMeanProjectionImageFilterTest.i: itkMeanProjectionImageFilterTest.cxx.i
.PHONY : itkMeanProjectionImageFilterTest.i

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

itkMeanProjectionImageFilterTest.s: itkMeanProjectionImageFilterTest.cxx.s
.PHONY : itkMeanProjectionImageFilterTest.s

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

itkMedianProjectionImageFilterTest.obj: itkMedianProjectionImageFilterTest.cxx.obj
.PHONY : itkMedianProjectionImageFilterTest.obj

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

itkMedianProjectionImageFilterTest.i: itkMedianProjectionImageFilterTest.cxx.i
.PHONY : itkMedianProjectionImageFilterTest.i

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

itkMedianProjectionImageFilterTest.s: itkMedianProjectionImageFilterTest.cxx.s
.PHONY : itkMedianProjectionImageFilterTest.s

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

itkMinimumMaximumImageFilterTest.obj: itkMinimumMaximumImageFilterTest.cxx.obj
.PHONY : itkMinimumMaximumImageFilterTest.obj

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

itkMinimumMaximumImageFilterTest.i: itkMinimumMaximumImageFilterTest.cxx.i
.PHONY : itkMinimumMaximumImageFilterTest.i

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

itkMinimumMaximumImageFilterTest.s: itkMinimumMaximumImageFilterTest.cxx.s
.PHONY : itkMinimumMaximumImageFilterTest.s

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

itkMinimumProjectionImageFilterTest.obj: itkMinimumProjectionImageFilterTest.cxx.obj
.PHONY : itkMinimumProjectionImageFilterTest.obj

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

itkMinimumProjectionImageFilterTest.i: itkMinimumProjectionImageFilterTest.cxx.i
.PHONY : itkMinimumProjectionImageFilterTest.i

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

itkMinimumProjectionImageFilterTest.s: itkMinimumProjectionImageFilterTest.cxx.s
.PHONY : itkMinimumProjectionImageFilterTest.s

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

itkProjectionImageFilterTest.obj: itkProjectionImageFilterTest.cxx.obj
.PHONY : itkProjectionImageFilterTest.obj

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

itkProjectionImageFilterTest.i: itkProjectionImageFilterTest.cxx.i
.PHONY : itkProjectionImageFilterTest.i

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

itkProjectionImageFilterTest.s: itkProjectionImageFilterTest.cxx.s
.PHONY : itkProjectionImageFilterTest.s

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

itkStandardDeviationProjectionImageFilterTest.obj: itkStandardDeviationProjectionImageFilterTest.cxx.obj
.PHONY : itkStandardDeviationProjectionImageFilterTest.obj

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

itkStandardDeviationProjectionImageFilterTest.i: itkStandardDeviationProjectionImageFilterTest.cxx.i
.PHONY : itkStandardDeviationProjectionImageFilterTest.i

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

itkStandardDeviationProjectionImageFilterTest.s: itkStandardDeviationProjectionImageFilterTest.cxx.s
.PHONY : itkStandardDeviationProjectionImageFilterTest.s

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

itkStatisticsImageFilterTest.obj: itkStatisticsImageFilterTest.cxx.obj
.PHONY : itkStatisticsImageFilterTest.obj

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

itkStatisticsImageFilterTest.i: itkStatisticsImageFilterTest.cxx.i
.PHONY : itkStatisticsImageFilterTest.i

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

itkStatisticsImageFilterTest.s: itkStatisticsImageFilterTest.cxx.s
.PHONY : itkStatisticsImageFilterTest.s

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

itkSumProjectionImageFilterTest.obj: itkSumProjectionImageFilterTest.cxx.obj
.PHONY : itkSumProjectionImageFilterTest.obj

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

itkSumProjectionImageFilterTest.i: itkSumProjectionImageFilterTest.cxx.i
.PHONY : itkSumProjectionImageFilterTest.i

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

itkSumProjectionImageFilterTest.s: itkSumProjectionImageFilterTest.cxx.s
.PHONY : itkSumProjectionImageFilterTest.s

# target to generate assembly for a file
itkSumProjectionImageFilterTest.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Filtering\ImageStatistics\test\CMakeFiles\ITKImageStatisticsTestDriver.dir\build.make Modules/Filtering/ImageStatistics/test/CMakeFiles/ITKImageStatisticsTestDriver.dir/itkSumProjectionImageFilterTest.cxx.s
.PHONY : itkSumProjectionImageFilterTest.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 ... ITKImageStatisticsTestDriver
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... ITKImageStatisticsTestDriver.obj
	@echo ... ITKImageStatisticsTestDriver.i
	@echo ... ITKImageStatisticsTestDriver.s
	@echo ... itkAccumulateImageFilterTest.obj
	@echo ... itkAccumulateImageFilterTest.i
	@echo ... itkAccumulateImageFilterTest.s
	@echo ... itkAdaptiveHistogramEqualizationImageFilterTest.obj
	@echo ... itkAdaptiveHistogramEqualizationImageFilterTest.i
	@echo ... itkAdaptiveHistogramEqualizationImageFilterTest.s
	@echo ... itkBinaryProjectionImageFilterTest.obj
	@echo ... itkBinaryProjectionImageFilterTest.i
	@echo ... itkBinaryProjectionImageFilterTest.s
	@echo ... itkGetAverageSliceImageFilterTest.obj
	@echo ... itkGetAverageSliceImageFilterTest.i
	@echo ... itkGetAverageSliceImageFilterTest.s
	@echo ... itkHistogramToEntropyImageFilterTest1.obj
	@echo ... itkHistogramToEntropyImageFilterTest1.i
	@echo ... itkHistogramToEntropyImageFilterTest1.s
	@echo ... itkHistogramToEntropyImageFilterTest2.obj
	@echo ... itkHistogramToEntropyImageFilterTest2.i
	@echo ... itkHistogramToEntropyImageFilterTest2.s
	@echo ... itkHistogramToIntensityImageFilterTest1.obj
	@echo ... itkHistogramToIntensityImageFilterTest1.i
	@echo ... itkHistogramToIntensityImageFilterTest1.s
	@echo ... itkHistogramToIntensityImageFilterTest2.obj
	@echo ... itkHistogramToIntensityImageFilterTest2.i
	@echo ... itkHistogramToIntensityImageFilterTest2.s
	@echo ... itkHistogramToLogProbabilityImageFilterTest1.obj
	@echo ... itkHistogramToLogProbabilityImageFilterTest1.i
	@echo ... itkHistogramToLogProbabilityImageFilterTest1.s
	@echo ... itkHistogramToLogProbabilityImageFilterTest2.obj
	@echo ... itkHistogramToLogProbabilityImageFilterTest2.i
	@echo ... itkHistogramToLogProbabilityImageFilterTest2.s
	@echo ... itkHistogramToProbabilityImageFilterTest1.obj
	@echo ... itkHistogramToProbabilityImageFilterTest1.i
	@echo ... itkHistogramToProbabilityImageFilterTest1.s
	@echo ... itkHistogramToProbabilityImageFilterTest2.obj
	@echo ... itkHistogramToProbabilityImageFilterTest2.i
	@echo ... itkHistogramToProbabilityImageFilterTest2.s
	@echo ... itkImageMomentsTest.obj
	@echo ... itkImageMomentsTest.i
	@echo ... itkImageMomentsTest.s
	@echo ... itkImagePCADecompositionCalculatorTest.obj
	@echo ... itkImagePCADecompositionCalculatorTest.i
	@echo ... itkImagePCADecompositionCalculatorTest.s
	@echo ... itkImagePCAShapeModelEstimatorTest.obj
	@echo ... itkImagePCAShapeModelEstimatorTest.i
	@echo ... itkImagePCAShapeModelEstimatorTest.s
	@echo ... itkImageToHistogramFilterTest.obj
	@echo ... itkImageToHistogramFilterTest.i
	@echo ... itkImageToHistogramFilterTest.s
	@echo ... itkImageToHistogramFilterTest2.obj
	@echo ... itkImageToHistogramFilterTest2.i
	@echo ... itkImageToHistogramFilterTest2.s
	@echo ... itkImageToHistogramFilterTest3.obj
	@echo ... itkImageToHistogramFilterTest3.i
	@echo ... itkImageToHistogramFilterTest3.s
	@echo ... itkLabelOverlapMeasuresImageFilterTest.obj
	@echo ... itkLabelOverlapMeasuresImageFilterTest.i
	@echo ... itkLabelOverlapMeasuresImageFilterTest.s
	@echo ... itkLabelStatisticsImageFilterTest.obj
	@echo ... itkLabelStatisticsImageFilterTest.i
	@echo ... itkLabelStatisticsImageFilterTest.s
	@echo ... itkMaximumProjectionImageFilterTest.obj
	@echo ... itkMaximumProjectionImageFilterTest.i
	@echo ... itkMaximumProjectionImageFilterTest.s
	@echo ... itkMaximumProjectionImageFilterTest2.obj
	@echo ... itkMaximumProjectionImageFilterTest2.i
	@echo ... itkMaximumProjectionImageFilterTest2.s
	@echo ... itkMaximumProjectionImageFilterTest3.obj
	@echo ... itkMaximumProjectionImageFilterTest3.i
	@echo ... itkMaximumProjectionImageFilterTest3.s
	@echo ... itkMeanProjectionImageFilterTest.obj
	@echo ... itkMeanProjectionImageFilterTest.i
	@echo ... itkMeanProjectionImageFilterTest.s
	@echo ... itkMedianProjectionImageFilterTest.obj
	@echo ... itkMedianProjectionImageFilterTest.i
	@echo ... itkMedianProjectionImageFilterTest.s
	@echo ... itkMinimumMaximumImageFilterTest.obj
	@echo ... itkMinimumMaximumImageFilterTest.i
	@echo ... itkMinimumMaximumImageFilterTest.s
	@echo ... itkMinimumProjectionImageFilterTest.obj
	@echo ... itkMinimumProjectionImageFilterTest.i
	@echo ... itkMinimumProjectionImageFilterTest.s
	@echo ... itkProjectionImageFilterTest.obj
	@echo ... itkProjectionImageFilterTest.i
	@echo ... itkProjectionImageFilterTest.s
	@echo ... itkStandardDeviationProjectionImageFilterTest.obj
	@echo ... itkStandardDeviationProjectionImageFilterTest.i
	@echo ... itkStandardDeviationProjectionImageFilterTest.s
	@echo ... itkStatisticsImageFilterTest.obj
	@echo ... itkStatisticsImageFilterTest.i
	@echo ... itkStatisticsImageFilterTest.s
	@echo ... itkSumProjectionImageFilterTest.obj
	@echo ... itkSumProjectionImageFilterTest.i
	@echo ... itkSumProjectionImageFilterTest.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

