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

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

# Convenience name for target.
BayesianClassifier: Examples/Statistics/CMakeFiles/BayesianClassifier.dir/rule
.PHONY : BayesianClassifier

# fast build rule for target.
BayesianClassifier/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\BayesianClassifier.dir\build.make Examples/Statistics/CMakeFiles/BayesianClassifier.dir/build
.PHONY : BayesianClassifier/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/BayesianClassifierInitializer.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/BayesianClassifierInitializer.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/BayesianClassifierInitializer.dir/rule

# Convenience name for target.
BayesianClassifierInitializer: Examples/Statistics/CMakeFiles/BayesianClassifierInitializer.dir/rule
.PHONY : BayesianClassifierInitializer

# fast build rule for target.
BayesianClassifierInitializer/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\BayesianClassifierInitializer.dir\build.make Examples/Statistics/CMakeFiles/BayesianClassifierInitializer.dir/build
.PHONY : BayesianClassifierInitializer/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/BayesianPluginClassifier.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/BayesianPluginClassifier.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/BayesianPluginClassifier.dir/rule

# Convenience name for target.
BayesianPluginClassifier: Examples/Statistics/CMakeFiles/BayesianPluginClassifier.dir/rule
.PHONY : BayesianPluginClassifier

# fast build rule for target.
BayesianPluginClassifier/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\BayesianPluginClassifier.dir\build.make Examples/Statistics/CMakeFiles/BayesianPluginClassifier.dir/build
.PHONY : BayesianPluginClassifier/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/EuclideanDistanceMetric.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/EuclideanDistanceMetric.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/EuclideanDistanceMetric.dir/rule

# Convenience name for target.
EuclideanDistanceMetric: Examples/Statistics/CMakeFiles/EuclideanDistanceMetric.dir/rule
.PHONY : EuclideanDistanceMetric

# fast build rule for target.
EuclideanDistanceMetric/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\EuclideanDistanceMetric.dir\build.make Examples/Statistics/CMakeFiles/EuclideanDistanceMetric.dir/build
.PHONY : EuclideanDistanceMetric/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ExpectationMaximizationMixtureModelEstimator.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ExpectationMaximizationMixtureModelEstimator.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ExpectationMaximizationMixtureModelEstimator.dir/rule

# Convenience name for target.
ExpectationMaximizationMixtureModelEstimator: Examples/Statistics/CMakeFiles/ExpectationMaximizationMixtureModelEstimator.dir/rule
.PHONY : ExpectationMaximizationMixtureModelEstimator

# fast build rule for target.
ExpectationMaximizationMixtureModelEstimator/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ExpectationMaximizationMixtureModelEstimator.dir\build.make Examples/Statistics/CMakeFiles/ExpectationMaximizationMixtureModelEstimator.dir/build
.PHONY : ExpectationMaximizationMixtureModelEstimator/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/GaussianMembershipFunction.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/GaussianMembershipFunction.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/GaussianMembershipFunction.dir/rule

# Convenience name for target.
GaussianMembershipFunction: Examples/Statistics/CMakeFiles/GaussianMembershipFunction.dir/rule
.PHONY : GaussianMembershipFunction

# fast build rule for target.
GaussianMembershipFunction/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\GaussianMembershipFunction.dir\build.make Examples/Statistics/CMakeFiles/GaussianMembershipFunction.dir/build
.PHONY : GaussianMembershipFunction/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/Histogram.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/Histogram.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/Histogram.dir/rule

# Convenience name for target.
Histogram: Examples/Statistics/CMakeFiles/Histogram.dir/rule
.PHONY : Histogram

# fast build rule for target.
Histogram/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\Histogram.dir\build.make Examples/Statistics/CMakeFiles/Histogram.dir/build
.PHONY : Histogram/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ImageEntropy1.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ImageEntropy1.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ImageEntropy1.dir/rule

# Convenience name for target.
ImageEntropy1: Examples/Statistics/CMakeFiles/ImageEntropy1.dir/rule
.PHONY : ImageEntropy1

# fast build rule for target.
ImageEntropy1/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageEntropy1.dir\build.make Examples/Statistics/CMakeFiles/ImageEntropy1.dir/build
.PHONY : ImageEntropy1/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ImageHistogram1.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ImageHistogram1.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ImageHistogram1.dir/rule

# Convenience name for target.
ImageHistogram1: Examples/Statistics/CMakeFiles/ImageHistogram1.dir/rule
.PHONY : ImageHistogram1

# fast build rule for target.
ImageHistogram1/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram1.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram1.dir/build
.PHONY : ImageHistogram1/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ImageHistogram2.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ImageHistogram2.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ImageHistogram2.dir/rule

# Convenience name for target.
ImageHistogram2: Examples/Statistics/CMakeFiles/ImageHistogram2.dir/rule
.PHONY : ImageHistogram2

# fast build rule for target.
ImageHistogram2/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram2.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram2.dir/build
.PHONY : ImageHistogram2/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ImageHistogram3.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ImageHistogram3.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ImageHistogram3.dir/rule

# Convenience name for target.
ImageHistogram3: Examples/Statistics/CMakeFiles/ImageHistogram3.dir/rule
.PHONY : ImageHistogram3

# fast build rule for target.
ImageHistogram3/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram3.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram3.dir/build
.PHONY : ImageHistogram3/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ImageHistogram4.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ImageHistogram4.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ImageHistogram4.dir/rule

# Convenience name for target.
ImageHistogram4: Examples/Statistics/CMakeFiles/ImageHistogram4.dir/rule
.PHONY : ImageHistogram4

# fast build rule for target.
ImageHistogram4/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram4.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram4.dir/build
.PHONY : ImageHistogram4/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ImageMutualInformation1.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ImageMutualInformation1.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ImageMutualInformation1.dir/rule

# Convenience name for target.
ImageMutualInformation1: Examples/Statistics/CMakeFiles/ImageMutualInformation1.dir/rule
.PHONY : ImageMutualInformation1

# fast build rule for target.
ImageMutualInformation1/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageMutualInformation1.dir\build.make Examples/Statistics/CMakeFiles/ImageMutualInformation1.dir/build
.PHONY : ImageMutualInformation1/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ImageToListSampleAdaptor.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ImageToListSampleAdaptor.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ImageToListSampleAdaptor.dir/rule

