# 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\Mesh\src\CMakeFiles\progress.marks
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/IO/Mesh/src/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/Mesh/src/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/Mesh/src/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/IO/Mesh/src/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/Mesh/src/CMakeFiles/ITKIOMesh.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/rule
.PHONY : Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/rule

# Convenience name for target.
ITKIOMesh: Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/rule
.PHONY : ITKIOMesh

# fast build rule for target.
ITKIOMesh/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/build
.PHONY : ITKIOMesh/fast

itkBYUMeshIO.obj: itkBYUMeshIO.cxx.obj
.PHONY : itkBYUMeshIO.obj

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

itkBYUMeshIO.i: itkBYUMeshIO.cxx.i
.PHONY : itkBYUMeshIO.i

# target to preprocess a source file
itkBYUMeshIO.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkBYUMeshIO.cxx.i
.PHONY : itkBYUMeshIO.cxx.i

itkBYUMeshIO.s: itkBYUMeshIO.cxx.s
.PHONY : itkBYUMeshIO.s

# target to generate assembly for a file
itkBYUMeshIO.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkBYUMeshIO.cxx.s
.PHONY : itkBYUMeshIO.cxx.s

itkBYUMeshIOFactory.obj: itkBYUMeshIOFactory.cxx.obj
.PHONY : itkBYUMeshIOFactory.obj

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

itkBYUMeshIOFactory.i: itkBYUMeshIOFactory.cxx.i
.PHONY : itkBYUMeshIOFactory.i

# target to preprocess a source file
itkBYUMeshIOFactory.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkBYUMeshIOFactory.cxx.i
.PHONY : itkBYUMeshIOFactory.cxx.i

itkBYUMeshIOFactory.s: itkBYUMeshIOFactory.cxx.s
.PHONY : itkBYUMeshIOFactory.s

# target to generate assembly for a file
itkBYUMeshIOFactory.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkBYUMeshIOFactory.cxx.s
.PHONY : itkBYUMeshIOFactory.cxx.s

itkFreeSurferAsciiMeshIO.obj: itkFreeSurferAsciiMeshIO.cxx.obj
.PHONY : itkFreeSurferAsciiMeshIO.obj

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

itkFreeSurferAsciiMeshIO.i: itkFreeSurferAsciiMeshIO.cxx.i
.PHONY : itkFreeSurferAsciiMeshIO.i

# target to preprocess a source file
itkFreeSurferAsciiMeshIO.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkFreeSurferAsciiMeshIO.cxx.i
.PHONY : itkFreeSurferAsciiMeshIO.cxx.i

itkFreeSurferAsciiMeshIO.s: itkFreeSurferAsciiMeshIO.cxx.s
.PHONY : itkFreeSurferAsciiMeshIO.s

# target to generate assembly for a file
itkFreeSurferAsciiMeshIO.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkFreeSurferAsciiMeshIO.cxx.s
.PHONY : itkFreeSurferAsciiMeshIO.cxx.s

itkFreeSurferAsciiMeshIOFactory.obj: itkFreeSurferAsciiMeshIOFactory.cxx.obj
.PHONY : itkFreeSurferAsciiMeshIOFactory.obj

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

itkFreeSurferAsciiMeshIOFactory.i: itkFreeSurferAsciiMeshIOFactory.cxx.i
.PHONY : itkFreeSurferAsciiMeshIOFactory.i

# target to preprocess a source file
itkFreeSurferAsciiMeshIOFactory.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkFreeSurferAsciiMeshIOFactory.cxx.i
.PHONY : itkFreeSurferAsciiMeshIOFactory.cxx.i

itkFreeSurferAsciiMeshIOFactory.s: itkFreeSurferAsciiMeshIOFactory.cxx.s
.PHONY : itkFreeSurferAsciiMeshIOFactory.s

# target to generate assembly for a file
itkFreeSurferAsciiMeshIOFactory.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkFreeSurferAsciiMeshIOFactory.cxx.s
.PHONY : itkFreeSurferAsciiMeshIOFactory.cxx.s

itkFreeSurferBinaryMeshIO.obj: itkFreeSurferBinaryMeshIO.cxx.obj
.PHONY : itkFreeSurferBinaryMeshIO.obj

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

