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

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

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

# Convenience name for target.
ITKIOMetaTestDriver: Modules/IO/Meta/test/CMakeFiles/ITKIOMetaTestDriver.dir/rule

.PHONY : ITKIOMetaTestDriver

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

ITKIOMetaTestDriver.o: ITKIOMetaTestDriver.cxx.o

.PHONY : ITKIOMetaTestDriver.o

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

ITKIOMetaTestDriver.i: ITKIOMetaTestDriver.cxx.i

.PHONY : ITKIOMetaTestDriver.i

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

ITKIOMetaTestDriver.s: ITKIOMetaTestDriver.cxx.s

.PHONY : ITKIOMetaTestDriver.s

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

itkLargeMetaImageWriteReadTest.o: itkLargeMetaImageWriteReadTest.cxx.o

.PHONY : itkLargeMetaImageWriteReadTest.o

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

itkLargeMetaImageWriteReadTest.i: itkLargeMetaImageWriteReadTest.cxx.i

.PHONY : itkLargeMetaImageWriteReadTest.i

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

itkLargeMetaImageWriteReadTest.s: itkLargeMetaImageWriteReadTest.cxx.s

.PHONY : itkLargeMetaImageWriteReadTest.s

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

itkMetaImageIOGzTest.o: itkMetaImageIOGzTest.cxx.o

.PHONY : itkMetaImageIOGzTest.o

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

itkMetaImageIOGzTest.i: itkMetaImageIOGzTest.cxx.i

.PHONY : itkMetaImageIOGzTest.i

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

itkMetaImageIOGzTest.s: itkMetaImageIOGzTest.cxx.s

.PHONY : itkMetaImageIOGzTest.s

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

itkMetaImageIOMetaDataTest.o: itkMetaImageIOMetaDataTest.cxx.o

.PHONY : itkMetaImageIOMetaDataTest.o

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

itkMetaImageIOMetaDataTest.i: itkMetaImageIOMetaDataTest.cxx.i

.PHONY : itkMetaImageIOMetaDataTest.i

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

itkMetaImageIOMetaDataTest.s: itkMetaImageIOMetaDataTest.cxx.s

.PHONY : itkMetaImageIOMetaDataTest.s

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

itkMetaImageIOTest.o: itkMetaImageIOTest.cxx.o

.PHONY : itkMetaImageIOTest.o

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

itkMetaImageIOTest.i: itkMetaImageIOTest.cxx.i

.PHONY : itkMetaImageIOTest.i

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

itkMetaImageIOTest.s: itkMetaImageIOTest.cxx.s

.PHONY : itkMetaImageIOTest.s

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

itkMetaImageIOTest2.o: itkMetaImageIOTest2.cxx.o

.PHONY : itkMetaImageIOTest2.o

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

itkMetaImageIOTest2.i: itkMetaImageIOTest2.cxx.i

.PHONY : itkMetaImageIOTest2.i

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

itkMetaImageIOTest2.s: itkMetaImageIOTest2.cxx.s

.PHONY : itkMetaImageIOTest2.s

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

itkMetaImageStreamingIOTest.o: itkMetaImageStreamingIOTest.cxx.o

.PHONY : itkMetaImageStreamingIOTest.o

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

itkMetaImageStreamingIOTest.i: itkMetaImageStreamingIOTest.cxx.i

.PHONY : itkMetaImageStreamingIOTest.i

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

itkMetaImageStreamingIOTest.s: itkMetaImageStreamingIOTest.cxx.s

.PHONY : itkMetaImageStreamingIOTest.s

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

itkMetaImageStreamingWriterIOTest.o: itkMetaImageStreamingWriterIOTest.cxx.o

.PHONY : itkMetaImageStreamingWriterIOTest.o

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

itkMetaImageStreamingWriterIOTest.i: itkMetaImageStreamingWriterIOTest.cxx.i

.PHONY : itkMetaImageStreamingWriterIOTest.i

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

itkMetaImageStreamingWriterIOTest.s: itkMetaImageStreamingWriterIOTest.cxx.s

.PHONY : itkMetaImageStreamingWriterIOTest.s

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

itkMetaTestLongFilename.o: itkMetaTestLongFilename.cxx.o