# Convenience name for target.
ImageToListSampleAdaptor: Examples/Statistics/CMakeFiles/ImageToListSampleAdaptor.dir/rule
.PHONY : ImageToListSampleAdaptor

# fast build rule for target.
ImageToListSampleAdaptor/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageToListSampleAdaptor.dir\build.make Examples/Statistics/CMakeFiles/ImageToListSampleAdaptor.dir/build
.PHONY : ImageToListSampleAdaptor/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/KdTree.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/KdTree.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/KdTree.dir/rule

# Convenience name for target.
KdTree: Examples/Statistics/CMakeFiles/KdTree.dir/rule
.PHONY : KdTree

# fast build rule for target.
KdTree/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\KdTree.dir\build.make Examples/Statistics/CMakeFiles/KdTree.dir/build
.PHONY : KdTree/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/KdTreeBasedKMeansClustering.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/KdTreeBasedKMeansClustering.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/KdTreeBasedKMeansClustering.dir/rule

# Convenience name for target.
KdTreeBasedKMeansClustering: Examples/Statistics/CMakeFiles/KdTreeBasedKMeansClustering.dir/rule
.PHONY : KdTreeBasedKMeansClustering

# fast build rule for target.
KdTreeBasedKMeansClustering/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\KdTreeBasedKMeansClustering.dir\build.make Examples/Statistics/CMakeFiles/KdTreeBasedKMeansClustering.dir/build
.PHONY : KdTreeBasedKMeansClustering/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ListSample.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ListSample.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ListSample.dir/rule

# Convenience name for target.
ListSample: Examples/Statistics/CMakeFiles/ListSample.dir/rule
.PHONY : ListSample

# fast build rule for target.
ListSample/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ListSample.dir\build.make Examples/Statistics/CMakeFiles/ListSample.dir/build
.PHONY : ListSample/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/MaximumDecisionRule.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/MaximumDecisionRule.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/MaximumDecisionRule.dir/rule

# Convenience name for target.
MaximumDecisionRule: Examples/Statistics/CMakeFiles/MaximumDecisionRule.dir/rule
.PHONY : MaximumDecisionRule

# fast build rule for target.
MaximumDecisionRule/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MaximumDecisionRule.dir\build.make Examples/Statistics/CMakeFiles/MaximumDecisionRule.dir/build
.PHONY : MaximumDecisionRule/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/MaximumRatioDecisionRule.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/MaximumRatioDecisionRule.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/MaximumRatioDecisionRule.dir/rule

# Convenience name for target.
MaximumRatioDecisionRule: Examples/Statistics/CMakeFiles/MaximumRatioDecisionRule.dir/rule
.PHONY : MaximumRatioDecisionRule

# fast build rule for target.
MaximumRatioDecisionRule/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MaximumRatioDecisionRule.dir\build.make Examples/Statistics/CMakeFiles/MaximumRatioDecisionRule.dir/build
.PHONY : MaximumRatioDecisionRule/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/MembershipSample.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/MembershipSample.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/MembershipSample.dir/rule

# Convenience name for target.
MembershipSample: Examples/Statistics/CMakeFiles/MembershipSample.dir/rule
.PHONY : MembershipSample

# fast build rule for target.
MembershipSample/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MembershipSample.dir\build.make Examples/Statistics/CMakeFiles/MembershipSample.dir/build
.PHONY : MembershipSample/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/MinimumDecisionRule.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/MinimumDecisionRule.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/MinimumDecisionRule.dir/rule

# Convenience name for target.
MinimumDecisionRule: Examples/Statistics/CMakeFiles/MinimumDecisionRule.dir/rule
.PHONY : MinimumDecisionRule

# fast build rule for target.
MinimumDecisionRule/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MinimumDecisionRule.dir\build.make Examples/Statistics/CMakeFiles/MinimumDecisionRule.dir/build
.PHONY : MinimumDecisionRule/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/NormalVariateGenerator.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/NormalVariateGenerator.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/NormalVariateGenerator.dir/rule

# Convenience name for target.
NormalVariateGenerator: Examples/Statistics/CMakeFiles/NormalVariateGenerator.dir/rule
.PHONY : NormalVariateGenerator

# fast build rule for target.
NormalVariateGenerator/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\NormalVariateGenerator.dir\build.make Examples/Statistics/CMakeFiles/NormalVariateGenerator.dir/build
.PHONY : NormalVariateGenerator/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/PointSetToListSampleAdaptor.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/PointSetToListSampleAdaptor.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/PointSetToListSampleAdaptor.dir/rule

# Convenience name for target.
PointSetToListSampleAdaptor: Examples/Statistics/CMakeFiles/PointSetToListSampleAdaptor.dir/rule
.PHONY : PointSetToListSampleAdaptor

# fast build rule for target.
PointSetToListSampleAdaptor/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\PointSetToListSampleAdaptor.dir\build.make Examples/Statistics/CMakeFiles/PointSetToListSampleAdaptor.dir/build
.PHONY : PointSetToListSampleAdaptor/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/SampleSorting.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/SampleSorting.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/SampleSorting.dir/rule

# Convenience name for target.
SampleSorting: Examples/Statistics/CMakeFiles/SampleSorting.dir/rule
.PHONY : SampleSorting

# fast build rule for target.
SampleSorting/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\SampleSorting.dir\build.make Examples/Statistics/CMakeFiles/SampleSorting.dir/build
.PHONY : SampleSorting/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/SampleStatistics.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/SampleStatistics.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/SampleStatistics.dir/rule

# Convenience name for target.
SampleStatistics: Examples/Statistics/CMakeFiles/SampleStatistics.dir/rule
.PHONY : SampleStatistics

# fast build rule for target.
SampleStatistics/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\SampleStatistics.dir\build.make Examples/Statistics/CMakeFiles/SampleStatistics.dir/build
.PHONY : SampleStatistics/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/SampleToHistogramFilter.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/SampleToHistogramFilter.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/SampleToHistogramFilter.dir/rule

