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

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

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

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

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

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

.SUFFIXES: .hpux_make_needs_suffix_list

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

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

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

SHELL = cmd.exe

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

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

# Escaping for special characters.
EQUALS = =

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

# Convenience name for target.
Modules/IO/Meta/test/CMakeFiles/ITKIOMetaTestDriver.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Meta\test\CMakeFiles\ITKIOMetaTestDriver.dir\build.make Modules/IO/Meta/test/CMakeFiles/ITKIOMetaTestDriver.dir/build
.PHONY : ITKIOMetaTestDriver/fast

ITKIOMetaTestDriver.obj: ITKIOMetaTestDriver.cxx.obj
.PHONY : ITKIOMetaTestDriver.obj

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

ITKIOMetaTestDriver.i: ITKIOMetaTestDriver.cxx.i
.PHONY : ITKIOMetaTestDriver.i

# target to preprocess a source file
ITKIOMetaTestDriver.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: itkLargeMetaImageWriteReadTest.cxx.obj
.PHONY : itkLargeMetaImageWriteReadTest.obj

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

itkLargeMetaImageWriteReadTest.i: itkLargeMetaImageWriteReadTest.cxx.i
.PHONY : itkLargeMetaImageWriteReadTest.i

# target to preprocess a source file
itkLargeMetaImageWriteReadTest.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: itkMetaImageIOGzTest.cxx.obj
.PHONY : itkMetaImageIOGzTest.obj

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

itkMetaImageIOGzTest.i: itkMetaImageIOGzTest.cxx.i
.PHONY : itkMetaImageIOGzTest.i

# target to preprocess a source file
itkMetaImageIOGzTest.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: itkMetaImageIOMetaDataTest.cxx.obj
.PHONY : itkMetaImageIOMetaDataTest.obj

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

itkMetaImageIOMetaDataTest.i: itkMetaImageIOMetaDataTest.cxx.i
.PHONY : itkMetaImageIOMetaDataTest.i

# target to preprocess a source file
itkMetaImageIOMetaDataTest.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: itkMetaImageIOTest.cxx.obj
.PHONY : itkMetaImageIOTest.obj

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

itkMetaImageIOTest.i: itkMetaImageIOTest.cxx.i
.PHONY : itkMetaImageIOTest.i

# target to preprocess a source file
itkMetaImageIOTest.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: itkMetaImageIOTest2.cxx.obj
.PHONY : itkMetaImageIOTest2.obj

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

itkMetaImageIOTest2.i: itkMetaImageIOTest2.cxx.i
.PHONY : itkMetaImageIOTest2.i

# target to preprocess a source file
itkMetaImageIOTest2.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: itkMetaImageStreamingIOTest.cxx.obj
.PHONY : itkMetaImageStreamingIOTest.obj

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

itkMetaImageStreamingIOTest.i: itkMetaImageStreamingIOTest.cxx.i
.PHONY : itkMetaImageStreamingIOTest.i

# target to preprocess a source file
itkMetaImageStreamingIOTest.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: itkMetaImageStreamingWriterIOTest.cxx.obj
.PHONY : itkMetaImageStreamingWriterIOTest.obj

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

itkMetaImageStreamingWriterIOTest.i: itkMetaImageStreamingWriterIOTest.cxx.i
.PHONY : itkMetaImageStreamingWriterIOTest.i

# target to preprocess a source file
itkMetaImageStreamingWriterIOTest.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: itkMetaTestLongFilename.cxx.obj
.PHONY : itkMetaTestLongFilename.obj

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

itkMetaTestLongFilename.i: itkMetaTestLongFilename.cxx.i
.PHONY : itkMetaTestLongFilename.i

# target to preprocess a source file
itkMetaTestLongFilename.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaArray.cxx.obj
.PHONY : testMetaArray.obj

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

testMetaArray.i: testMetaArray.cxx.i
.PHONY : testMetaArray.i

# target to preprocess a source file
testMetaArray.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaBlob.cxx.obj
.PHONY : testMetaBlob.obj

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

testMetaBlob.i: testMetaBlob.cxx.i
.PHONY : testMetaBlob.i

# target to preprocess a source file
testMetaBlob.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaCommand.cxx.obj
.PHONY : testMetaCommand.obj

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

testMetaCommand.i: testMetaCommand.cxx.i
.PHONY : testMetaCommand.i

# target to preprocess a source file
testMetaCommand.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaGroup.cxx.obj
.PHONY : testMetaGroup.obj

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

testMetaGroup.i: testMetaGroup.cxx.i
.PHONY : testMetaGroup.i

# target to preprocess a source file
testMetaGroup.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaImage.cxx.obj
.PHONY : testMetaImage.obj

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

testMetaImage.i: testMetaImage.cxx.i
.PHONY : testMetaImage.i

# target to preprocess a source file
testMetaImage.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaLandmark.cxx.obj
.PHONY : testMetaLandmark.obj

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

testMetaLandmark.i: testMetaLandmark.cxx.i
.PHONY : testMetaLandmark.i

