# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.1

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
.PHONY : .NOTPARALLEL

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:

# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list

# Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

SHELL = cmd.exe

# The CMake executable.
CMAKE_COMMAND = "C:\Program Files (x86)\CMake\bin\cmake.exe"

# The command to remove a file.
RM = "C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = C:\InsightToolkit-4.7.1

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\ITK4.7.1.bin

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	"C:\Program Files (x86)\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: install/local
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	"C:\Program Files (x86)\CMake\bin\cmake.exe" -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: install/strip
.PHONY : install/strip/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	"C:\Program Files (x86)\CMake\bin\cmake-gui.exe" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	"C:\Program Files (x86)\CMake\bin\cmake.exe" -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	"C:\Program Files (x86)\CMake\bin\cmake.exe" -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	"C:\Program Files (x86)\CMake\bin\cmake.exe" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /d C:\ITK4.7.1.bin && "C:\Program Files (x86)\CMake\bin\cpack.exe" --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Applications\" \"Development\" \"Headers\" \"Libraries\" \"Runtime\" \"RuntimeLibraries\" \"cppheaders\" \"headers\" \"libraries\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /d C:\ITK4.7.1.bin && "C:\Program Files (x86)\CMake\bin\cpack.exe" --config ./CPackSourceConfig.cmake C:/ITK4.7.1.bin/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	"C:\Program Files (x86)\CMake\bin\ctest.exe" --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test
.PHONY : test/fast

# The main all target
all: cmake_check_build_system
	cd /d C:\ITK4.7.1.bin && $(CMAKE_COMMAND) -E cmake_progress_start C:\ITK4.7.1.bin\CMakeFiles C:\ITK4.7.1.bin\Modules\Core\Common\CMakeFiles\progress.marks
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/all
	$(CMAKE_COMMAND) -E cmake_progress_start C:\ITK4.7.1.bin\CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /d C:\ITK4.7.1.bin && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommon-all.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommon-all.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommon-all.dir/rule

# Convenience name for target.
ITKCommon-all: Modules/Core/Common/CMakeFiles/ITKCommon-all.dir/rule
.PHONY : ITKCommon-all

# fast build rule for target.
ITKCommon-all/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Core\Common\CMakeFiles\ITKCommon-all.dir\build.make Modules/Core/Common/CMakeFiles/ITKCommon-all.dir/build
.PHONY : ITKCommon-all/fast

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest1.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest1.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest1.dir/rule

# Convenience name for target.
ITKCommonHeaderTest1: Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest1.dir/rule
.PHONY : ITKCommonHeaderTest1

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

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest10.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest10.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest10.dir/rule

# Convenience name for target.
ITKCommonHeaderTest10: Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest10.dir/rule
.PHONY : ITKCommonHeaderTest10

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

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest2.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest2.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest2.dir/rule

# Convenience name for target.
ITKCommonHeaderTest2: Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest2.dir/rule
.PHONY : ITKCommonHeaderTest2

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

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest3.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest3.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest3.dir/rule

# Convenience name for target.
ITKCommonHeaderTest3: Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest3.dir/rule
.PHONY : ITKCommonHeaderTest3

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

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest4.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest4.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest4.dir/rule

# Convenience name for target.
ITKCommonHeaderTest4: Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest4.dir/rule
.PHONY : ITKCommonHeaderTest4

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

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest5.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest5.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest5.dir/rule

# Convenience name for target.
ITKCommonHeaderTest5: Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest5.dir/rule
.PHONY : ITKCommonHeaderTest5

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

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest6.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest6.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest6.dir/rule

# Convenience name for target.
ITKCommonHeaderTest6: Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest6.dir/rule
.PHONY : ITKCommonHeaderTest6

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

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest7.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest7.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest7.dir/rule

# Convenience name for target.
ITKCommonHeaderTest7: Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest7.dir/rule
.PHONY : ITKCommonHeaderTest7

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

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest8.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest8.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest8.dir/rule

# Convenience name for target.
ITKCommonHeaderTest8: Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest8.dir/rule
.PHONY : ITKCommonHeaderTest8

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

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest9.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest9.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest9.dir/rule

# Convenience name for target.
ITKCommonHeaderTest9: Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest9.dir/rule
.PHONY : ITKCommonHeaderTest9

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