# Convenience name for target.
SampleToHistogramFilter: Examples/Statistics/CMakeFiles/SampleToHistogramFilter.dir/rule
.PHONY : SampleToHistogramFilter

# fast build rule for target.
SampleToHistogramFilter/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\SampleToHistogramFilter.dir\build.make Examples/Statistics/CMakeFiles/SampleToHistogramFilter.dir/build
.PHONY : SampleToHistogramFilter/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ScalarImageKmeansClassifier.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ScalarImageKmeansClassifier.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ScalarImageKmeansClassifier.dir/rule

# Convenience name for target.
ScalarImageKmeansClassifier: Examples/Statistics/CMakeFiles/ScalarImageKmeansClassifier.dir/rule
.PHONY : ScalarImageKmeansClassifier

# fast build rule for target.
ScalarImageKmeansClassifier/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ScalarImageKmeansClassifier.dir\build.make Examples/Statistics/CMakeFiles/ScalarImageKmeansClassifier.dir/build
.PHONY : ScalarImageKmeansClassifier/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ScalarImageKmeansModelEstimator.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ScalarImageKmeansModelEstimator.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ScalarImageKmeansModelEstimator.dir/rule

# Convenience name for target.
ScalarImageKmeansModelEstimator: Examples/Statistics/CMakeFiles/ScalarImageKmeansModelEstimator.dir/rule
.PHONY : ScalarImageKmeansModelEstimator

# fast build rule for target.
ScalarImageKmeansModelEstimator/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ScalarImageKmeansModelEstimator.dir\build.make Examples/Statistics/CMakeFiles/ScalarImageKmeansModelEstimator.dir/build
.PHONY : ScalarImageKmeansModelEstimator/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/ScalarImageMarkovRandomField1.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/ScalarImageMarkovRandomField1.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/ScalarImageMarkovRandomField1.dir/rule

# Convenience name for target.
ScalarImageMarkovRandomField1: Examples/Statistics/CMakeFiles/ScalarImageMarkovRandomField1.dir/rule
.PHONY : ScalarImageMarkovRandomField1

# fast build rule for target.
ScalarImageMarkovRandomField1/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ScalarImageMarkovRandomField1.dir\build.make Examples/Statistics/CMakeFiles/ScalarImageMarkovRandomField1.dir/build
.PHONY : ScalarImageMarkovRandomField1/fast

# Convenience name for target.
Examples/Statistics/CMakeFiles/WeightedSampleStatistics.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Examples/Statistics/CMakeFiles/WeightedSampleStatistics.dir/rule
.PHONY : Examples/Statistics/CMakeFiles/WeightedSampleStatistics.dir/rule

# Convenience name for target.
WeightedSampleStatistics: Examples/Statistics/CMakeFiles/WeightedSampleStatistics.dir/rule
.PHONY : WeightedSampleStatistics

# fast build rule for target.
WeightedSampleStatistics/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\WeightedSampleStatistics.dir\build.make Examples/Statistics/CMakeFiles/WeightedSampleStatistics.dir/build
.PHONY : WeightedSampleStatistics/fast

BayesianClassifier.obj: BayesianClassifier.cxx.obj
.PHONY : BayesianClassifier.obj

# target to build an object file
BayesianClassifier.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\BayesianClassifier.dir\build.make Examples/Statistics/CMakeFiles/BayesianClassifier.dir/BayesianClassifier.cxx.obj
.PHONY : BayesianClassifier.cxx.obj

BayesianClassifier.i: BayesianClassifier.cxx.i
.PHONY : BayesianClassifier.i

# target to preprocess a source file
BayesianClassifier.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\BayesianClassifier.dir\build.make Examples/Statistics/CMakeFiles/BayesianClassifier.dir/BayesianClassifier.cxx.i
.PHONY : BayesianClassifier.cxx.i

BayesianClassifier.s: BayesianClassifier.cxx.s
.PHONY : BayesianClassifier.s

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

BayesianClassifierInitializer.obj: BayesianClassifierInitializer.cxx.obj
.PHONY : BayesianClassifierInitializer.obj

# target to build an object file
BayesianClassifierInitializer.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\BayesianClassifierInitializer.dir\build.make Examples/Statistics/CMakeFiles/BayesianClassifierInitializer.dir/BayesianClassifierInitializer.cxx.obj
.PHONY : BayesianClassifierInitializer.cxx.obj

BayesianClassifierInitializer.i: BayesianClassifierInitializer.cxx.i
.PHONY : BayesianClassifierInitializer.i

# target to preprocess a source file
BayesianClassifierInitializer.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\BayesianClassifierInitializer.dir\build.make Examples/Statistics/CMakeFiles/BayesianClassifierInitializer.dir/BayesianClassifierInitializer.cxx.i
.PHONY : BayesianClassifierInitializer.cxx.i

BayesianClassifierInitializer.s: BayesianClassifierInitializer.cxx.s
.PHONY : BayesianClassifierInitializer.s

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

BayesianPluginClassifier.obj: BayesianPluginClassifier.cxx.obj
.PHONY : BayesianPluginClassifier.obj

# target to build an object file
BayesianPluginClassifier.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\BayesianPluginClassifier.dir\build.make Examples/Statistics/CMakeFiles/BayesianPluginClassifier.dir/BayesianPluginClassifier.cxx.obj
.PHONY : BayesianPluginClassifier.cxx.obj

BayesianPluginClassifier.i: BayesianPluginClassifier.cxx.i
.PHONY : BayesianPluginClassifier.i

# target to preprocess a source file
BayesianPluginClassifier.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\BayesianPluginClassifier.dir\build.make Examples/Statistics/CMakeFiles/BayesianPluginClassifier.dir/BayesianPluginClassifier.cxx.i
.PHONY : BayesianPluginClassifier.cxx.i

BayesianPluginClassifier.s: BayesianPluginClassifier.cxx.s
.PHONY : BayesianPluginClassifier.s

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

EuclideanDistanceMetric.obj: EuclideanDistanceMetric.cxx.obj
.PHONY : EuclideanDistanceMetric.obj

