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

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

# Convenience name for target.
ArrowSpatialObject: Examples/SpatialObjects/CMakeFiles/ArrowSpatialObject.dir/rule
.PHONY : ArrowSpatialObject

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

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

# Convenience name for target.
BlobSpatialObject: Examples/SpatialObjects/CMakeFiles/BlobSpatialObject.dir/rule
.PHONY : BlobSpatialObject

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

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

# Convenience name for target.
BoundingBoxFromImageMaskSpatialObject: Examples/SpatialObjects/CMakeFiles/BoundingBoxFromImageMaskSpatialObject.dir/rule
.PHONY : BoundingBoxFromImageMaskSpatialObject

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

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

# Convenience name for target.
CylinderSpatialObject: Examples/SpatialObjects/CMakeFiles/CylinderSpatialObject.dir/rule
.PHONY : CylinderSpatialObject

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

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

# Convenience name for target.
DTITubeSpatialObject: Examples/SpatialObjects/CMakeFiles/DTITubeSpatialObject.dir/rule
.PHONY : DTITubeSpatialObject

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

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

# Convenience name for target.
EllipseSpatialObject: Examples/SpatialObjects/CMakeFiles/EllipseSpatialObject.dir/rule
.PHONY : EllipseSpatialObject

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

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

# Convenience name for target.
GaussianSpatialObject: Examples/SpatialObjects/CMakeFiles/GaussianSpatialObject.dir/rule
.PHONY : GaussianSpatialObject

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

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

# Convenience name for target.
GroupSpatialObject: Examples/SpatialObjects/CMakeFiles/GroupSpatialObject.dir/rule
.PHONY : GroupSpatialObject

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

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

# Convenience name for target.
ImageMaskSpatialObject: Examples/SpatialObjects/CMakeFiles/ImageMaskSpatialObject.dir/rule
.PHONY : ImageMaskSpatialObject

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

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

# Convenience name for target.
ImageSpatialObject: Examples/SpatialObjects/CMakeFiles/ImageSpatialObject.dir/rule
.PHONY : ImageSpatialObject

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

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

# Convenience name for target.
LandmarkSpatialObject: Examples/SpatialObjects/CMakeFiles/LandmarkSpatialObject.dir/rule
.PHONY : LandmarkSpatialObject

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

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

# Convenience name for target.
LineSpatialObject: Examples/SpatialObjects/CMakeFiles/LineSpatialObject.dir/rule
.PHONY : LineSpatialObject

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

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

# Convenience name for target.
MeshSpatialObject: Examples/SpatialObjects/CMakeFiles/MeshSpatialObject.dir/rule
.PHONY : MeshSpatialObject

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

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

# Convenience name for target.
ReadWriteSpatialObject: Examples/SpatialObjects/CMakeFiles/ReadWriteSpatialObject.dir/rule
.PHONY : ReadWriteSpatialObject

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

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

# Convenience name for target.
SceneSpatialObject: Examples/SpatialObjects/CMakeFiles/SceneSpatialObject.dir/rule
.PHONY : SceneSpatialObject

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

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

# Convenience name for target.
SpatialObjectHierarchy: Examples/SpatialObjects/CMakeFiles/SpatialObjectHierarchy.dir/rule
.PHONY : SpatialObjectHierarchy

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

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

# Convenience name for target.
SpatialObjectToImageStatisticsCalculator: Examples/SpatialObjects/CMakeFiles/SpatialObjectToImageStatisticsCalculator.dir/rule
.PHONY : SpatialObjectToImageStatisticsCalculator

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

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

# Convenience name for target.
SpatialObjectTransforms: Examples/SpatialObjects/CMakeFiles/SpatialObjectTransforms.dir/rule
.PHONY : SpatialObjectTransforms

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

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

# Convenience name for target.
SpatialObjectTreeContainer: Examples/SpatialObjects/CMakeFiles/SpatialObjectTreeContainer.dir/rule
.PHONY : SpatialObjectTreeContainer

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

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

# Convenience name for target.
SurfaceSpatialObject: Examples/SpatialObjects/CMakeFiles/SurfaceSpatialObject.dir/rule
.PHONY : SurfaceSpatialObject

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

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

# Convenience name for target.
TubeSpatialObject: Examples/SpatialObjects/CMakeFiles/TubeSpatialObject.dir/rule
.PHONY : TubeSpatialObject

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

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

# Convenience name for target.
VesselTubeSpatialObject: Examples/SpatialObjects/CMakeFiles/VesselTubeSpatialObject.dir/rule
.PHONY : VesselTubeSpatialObject

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

ArrowSpatialObject.obj: ArrowSpatialObject.cxx.obj
.PHONY : ArrowSpatialObject.obj

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

