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

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

# Convenience name for target.
AutomaticMesh: Examples/DataRepresentation/Mesh/CMakeFiles/AutomaticMesh.dir/rule
.PHONY : AutomaticMesh

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

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

# Convenience name for target.
ImageToPointSet: Examples/DataRepresentation/Mesh/CMakeFiles/ImageToPointSet.dir/rule
.PHONY : ImageToPointSet

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

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

# Convenience name for target.
Mesh1: Examples/DataRepresentation/Mesh/CMakeFiles/Mesh1.dir/rule
.PHONY : Mesh1

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

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

# Convenience name for target.
Mesh2: Examples/DataRepresentation/Mesh/CMakeFiles/Mesh2.dir/rule
.PHONY : Mesh2

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

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

# Convenience name for target.
Mesh3: Examples/DataRepresentation/Mesh/CMakeFiles/Mesh3.dir/rule
.PHONY : Mesh3

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

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

# Convenience name for target.
MeshCellVisitor: Examples/DataRepresentation/Mesh/CMakeFiles/MeshCellVisitor.dir/rule
.PHONY : MeshCellVisitor

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

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

# Convenience name for target.
MeshCellVisitor2: Examples/DataRepresentation/Mesh/CMakeFiles/MeshCellVisitor2.dir/rule
.PHONY : MeshCellVisitor2

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

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

# Convenience name for target.
MeshCellsIteration: Examples/DataRepresentation/Mesh/CMakeFiles/MeshCellsIteration.dir/rule
.PHONY : MeshCellsIteration

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

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

# Convenience name for target.
MeshKComplex: Examples/DataRepresentation/Mesh/CMakeFiles/MeshKComplex.dir/rule
.PHONY : MeshKComplex

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

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

# Convenience name for target.
MeshPolyLine: Examples/DataRepresentation/Mesh/CMakeFiles/MeshPolyLine.dir/rule
.PHONY : MeshPolyLine

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

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

# Convenience name for target.
MeshTraits: Examples/DataRepresentation/Mesh/CMakeFiles/MeshTraits.dir/rule
.PHONY : MeshTraits

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

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

# Convenience name for target.
PointSet1: Examples/DataRepresentation/Mesh/CMakeFiles/PointSet1.dir/rule
.PHONY : PointSet1

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

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

# Convenience name for target.
PointSet2: Examples/DataRepresentation/Mesh/CMakeFiles/PointSet2.dir/rule
.PHONY : PointSet2

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

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

# Convenience name for target.
PointSet3: Examples/DataRepresentation/Mesh/CMakeFiles/PointSet3.dir/rule
.PHONY : PointSet3

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

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

# Convenience name for target.
PointSetWithCovariantVectors: Examples/DataRepresentation/Mesh/CMakeFiles/PointSetWithCovariantVectors.dir/rule
.PHONY : PointSetWithCovariantVectors

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

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

# Convenience name for target.
PointSetWithVectors: Examples/DataRepresentation/Mesh/CMakeFiles/PointSetWithVectors.dir/rule
.PHONY : PointSetWithVectors

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

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

# Convenience name for target.
RGBPointSet: Examples/DataRepresentation/Mesh/CMakeFiles/RGBPointSet.dir/rule
.PHONY : RGBPointSet

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

AutomaticMesh.obj: AutomaticMesh.cxx.obj
.PHONY : AutomaticMesh.obj

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

AutomaticMesh.i: AutomaticMesh.cxx.i
.PHONY : AutomaticMesh.i

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

AutomaticMesh.s: AutomaticMesh.cxx.s
.PHONY : AutomaticMesh.s

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

ImageToPointSet.obj: ImageToPointSet.cxx.obj
.PHONY : ImageToPointSet.obj

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

ImageToPointSet.i: ImageToPointSet.cxx.i
.PHONY : ImageToPointSet.i

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

ImageToPointSet.s: ImageToPointSet.cxx.s
.PHONY : ImageToPointSet.s

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

Mesh1.obj: Mesh1.cxx.obj
.PHONY : Mesh1.obj

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

