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

# 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:


#=============================================================================
# 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.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/user/ITK

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/user/ITK/build

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/cmake-gui -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 test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

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

.PHONY : test/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 /home/user/ITK/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/user/ITK/build/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 list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"DebugDevel\" \"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 install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -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..."
	/usr/bin/cmake -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 install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -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..."
	/usr/bin/cmake -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..."
	/usr/bin/cmake -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 /home/user/ITK/build && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

.PHONY : package/fast

# The main all target
all: cmake_check_build_system
	cd /home/user/ITK/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/user/ITK/build/CMakeFiles /home/user/ITK/build/Modules/Nonunit/IntegratedTest/test/CMakeFiles/progress.marks
	cd /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/Nonunit/IntegratedTest/test/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/user/ITK/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/Nonunit/IntegratedTest/test/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/Nonunit/IntegratedTest/test/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/user/ITK/build && $(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/itkAlgorithmsPrintTest3.dir/rule:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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/itkAlgorithmsPrintTest2.dir/rule:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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/itkAlgorithmsPrintTest.dir/rule:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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/itkAlgorithmsPrintTest4.dir/rule:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest4.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest4.dir/build
.PHONY : itkAlgorithmsPrintTest4/fast

# Convenience name for target.
Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/rule:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build
.PHONY : ITKIntegratedTestTestDriver/fast

ITKIntegratedTestTestDriver.o: ITKIntegratedTestTestDriver.cxx.o

.PHONY : ITKIntegratedTestTestDriver.o

# target to build an object file
ITKIntegratedTestTestDriver.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/ITKIntegratedTestTestDriver.cxx.o
.PHONY : ITKIntegratedTestTestDriver.cxx.o

ITKIntegratedTestTestDriver.i: ITKIntegratedTestTestDriver.cxx.i

.PHONY : ITKIntegratedTestTestDriver.i

# target to preprocess a source file
ITKIntegratedTestTestDriver.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkAlgorithmsPrintTest.cxx.o

.PHONY : itkAlgorithmsPrintTest.o

# target to build an object file
itkAlgorithmsPrintTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest.dir/itkAlgorithmsPrintTest.cxx.o
.PHONY : itkAlgorithmsPrintTest.cxx.o

itkAlgorithmsPrintTest.i: itkAlgorithmsPrintTest.cxx.i

.PHONY : itkAlgorithmsPrintTest.i

# target to preprocess a source file
itkAlgorithmsPrintTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkAlgorithmsPrintTest2.cxx.o

.PHONY : itkAlgorithmsPrintTest2.o

# target to build an object file
itkAlgorithmsPrintTest2.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest2.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest2.dir/itkAlgorithmsPrintTest2.cxx.o
.PHONY : itkAlgorithmsPrintTest2.cxx.o

itkAlgorithmsPrintTest2.i: itkAlgorithmsPrintTest2.cxx.i

.PHONY : itkAlgorithmsPrintTest2.i

# target to preprocess a source file
itkAlgorithmsPrintTest2.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkAlgorithmsPrintTest3.cxx.o

.PHONY : itkAlgorithmsPrintTest3.o

# target to build an object file
itkAlgorithmsPrintTest3.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest3.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest3.dir/itkAlgorithmsPrintTest3.cxx.o
.PHONY : itkAlgorithmsPrintTest3.cxx.o

itkAlgorithmsPrintTest3.i: itkAlgorithmsPrintTest3.cxx.i

.PHONY : itkAlgorithmsPrintTest3.i

# target to preprocess a source file
itkAlgorithmsPrintTest3.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkAlgorithmsPrintTest4.cxx.o

.PHONY : itkAlgorithmsPrintTest4.o

# target to build an object file
itkAlgorithmsPrintTest4.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest4.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/itkAlgorithmsPrintTest4.dir/itkAlgorithmsPrintTest4.cxx.o
.PHONY : itkAlgorithmsPrintTest4.cxx.o

itkAlgorithmsPrintTest4.i: itkAlgorithmsPrintTest4.cxx.i

.PHONY : itkAlgorithmsPrintTest4.i

# target to preprocess a source file
itkAlgorithmsPrintTest4.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkBasicFiltersPrintTest.cxx.o

.PHONY : itkBasicFiltersPrintTest.o

# target to build an object file
itkBasicFiltersPrintTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/itkBasicFiltersPrintTest.cxx.o
.PHONY : itkBasicFiltersPrintTest.cxx.o

itkBasicFiltersPrintTest.i: itkBasicFiltersPrintTest.cxx.i

.PHONY : itkBasicFiltersPrintTest.i

# target to preprocess a source file
itkBasicFiltersPrintTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkCommonPrintTest.cxx.o

.PHONY : itkCommonPrintTest.o

# target to build an object file
itkCommonPrintTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/itkCommonPrintTest.cxx.o
.PHONY : itkCommonPrintTest.cxx.o

itkCommonPrintTest.i: itkCommonPrintTest.cxx.i

.PHONY : itkCommonPrintTest.i

# target to preprocess a source file
itkCommonPrintTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkFilterImageAddTest.cxx.o

.PHONY : itkFilterImageAddTest.o

# target to build an object file
itkFilterImageAddTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/itkFilterImageAddTest.cxx.o
.PHONY : itkFilterImageAddTest.cxx.o

itkFilterImageAddTest.i: itkFilterImageAddTest.cxx.i

.PHONY : itkFilterImageAddTest.i

# target to preprocess a source file
itkFilterImageAddTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkIOPrintTest.cxx.o

.PHONY : itkIOPrintTest.o

# target to build an object file
itkIOPrintTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/itkIOPrintTest.cxx.o
.PHONY : itkIOPrintTest.cxx.o

itkIOPrintTest.i: itkIOPrintTest.cxx.i

.PHONY : itkIOPrintTest.i

# target to preprocess a source file
itkIOPrintTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkNeuralNetworksPrintTest.cxx.o

.PHONY : itkNeuralNetworksPrintTest.o

# target to build an object file
itkNeuralNetworksPrintTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/itkNeuralNetworksPrintTest.cxx.o
.PHONY : itkNeuralNetworksPrintTest.cxx.o

itkNeuralNetworksPrintTest.i: itkNeuralNetworksPrintTest.cxx.i

.PHONY : itkNeuralNetworksPrintTest.i

# target to preprocess a source file
itkNeuralNetworksPrintTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkNumericsPrintTest.cxx.o

.PHONY : itkNumericsPrintTest.o

# target to build an object file
itkNumericsPrintTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/itkNumericsPrintTest.cxx.o
.PHONY : itkNumericsPrintTest.cxx.o

itkNumericsPrintTest.i: itkNumericsPrintTest.cxx.i

.PHONY : itkNumericsPrintTest.i

# target to preprocess a source file
itkNumericsPrintTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkReleaseDataFilterTest.cxx.o

.PHONY : itkReleaseDataFilterTest.o

# target to build an object file
itkReleaseDataFilterTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/itkReleaseDataFilterTest.cxx.o
.PHONY : itkReleaseDataFilterTest.cxx.o

itkReleaseDataFilterTest.i: itkReleaseDataFilterTest.cxx.i

.PHONY : itkReleaseDataFilterTest.i

# target to preprocess a source file
itkReleaseDataFilterTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkShrinkImagePreserveObjectPhysicalLocations.cxx.o

.PHONY : itkShrinkImagePreserveObjectPhysicalLocations.o

# target to build an object file
itkShrinkImagePreserveObjectPhysicalLocations.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/itkShrinkImagePreserveObjectPhysicalLocations.cxx.o
.PHONY : itkShrinkImagePreserveObjectPhysicalLocations.cxx.o

itkShrinkImagePreserveObjectPhysicalLocations.i: itkShrinkImagePreserveObjectPhysicalLocations.cxx.i

.PHONY : itkShrinkImagePreserveObjectPhysicalLocations.i

# target to preprocess a source file
itkShrinkImagePreserveObjectPhysicalLocations.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkSpatialObjectPrintTest.cxx.o

.PHONY : itkSpatialObjectPrintTest.o

# target to build an object file
itkSpatialObjectPrintTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/itkSpatialObjectPrintTest.cxx.o
.PHONY : itkSpatialObjectPrintTest.cxx.o

itkSpatialObjectPrintTest.i: itkSpatialObjectPrintTest.cxx.i

.PHONY : itkSpatialObjectPrintTest.i

# target to preprocess a source file
itkSpatialObjectPrintTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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.o: itkStatisticsPrintTest.cxx.o

.PHONY : itkStatisticsPrintTest.o

# target to build an object file
itkStatisticsPrintTest.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/build.make Modules/Nonunit/IntegratedTest/test/CMakeFiles/ITKIntegratedTestTestDriver.dir/itkStatisticsPrintTest.cxx.o
.PHONY : itkStatisticsPrintTest.cxx.o

itkStatisticsPrintTest.i: itkStatisticsPrintTest.cxx.i

.PHONY : itkStatisticsPrintTest.i

# target to preprocess a source file
itkStatisticsPrintTest.cxx.i:
	cd /home/user/ITK/build && $(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 /home/user/ITK/build && $(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 "... edit_cache"
	@echo "... test"
	@echo "... package_source"
	@echo "... itkAlgorithmsPrintTest3"
	@echo "... itkAlgorithmsPrintTest2"
	@echo "... itkAlgorithmsPrintTest"
	@echo "... list_install_components"
	@echo "... itkAlgorithmsPrintTest4"
	@echo "... ITKIntegratedTestTestDriver"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... install"
	@echo "... rebuild_cache"
	@echo "... package"
	@echo "... ITKIntegratedTestTestDriver.o"
	@echo "... ITKIntegratedTestTestDriver.i"
	@echo "... ITKIntegratedTestTestDriver.s"
	@echo "... itkAlgorithmsPrintTest.o"
	@echo "... itkAlgorithmsPrintTest.i"
	@echo "... itkAlgorithmsPrintTest.s"
	@echo "... itkAlgorithmsPrintTest2.o"
	@echo "... itkAlgorithmsPrintTest2.i"
	@echo "... itkAlgorithmsPrintTest2.s"
	@echo "... itkAlgorithmsPrintTest3.o"
	@echo "... itkAlgorithmsPrintTest3.i"
	@echo "... itkAlgorithmsPrintTest3.s"
	@echo "... itkAlgorithmsPrintTest4.o"
	@echo "... itkAlgorithmsPrintTest4.i"
	@echo "... itkAlgorithmsPrintTest4.s"
	@echo "... itkBasicFiltersPrintTest.o"
	@echo "... itkBasicFiltersPrintTest.i"
	@echo "... itkBasicFiltersPrintTest.s"
	@echo "... itkCommonPrintTest.o"
	@echo "... itkCommonPrintTest.i"
	@echo "... itkCommonPrintTest.s"
	@echo "... itkFilterImageAddTest.o"
	@echo "... itkFilterImageAddTest.i"
	@echo "... itkFilterImageAddTest.s"
	@echo "... itkIOPrintTest.o"
	@echo "... itkIOPrintTest.i"
	@echo "... itkIOPrintTest.s"
	@echo "... itkNeuralNetworksPrintTest.o"
	@echo "... itkNeuralNetworksPrintTest.i"
	@echo "... itkNeuralNetworksPrintTest.s"
	@echo "... itkNumericsPrintTest.o"
	@echo "... itkNumericsPrintTest.i"
	@echo "... itkNumericsPrintTest.s"
	@echo "... itkReleaseDataFilterTest.o"
	@echo "... itkReleaseDataFilterTest.i"
	@echo "... itkReleaseDataFilterTest.s"
	@echo "... itkShrinkImagePreserveObjectPhysicalLocations.o"
	@echo "... itkShrinkImagePreserveObjectPhysicalLocations.i"
	@echo "... itkShrinkImagePreserveObjectPhysicalLocations.s"
	@echo "... itkSpatialObjectPrintTest.o"
	@echo "... itkSpatialObjectPrintTest.i"
	@echo "... itkSpatialObjectPrintTest.s"
	@echo "... itkStatisticsPrintTest.o"
	@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 /home/user/ITK/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

