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

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

# 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/IO/NIFTI/test/CMakeFiles/progress.marks
	cd /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/IO/NIFTI/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/IO/NIFTI/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/IO/NIFTI/test/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/IO/NIFTI/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/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/rule:
	cd /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/rule
.PHONY : Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/rule

# Convenience name for target.
ITKIONIFTITestDriver: Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/rule

.PHONY : ITKIONIFTITestDriver

# fast build rule for target.
ITKIONIFTITestDriver/fast:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build
.PHONY : ITKIONIFTITestDriver/fast

# Convenience name for target.
Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/rule:
	cd /home/user/ITK/build && $(MAKE) -f CMakeFiles/Makefile2 Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/rule
.PHONY : Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/rule

# Convenience name for target.
ITKIONIFTI-TestSupport: Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/rule

.PHONY : ITKIONIFTI-TestSupport

# fast build rule for target.
ITKIONIFTI-TestSupport/fast:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/build
.PHONY : ITKIONIFTI-TestSupport/fast

ITKIONIFTITestDriver.o: ITKIONIFTITestDriver.cxx.o

.PHONY : ITKIONIFTITestDriver.o

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

ITKIONIFTITestDriver.i: ITKIONIFTITestDriver.cxx.i

.PHONY : ITKIONIFTITestDriver.i

# target to preprocess a source file
ITKIONIFTITestDriver.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/ITKIONIFTITestDriver.cxx.i
.PHONY : ITKIONIFTITestDriver.cxx.i

ITKIONIFTITestDriver.s: ITKIONIFTITestDriver.cxx.s

.PHONY : ITKIONIFTITestDriver.s

# target to generate assembly for a file
ITKIONIFTITestDriver.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/ITKIONIFTITestDriver.cxx.s
.PHONY : ITKIONIFTITestDriver.cxx.s

itkNiftiImageIOTest.o: itkNiftiImageIOTest.cxx.o

.PHONY : itkNiftiImageIOTest.o

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

itkNiftiImageIOTest.i: itkNiftiImageIOTest.cxx.i

.PHONY : itkNiftiImageIOTest.i

# target to preprocess a source file
itkNiftiImageIOTest.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest.cxx.i
.PHONY : itkNiftiImageIOTest.cxx.i

itkNiftiImageIOTest.s: itkNiftiImageIOTest.cxx.s

.PHONY : itkNiftiImageIOTest.s

# target to generate assembly for a file
itkNiftiImageIOTest.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest.cxx.s
.PHONY : itkNiftiImageIOTest.cxx.s

itkNiftiImageIOTest10.o: itkNiftiImageIOTest10.cxx.o

.PHONY : itkNiftiImageIOTest10.o

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

itkNiftiImageIOTest10.i: itkNiftiImageIOTest10.cxx.i

.PHONY : itkNiftiImageIOTest10.i

# target to preprocess a source file
itkNiftiImageIOTest10.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest10.cxx.i
.PHONY : itkNiftiImageIOTest10.cxx.i

itkNiftiImageIOTest10.s: itkNiftiImageIOTest10.cxx.s

.PHONY : itkNiftiImageIOTest10.s

# target to generate assembly for a file
itkNiftiImageIOTest10.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest10.cxx.s
.PHONY : itkNiftiImageIOTest10.cxx.s

itkNiftiImageIOTest11.o: itkNiftiImageIOTest11.cxx.o

.PHONY : itkNiftiImageIOTest11.o

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

itkNiftiImageIOTest11.i: itkNiftiImageIOTest11.cxx.i

.PHONY : itkNiftiImageIOTest11.i

# target to preprocess a source file
itkNiftiImageIOTest11.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest11.cxx.i
.PHONY : itkNiftiImageIOTest11.cxx.i

itkNiftiImageIOTest11.s: itkNiftiImageIOTest11.cxx.s

.PHONY : itkNiftiImageIOTest11.s

# target to generate assembly for a file
itkNiftiImageIOTest11.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest11.cxx.s
.PHONY : itkNiftiImageIOTest11.cxx.s