# Convenience name for target.
Modules/Core/Common/CMakeFiles/ITKCommonHeaderTestClean.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Core/Common/CMakeFiles/ITKCommonHeaderTestClean.dir/rule
.PHONY : Modules/Core/Common/CMakeFiles/ITKCommonHeaderTestClean.dir/rule

# Convenience name for target.
ITKCommonHeaderTestClean: Modules/Core/Common/CMakeFiles/ITKCommonHeaderTestClean.dir/rule
.PHONY : ITKCommonHeaderTestClean

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

test/ITKCommonHeaderTest1.obj: test/ITKCommonHeaderTest1.cxx.obj
.PHONY : test/ITKCommonHeaderTest1.obj

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

test/ITKCommonHeaderTest1.i: test/ITKCommonHeaderTest1.cxx.i
.PHONY : test/ITKCommonHeaderTest1.i

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

test/ITKCommonHeaderTest1.s: test/ITKCommonHeaderTest1.cxx.s
.PHONY : test/ITKCommonHeaderTest1.s

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

test/ITKCommonHeaderTest10.obj: test/ITKCommonHeaderTest10.cxx.obj
.PHONY : test/ITKCommonHeaderTest10.obj

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

test/ITKCommonHeaderTest10.i: test/ITKCommonHeaderTest10.cxx.i
.PHONY : test/ITKCommonHeaderTest10.i

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

test/ITKCommonHeaderTest10.s: test/ITKCommonHeaderTest10.cxx.s
.PHONY : test/ITKCommonHeaderTest10.s

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

test/ITKCommonHeaderTest2.obj: test/ITKCommonHeaderTest2.cxx.obj
.PHONY : test/ITKCommonHeaderTest2.obj

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

test/ITKCommonHeaderTest2.i: test/ITKCommonHeaderTest2.cxx.i
.PHONY : test/ITKCommonHeaderTest2.i

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

test/ITKCommonHeaderTest2.s: test/ITKCommonHeaderTest2.cxx.s
.PHONY : test/ITKCommonHeaderTest2.s

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

test/ITKCommonHeaderTest3.obj: test/ITKCommonHeaderTest3.cxx.obj
.PHONY : test/ITKCommonHeaderTest3.obj

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

test/ITKCommonHeaderTest3.i: test/ITKCommonHeaderTest3.cxx.i
.PHONY : test/ITKCommonHeaderTest3.i

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

test/ITKCommonHeaderTest3.s: test/ITKCommonHeaderTest3.cxx.s
.PHONY : test/ITKCommonHeaderTest3.s

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

test/ITKCommonHeaderTest4.obj: test/ITKCommonHeaderTest4.cxx.obj
.PHONY : test/ITKCommonHeaderTest4.obj

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

test/ITKCommonHeaderTest4.i: test/ITKCommonHeaderTest4.cxx.i
.PHONY : test/ITKCommonHeaderTest4.i

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

test/ITKCommonHeaderTest4.s: test/ITKCommonHeaderTest4.cxx.s
.PHONY : test/ITKCommonHeaderTest4.s

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

test/ITKCommonHeaderTest5.obj: test/ITKCommonHeaderTest5.cxx.obj
.PHONY : test/ITKCommonHeaderTest5.obj

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

test/ITKCommonHeaderTest5.i: test/ITKCommonHeaderTest5.cxx.i
.PHONY : test/ITKCommonHeaderTest5.i

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

test/ITKCommonHeaderTest5.s: test/ITKCommonHeaderTest5.cxx.s
.PHONY : test/ITKCommonHeaderTest5.s

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

test/ITKCommonHeaderTest6.obj: test/ITKCommonHeaderTest6.cxx.obj
.PHONY : test/ITKCommonHeaderTest6.obj

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

test/ITKCommonHeaderTest6.i: test/ITKCommonHeaderTest6.cxx.i
.PHONY : test/ITKCommonHeaderTest6.i

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

test/ITKCommonHeaderTest6.s: test/ITKCommonHeaderTest6.cxx.s
.PHONY : test/ITKCommonHeaderTest6.s

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

test/ITKCommonHeaderTest7.obj: test/ITKCommonHeaderTest7.cxx.obj
.PHONY : test/ITKCommonHeaderTest7.obj

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