# target to build an object file
EuclideanDistanceMetric.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\EuclideanDistanceMetric.dir\build.make Examples/Statistics/CMakeFiles/EuclideanDistanceMetric.dir/EuclideanDistanceMetric.cxx.obj
.PHONY : EuclideanDistanceMetric.cxx.obj

EuclideanDistanceMetric.i: EuclideanDistanceMetric.cxx.i
.PHONY : EuclideanDistanceMetric.i

# target to preprocess a source file
EuclideanDistanceMetric.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\EuclideanDistanceMetric.dir\build.make Examples/Statistics/CMakeFiles/EuclideanDistanceMetric.dir/EuclideanDistanceMetric.cxx.i
.PHONY : EuclideanDistanceMetric.cxx.i

EuclideanDistanceMetric.s: EuclideanDistanceMetric.cxx.s
.PHONY : EuclideanDistanceMetric.s

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

ExpectationMaximizationMixtureModelEstimator.obj: ExpectationMaximizationMixtureModelEstimator.cxx.obj
.PHONY : ExpectationMaximizationMixtureModelEstimator.obj

# target to build an object file
ExpectationMaximizationMixtureModelEstimator.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ExpectationMaximizationMixtureModelEstimator.dir\build.make Examples/Statistics/CMakeFiles/ExpectationMaximizationMixtureModelEstimator.dir/ExpectationMaximizationMixtureModelEstimator.cxx.obj
.PHONY : ExpectationMaximizationMixtureModelEstimator.cxx.obj

ExpectationMaximizationMixtureModelEstimator.i: ExpectationMaximizationMixtureModelEstimator.cxx.i
.PHONY : ExpectationMaximizationMixtureModelEstimator.i

# target to preprocess a source file
ExpectationMaximizationMixtureModelEstimator.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ExpectationMaximizationMixtureModelEstimator.dir\build.make Examples/Statistics/CMakeFiles/ExpectationMaximizationMixtureModelEstimator.dir/ExpectationMaximizationMixtureModelEstimator.cxx.i
.PHONY : ExpectationMaximizationMixtureModelEstimator.cxx.i

ExpectationMaximizationMixtureModelEstimator.s: ExpectationMaximizationMixtureModelEstimator.cxx.s
.PHONY : ExpectationMaximizationMixtureModelEstimator.s

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

GaussianMembershipFunction.obj: GaussianMembershipFunction.cxx.obj
.PHONY : GaussianMembershipFunction.obj

# target to build an object file
GaussianMembershipFunction.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\GaussianMembershipFunction.dir\build.make Examples/Statistics/CMakeFiles/GaussianMembershipFunction.dir/GaussianMembershipFunction.cxx.obj
.PHONY : GaussianMembershipFunction.cxx.obj

GaussianMembershipFunction.i: GaussianMembershipFunction.cxx.i
.PHONY : GaussianMembershipFunction.i

# target to preprocess a source file
GaussianMembershipFunction.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\GaussianMembershipFunction.dir\build.make Examples/Statistics/CMakeFiles/GaussianMembershipFunction.dir/GaussianMembershipFunction.cxx.i
.PHONY : GaussianMembershipFunction.cxx.i

GaussianMembershipFunction.s: GaussianMembershipFunction.cxx.s
.PHONY : GaussianMembershipFunction.s

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

Histogram.obj: Histogram.cxx.obj
.PHONY : Histogram.obj

# target to build an object file
Histogram.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\Histogram.dir\build.make Examples/Statistics/CMakeFiles/Histogram.dir/Histogram.cxx.obj
.PHONY : Histogram.cxx.obj

Histogram.i: Histogram.cxx.i
.PHONY : Histogram.i

# target to preprocess a source file
Histogram.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\Histogram.dir\build.make Examples/Statistics/CMakeFiles/Histogram.dir/Histogram.cxx.i
.PHONY : Histogram.cxx.i

Histogram.s: Histogram.cxx.s
.PHONY : Histogram.s

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

ImageEntropy1.obj: ImageEntropy1.cxx.obj
.PHONY : ImageEntropy1.obj

# target to build an object file
ImageEntropy1.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageEntropy1.dir\build.make Examples/Statistics/CMakeFiles/ImageEntropy1.dir/ImageEntropy1.cxx.obj
.PHONY : ImageEntropy1.cxx.obj

ImageEntropy1.i: ImageEntropy1.cxx.i
.PHONY : ImageEntropy1.i

# target to preprocess a source file
ImageEntropy1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageEntropy1.dir\build.make Examples/Statistics/CMakeFiles/ImageEntropy1.dir/ImageEntropy1.cxx.i
.PHONY : ImageEntropy1.cxx.i

ImageEntropy1.s: ImageEntropy1.cxx.s
.PHONY : ImageEntropy1.s

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

ImageHistogram1.obj: ImageHistogram1.cxx.obj
.PHONY : ImageHistogram1.obj

# target to build an object file
ImageHistogram1.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram1.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram1.dir/ImageHistogram1.cxx.obj
.PHONY : ImageHistogram1.cxx.obj

ImageHistogram1.i: ImageHistogram1.cxx.i
.PHONY : ImageHistogram1.i

# target to preprocess a source file
ImageHistogram1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram1.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram1.dir/ImageHistogram1.cxx.i
.PHONY : ImageHistogram1.cxx.i

ImageHistogram1.s: ImageHistogram1.cxx.s
.PHONY : ImageHistogram1.s

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

ImageHistogram2.obj: ImageHistogram2.cxx.obj
.PHONY : ImageHistogram2.obj

# target to build an object file
ImageHistogram2.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram2.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram2.dir/ImageHistogram2.cxx.obj
.PHONY : ImageHistogram2.cxx.obj

ImageHistogram2.i: ImageHistogram2.cxx.i
.PHONY : ImageHistogram2.i

# target to preprocess a source file
ImageHistogram2.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram2.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram2.dir/ImageHistogram2.cxx.i
.PHONY : ImageHistogram2.cxx.i

ImageHistogram2.s: ImageHistogram2.cxx.s
.PHONY : ImageHistogram2.s

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

ImageHistogram3.obj: ImageHistogram3.cxx.obj
.PHONY : ImageHistogram3.obj