.PHONY : itkMetaTestLongFilename.o

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

itkMetaTestLongFilename.i: itkMetaTestLongFilename.cxx.i

.PHONY : itkMetaTestLongFilename.i

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

itkMetaTestLongFilename.s: itkMetaTestLongFilename.cxx.s

.PHONY : itkMetaTestLongFilename.s

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

testMetaArray.o: testMetaArray.cxx.o

.PHONY : testMetaArray.o

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

testMetaArray.i: testMetaArray.cxx.i

.PHONY : testMetaArray.i

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

testMetaArray.s: testMetaArray.cxx.s

.PHONY : testMetaArray.s

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

testMetaBlob.o: testMetaBlob.cxx.o

.PHONY : testMetaBlob.o

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

testMetaBlob.i: testMetaBlob.cxx.i

.PHONY : testMetaBlob.i

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

testMetaBlob.s: testMetaBlob.cxx.s

.PHONY : testMetaBlob.s

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

testMetaCommand.o: testMetaCommand.cxx.o

.PHONY : testMetaCommand.o

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

testMetaCommand.i: testMetaCommand.cxx.i

.PHONY : testMetaCommand.i

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

testMetaCommand.s: testMetaCommand.cxx.s

.PHONY : testMetaCommand.s

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

testMetaGroup.o: testMetaGroup.cxx.o

.PHONY : testMetaGroup.o

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

testMetaGroup.i: testMetaGroup.cxx.i

.PHONY : testMetaGroup.i

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

testMetaGroup.s: testMetaGroup.cxx.s

.PHONY : testMetaGroup.s

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

testMetaImage.o: testMetaImage.cxx.o

.PHONY : testMetaImage.o

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

testMetaImage.i: testMetaImage.cxx.i

.PHONY : testMetaImage.i

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

testMetaImage.s: testMetaImage.cxx.s

.PHONY : testMetaImage.s

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

testMetaLandmark.o: testMetaLandmark.cxx.o

.PHONY : testMetaLandmark.o

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

testMetaLandmark.i: testMetaLandmark.cxx.i

.PHONY : testMetaLandmark.i

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

testMetaLandmark.s: testMetaLandmark.cxx.s

.PHONY : testMetaLandmark.s

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

testMetaLine.o: testMetaLine.cxx.o

.PHONY : testMetaLine.o

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

testMetaLine.i: testMetaLine.cxx.i

.PHONY : testMetaLine.i

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

testMetaLine.s: testMetaLine.cxx.s

.PHONY : testMetaLine.s

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

testMetaMesh.o: testMetaMesh.cxx.o

.PHONY : testMetaMesh.o

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

testMetaMesh.i: testMetaMesh.cxx.i

.PHONY : testMetaMesh.i

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

testMetaMesh.s: testMetaMesh.cxx.s

.PHONY : testMetaMesh.s

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

testMetaObject.o: testMetaObject.cxx.o

.PHONY : testMetaObject.o

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

testMetaObject.i: testMetaObject.cxx.i

.PHONY : testMetaObject.i

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

testMetaObject.s: testMetaObject.cxx.s

.PHONY : testMetaObject.s

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

testMetaScene.o: testMetaScene.cxx.o

.PHONY : testMetaScene.o

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

testMetaScene.i: testMetaScene.cxx.i

.PHONY : testMetaScene.i

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

testMetaScene.s: testMetaScene.cxx.s

.PHONY : testMetaScene.s

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

testMetaSurface.o: testMetaSurface.cxx.o

.PHONY : testMetaSurface.o

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

testMetaSurface.i: testMetaSurface.cxx.i

.PHONY : testMetaSurface.i

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

testMetaSurface.s: testMetaSurface.cxx.s

.PHONY : testMetaSurface.s

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

testMetaTube.o: testMetaTube.cxx.o

.PHONY : testMetaTube.o

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

testMetaTube.i: testMetaTube.cxx.i

.PHONY : testMetaTube.i

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

testMetaTube.s: testMetaTube.cxx.s

.PHONY : testMetaTube.s

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

testMetaUtils.o: testMetaUtils.cxx.o

.PHONY : testMetaUtils.o

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

