# 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\Nonunit\IntegratedTest\test\CMakeFiles\progress.marks
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Nonunit/IntegratedTest/test/all
	$(CMAKE_COMMAND) -E cmake_progress_start C:\ITK4.7.1.bin\CMakeFiles 0
.PHONY : all

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

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

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

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

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

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

# Convenience name for target.
ITKIntegratedTestTestDriver: Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/rule
.PHONY : ITKIntegratedTestTestDriver

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

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

# Convenience name for target.
itkAlgorithmsPrintTest: Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest.dir/rule
.PHONY : itkAlgorithmsPrintTest

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

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

# Convenience name for target.
itkAlgorithmsPrintTest2: Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest2.dir/rule
.PHONY : itkAlgorithmsPrintTest2

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

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

# Convenience name for target.
itkAlgorithmsPrintTest3: Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest3.dir/rule
.PHONY : itkAlgorithmsPrintTest3

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

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

# Convenience name for target.
itkAlgorithmsPrintTest4: Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest4.dir/rule
.PHONY : itkAlgorithmsPrintTest4

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

ITKIntegratedTestTestDriver.obj: ITKIntegratedTestTestDriver.cxx.obj
.PHONY : ITKIntegratedTestTestDriver.obj

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

ITKIntegratedTestTestDriver.i: ITKIntegratedTestTestDriver.cxx.i
.PHONY : ITKIntegratedTestTestDriver.i

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

ITKIntegratedTestTestDriver.s: ITKIntegratedTestTestDriver.cxx.s
.PHONY : ITKIntegratedTestTestDriver.s

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

itkAlgorithmsPrintTest.obj: itkAlgorithmsPrintTest.cxx.obj
.PHONY : itkAlgorithmsPrintTest.obj

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

itkAlgorithmsPrintTest.i: itkAlgorithmsPrintTest.cxx.i
.PHONY : itkAlgorithmsPrintTest.i

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

itkAlgorithmsPrintTest.s: itkAlgorithmsPrintTest.cxx.s
.PHONY : itkAlgorithmsPrintTest.s

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

itkAlgorithmsPrintTest2.obj: itkAlgorithmsPrintTest2.cxx.obj
.PHONY : itkAlgorithmsPrintTest2.obj

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

itkAlgorithmsPrintTest2.i: itkAlgorithmsPrintTest2.cxx.i
.PHONY : itkAlgorithmsPrintTest2.i

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

itkAlgorithmsPrintTest2.s: itkAlgorithmsPrintTest2.cxx.s
.PHONY : itkAlgorithmsPrintTest2.s

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

itkAlgorithmsPrintTest3.obj: itkAlgorithmsPrintTest3.cxx.obj
.PHONY : itkAlgorithmsPrintTest3.obj

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

itkAlgorithmsPrintTest3.i: itkAlgorithmsPrintTest3.cxx.i
.PHONY : itkAlgorithmsPrintTest3.i

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

itkAlgorithmsPrintTest3.s: itkAlgorithmsPrintTest3.cxx.s
.PHONY : itkAlgorithmsPrintTest3.s

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

itkAlgorithmsPrintTest4.obj: itkAlgorithmsPrintTest4.cxx.obj
.PHONY : itkAlgorithmsPrintTest4.obj

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

itkAlgorithmsPrintTest4.i: itkAlgorithmsPrintTest4.cxx.i
.PHONY : itkAlgorithmsPrintTest4.i

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

itkAlgorithmsPrintTest4.s: itkAlgorithmsPrintTest4.cxx.s
.PHONY : itkAlgorithmsPrintTest4.s

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

itkBasicFiltersPrintTest.obj: itkBasicFiltersPrintTest.cxx.obj
.PHONY : itkBasicFiltersPrintTest.obj

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

itkBasicFiltersPrintTest.i: itkBasicFiltersPrintTest.cxx.i
.PHONY : itkBasicFiltersPrintTest.i

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

itkBasicFiltersPrintTest.s: itkBasicFiltersPrintTest.cxx.s
.PHONY : itkBasicFiltersPrintTest.s

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

itkCommonPrintTest.obj: itkCommonPrintTest.cxx.obj
.PHONY : itkCommonPrintTest.obj

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

itkCommonPrintTest.i: itkCommonPrintTest.cxx.i
.PHONY : itkCommonPrintTest.i

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

itkCommonPrintTest.s: itkCommonPrintTest.cxx.s
.PHONY : itkCommonPrintTest.s

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

itkFilterImageAddTest.obj: itkFilterImageAddTest.cxx.obj
.PHONY : itkFilterImageAddTest.obj

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

itkFilterImageAddTest.i: itkFilterImageAddTest.cxx.i
.PHONY : itkFilterImageAddTest.i

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

itkFilterImageAddTest.s: itkFilterImageAddTest.cxx.s
.PHONY : itkFilterImageAddTest.s

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

itkIOPrintTest.obj: itkIOPrintTest.cxx.obj
.PHONY : itkIOPrintTest.obj

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

itkIOPrintTest.i: itkIOPrintTest.cxx.i
.PHONY : itkIOPrintTest.i

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

itkIOPrintTest.s: itkIOPrintTest.cxx.s
.PHONY : itkIOPrintTest.s

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

itkNeuralNetworksPrintTest.obj: itkNeuralNetworksPrintTest.cxx.obj
.PHONY : itkNeuralNetworksPrintTest.obj

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

itkNeuralNetworksPrintTest.i: itkNeuralNetworksPrintTest.cxx.i
.PHONY : itkNeuralNetworksPrintTest.i

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

itkNeuralNetworksPrintTest.s: itkNeuralNetworksPrintTest.cxx.s
.PHONY : itkNeuralNetworksPrintTest.s

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