Mesh1.i: Mesh1.cxx.i
.PHONY : Mesh1.i

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

Mesh1.s: Mesh1.cxx.s
.PHONY : Mesh1.s

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

Mesh2.obj: Mesh2.cxx.obj
.PHONY : Mesh2.obj

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

Mesh2.i: Mesh2.cxx.i
.PHONY : Mesh2.i

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

Mesh2.s: Mesh2.cxx.s
.PHONY : Mesh2.s

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

Mesh3.obj: Mesh3.cxx.obj
.PHONY : Mesh3.obj

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

Mesh3.i: Mesh3.cxx.i
.PHONY : Mesh3.i

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

Mesh3.s: Mesh3.cxx.s
.PHONY : Mesh3.s

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

MeshCellVisitor.obj: MeshCellVisitor.cxx.obj
.PHONY : MeshCellVisitor.obj

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

MeshCellVisitor.i: MeshCellVisitor.cxx.i
.PHONY : MeshCellVisitor.i

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

MeshCellVisitor.s: MeshCellVisitor.cxx.s
.PHONY : MeshCellVisitor.s

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

MeshCellVisitor2.obj: MeshCellVisitor2.cxx.obj
.PHONY : MeshCellVisitor2.obj

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

MeshCellVisitor2.i: MeshCellVisitor2.cxx.i
.PHONY : MeshCellVisitor2.i

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

MeshCellVisitor2.s: MeshCellVisitor2.cxx.s
.PHONY : MeshCellVisitor2.s

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

MeshCellsIteration.obj: MeshCellsIteration.cxx.obj
.PHONY : MeshCellsIteration.obj

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

MeshCellsIteration.i: MeshCellsIteration.cxx.i
.PHONY : MeshCellsIteration.i

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

MeshCellsIteration.s: MeshCellsIteration.cxx.s
.PHONY : MeshCellsIteration.s

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

MeshKComplex.obj: MeshKComplex.cxx.obj
.PHONY : MeshKComplex.obj

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

MeshKComplex.i: MeshKComplex.cxx.i
.PHONY : MeshKComplex.i

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

MeshKComplex.s: MeshKComplex.cxx.s
.PHONY : MeshKComplex.s

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

MeshPolyLine.obj: MeshPolyLine.cxx.obj
.PHONY : MeshPolyLine.obj

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

MeshPolyLine.i: MeshPolyLine.cxx.i
.PHONY : MeshPolyLine.i

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

MeshPolyLine.s: MeshPolyLine.cxx.s
.PHONY : MeshPolyLine.s

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

MeshTraits.obj: MeshTraits.cxx.obj
.PHONY : MeshTraits.obj

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

MeshTraits.i: MeshTraits.cxx.i
.PHONY : MeshTraits.i

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

MeshTraits.s: MeshTraits.cxx.s
.PHONY : MeshTraits.s

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

PointSet1.obj: PointSet1.cxx.obj
.PHONY : PointSet1.obj

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

PointSet1.i: PointSet1.cxx.i
.PHONY : PointSet1.i

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

PointSet1.s: PointSet1.cxx.s
.PHONY : PointSet1.s

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

PointSet2.obj: PointSet2.cxx.obj
.PHONY : PointSet2.obj

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

PointSet2.i: PointSet2.cxx.i
.PHONY : PointSet2.i

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

PointSet2.s: PointSet2.cxx.s
.PHONY : PointSet2.s

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

PointSet3.obj: PointSet3.cxx.obj
.PHONY : PointSet3.obj

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

PointSet3.i: PointSet3.cxx.i
.PHONY : PointSet3.i

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

PointSet3.s: PointSet3.cxx.s
.PHONY : PointSet3.s

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

PointSetWithCovariantVectors.obj: PointSetWithCovariantVectors.cxx.obj
.PHONY : PointSetWithCovariantVectors.obj

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

PointSetWithCovariantVectors.i: PointSetWithCovariantVectors.cxx.i
.PHONY : PointSetWithCovariantVectors.i

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