itkFreeSurferBinaryMeshIO.i: itkFreeSurferBinaryMeshIO.cxx.i
.PHONY : itkFreeSurferBinaryMeshIO.i

# target to preprocess a source file
itkFreeSurferBinaryMeshIO.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkFreeSurferBinaryMeshIO.cxx.i
.PHONY : itkFreeSurferBinaryMeshIO.cxx.i

itkFreeSurferBinaryMeshIO.s: itkFreeSurferBinaryMeshIO.cxx.s
.PHONY : itkFreeSurferBinaryMeshIO.s

# target to generate assembly for a file
itkFreeSurferBinaryMeshIO.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkFreeSurferBinaryMeshIO.cxx.s
.PHONY : itkFreeSurferBinaryMeshIO.cxx.s

itkFreeSurferBinaryMeshIOFactory.obj: itkFreeSurferBinaryMeshIOFactory.cxx.obj
.PHONY : itkFreeSurferBinaryMeshIOFactory.obj

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

itkFreeSurferBinaryMeshIOFactory.i: itkFreeSurferBinaryMeshIOFactory.cxx.i
.PHONY : itkFreeSurferBinaryMeshIOFactory.i

# target to preprocess a source file
itkFreeSurferBinaryMeshIOFactory.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkFreeSurferBinaryMeshIOFactory.cxx.i
.PHONY : itkFreeSurferBinaryMeshIOFactory.cxx.i

itkFreeSurferBinaryMeshIOFactory.s: itkFreeSurferBinaryMeshIOFactory.cxx.s
.PHONY : itkFreeSurferBinaryMeshIOFactory.s

# target to generate assembly for a file
itkFreeSurferBinaryMeshIOFactory.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkFreeSurferBinaryMeshIOFactory.cxx.s
.PHONY : itkFreeSurferBinaryMeshIOFactory.cxx.s

itkGiftiMeshIO.obj: itkGiftiMeshIO.cxx.obj
.PHONY : itkGiftiMeshIO.obj

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

itkGiftiMeshIO.i: itkGiftiMeshIO.cxx.i
.PHONY : itkGiftiMeshIO.i

# target to preprocess a source file
itkGiftiMeshIO.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkGiftiMeshIO.cxx.i
.PHONY : itkGiftiMeshIO.cxx.i

itkGiftiMeshIO.s: itkGiftiMeshIO.cxx.s
.PHONY : itkGiftiMeshIO.s

# target to generate assembly for a file
itkGiftiMeshIO.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkGiftiMeshIO.cxx.s
.PHONY : itkGiftiMeshIO.cxx.s

itkGiftiMeshIOFactory.obj: itkGiftiMeshIOFactory.cxx.obj
.PHONY : itkGiftiMeshIOFactory.obj

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

itkGiftiMeshIOFactory.i: itkGiftiMeshIOFactory.cxx.i
.PHONY : itkGiftiMeshIOFactory.i

# target to preprocess a source file
itkGiftiMeshIOFactory.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkGiftiMeshIOFactory.cxx.i
.PHONY : itkGiftiMeshIOFactory.cxx.i

itkGiftiMeshIOFactory.s: itkGiftiMeshIOFactory.cxx.s
.PHONY : itkGiftiMeshIOFactory.s

# target to generate assembly for a file
itkGiftiMeshIOFactory.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkGiftiMeshIOFactory.cxx.s
.PHONY : itkGiftiMeshIOFactory.cxx.s

itkMeshIOBase.obj: itkMeshIOBase.cxx.obj
.PHONY : itkMeshIOBase.obj

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

itkMeshIOBase.i: itkMeshIOBase.cxx.i
.PHONY : itkMeshIOBase.i

# target to preprocess a source file
itkMeshIOBase.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkMeshIOBase.cxx.i
.PHONY : itkMeshIOBase.cxx.i

itkMeshIOBase.s: itkMeshIOBase.cxx.s
.PHONY : itkMeshIOBase.s

# target to generate assembly for a file
itkMeshIOBase.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkMeshIOBase.cxx.s
.PHONY : itkMeshIOBase.cxx.s

itkMeshIOFactory.obj: itkMeshIOFactory.cxx.obj
.PHONY : itkMeshIOFactory.obj

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