itkNumericsPrintTest.obj: itkNumericsPrintTest.cxx.obj
.PHONY : itkNumericsPrintTest.obj

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

itkNumericsPrintTest.i: itkNumericsPrintTest.cxx.i
.PHONY : itkNumericsPrintTest.i

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

itkNumericsPrintTest.s: itkNumericsPrintTest.cxx.s
.PHONY : itkNumericsPrintTest.s

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

itkReleaseDataFilterTest.obj: itkReleaseDataFilterTest.cxx.obj
.PHONY : itkReleaseDataFilterTest.obj

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

itkReleaseDataFilterTest.i: itkReleaseDataFilterTest.cxx.i
.PHONY : itkReleaseDataFilterTest.i

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

itkReleaseDataFilterTest.s: itkReleaseDataFilterTest.cxx.s
.PHONY : itkReleaseDataFilterTest.s

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

itkShrinkImagePreserveObjectPhysicalLocations.obj: itkShrinkImagePreserveObjectPhysicalLocations.cxx.obj
.PHONY : itkShrinkImagePreserveObjectPhysicalLocations.obj

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

itkShrinkImagePreserveObjectPhysicalLocations.i: itkShrinkImagePreserveObjectPhysicalLocations.cxx.i
.PHONY : itkShrinkImagePreserveObjectPhysicalLocations.i

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

itkShrinkImagePreserveObjectPhysicalLocations.s: itkShrinkImagePreserveObjectPhysicalLocations.cxx.s
.PHONY : itkShrinkImagePreserveObjectPhysicalLocations.s

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

itkSpatialObjectPrintTest.obj: itkSpatialObjectPrintTest.cxx.obj
.PHONY : itkSpatialObjectPrintTest.obj

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

itkSpatialObjectPrintTest.i: itkSpatialObjectPrintTest.cxx.i
.PHONY : itkSpatialObjectPrintTest.i

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

itkSpatialObjectPrintTest.s: itkSpatialObjectPrintTest.cxx.s
.PHONY : itkSpatialObjectPrintTest.s

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

itkStatisticsPrintTest.obj: itkStatisticsPrintTest.cxx.obj
.PHONY : itkStatisticsPrintTest.obj

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

itkStatisticsPrintTest.i: itkStatisticsPrintTest.cxx.i
.PHONY : itkStatisticsPrintTest.i

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

itkStatisticsPrintTest.s: itkStatisticsPrintTest.cxx.s
.PHONY : itkStatisticsPrintTest.s

# target to generate assembly for a file
itkStatisticsPrintTest.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Nonunit\IntegratedTest\test\CMakeFiles\ITKIntegratedTestTestDriver.dir\build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/itkStatisticsPrintTest.cxx.s
.PHONY : itkStatisticsPrintTest.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 ... itkAlgorithmsPrintTest2
	@echo ... itkAlgorithmsPrintTest3
	@echo ... itkAlgorithmsPrintTest4
	@echo ... install
	@echo ... rebuild_cache
	@echo ... ITKIntegratedTestTestDriver
	@echo ... package
	@echo ... itkAlgorithmsPrintTest
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... ITKIntegratedTestTestDriver.obj
	@echo ... ITKIntegratedTestTestDriver.i
	@echo ... ITKIntegratedTestTestDriver.s
	@echo ... itkAlgorithmsPrintTest.obj
	@echo ... itkAlgorithmsPrintTest.i
	@echo ... itkAlgorithmsPrintTest.s
	@echo ... itkAlgorithmsPrintTest2.obj
	@echo ... itkAlgorithmsPrintTest2.i
	@echo ... itkAlgorithmsPrintTest2.s
	@echo ... itkAlgorithmsPrintTest3.obj
	@echo ... itkAlgorithmsPrintTest3.i
	@echo ... itkAlgorithmsPrintTest3.s
	@echo ... itkAlgorithmsPrintTest4.obj
	@echo ... itkAlgorithmsPrintTest4.i
	@echo ... itkAlgorithmsPrintTest4.s
	@echo ... itkBasicFiltersPrintTest.obj
	@echo ... itkBasicFiltersPrintTest.i
	@echo ... itkBasicFiltersPrintTest.s
	@echo ... itkCommonPrintTest.obj
	@echo ... itkCommonPrintTest.i
	@echo ... itkCommonPrintTest.s
	@echo ... itkFilterImageAddTest.obj
	@echo ... itkFilterImageAddTest.i
	@echo ... itkFilterImageAddTest.s
	@echo ... itkIOPrintTest.obj
	@echo ... itkIOPrintTest.i
	@echo ... itkIOPrintTest.s
	@echo ... itkNeuralNetworksPrintTest.obj
	@echo ... itkNeuralNetworksPrintTest.i
	@echo ... itkNeuralNetworksPrintTest.s
	@echo ... itkNumericsPrintTest.obj
	@echo ... itkNumericsPrintTest.i
	@echo ... itkNumericsPrintTest.s
	@echo ... itkReleaseDataFilterTest.obj
	@echo ... itkReleaseDataFilterTest.i
	@echo ... itkReleaseDataFilterTest.s
	@echo ... itkShrinkImagePreserveObjectPhysicalLocations.obj
	@echo ... itkShrinkImagePreserveObjectPhysicalLocations.i
	@echo ... itkShrinkImagePreserveObjectPhysicalLocations.s
	@echo ... itkSpatialObjectPrintTest.obj
	@echo ... itkSpatialObjectPrintTest.i
	@echo ... itkSpatialObjectPrintTest.s
	@echo ... itkStatisticsPrintTest.obj
	@echo ... itkStatisticsPrintTest.i
	@echo ... itkStatisticsPrintTest.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