PointSetWithCovariantVectors.s: PointSetWithCovariantVectors.cxx.s
.PHONY : PointSetWithCovariantVectors.s

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

PointSetWithVectors.obj: PointSetWithVectors.cxx.obj
.PHONY : PointSetWithVectors.obj

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

PointSetWithVectors.i: PointSetWithVectors.cxx.i
.PHONY : PointSetWithVectors.i

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

PointSetWithVectors.s: PointSetWithVectors.cxx.s
.PHONY : PointSetWithVectors.s

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

RGBPointSet.obj: RGBPointSet.cxx.obj
.PHONY : RGBPointSet.obj

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

RGBPointSet.i: RGBPointSet.cxx.i
.PHONY : RGBPointSet.i

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

RGBPointSet.s: RGBPointSet.cxx.s
.PHONY : RGBPointSet.s

# target to generate assembly for a file
RGBPointSet.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\DataRepresentation\Mesh\CMakeFiles\RGBPointSet.dir\build.make Examples/DataRepresentation/Mesh/CMakeFiles/RGBPointSet.dir/RGBPointSet.cxx.s
.PHONY : RGBPointSet.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 ... AutomaticMesh
	@echo ... PointSetWithCovariantVectors
	@echo ... MeshCellVisitor2
	@echo ... MeshCellsIteration
	@echo ... MeshTraits
	@echo ... PointSet1
	@echo ... PointSet2
	@echo ... PointSet3
	@echo ... package
	@echo ... Mesh1
	@echo ... Mesh2
	@echo ... Mesh3
	@echo ... ImageToPointSet
	@echo ... RGBPointSet
	@echo ... list_install_components
	@echo ... package_source
	@echo ... MeshPolyLine
	@echo ... test
	@echo ... MeshCellVisitor
	@echo ... MeshKComplex
	@echo ... PointSetWithVectors
	@echo ... AutomaticMesh.obj
	@echo ... AutomaticMesh.i
	@echo ... AutomaticMesh.s
	@echo ... ImageToPointSet.obj
	@echo ... ImageToPointSet.i
	@echo ... ImageToPointSet.s
	@echo ... Mesh1.obj
	@echo ... Mesh1.i
	@echo ... Mesh1.s
	@echo ... Mesh2.obj
	@echo ... Mesh2.i
	@echo ... Mesh2.s
	@echo ... Mesh3.obj
	@echo ... Mesh3.i
	@echo ... Mesh3.s
	@echo ... MeshCellVisitor.obj
	@echo ... MeshCellVisitor.i
	@echo ... MeshCellVisitor.s
	@echo ... MeshCellVisitor2.obj
	@echo ... MeshCellVisitor2.i
	@echo ... MeshCellVisitor2.s
	@echo ... MeshCellsIteration.obj
	@echo ... MeshCellsIteration.i
	@echo ... MeshCellsIteration.s
	@echo ... MeshKComplex.obj
	@echo ... MeshKComplex.i
	@echo ... MeshKComplex.s
	@echo ... MeshPolyLine.obj
	@echo ... MeshPolyLine.i
	@echo ... MeshPolyLine.s
	@echo ... MeshTraits.obj
	@echo ... MeshTraits.i
	@echo ... MeshTraits.s
	@echo ... PointSet1.obj
	@echo ... PointSet1.i
	@echo ... PointSet1.s
	@echo ... PointSet2.obj
	@echo ... PointSet2.i
	@echo ... PointSet2.s
	@echo ... PointSet3.obj
	@echo ... PointSet3.i
	@echo ... PointSet3.s
	@echo ... PointSetWithCovariantVectors.obj
	@echo ... PointSetWithCovariantVectors.i
	@echo ... PointSetWithCovariantVectors.s
	@echo ... PointSetWithVectors.obj
	@echo ... PointSetWithVectors.i
	@echo ... PointSetWithVectors.s
	@echo ... RGBPointSet.obj
	@echo ... RGBPointSet.i
	@echo ... RGBPointSet.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