# target to build an object file
ImageHistogram3.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram3.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram3.dir/ImageHistogram3.cxx.obj
.PHONY : ImageHistogram3.cxx.obj

ImageHistogram3.i: ImageHistogram3.cxx.i
.PHONY : ImageHistogram3.i

# target to preprocess a source file
ImageHistogram3.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram3.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram3.dir/ImageHistogram3.cxx.i
.PHONY : ImageHistogram3.cxx.i

ImageHistogram3.s: ImageHistogram3.cxx.s
.PHONY : ImageHistogram3.s

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

ImageHistogram4.obj: ImageHistogram4.cxx.obj
.PHONY : ImageHistogram4.obj

# target to build an object file
ImageHistogram4.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram4.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram4.dir/ImageHistogram4.cxx.obj
.PHONY : ImageHistogram4.cxx.obj

ImageHistogram4.i: ImageHistogram4.cxx.i
.PHONY : ImageHistogram4.i

# target to preprocess a source file
ImageHistogram4.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageHistogram4.dir\build.make Examples/Statistics/CMakeFiles/ImageHistogram4.dir/ImageHistogram4.cxx.i
.PHONY : ImageHistogram4.cxx.i

ImageHistogram4.s: ImageHistogram4.cxx.s
.PHONY : ImageHistogram4.s

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

ImageMutualInformation1.obj: ImageMutualInformation1.cxx.obj
.PHONY : ImageMutualInformation1.obj

# target to build an object file
ImageMutualInformation1.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageMutualInformation1.dir\build.make Examples/Statistics/CMakeFiles/ImageMutualInformation1.dir/ImageMutualInformation1.cxx.obj
.PHONY : ImageMutualInformation1.cxx.obj

ImageMutualInformation1.i: ImageMutualInformation1.cxx.i
.PHONY : ImageMutualInformation1.i

# target to preprocess a source file
ImageMutualInformation1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageMutualInformation1.dir\build.make Examples/Statistics/CMakeFiles/ImageMutualInformation1.dir/ImageMutualInformation1.cxx.i
.PHONY : ImageMutualInformation1.cxx.i

ImageMutualInformation1.s: ImageMutualInformation1.cxx.s
.PHONY : ImageMutualInformation1.s

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

ImageToListSampleAdaptor.obj: ImageToListSampleAdaptor.cxx.obj
.PHONY : ImageToListSampleAdaptor.obj

# target to build an object file
ImageToListSampleAdaptor.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageToListSampleAdaptor.dir\build.make Examples/Statistics/CMakeFiles/ImageToListSampleAdaptor.dir/ImageToListSampleAdaptor.cxx.obj
.PHONY : ImageToListSampleAdaptor.cxx.obj

ImageToListSampleAdaptor.i: ImageToListSampleAdaptor.cxx.i
.PHONY : ImageToListSampleAdaptor.i

# target to preprocess a source file
ImageToListSampleAdaptor.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ImageToListSampleAdaptor.dir\build.make Examples/Statistics/CMakeFiles/ImageToListSampleAdaptor.dir/ImageToListSampleAdaptor.cxx.i
.PHONY : ImageToListSampleAdaptor.cxx.i

ImageToListSampleAdaptor.s: ImageToListSampleAdaptor.cxx.s
.PHONY : ImageToListSampleAdaptor.s

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

KdTree.obj: KdTree.cxx.obj
.PHONY : KdTree.obj

# target to build an object file
KdTree.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\KdTree.dir\build.make Examples/Statistics/CMakeFiles/KdTree.dir/KdTree.cxx.obj
.PHONY : KdTree.cxx.obj

KdTree.i: KdTree.cxx.i
.PHONY : KdTree.i

# target to preprocess a source file
KdTree.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\KdTree.dir\build.make Examples/Statistics/CMakeFiles/KdTree.dir/KdTree.cxx.i
.PHONY : KdTree.cxx.i

KdTree.s: KdTree.cxx.s
.PHONY : KdTree.s

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

KdTreeBasedKMeansClustering.obj: KdTreeBasedKMeansClustering.cxx.obj
.PHONY : KdTreeBasedKMeansClustering.obj

# target to build an object file
KdTreeBasedKMeansClustering.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\KdTreeBasedKMeansClustering.dir\build.make Examples/Statistics/CMakeFiles/KdTreeBasedKMeansClustering.dir/KdTreeBasedKMeansClustering.cxx.obj
.PHONY : KdTreeBasedKMeansClustering.cxx.obj

KdTreeBasedKMeansClustering.i: KdTreeBasedKMeansClustering.cxx.i
.PHONY : KdTreeBasedKMeansClustering.i

# target to preprocess a source file
KdTreeBasedKMeansClustering.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\KdTreeBasedKMeansClustering.dir\build.make Examples/Statistics/CMakeFiles/KdTreeBasedKMeansClustering.dir/KdTreeBasedKMeansClustering.cxx.i
.PHONY : KdTreeBasedKMeansClustering.cxx.i

KdTreeBasedKMeansClustering.s: KdTreeBasedKMeansClustering.cxx.s
.PHONY : KdTreeBasedKMeansClustering.s

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

ListSample.obj: ListSample.cxx.obj
.PHONY : ListSample.obj

# target to build an object file
ListSample.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ListSample.dir\build.make Examples/Statistics/CMakeFiles/ListSample.dir/ListSample.cxx.obj
.PHONY : ListSample.cxx.obj

ListSample.i: ListSample.cxx.i
.PHONY : ListSample.i

# target to preprocess a source file
ListSample.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ListSample.dir\build.make Examples/Statistics/CMakeFiles/ListSample.dir/ListSample.cxx.i
.PHONY : ListSample.cxx.i

ListSample.s: ListSample.cxx.s
.PHONY : ListSample.s

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

MaximumDecisionRule.obj: MaximumDecisionRule.cxx.obj
.PHONY : MaximumDecisionRule.obj

# target to build an object file
MaximumDecisionRule.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MaximumDecisionRule.dir\build.make Examples/Statistics/CMakeFiles/MaximumDecisionRule.dir/MaximumDecisionRule.cxx.obj
.PHONY : MaximumDecisionRule.cxx.obj