itkNiftiImageIOTest12.o: itkNiftiImageIOTest12.cxx.o

.PHONY : itkNiftiImageIOTest12.o

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

itkNiftiImageIOTest12.i: itkNiftiImageIOTest12.cxx.i

.PHONY : itkNiftiImageIOTest12.i

# target to preprocess a source file
itkNiftiImageIOTest12.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest12.cxx.i
.PHONY : itkNiftiImageIOTest12.cxx.i

itkNiftiImageIOTest12.s: itkNiftiImageIOTest12.cxx.s

.PHONY : itkNiftiImageIOTest12.s

# target to generate assembly for a file
itkNiftiImageIOTest12.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest12.cxx.s
.PHONY : itkNiftiImageIOTest12.cxx.s

itkNiftiImageIOTest2.o: itkNiftiImageIOTest2.cxx.o

.PHONY : itkNiftiImageIOTest2.o

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

itkNiftiImageIOTest2.i: itkNiftiImageIOTest2.cxx.i

.PHONY : itkNiftiImageIOTest2.i

# target to preprocess a source file
itkNiftiImageIOTest2.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest2.cxx.i
.PHONY : itkNiftiImageIOTest2.cxx.i

itkNiftiImageIOTest2.s: itkNiftiImageIOTest2.cxx.s

.PHONY : itkNiftiImageIOTest2.s

# target to generate assembly for a file
itkNiftiImageIOTest2.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest2.cxx.s
.PHONY : itkNiftiImageIOTest2.cxx.s

itkNiftiImageIOTest3.o: itkNiftiImageIOTest3.cxx.o

.PHONY : itkNiftiImageIOTest3.o

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

itkNiftiImageIOTest3.i: itkNiftiImageIOTest3.cxx.i

.PHONY : itkNiftiImageIOTest3.i

# target to preprocess a source file
itkNiftiImageIOTest3.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest3.cxx.i
.PHONY : itkNiftiImageIOTest3.cxx.i

itkNiftiImageIOTest3.s: itkNiftiImageIOTest3.cxx.s

.PHONY : itkNiftiImageIOTest3.s

# target to generate assembly for a file
itkNiftiImageIOTest3.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest3.cxx.s
.PHONY : itkNiftiImageIOTest3.cxx.s

itkNiftiImageIOTest4.o: itkNiftiImageIOTest4.cxx.o

.PHONY : itkNiftiImageIOTest4.o

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

itkNiftiImageIOTest4.i: itkNiftiImageIOTest4.cxx.i

.PHONY : itkNiftiImageIOTest4.i

# target to preprocess a source file
itkNiftiImageIOTest4.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest4.cxx.i
.PHONY : itkNiftiImageIOTest4.cxx.i

itkNiftiImageIOTest4.s: itkNiftiImageIOTest4.cxx.s

.PHONY : itkNiftiImageIOTest4.s

# target to generate assembly for a file
itkNiftiImageIOTest4.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest4.cxx.s
.PHONY : itkNiftiImageIOTest4.cxx.s

itkNiftiImageIOTest5.o: itkNiftiImageIOTest5.cxx.o

.PHONY : itkNiftiImageIOTest5.o

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

itkNiftiImageIOTest5.i: itkNiftiImageIOTest5.cxx.i

.PHONY : itkNiftiImageIOTest5.i

# target to preprocess a source file
itkNiftiImageIOTest5.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest5.cxx.i
.PHONY : itkNiftiImageIOTest5.cxx.i

itkNiftiImageIOTest5.s: itkNiftiImageIOTest5.cxx.s

.PHONY : itkNiftiImageIOTest5.s

# target to generate assembly for a file
itkNiftiImageIOTest5.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest5.cxx.s
.PHONY : itkNiftiImageIOTest5.cxx.s

itkNiftiImageIOTest6.o: itkNiftiImageIOTest6.cxx.o

.PHONY : itkNiftiImageIOTest6.o

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