# target to preprocess a source file
testMetaLandmark.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaLine.cxx.obj
.PHONY : testMetaLine.obj

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

testMetaLine.i: testMetaLine.cxx.i
.PHONY : testMetaLine.i

# target to preprocess a source file
testMetaLine.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaMesh.cxx.obj
.PHONY : testMetaMesh.obj

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

testMetaMesh.i: testMetaMesh.cxx.i
.PHONY : testMetaMesh.i

# target to preprocess a source file
testMetaMesh.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaObject.cxx.obj
.PHONY : testMetaObject.obj

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

testMetaObject.i: testMetaObject.cxx.i
.PHONY : testMetaObject.i

# target to preprocess a source file
testMetaObject.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaScene.cxx.obj
.PHONY : testMetaScene.obj

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

testMetaScene.i: testMetaScene.cxx.i
.PHONY : testMetaScene.i

# target to preprocess a source file
testMetaScene.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaSurface.cxx.obj
.PHONY : testMetaSurface.obj

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

testMetaSurface.i: testMetaSurface.cxx.i
.PHONY : testMetaSurface.i

# target to preprocess a source file
testMetaSurface.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaTube.cxx.obj
.PHONY : testMetaTube.obj

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

testMetaTube.i: testMetaTube.cxx.i
.PHONY : testMetaTube.i

# target to preprocess a source file
testMetaTube.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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.obj: testMetaUtils.cxx.obj
.PHONY : testMetaUtils.obj

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

testMetaUtils.i: testMetaUtils.cxx.i
.PHONY : testMetaUtils.i

# target to preprocess a source file
testMetaUtils.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(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 /d C:\ITK4.7.1.bin && $(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 ... install/local
	@echo ... install/strip
	@echo ... edit_cache
	@echo ... install
	@echo ... rebuild_cache
	@echo ... ITKIOMetaTestDriver
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... ITKIOMetaTestDriver.obj
	@echo ... ITKIOMetaTestDriver.i
	@echo ... ITKIOMetaTestDriver.s
	@echo ... itkLargeMetaImageWriteReadTest.obj
	@echo ... itkLargeMetaImageWriteReadTest.i
	@echo ... itkLargeMetaImageWriteReadTest.s
	@echo ... itkMetaImageIOGzTest.obj
	@echo ... itkMetaImageIOGzTest.i
	@echo ... itkMetaImageIOGzTest.s
	@echo ... itkMetaImageIOMetaDataTest.obj
	@echo ... itkMetaImageIOMetaDataTest.i
	@echo ... itkMetaImageIOMetaDataTest.s
	@echo ... itkMetaImageIOTest.obj
	@echo ... itkMetaImageIOTest.i
	@echo ... itkMetaImageIOTest.s
	@echo ... itkMetaImageIOTest2.obj
	@echo ... itkMetaImageIOTest2.i
	@echo ... itkMetaImageIOTest2.s
	@echo ... itkMetaImageStreamingIOTest.obj
	@echo ... itkMetaImageStreamingIOTest.i
	@echo ... itkMetaImageStreamingIOTest.s
	@echo ... itkMetaImageStreamingWriterIOTest.obj
	@echo ... itkMetaImageStreamingWriterIOTest.i
	@echo ... itkMetaImageStreamingWriterIOTest.s
	@echo ... itkMetaTestLongFilename.obj
	@echo ... itkMetaTestLongFilename.i
	@echo ... itkMetaTestLongFilename.s
	@echo ... testMetaArray.obj
	@echo ... testMetaArray.i
	@echo ... testMetaArray.s
	@echo ... testMetaBlob.obj
	@echo ... testMetaBlob.i
	@echo ... testMetaBlob.s
	@echo ... testMetaCommand.obj
	@echo ... testMetaCommand.i
	@echo ... testMetaCommand.s
	@echo ... testMetaGroup.obj
	@echo ... testMetaGroup.i
	@echo ... testMetaGroup.s
	@echo ... testMetaImage.obj
	@echo ... testMetaImage.i
	@echo ... testMetaImage.s
	@echo ... testMetaLandmark.obj
	@echo ... testMetaLandmark.i
	@echo ... testMetaLandmark.s
	@echo ... testMetaLine.obj
	@echo ... testMetaLine.i
	@echo ... testMetaLine.s
	@echo ... testMetaMesh.obj
	@echo ... testMetaMesh.i
	@echo ... testMetaMesh.s
	@echo ... testMetaObject.obj
	@echo ... testMetaObject.i
	@echo ... testMetaObject.s
	@echo ... testMetaScene.obj
	@echo ... testMetaScene.i
	@echo ... testMetaScene.s
	@echo ... testMetaSurface.obj
	@echo ... testMetaSurface.i
	@echo ... testMetaSurface.s
	@echo ... testMetaTube.obj
	@echo ... testMetaTube.i
	@echo ... testMetaTube.s
	@echo ... testMetaUtils.obj
	@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 /d C:\ITK4.7.1.bin && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
.PHONY : cmake_check_build_system