MaximumDecisionRule.i: MaximumDecisionRule.cxx.i
.PHONY : MaximumDecisionRule.i

# target to preprocess a source file
MaximumDecisionRule.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MaximumDecisionRule.dir\build.make Examples/Statistics/CMakeFiles/MaximumDecisionRule.dir/MaximumDecisionRule.cxx.i
.PHONY : MaximumDecisionRule.cxx.i

MaximumDecisionRule.s: MaximumDecisionRule.cxx.s
.PHONY : MaximumDecisionRule.s

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

MaximumRatioDecisionRule.obj: MaximumRatioDecisionRule.cxx.obj
.PHONY : MaximumRatioDecisionRule.obj

# target to build an object file
MaximumRatioDecisionRule.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MaximumRatioDecisionRule.dir\build.make Examples/Statistics/CMakeFiles/MaximumRatioDecisionRule.dir/MaximumRatioDecisionRule.cxx.obj
.PHONY : MaximumRatioDecisionRule.cxx.obj

MaximumRatioDecisionRule.i: MaximumRatioDecisionRule.cxx.i
.PHONY : MaximumRatioDecisionRule.i

# target to preprocess a source file
MaximumRatioDecisionRule.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MaximumRatioDecisionRule.dir\build.make Examples/Statistics/CMakeFiles/MaximumRatioDecisionRule.dir/MaximumRatioDecisionRule.cxx.i
.PHONY : MaximumRatioDecisionRule.cxx.i

MaximumRatioDecisionRule.s: MaximumRatioDecisionRule.cxx.s
.PHONY : MaximumRatioDecisionRule.s

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

MembershipSample.obj: MembershipSample.cxx.obj
.PHONY : MembershipSample.obj

# target to build an object file
MembershipSample.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MembershipSample.dir\build.make Examples/Statistics/CMakeFiles/MembershipSample.dir/MembershipSample.cxx.obj
.PHONY : MembershipSample.cxx.obj

MembershipSample.i: MembershipSample.cxx.i
.PHONY : MembershipSample.i

# target to preprocess a source file
MembershipSample.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MembershipSample.dir\build.make Examples/Statistics/CMakeFiles/MembershipSample.dir/MembershipSample.cxx.i
.PHONY : MembershipSample.cxx.i

MembershipSample.s: MembershipSample.cxx.s
.PHONY : MembershipSample.s

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

MinimumDecisionRule.obj: MinimumDecisionRule.cxx.obj
.PHONY : MinimumDecisionRule.obj

# target to build an object file
MinimumDecisionRule.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MinimumDecisionRule.dir\build.make Examples/Statistics/CMakeFiles/MinimumDecisionRule.dir/MinimumDecisionRule.cxx.obj
.PHONY : MinimumDecisionRule.cxx.obj

MinimumDecisionRule.i: MinimumDecisionRule.cxx.i
.PHONY : MinimumDecisionRule.i

# target to preprocess a source file
MinimumDecisionRule.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\MinimumDecisionRule.dir\build.make Examples/Statistics/CMakeFiles/MinimumDecisionRule.dir/MinimumDecisionRule.cxx.i
.PHONY : MinimumDecisionRule.cxx.i

MinimumDecisionRule.s: MinimumDecisionRule.cxx.s
.PHONY : MinimumDecisionRule.s

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

NormalVariateGenerator.obj: NormalVariateGenerator.cxx.obj
.PHONY : NormalVariateGenerator.obj

# target to build an object file
NormalVariateGenerator.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\NormalVariateGenerator.dir\build.make Examples/Statistics/CMakeFiles/NormalVariateGenerator.dir/NormalVariateGenerator.cxx.obj
.PHONY : NormalVariateGenerator.cxx.obj

NormalVariateGenerator.i: NormalVariateGenerator.cxx.i
.PHONY : NormalVariateGenerator.i

# target to preprocess a source file
NormalVariateGenerator.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\NormalVariateGenerator.dir\build.make Examples/Statistics/CMakeFiles/NormalVariateGenerator.dir/NormalVariateGenerator.cxx.i
.PHONY : NormalVariateGenerator.cxx.i

NormalVariateGenerator.s: NormalVariateGenerator.cxx.s
.PHONY : NormalVariateGenerator.s

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

PointSetToListSampleAdaptor.obj: PointSetToListSampleAdaptor.cxx.obj
.PHONY : PointSetToListSampleAdaptor.obj

# target to build an object file
PointSetToListSampleAdaptor.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\PointSetToListSampleAdaptor.dir\build.make Examples/Statistics/CMakeFiles/PointSetToListSampleAdaptor.dir/PointSetToListSampleAdaptor.cxx.obj
.PHONY : PointSetToListSampleAdaptor.cxx.obj

PointSetToListSampleAdaptor.i: PointSetToListSampleAdaptor.cxx.i
.PHONY : PointSetToListSampleAdaptor.i

# target to preprocess a source file
PointSetToListSampleAdaptor.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\PointSetToListSampleAdaptor.dir\build.make Examples/Statistics/CMakeFiles/PointSetToListSampleAdaptor.dir/PointSetToListSampleAdaptor.cxx.i
.PHONY : PointSetToListSampleAdaptor.cxx.i

PointSetToListSampleAdaptor.s: PointSetToListSampleAdaptor.cxx.s
.PHONY : PointSetToListSampleAdaptor.s

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

SampleSorting.obj: SampleSorting.cxx.obj
.PHONY : SampleSorting.obj

# target to build an object file
SampleSorting.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\SampleSorting.dir\build.make Examples/Statistics/CMakeFiles/SampleSorting.dir/SampleSorting.cxx.obj
.PHONY : SampleSorting.cxx.obj

SampleSorting.i: SampleSorting.cxx.i
.PHONY : SampleSorting.i

# target to preprocess a source file
SampleSorting.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\SampleSorting.dir\build.make Examples/Statistics/CMakeFiles/SampleSorting.dir/SampleSorting.cxx.i
.PHONY : SampleSorting.cxx.i

SampleSorting.s: SampleSorting.cxx.s
.PHONY : SampleSorting.s

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

SampleStatistics.obj: SampleStatistics.cxx.obj
.PHONY : SampleStatistics.obj