itkMeshIOFactory.i: itkMeshIOFactory.cxx.i
.PHONY : itkMeshIOFactory.i

# target to preprocess a source file
itkMeshIOFactory.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkMeshIOFactory.cxx.i
.PHONY : itkMeshIOFactory.cxx.i

itkMeshIOFactory.s: itkMeshIOFactory.cxx.s
.PHONY : itkMeshIOFactory.s

# target to generate assembly for a file
itkMeshIOFactory.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkMeshIOFactory.cxx.s
.PHONY : itkMeshIOFactory.cxx.s

itkOBJMeshIO.obj: itkOBJMeshIO.cxx.obj
.PHONY : itkOBJMeshIO.obj

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

itkOBJMeshIO.i: itkOBJMeshIO.cxx.i
.PHONY : itkOBJMeshIO.i

# target to preprocess a source file
itkOBJMeshIO.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkOBJMeshIO.cxx.i
.PHONY : itkOBJMeshIO.cxx.i

itkOBJMeshIO.s: itkOBJMeshIO.cxx.s
.PHONY : itkOBJMeshIO.s

# target to generate assembly for a file
itkOBJMeshIO.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkOBJMeshIO.cxx.s
.PHONY : itkOBJMeshIO.cxx.s

itkOBJMeshIOFactory.obj: itkOBJMeshIOFactory.cxx.obj
.PHONY : itkOBJMeshIOFactory.obj

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

itkOBJMeshIOFactory.i: itkOBJMeshIOFactory.cxx.i
.PHONY : itkOBJMeshIOFactory.i

# target to preprocess a source file
itkOBJMeshIOFactory.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkOBJMeshIOFactory.cxx.i
.PHONY : itkOBJMeshIOFactory.cxx.i

itkOBJMeshIOFactory.s: itkOBJMeshIOFactory.cxx.s
.PHONY : itkOBJMeshIOFactory.s

# target to generate assembly for a file
itkOBJMeshIOFactory.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkOBJMeshIOFactory.cxx.s
.PHONY : itkOBJMeshIOFactory.cxx.s

itkOFFMeshIO.obj: itkOFFMeshIO.cxx.obj
.PHONY : itkOFFMeshIO.obj

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

itkOFFMeshIO.i: itkOFFMeshIO.cxx.i
.PHONY : itkOFFMeshIO.i

# target to preprocess a source file
itkOFFMeshIO.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkOFFMeshIO.cxx.i
.PHONY : itkOFFMeshIO.cxx.i

itkOFFMeshIO.s: itkOFFMeshIO.cxx.s
.PHONY : itkOFFMeshIO.s

# target to generate assembly for a file
itkOFFMeshIO.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkOFFMeshIO.cxx.s
.PHONY : itkOFFMeshIO.cxx.s

itkOFFMeshIOFactory.obj: itkOFFMeshIOFactory.cxx.obj
.PHONY : itkOFFMeshIOFactory.obj

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

itkOFFMeshIOFactory.i: itkOFFMeshIOFactory.cxx.i
.PHONY : itkOFFMeshIOFactory.i

# target to preprocess a source file
itkOFFMeshIOFactory.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkOFFMeshIOFactory.cxx.i
.PHONY : itkOFFMeshIOFactory.cxx.i

itkOFFMeshIOFactory.s: itkOFFMeshIOFactory.cxx.s
.PHONY : itkOFFMeshIOFactory.s

# target to generate assembly for a file
itkOFFMeshIOFactory.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkOFFMeshIOFactory.cxx.s
.PHONY : itkOFFMeshIOFactory.cxx.s

itkVTKPolyDataMeshIO.obj: itkVTKPolyDataMeshIO.cxx.obj
.PHONY : itkVTKPolyDataMeshIO.obj

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

itkVTKPolyDataMeshIO.i: itkVTKPolyDataMeshIO.cxx.i
.PHONY : itkVTKPolyDataMeshIO.i

# target to preprocess a source file
itkVTKPolyDataMeshIO.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkVTKPolyDataMeshIO.cxx.i
.PHONY : itkVTKPolyDataMeshIO.cxx.i

itkVTKPolyDataMeshIO.s: itkVTKPolyDataMeshIO.cxx.s
.PHONY : itkVTKPolyDataMeshIO.s