itkNiftiImageIOTest6.i: itkNiftiImageIOTest6.cxx.i

.PHONY : itkNiftiImageIOTest6.i

# target to preprocess a source file
itkNiftiImageIOTest6.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest6.cxx.i
.PHONY : itkNiftiImageIOTest6.cxx.i

itkNiftiImageIOTest6.s: itkNiftiImageIOTest6.cxx.s

.PHONY : itkNiftiImageIOTest6.s

# target to generate assembly for a file
itkNiftiImageIOTest6.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest6.cxx.s
.PHONY : itkNiftiImageIOTest6.cxx.s

itkNiftiImageIOTest7.o: itkNiftiImageIOTest7.cxx.o

.PHONY : itkNiftiImageIOTest7.o

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

itkNiftiImageIOTest7.i: itkNiftiImageIOTest7.cxx.i

.PHONY : itkNiftiImageIOTest7.i

# target to preprocess a source file
itkNiftiImageIOTest7.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest7.cxx.i
.PHONY : itkNiftiImageIOTest7.cxx.i

itkNiftiImageIOTest7.s: itkNiftiImageIOTest7.cxx.s

.PHONY : itkNiftiImageIOTest7.s

# target to generate assembly for a file
itkNiftiImageIOTest7.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest7.cxx.s
.PHONY : itkNiftiImageIOTest7.cxx.s

itkNiftiImageIOTest8.o: itkNiftiImageIOTest8.cxx.o

.PHONY : itkNiftiImageIOTest8.o

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

itkNiftiImageIOTest8.i: itkNiftiImageIOTest8.cxx.i

.PHONY : itkNiftiImageIOTest8.i

# target to preprocess a source file
itkNiftiImageIOTest8.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest8.cxx.i
.PHONY : itkNiftiImageIOTest8.cxx.i

itkNiftiImageIOTest8.s: itkNiftiImageIOTest8.cxx.s

.PHONY : itkNiftiImageIOTest8.s

# target to generate assembly for a file
itkNiftiImageIOTest8.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest8.cxx.s
.PHONY : itkNiftiImageIOTest8.cxx.s

itkNiftiImageIOTest9.o: itkNiftiImageIOTest9.cxx.o

.PHONY : itkNiftiImageIOTest9.o

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

itkNiftiImageIOTest9.i: itkNiftiImageIOTest9.cxx.i

.PHONY : itkNiftiImageIOTest9.i

# target to preprocess a source file
itkNiftiImageIOTest9.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest9.cxx.i
.PHONY : itkNiftiImageIOTest9.cxx.i

itkNiftiImageIOTest9.s: itkNiftiImageIOTest9.cxx.s

.PHONY : itkNiftiImageIOTest9.s

# target to generate assembly for a file
itkNiftiImageIOTest9.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiImageIOTest9.cxx.s
.PHONY : itkNiftiImageIOTest9.cxx.s

itkNiftiImageIOTestHelper.o: itkNiftiImageIOTestHelper.cxx.o

.PHONY : itkNiftiImageIOTestHelper.o

# target to build an object file
itkNiftiImageIOTestHelper.cxx.o:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/itkNiftiImageIOTestHelper.cxx.o
.PHONY : itkNiftiImageIOTestHelper.cxx.o

itkNiftiImageIOTestHelper.i: itkNiftiImageIOTestHelper.cxx.i

.PHONY : itkNiftiImageIOTestHelper.i

# target to preprocess a source file
itkNiftiImageIOTestHelper.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/itkNiftiImageIOTestHelper.cxx.i
.PHONY : itkNiftiImageIOTestHelper.cxx.i

itkNiftiImageIOTestHelper.s: itkNiftiImageIOTestHelper.cxx.s

.PHONY : itkNiftiImageIOTestHelper.s

# target to generate assembly for a file
itkNiftiImageIOTestHelper.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTI-TestSupport.dir/itkNiftiImageIOTestHelper.cxx.s
.PHONY : itkNiftiImageIOTestHelper.cxx.s