# target to build an object file
SampleStatistics.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\SampleStatistics.dir\build.make Examples/Statistics/CMakeFiles/SampleStatistics.dir/SampleStatistics.cxx.obj
.PHONY : SampleStatistics.cxx.obj

SampleStatistics.i: SampleStatistics.cxx.i
.PHONY : SampleStatistics.i

# target to preprocess a source file
SampleStatistics.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\SampleStatistics.dir\build.make Examples/Statistics/CMakeFiles/SampleStatistics.dir/SampleStatistics.cxx.i
.PHONY : SampleStatistics.cxx.i

SampleStatistics.s: SampleStatistics.cxx.s
.PHONY : SampleStatistics.s

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

SampleToHistogramFilter.obj: SampleToHistogramFilter.cxx.obj
.PHONY : SampleToHistogramFilter.obj

# target to build an object file
SampleToHistogramFilter.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\SampleToHistogramFilter.dir\build.make Examples/Statistics/CMakeFiles/SampleToHistogramFilter.dir/SampleToHistogramFilter.cxx.obj
.PHONY : SampleToHistogramFilter.cxx.obj

SampleToHistogramFilter.i: SampleToHistogramFilter.cxx.i
.PHONY : SampleToHistogramFilter.i

# target to preprocess a source file
SampleToHistogramFilter.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\SampleToHistogramFilter.dir\build.make Examples/Statistics/CMakeFiles/SampleToHistogramFilter.dir/SampleToHistogramFilter.cxx.i
.PHONY : SampleToHistogramFilter.cxx.i

SampleToHistogramFilter.s: SampleToHistogramFilter.cxx.s
.PHONY : SampleToHistogramFilter.s

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

ScalarImageKmeansClassifier.obj: ScalarImageKmeansClassifier.cxx.obj
.PHONY : ScalarImageKmeansClassifier.obj

# target to build an object file
ScalarImageKmeansClassifier.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ScalarImageKmeansClassifier.dir\build.make Examples/Statistics/CMakeFiles/ScalarImageKmeansClassifier.dir/ScalarImageKmeansClassifier.cxx.obj
.PHONY : ScalarImageKmeansClassifier.cxx.obj

ScalarImageKmeansClassifier.i: ScalarImageKmeansClassifier.cxx.i
.PHONY : ScalarImageKmeansClassifier.i

# target to preprocess a source file
ScalarImageKmeansClassifier.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ScalarImageKmeansClassifier.dir\build.make Examples/Statistics/CMakeFiles/ScalarImageKmeansClassifier.dir/ScalarImageKmeansClassifier.cxx.i
.PHONY : ScalarImageKmeansClassifier.cxx.i

ScalarImageKmeansClassifier.s: ScalarImageKmeansClassifier.cxx.s
.PHONY : ScalarImageKmeansClassifier.s

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

ScalarImageKmeansModelEstimator.obj: ScalarImageKmeansModelEstimator.cxx.obj
.PHONY : ScalarImageKmeansModelEstimator.obj

# target to build an object file
ScalarImageKmeansModelEstimator.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ScalarImageKmeansModelEstimator.dir\build.make Examples/Statistics/CMakeFiles/ScalarImageKmeansModelEstimator.dir/ScalarImageKmeansModelEstimator.cxx.obj
.PHONY : ScalarImageKmeansModelEstimator.cxx.obj

ScalarImageKmeansModelEstimator.i: ScalarImageKmeansModelEstimator.cxx.i
.PHONY : ScalarImageKmeansModelEstimator.i

# target to preprocess a source file
ScalarImageKmeansModelEstimator.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ScalarImageKmeansModelEstimator.dir\build.make Examples/Statistics/CMakeFiles/ScalarImageKmeansModelEstimator.dir/ScalarImageKmeansModelEstimator.cxx.i
.PHONY : ScalarImageKmeansModelEstimator.cxx.i

ScalarImageKmeansModelEstimator.s: ScalarImageKmeansModelEstimator.cxx.s
.PHONY : ScalarImageKmeansModelEstimator.s

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

ScalarImageMarkovRandomField1.obj: ScalarImageMarkovRandomField1.cxx.obj
.PHONY : ScalarImageMarkovRandomField1.obj

# target to build an object file
ScalarImageMarkovRandomField1.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ScalarImageMarkovRandomField1.dir\build.make Examples/Statistics/CMakeFiles/ScalarImageMarkovRandomField1.dir/ScalarImageMarkovRandomField1.cxx.obj
.PHONY : ScalarImageMarkovRandomField1.cxx.obj

ScalarImageMarkovRandomField1.i: ScalarImageMarkovRandomField1.cxx.i
.PHONY : ScalarImageMarkovRandomField1.i

# target to preprocess a source file
ScalarImageMarkovRandomField1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\ScalarImageMarkovRandomField1.dir\build.make Examples/Statistics/CMakeFiles/ScalarImageMarkovRandomField1.dir/ScalarImageMarkovRandomField1.cxx.i
.PHONY : ScalarImageMarkovRandomField1.cxx.i

ScalarImageMarkovRandomField1.s: ScalarImageMarkovRandomField1.cxx.s
.PHONY : ScalarImageMarkovRandomField1.s

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

WeightedSampleStatistics.obj: WeightedSampleStatistics.cxx.obj
.PHONY : WeightedSampleStatistics.obj

# target to build an object file
WeightedSampleStatistics.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\WeightedSampleStatistics.dir\build.make Examples/Statistics/CMakeFiles/WeightedSampleStatistics.dir/WeightedSampleStatistics.cxx.obj
.PHONY : WeightedSampleStatistics.cxx.obj

WeightedSampleStatistics.i: WeightedSampleStatistics.cxx.i
.PHONY : WeightedSampleStatistics.i

# target to preprocess a source file
WeightedSampleStatistics.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\WeightedSampleStatistics.dir\build.make Examples/Statistics/CMakeFiles/WeightedSampleStatistics.dir/WeightedSampleStatistics.cxx.i
.PHONY : WeightedSampleStatistics.cxx.i

WeightedSampleStatistics.s: WeightedSampleStatistics.cxx.s
.PHONY : WeightedSampleStatistics.s