testMetaUtils.i: testMetaUtils.cxx.i

.PHONY : testMetaUtils.i

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

testMetaUtils.s: testMetaUtils.cxx.s

.PHONY : testMetaUtils.s

# target to generate assembly for a file
testMetaUtils.cxx.s:
	cd /home/user/ITK/build && $(MAKE) -f Modules/IO/Meta/test/CMakeFiles/ITKIOMetaTestDriver.dir/build.make Modules/IO/Meta/test/CMakeFiles/ITKIOMetaTestDriver.dir/testMetaUtils.cxx.s
.PHONY : testMetaUtils.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 "... install/strip"
	@echo "... test"
	@echo "... package_source"
	@echo "... package"
	@echo "... rebuild_cache"
	@echo "... ITKIOMetaTestDriver"
	@echo "... install/local"
	@echo "... install"
	@echo "... list_install_components"
	@echo "... ITKIOMetaTestDriver.o"
	@echo "... ITKIOMetaTestDriver.i"
	@echo "... ITKIOMetaTestDriver.s"
	@echo "... itkLargeMetaImageWriteReadTest.o"
	@echo "... itkLargeMetaImageWriteReadTest.i"
	@echo "... itkLargeMetaImageWriteReadTest.s"
	@echo "... itkMetaImageIOGzTest.o"
	@echo "... itkMetaImageIOGzTest.i"
	@echo "... itkMetaImageIOGzTest.s"
	@echo "... itkMetaImageIOMetaDataTest.o"
	@echo "... itkMetaImageIOMetaDataTest.i"
	@echo "... itkMetaImageIOMetaDataTest.s"
	@echo "... itkMetaImageIOTest.o"
	@echo "... itkMetaImageIOTest.i"
	@echo "... itkMetaImageIOTest.s"
	@echo "... itkMetaImageIOTest2.o"
	@echo "... itkMetaImageIOTest2.i"
	@echo "... itkMetaImageIOTest2.s"
	@echo "... itkMetaImageStreamingIOTest.o"
	@echo "... itkMetaImageStreamingIOTest.i"
	@echo "... itkMetaImageStreamingIOTest.s"
	@echo "... itkMetaImageStreamingWriterIOTest.o"
	@echo "... itkMetaImageStreamingWriterIOTest.i"
	@echo "... itkMetaImageStreamingWriterIOTest.s"
	@echo "... itkMetaTestLongFilename.o"
	@echo "... itkMetaTestLongFilename.i"
	@echo "... itkMetaTestLongFilename.s"
	@echo "... testMetaArray.o"
	@echo "... testMetaArray.i"
	@echo "... testMetaArray.s"
	@echo "... testMetaBlob.o"
	@echo "... testMetaBlob.i"
	@echo "... testMetaBlob.s"
	@echo "... testMetaCommand.o"
	@echo "... testMetaCommand.i"
	@echo "... testMetaCommand.s"
	@echo "... testMetaGroup.o"
	@echo "... testMetaGroup.i"
	@echo "... testMetaGroup.s"
	@echo "... testMetaImage.o"
	@echo "... testMetaImage.i"
	@echo "... testMetaImage.s"
	@echo "... testMetaLandmark.o"
	@echo "... testMetaLandmark.i"
	@echo "... testMetaLandmark.s"
	@echo "... testMetaLine.o"
	@echo "... testMetaLine.i"
	@echo "... testMetaLine.s"
	@echo "... testMetaMesh.o"
	@echo "... testMetaMesh.i"
	@echo "... testMetaMesh.s"
	@echo "... testMetaObject.o"
	@echo "... testMetaObject.i"
	@echo "... testMetaObject.s"
	@echo "... testMetaScene.o"
	@echo "... testMetaScene.i"
	@echo "... testMetaScene.s"
	@echo "... testMetaSurface.o"
	@echo "... testMetaSurface.i"
	@echo "... testMetaSurface.s"
	@echo "... testMetaTube.o"
	@echo "... testMetaTube.i"
	@echo "... testMetaTube.s"
	@echo "... testMetaUtils.o"
	@echo "... testMetaUtils.i"
	@echo "... testMetaUtils.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