test/ITKCommonHeaderTest7.i: test/ITKCommonHeaderTest7.cxx.i
.PHONY : test/ITKCommonHeaderTest7.i

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

test/ITKCommonHeaderTest7.s: test/ITKCommonHeaderTest7.cxx.s
.PHONY : test/ITKCommonHeaderTest7.s

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

test/ITKCommonHeaderTest8.obj: test/ITKCommonHeaderTest8.cxx.obj
.PHONY : test/ITKCommonHeaderTest8.obj

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

test/ITKCommonHeaderTest8.i: test/ITKCommonHeaderTest8.cxx.i
.PHONY : test/ITKCommonHeaderTest8.i

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

test/ITKCommonHeaderTest8.s: test/ITKCommonHeaderTest8.cxx.s
.PHONY : test/ITKCommonHeaderTest8.s

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

test/ITKCommonHeaderTest9.obj: test/ITKCommonHeaderTest9.cxx.obj
.PHONY : test/ITKCommonHeaderTest9.obj

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

test/ITKCommonHeaderTest9.i: test/ITKCommonHeaderTest9.cxx.i
.PHONY : test/ITKCommonHeaderTest9.i

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

test/ITKCommonHeaderTest9.s: test/ITKCommonHeaderTest9.cxx.s
.PHONY : test/ITKCommonHeaderTest9.s

# target to generate assembly for a file
test/ITKCommonHeaderTest9.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Core\Common\CMakeFiles\ITKCommonHeaderTest9.dir\build.make Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest9.dir/test/ITKCommonHeaderTest9.cxx.s
.PHONY : test/ITKCommonHeaderTest9.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 ... ITKCommonHeaderTest1
	@echo ... ITKCommonHeaderTest2
	@echo ... ITKCommonHeaderTest3
	@echo ... ITKCommonHeaderTest4
	@echo ... ITKCommonHeaderTest5
	@echo ... ITKCommonHeaderTest6
	@echo ... install/strip
	@echo ... ITKCommonHeaderTest7
	@echo ... ITKCommonHeaderTest8
	@echo ... ITKCommonHeaderTest9
	@echo ... edit_cache
	@echo ... install
	@echo ... rebuild_cache
	@echo ... ITKCommonHeaderTest10
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... ITKCommonHeaderTestClean
	@echo ... ITKCommon-all
	@echo ... test/ITKCommonHeaderTest1.obj
	@echo ... test/ITKCommonHeaderTest1.i
	@echo ... test/ITKCommonHeaderTest1.s
	@echo ... test/ITKCommonHeaderTest10.obj
	@echo ... test/ITKCommonHeaderTest10.i
	@echo ... test/ITKCommonHeaderTest10.s
	@echo ... test/ITKCommonHeaderTest2.obj
	@echo ... test/ITKCommonHeaderTest2.i
	@echo ... test/ITKCommonHeaderTest2.s
	@echo ... test/ITKCommonHeaderTest3.obj
	@echo ... test/ITKCommonHeaderTest3.i
	@echo ... test/ITKCommonHeaderTest3.s
	@echo ... test/ITKCommonHeaderTest4.obj
	@echo ... test/ITKCommonHeaderTest4.i
	@echo ... test/ITKCommonHeaderTest4.s
	@echo ... test/ITKCommonHeaderTest5.obj
	@echo ... test/ITKCommonHeaderTest5.i
	@echo ... test/ITKCommonHeaderTest5.s
	@echo ... test/ITKCommonHeaderTest6.obj
	@echo ... test/ITKCommonHeaderTest6.i
	@echo ... test/ITKCommonHeaderTest6.s
	@echo ... test/ITKCommonHeaderTest7.obj
	@echo ... test/ITKCommonHeaderTest7.i
	@echo ... test/ITKCommonHeaderTest7.s
	@echo ... test/ITKCommonHeaderTest8.obj
	@echo ... test/ITKCommonHeaderTest8.i
	@echo ... test/ITKCommonHeaderTest8.s
	@echo ... test/ITKCommonHeaderTest9.obj
	@echo ... test/ITKCommonHeaderTest9.i
	@echo ... test/ITKCommonHeaderTest9.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