# target to generate assembly for a file
WeightedSampleStatistics.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\Statistics\CMakeFiles\WeightedSampleStatistics.dir\build.make Examples/Statistics/CMakeFiles/WeightedSampleStatistics.dir/WeightedSampleStatistics.cxx.s
.PHONY : WeightedSampleStatistics.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 ... MembershipSample
	@echo ... install/local
	@echo ... ScalarImageKmeansModelEstimator
	@echo ... Histogram
	@echo ... install/strip
	@echo ... PointSetToListSampleAdaptor
	@echo ... WeightedSampleStatistics
	@echo ... edit_cache
	@echo ... KdTreeBasedKMeansClustering
	@echo ... install
	@echo ... ListSample
	@echo ... EuclideanDistanceMetric
	@echo ... rebuild_cache
	@echo ... ImageEntropy1
	@echo ... MaximumDecisionRule
	@echo ... ImageMutualInformation1
	@echo ... SampleToHistogramFilter
	@echo ... ScalarImageKmeansClassifier
	@echo ... MaximumRatioDecisionRule
	@echo ... ImageHistogram1
	@echo ... ImageHistogram2
	@echo ... GaussianMembershipFunction
	@echo ... ImageHistogram3
	@echo ... ImageHistogram4
	@echo ... ImageToListSampleAdaptor
	@echo ... KdTree
	@echo ... SampleSorting
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... BayesianClassifier
	@echo ... ScalarImageMarkovRandomField1
	@echo ... test
	@echo ... SampleStatistics
	@echo ... ExpectationMaximizationMixtureModelEstimator
	@echo ... BayesianClassifierInitializer
	@echo ... NormalVariateGenerator
	@echo ... BayesianPluginClassifier
	@echo ... MinimumDecisionRule
	@echo ... BayesianClassifier.obj
	@echo ... BayesianClassifier.i
	@echo ... BayesianClassifier.s
	@echo ... BayesianClassifierInitializer.obj
	@echo ... BayesianClassifierInitializer.i
	@echo ... BayesianClassifierInitializer.s
	@echo ... BayesianPluginClassifier.obj
	@echo ... BayesianPluginClassifier.i
	@echo ... BayesianPluginClassifier.s
	@echo ... EuclideanDistanceMetric.obj
	@echo ... EuclideanDistanceMetric.i
	@echo ... EuclideanDistanceMetric.s
	@echo ... ExpectationMaximizationMixtureModelEstimator.obj
	@echo ... ExpectationMaximizationMixtureModelEstimator.i
	@echo ... ExpectationMaximizationMixtureModelEstimator.s
	@echo ... GaussianMembershipFunction.obj
	@echo ... GaussianMembershipFunction.i
	@echo ... GaussianMembershipFunction.s
	@echo ... Histogram.obj
	@echo ... Histogram.i
	@echo ... Histogram.s
	@echo ... ImageEntropy1.obj
	@echo ... ImageEntropy1.i
	@echo ... ImageEntropy1.s
	@echo ... ImageHistogram1.obj
	@echo ... ImageHistogram1.i
	@echo ... ImageHistogram1.s
	@echo ... ImageHistogram2.obj
	@echo ... ImageHistogram2.i
	@echo ... ImageHistogram2.s
	@echo ... ImageHistogram3.obj
	@echo ... ImageHistogram3.i
	@echo ... ImageHistogram3.s
	@echo ... ImageHistogram4.obj
	@echo ... ImageHistogram4.i
	@echo ... ImageHistogram4.s
	@echo ... ImageMutualInformation1.obj
	@echo ... ImageMutualInformation1.i
	@echo ... ImageMutualInformation1.s
	@echo ... ImageToListSampleAdaptor.obj
	@echo ... ImageToListSampleAdaptor.i
	@echo ... ImageToListSampleAdaptor.s
	@echo ... KdTree.obj
	@echo ... KdTree.i
	@echo ... KdTree.s
	@echo ... KdTreeBasedKMeansClustering.obj
	@echo ... KdTreeBasedKMeansClustering.i
	@echo ... KdTreeBasedKMeansClustering.s
	@echo ... ListSample.obj
	@echo ... ListSample.i
	@echo ... ListSample.s
	@echo ... MaximumDecisionRule.obj
	@echo ... MaximumDecisionRule.i
	@echo ... MaximumDecisionRule.s
	@echo ... MaximumRatioDecisionRule.obj
	@echo ... MaximumRatioDecisionRule.i
	@echo ... MaximumRatioDecisionRule.s
	@echo ... MembershipSample.obj
	@echo ... MembershipSample.i
	@echo ... MembershipSample.s
	@echo ... MinimumDecisionRule.obj
	@echo ... MinimumDecisionRule.i
	@echo ... MinimumDecisionRule.s
	@echo ... NormalVariateGenerator.obj
	@echo ... NormalVariateGenerator.i
	@echo ... NormalVariateGenerator.s
	@echo ... PointSetToListSampleAdaptor.obj
	@echo ... PointSetToListSampleAdaptor.i
	@echo ... PointSetToListSampleAdaptor.s
	@echo ... SampleSorting.obj
	@echo ... SampleSorting.i
	@echo ... SampleSorting.s
	@echo ... SampleStatistics.obj
	@echo ... SampleStatistics.i
	@echo ... SampleStatistics.s
	@echo ... SampleToHistogramFilter.obj
	@echo ... SampleToHistogramFilter.i
	@echo ... SampleToHistogramFilter.s
	@echo ... ScalarImageKmeansClassifier.obj
	@echo ... ScalarImageKmeansClassifier.i
	@echo ... ScalarImageKmeansClassifier.s
	@echo ... ScalarImageKmeansModelEstimator.obj
	@echo ... ScalarImageKmeansModelEstimator.i
	@echo ... ScalarImageKmeansModelEstimator.s
	@echo ... ScalarImageMarkovRandomField1.obj
	@echo ... ScalarImageMarkovRandomField1.i
	@echo ... ScalarImageMarkovRandomField1.s
	@echo ... WeightedSampleStatistics.obj
	@echo ... WeightedSampleStatistics.i
	@echo ... WeightedSampleStatistics.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