itkNiftiReadAnalyzeTest.o: itkNiftiReadAnalyzeTest.cxx.o

.PHONY : itkNiftiReadAnalyzeTest.o

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

itkNiftiReadAnalyzeTest.i: itkNiftiReadAnalyzeTest.cxx.i

.PHONY : itkNiftiReadAnalyzeTest.i

# target to preprocess a source file
itkNiftiReadAnalyzeTest.cxx.i:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiReadAnalyzeTest.cxx.i
.PHONY : itkNiftiReadAnalyzeTest.cxx.i

itkNiftiReadAnalyzeTest.s: itkNiftiReadAnalyzeTest.cxx.s

.PHONY : itkNiftiReadAnalyzeTest.s

# target to generate assembly for a file
itkNiftiReadAnalyzeTest.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/build.make Modules/IO/NIFTI/test/CMakeFiles/ITKIONIFTITestDriver.dir/itkNiftiReadAnalyzeTest.cxx.s
.PHONY : itkNiftiReadAnalyzeTest.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 "... ITKIONIFTITestDriver"
	@echo "... install/local"
	@echo "... ITKIONIFTI-TestSupport"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... package"
	@echo "... package_source"
	@echo "... test"
	@echo "... install"
	@echo "... install/strip"
	@echo "... ITKIONIFTITestDriver.o"
	@echo "... ITKIONIFTITestDriver.i"
	@echo "... ITKIONIFTITestDriver.s"
	@echo "... itkNiftiImageIOTest.o"
	@echo "... itkNiftiImageIOTest.i"
	@echo "... itkNiftiImageIOTest.s"
	@echo "... itkNiftiImageIOTest10.o"
	@echo "... itkNiftiImageIOTest10.i"
	@echo "... itkNiftiImageIOTest10.s"
	@echo "... itkNiftiImageIOTest11.o"
	@echo "... itkNiftiImageIOTest11.i"
	@echo "... itkNiftiImageIOTest11.s"
	@echo "... itkNiftiImageIOTest12.o"
	@echo "... itkNiftiImageIOTest12.i"
	@echo "... itkNiftiImageIOTest12.s"
	@echo "... itkNiftiImageIOTest2.o"
	@echo "... itkNiftiImageIOTest2.i"
	@echo "... itkNiftiImageIOTest2.s"
	@echo "... itkNiftiImageIOTest3.o"
	@echo "... itkNiftiImageIOTest3.i"
	@echo "... itkNiftiImageIOTest3.s"
	@echo "... itkNiftiImageIOTest4.o"
	@echo "... itkNiftiImageIOTest4.i"
	@echo "... itkNiftiImageIOTest4.s"
	@echo "... itkNiftiImageIOTest5.o"
	@echo "... itkNiftiImageIOTest5.i"
	@echo "... itkNiftiImageIOTest5.s"
	@echo "... itkNiftiImageIOTest6.o"
	@echo "... itkNiftiImageIOTest6.i"
	@echo "... itkNiftiImageIOTest6.s"
	@echo "... itkNiftiImageIOTest7.o"
	@echo "... itkNiftiImageIOTest7.i"
	@echo "... itkNiftiImageIOTest7.s"
	@echo "... itkNiftiImageIOTest8.o"
	@echo "... itkNiftiImageIOTest8.i"
	@echo "... itkNiftiImageIOTest8.s"
	@echo "... itkNiftiImageIOTest9.o"
	@echo "... itkNiftiImageIOTest9.i"
	@echo "... itkNiftiImageIOTest9.s"
	@echo "... itkNiftiImageIOTestHelper.o"
	@echo "... itkNiftiImageIOTestHelper.i"
	@echo "... itkNiftiImageIOTestHelper.s"
	@echo "... itkNiftiReadAnalyzeTest.o"
	@echo "... itkNiftiReadAnalyzeTest.i"
	@echo "... itkNiftiReadAnalyzeTest.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