ArrowSpatialObject.i: ArrowSpatialObject.cxx.i
.PHONY : ArrowSpatialObject.i

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

ArrowSpatialObject.s: ArrowSpatialObject.cxx.s
.PHONY : ArrowSpatialObject.s

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

BlobSpatialObject.obj: BlobSpatialObject.cxx.obj
.PHONY : BlobSpatialObject.obj

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

BlobSpatialObject.i: BlobSpatialObject.cxx.i
.PHONY : BlobSpatialObject.i

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

BlobSpatialObject.s: BlobSpatialObject.cxx.s
.PHONY : BlobSpatialObject.s

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

BoundingBoxFromImageMaskSpatialObject.obj: BoundingBoxFromImageMaskSpatialObject.cxx.obj
.PHONY : BoundingBoxFromImageMaskSpatialObject.obj

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

BoundingBoxFromImageMaskSpatialObject.i: BoundingBoxFromImageMaskSpatialObject.cxx.i
.PHONY : BoundingBoxFromImageMaskSpatialObject.i

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

BoundingBoxFromImageMaskSpatialObject.s: BoundingBoxFromImageMaskSpatialObject.cxx.s
.PHONY : BoundingBoxFromImageMaskSpatialObject.s

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

CylinderSpatialObject.obj: CylinderSpatialObject.cxx.obj
.PHONY : CylinderSpatialObject.obj

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

CylinderSpatialObject.i: CylinderSpatialObject.cxx.i
.PHONY : CylinderSpatialObject.i

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

CylinderSpatialObject.s: CylinderSpatialObject.cxx.s
.PHONY : CylinderSpatialObject.s

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

DTITubeSpatialObject.obj: DTITubeSpatialObject.cxx.obj
.PHONY : DTITubeSpatialObject.obj

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

DTITubeSpatialObject.i: DTITubeSpatialObject.cxx.i
.PHONY : DTITubeSpatialObject.i

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

DTITubeSpatialObject.s: DTITubeSpatialObject.cxx.s
.PHONY : DTITubeSpatialObject.s

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

EllipseSpatialObject.obj: EllipseSpatialObject.cxx.obj
.PHONY : EllipseSpatialObject.obj

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

EllipseSpatialObject.i: EllipseSpatialObject.cxx.i
.PHONY : EllipseSpatialObject.i

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

EllipseSpatialObject.s: EllipseSpatialObject.cxx.s
.PHONY : EllipseSpatialObject.s

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

GaussianSpatialObject.obj: GaussianSpatialObject.cxx.obj
.PHONY : GaussianSpatialObject.obj

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

GaussianSpatialObject.i: GaussianSpatialObject.cxx.i
.PHONY : GaussianSpatialObject.i

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

GaussianSpatialObject.s: GaussianSpatialObject.cxx.s
.PHONY : GaussianSpatialObject.s

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

GroupSpatialObject.obj: GroupSpatialObject.cxx.obj
.PHONY : GroupSpatialObject.obj

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

GroupSpatialObject.i: GroupSpatialObject.cxx.i
.PHONY : GroupSpatialObject.i

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

GroupSpatialObject.s: GroupSpatialObject.cxx.s
.PHONY : GroupSpatialObject.s

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

ImageMaskSpatialObject.obj: ImageMaskSpatialObject.cxx.obj
.PHONY : ImageMaskSpatialObject.obj

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

ImageMaskSpatialObject.i: ImageMaskSpatialObject.cxx.i
.PHONY : ImageMaskSpatialObject.i

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

ImageMaskSpatialObject.s: ImageMaskSpatialObject.cxx.s
.PHONY : ImageMaskSpatialObject.s

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

ImageSpatialObject.obj: ImageSpatialObject.cxx.obj
.PHONY : ImageSpatialObject.obj

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

ImageSpatialObject.i: ImageSpatialObject.cxx.i
.PHONY : ImageSpatialObject.i

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

ImageSpatialObject.s: ImageSpatialObject.cxx.s
.PHONY : ImageSpatialObject.s

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

LandmarkSpatialObject.obj: LandmarkSpatialObject.cxx.obj
.PHONY : LandmarkSpatialObject.obj

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

LandmarkSpatialObject.i: LandmarkSpatialObject.cxx.i
.PHONY : LandmarkSpatialObject.i

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

LandmarkSpatialObject.s: LandmarkSpatialObject.cxx.s
.PHONY : LandmarkSpatialObject.s

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

LineSpatialObject.obj: LineSpatialObject.cxx.obj
.PHONY : LineSpatialObject.obj

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

LineSpatialObject.i: LineSpatialObject.cxx.i
.PHONY : LineSpatialObject.i

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