# target to generate assembly for a file
itkVTKPolyDataMeshIO.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkVTKPolyDataMeshIO.cxx.s
.PHONY : itkVTKPolyDataMeshIO.cxx.s

itkVTKPolyDataMeshIOFactory.obj: itkVTKPolyDataMeshIOFactory.cxx.obj
.PHONY : itkVTKPolyDataMeshIOFactory.obj

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

itkVTKPolyDataMeshIOFactory.i: itkVTKPolyDataMeshIOFactory.cxx.i
.PHONY : itkVTKPolyDataMeshIOFactory.i

# target to preprocess a source file
itkVTKPolyDataMeshIOFactory.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkVTKPolyDataMeshIOFactory.cxx.i
.PHONY : itkVTKPolyDataMeshIOFactory.cxx.i

itkVTKPolyDataMeshIOFactory.s: itkVTKPolyDataMeshIOFactory.cxx.s
.PHONY : itkVTKPolyDataMeshIOFactory.s

# target to generate assembly for a file
itkVTKPolyDataMeshIOFactory.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\IO\Mesh\src\CMakeFiles\ITKIOMesh.dir\build.make Modules/IO/Mesh/src/CMakeFiles/ITKIOMesh.dir/itkVTKPolyDataMeshIOFactory.cxx.s
.PHONY : itkVTKPolyDataMeshIOFactory.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 ... ITKIOMesh
	@echo ... edit_cache
	@echo ... install
	@echo ... rebuild_cache
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... itkBYUMeshIO.obj
	@echo ... itkBYUMeshIO.i
	@echo ... itkBYUMeshIO.s
	@echo ... itkBYUMeshIOFactory.obj
	@echo ... itkBYUMeshIOFactory.i
	@echo ... itkBYUMeshIOFactory.s
	@echo ... itkFreeSurferAsciiMeshIO.obj
	@echo ... itkFreeSurferAsciiMeshIO.i
	@echo ... itkFreeSurferAsciiMeshIO.s
	@echo ... itkFreeSurferAsciiMeshIOFactory.obj
	@echo ... itkFreeSurferAsciiMeshIOFactory.i
	@echo ... itkFreeSurferAsciiMeshIOFactory.s
	@echo ... itkFreeSurferBinaryMeshIO.obj
	@echo ... itkFreeSurferBinaryMeshIO.i
	@echo ... itkFreeSurferBinaryMeshIO.s
	@echo ... itkFreeSurferBinaryMeshIOFactory.obj
	@echo ... itkFreeSurferBinaryMeshIOFactory.i
	@echo ... itkFreeSurferBinaryMeshIOFactory.s
	@echo ... itkGiftiMeshIO.obj
	@echo ... itkGiftiMeshIO.i
	@echo ... itkGiftiMeshIO.s
	@echo ... itkGiftiMeshIOFactory.obj
	@echo ... itkGiftiMeshIOFactory.i
	@echo ... itkGiftiMeshIOFactory.s
	@echo ... itkMeshIOBase.obj
	@echo ... itkMeshIOBase.i
	@echo ... itkMeshIOBase.s
	@echo ... itkMeshIOFactory.obj
	@echo ... itkMeshIOFactory.i
	@echo ... itkMeshIOFactory.s
	@echo ... itkOBJMeshIO.obj
	@echo ... itkOBJMeshIO.i
	@echo ... itkOBJMeshIO.s
	@echo ... itkOBJMeshIOFactory.obj
	@echo ... itkOBJMeshIOFactory.i
	@echo ... itkOBJMeshIOFactory.s
	@echo ... itkOFFMeshIO.obj
	@echo ... itkOFFMeshIO.i
	@echo ... itkOFFMeshIO.s
	@echo ... itkOFFMeshIOFactory.obj
	@echo ... itkOFFMeshIOFactory.i
	@echo ... itkOFFMeshIOFactory.s
	@echo ... itkVTKPolyDataMeshIO.obj
	@echo ... itkVTKPolyDataMeshIO.i
	@echo ... itkVTKPolyDataMeshIO.s
	@echo ... itkVTKPolyDataMeshIOFactory.obj
	@echo ... itkVTKPolyDataMeshIOFactory.i
	@echo ... itkVTKPolyDataMeshIOFactory.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