LineSpatialObject.s: LineSpatialObject.cxx.s
.PHONY : LineSpatialObject.s

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

MeshSpatialObject.obj: MeshSpatialObject.cxx.obj
.PHONY : MeshSpatialObject.obj

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

MeshSpatialObject.i: MeshSpatialObject.cxx.i
.PHONY : MeshSpatialObject.i

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

MeshSpatialObject.s: MeshSpatialObject.cxx.s
.PHONY : MeshSpatialObject.s

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

ReadWriteSpatialObject.obj: ReadWriteSpatialObject.cxx.obj
.PHONY : ReadWriteSpatialObject.obj

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

ReadWriteSpatialObject.i: ReadWriteSpatialObject.cxx.i
.PHONY : ReadWriteSpatialObject.i

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

ReadWriteSpatialObject.s: ReadWriteSpatialObject.cxx.s
.PHONY : ReadWriteSpatialObject.s

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

SceneSpatialObject.obj: SceneSpatialObject.cxx.obj
.PHONY : SceneSpatialObject.obj

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

SceneSpatialObject.i: SceneSpatialObject.cxx.i
.PHONY : SceneSpatialObject.i

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

SceneSpatialObject.s: SceneSpatialObject.cxx.s
.PHONY : SceneSpatialObject.s

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

SpatialObjectHierarchy.obj: SpatialObjectHierarchy.cxx.obj
.PHONY : SpatialObjectHierarchy.obj

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

SpatialObjectHierarchy.i: SpatialObjectHierarchy.cxx.i
.PHONY : SpatialObjectHierarchy.i

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

SpatialObjectHierarchy.s: SpatialObjectHierarchy.cxx.s
.PHONY : SpatialObjectHierarchy.s

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

SpatialObjectToImageStatisticsCalculator.obj: SpatialObjectToImageStatisticsCalculator.cxx.obj
.PHONY : SpatialObjectToImageStatisticsCalculator.obj

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

SpatialObjectToImageStatisticsCalculator.i: SpatialObjectToImageStatisticsCalculator.cxx.i
.PHONY : SpatialObjectToImageStatisticsCalculator.i

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

SpatialObjectToImageStatisticsCalculator.s: SpatialObjectToImageStatisticsCalculator.cxx.s
.PHONY : SpatialObjectToImageStatisticsCalculator.s

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

SpatialObjectTransforms.obj: SpatialObjectTransforms.cxx.obj
.PHONY : SpatialObjectTransforms.obj

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

SpatialObjectTransforms.i: SpatialObjectTransforms.cxx.i
.PHONY : SpatialObjectTransforms.i

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

SpatialObjectTransforms.s: SpatialObjectTransforms.cxx.s
.PHONY : SpatialObjectTransforms.s

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

SpatialObjectTreeContainer.obj: SpatialObjectTreeContainer.cxx.obj
.PHONY : SpatialObjectTreeContainer.obj

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

SpatialObjectTreeContainer.i: SpatialObjectTreeContainer.cxx.i
.PHONY : SpatialObjectTreeContainer.i

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

SpatialObjectTreeContainer.s: SpatialObjectTreeContainer.cxx.s
.PHONY : SpatialObjectTreeContainer.s

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

SurfaceSpatialObject.obj: SurfaceSpatialObject.cxx.obj
.PHONY : SurfaceSpatialObject.obj

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

SurfaceSpatialObject.i: SurfaceSpatialObject.cxx.i
.PHONY : SurfaceSpatialObject.i

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

SurfaceSpatialObject.s: SurfaceSpatialObject.cxx.s
.PHONY : SurfaceSpatialObject.s

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

TubeSpatialObject.obj: TubeSpatialObject.cxx.obj
.PHONY : TubeSpatialObject.obj

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

TubeSpatialObject.i: TubeSpatialObject.cxx.i
.PHONY : TubeSpatialObject.i

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

TubeSpatialObject.s: TubeSpatialObject.cxx.s
.PHONY : TubeSpatialObject.s

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

VesselTubeSpatialObject.obj: VesselTubeSpatialObject.cxx.obj
.PHONY : VesselTubeSpatialObject.obj

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

VesselTubeSpatialObject.i: VesselTubeSpatialObject.cxx.i
.PHONY : VesselTubeSpatialObject.i

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

VesselTubeSpatialObject.s: VesselTubeSpatialObject.cxx.s
.PHONY : VesselTubeSpatialObject.s

# target to generate assembly for a file
VesselTubeSpatialObject.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Examples\SpatialObjects\CMakeFiles\VesselTubeSpatialObject.dir\build.make Examples/SpatialObjects/CMakeFiles/VesselTubeSpatialObject.dir/VesselTubeSpatialObject.cxx.s
.PHONY : VesselTubeSpatialObject.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 ... BlobSpatialObject
	@echo ... install/local
	@echo ... GaussianSpatialObject
	@echo ... MeshSpatialObject
	@echo ... GroupSpatialObject
	@echo ... DTITubeSpatialObject
	@echo ... SurfaceSpatialObject
	@echo ... install/strip
	@echo ... edit_cache
	@echo ... install
	@echo ... SpatialObjectToImageStatisticsCalculator
	@echo ... rebuild_cache
	@echo ... ReadWriteSpatialObject
	@echo ... BoundingBoxFromImageMaskSpatialObject
	@echo ... LandmarkSpatialObject
	@echo ... SceneSpatialObject
	@echo ... TubeSpatialObject
	@echo ... EllipseSpatialObject
	@echo ... LineSpatialObject
	@echo ... package
	@echo ... SpatialObjectTransforms
	@echo ... list_install_components
	@echo ... package_source
	@echo ... VesselTubeSpatialObject
	@echo ... ImageMaskSpatialObject
	@echo ... SpatialObjectTreeContainer
	@echo ... ArrowSpatialObject
	@echo ... test
	@echo ... ImageSpatialObject
	@echo ... CylinderSpatialObject
	@echo ... SpatialObjectHierarchy
	@echo ... ArrowSpatialObject.obj
	@echo ... ArrowSpatialObject.i
	@echo ... ArrowSpatialObject.s
	@echo ... BlobSpatialObject.obj
	@echo ... BlobSpatialObject.i
	@echo ... BlobSpatialObject.s
	@echo ... BoundingBoxFromImageMaskSpatialObject.obj
	@echo ... BoundingBoxFromImageMaskSpatialObject.i
	@echo ... BoundingBoxFromImageMaskSpatialObject.s
	@echo ... CylinderSpatialObject.obj
	@echo ... CylinderSpatialObject.i
	@echo ... CylinderSpatialObject.s
	@echo ... DTITubeSpatialObject.obj
	@echo ... DTITubeSpatialObject.i
	@echo ... DTITubeSpatialObject.s
	@echo ... EllipseSpatialObject.obj
	@echo ... EllipseSpatialObject.i
	@echo ... EllipseSpatialObject.s
	@echo ... GaussianSpatialObject.obj
	@echo ... GaussianSpatialObject.i
	@echo ... GaussianSpatialObject.s
	@echo ... GroupSpatialObject.obj
	@echo ... GroupSpatialObject.i
	@echo ... GroupSpatialObject.s
	@echo ... ImageMaskSpatialObject.obj
	@echo ... ImageMaskSpatialObject.i
	@echo ... ImageMaskSpatialObject.s
	@echo ... ImageSpatialObject.obj
	@echo ... ImageSpatialObject.i
	@echo ... ImageSpatialObject.s
	@echo ... LandmarkSpatialObject.obj
	@echo ... LandmarkSpatialObject.i
	@echo ... LandmarkSpatialObject.s
	@echo ... LineSpatialObject.obj
	@echo ... LineSpatialObject.i
	@echo ... LineSpatialObject.s
	@echo ... MeshSpatialObject.obj
	@echo ... MeshSpatialObject.i
	@echo ... MeshSpatialObject.s
	@echo ... ReadWriteSpatialObject.obj
	@echo ... ReadWriteSpatialObject.i
	@echo ... ReadWriteSpatialObject.s
	@echo ... SceneSpatialObject.obj
	@echo ... SceneSpatialObject.i
	@echo ... SceneSpatialObject.s
	@echo ... SpatialObjectHierarchy.obj
	@echo ... SpatialObjectHierarchy.i
	@echo ... SpatialObjectHierarchy.s
	@echo ... SpatialObjectToImageStatisticsCalculator.obj
	@echo ... SpatialObjectToImageStatisticsCalculator.i
	@echo ... SpatialObjectToImageStatisticsCalculator.s
	@echo ... SpatialObjectTransforms.obj
	@echo ... SpatialObjectTransforms.i
	@echo ... SpatialObjectTransforms.s
	@echo ... SpatialObjectTreeContainer.obj
	@echo ... SpatialObjectTreeContainer.i
	@echo ... SpatialObjectTreeContainer.s
	@echo ... SurfaceSpatialObject.obj
	@echo ... SurfaceSpatialObject.i
	@echo ... SurfaceSpatialObject.s
	@echo ... TubeSpatialObject.obj
	@echo ... TubeSpatialObject.i
	@echo ... TubeSpatialObject.s
	@echo ... VesselTubeSpatialObject.obj
	@echo ... VesselTubeSpatialObject.i
	@echo ... VesselTubeSpatialObject.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

