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

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

# Convenience name for target.
vcl_test_all: Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/rule
.PHONY : vcl_test_all

# fast build rule for target.
vcl_test_all/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/build
.PHONY : vcl_test_all/fast

# Convenience name for target.
Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_include.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_include.dir/rule
.PHONY : Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_include.dir/rule

# Convenience name for target.
vcl_test_include: Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_include.dir/rule
.PHONY : vcl_test_include

# fast build rule for target.
vcl_test_include/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_include.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_include.dir/build
.PHONY : vcl_test_include/fast

test_algorithm.obj: test_algorithm.cxx.obj
.PHONY : test_algorithm.obj

# target to build an object file
test_algorithm.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_algorithm.cxx.obj
.PHONY : test_algorithm.cxx.obj

test_algorithm.i: test_algorithm.cxx.i
.PHONY : test_algorithm.i

# target to preprocess a source file
test_algorithm.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_algorithm.cxx.i
.PHONY : test_algorithm.cxx.i

test_algorithm.s: test_algorithm.cxx.s
.PHONY : test_algorithm.s

# target to generate assembly for a file
test_algorithm.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_algorithm.cxx.s
.PHONY : test_algorithm.cxx.s

test_cctype.obj: test_cctype.cxx.obj
.PHONY : test_cctype.obj

# target to build an object file
test_cctype.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_cctype.cxx.obj
.PHONY : test_cctype.cxx.obj

test_cctype.i: test_cctype.cxx.i
.PHONY : test_cctype.i

# target to preprocess a source file
test_cctype.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_cctype.cxx.i
.PHONY : test_cctype.cxx.i

test_cctype.s: test_cctype.cxx.s
.PHONY : test_cctype.s

# target to generate assembly for a file
test_cctype.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_cctype.cxx.s
.PHONY : test_cctype.cxx.s

test_cmath.obj: test_cmath.cxx.obj
.PHONY : test_cmath.obj

# target to build an object file
test_cmath.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_cmath.cxx.obj
.PHONY : test_cmath.cxx.obj

test_cmath.i: test_cmath.cxx.i
.PHONY : test_cmath.i

# target to preprocess a source file
test_cmath.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_cmath.cxx.i
.PHONY : test_cmath.cxx.i

test_cmath.s: test_cmath.cxx.s
.PHONY : test_cmath.s

# target to generate assembly for a file
test_cmath.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_cmath.cxx.s
.PHONY : test_cmath.cxx.s

test_compiler.obj: test_compiler.cxx.obj
.PHONY : test_compiler.obj

# target to build an object file
test_compiler.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_compiler.cxx.obj
.PHONY : test_compiler.cxx.obj

test_compiler.i: test_compiler.cxx.i
.PHONY : test_compiler.i

# target to preprocess a source file
test_compiler.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_compiler.cxx.i
.PHONY : test_compiler.cxx.i

test_compiler.s: test_compiler.cxx.s
.PHONY : test_compiler.s

# target to generate assembly for a file
test_compiler.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_compiler.cxx.s
.PHONY : test_compiler.cxx.s

test_complex.obj: test_complex.cxx.obj
.PHONY : test_complex.obj

# target to build an object file
test_complex.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_complex.cxx.obj
.PHONY : test_complex.cxx.obj

test_complex.i: test_complex.cxx.i
.PHONY : test_complex.i

# target to preprocess a source file
test_complex.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_complex.cxx.i
.PHONY : test_complex.cxx.i

test_complex.s: test_complex.cxx.s
.PHONY : test_complex.s

# target to generate assembly for a file
test_complex.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_complex.cxx.s
.PHONY : test_complex.cxx.s

test_cstdio.obj: test_cstdio.cxx.obj
.PHONY : test_cstdio.obj

# target to build an object file
test_cstdio.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_cstdio.cxx.obj
.PHONY : test_cstdio.cxx.obj

test_cstdio.i: test_cstdio.cxx.i
.PHONY : test_cstdio.i

# target to preprocess a source file
test_cstdio.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_cstdio.cxx.i
.PHONY : test_cstdio.cxx.i

test_cstdio.s: test_cstdio.cxx.s
.PHONY : test_cstdio.s

# target to generate assembly for a file
test_cstdio.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_cstdio.cxx.s
.PHONY : test_cstdio.cxx.s

test_deque.obj: test_deque.cxx.obj
.PHONY : test_deque.obj

# target to build an object file
test_deque.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_deque.cxx.obj
.PHONY : test_deque.cxx.obj

test_deque.i: test_deque.cxx.i
.PHONY : test_deque.i

# target to preprocess a source file
test_deque.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_deque.cxx.i
.PHONY : test_deque.cxx.i

test_deque.s: test_deque.cxx.s
.PHONY : test_deque.s

# target to generate assembly for a file
test_deque.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_deque.cxx.s
.PHONY : test_deque.cxx.s

test_driver.obj: test_driver.cxx.obj
.PHONY : test_driver.obj

# target to build an object file
test_driver.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_driver.cxx.obj
.PHONY : test_driver.cxx.obj

test_driver.i: test_driver.cxx.i
.PHONY : test_driver.i

# target to preprocess a source file
test_driver.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_driver.cxx.i
.PHONY : test_driver.cxx.i

test_driver.s: test_driver.cxx.s
.PHONY : test_driver.s

# target to generate assembly for a file
test_driver.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_driver.cxx.s
.PHONY : test_driver.cxx.s

test_exception.obj: test_exception.cxx.obj
.PHONY : test_exception.obj

# target to build an object file
test_exception.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_exception.cxx.obj
.PHONY : test_exception.cxx.obj

test_exception.i: test_exception.cxx.i
.PHONY : test_exception.i

# target to preprocess a source file
test_exception.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_exception.cxx.i
.PHONY : test_exception.cxx.i

test_exception.s: test_exception.cxx.s
.PHONY : test_exception.s

# target to generate assembly for a file
test_exception.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_exception.cxx.s
.PHONY : test_exception.cxx.s

test_fstream.obj: test_fstream.cxx.obj
.PHONY : test_fstream.obj

# target to build an object file
test_fstream.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_fstream.cxx.obj
.PHONY : test_fstream.cxx.obj

test_fstream.i: test_fstream.cxx.i
.PHONY : test_fstream.i

# target to preprocess a source file
test_fstream.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_fstream.cxx.i
.PHONY : test_fstream.cxx.i

test_fstream.s: test_fstream.cxx.s
.PHONY : test_fstream.s

# target to generate assembly for a file
test_fstream.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_fstream.cxx.s
.PHONY : test_fstream.cxx.s

test_include.obj: test_include.cxx.obj
.PHONY : test_include.obj

# target to build an object file
test_include.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_include.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_include.dir/test_include.cxx.obj
.PHONY : test_include.cxx.obj

test_include.i: test_include.cxx.i
.PHONY : test_include.i

# target to preprocess a source file
test_include.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_include.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_include.dir/test_include.cxx.i
.PHONY : test_include.cxx.i

test_include.s: test_include.cxx.s
.PHONY : test_include.s

# target to generate assembly for a file
test_include.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_include.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_include.dir/test_include.cxx.s
.PHONY : test_include.cxx.s

test_iostream.obj: test_iostream.cxx.obj
.PHONY : test_iostream.obj

# target to build an object file
test_iostream.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_iostream.cxx.obj
.PHONY : test_iostream.cxx.obj

test_iostream.i: test_iostream.cxx.i
.PHONY : test_iostream.i

# target to preprocess a source file
test_iostream.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_iostream.cxx.i
.PHONY : test_iostream.cxx.i

test_iostream.s: test_iostream.cxx.s
.PHONY : test_iostream.s

# target to generate assembly for a file
test_iostream.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_iostream.cxx.s
.PHONY : test_iostream.cxx.s

test_iterator.obj: test_iterator.cxx.obj
.PHONY : test_iterator.obj

# target to build an object file
test_iterator.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_iterator.cxx.obj
.PHONY : test_iterator.cxx.obj

test_iterator.i: test_iterator.cxx.i
.PHONY : test_iterator.i

# target to preprocess a source file
test_iterator.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_iterator.cxx.i
.PHONY : test_iterator.cxx.i

test_iterator.s: test_iterator.cxx.s
.PHONY : test_iterator.s

# target to generate assembly for a file
test_iterator.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_iterator.cxx.s
.PHONY : test_iterator.cxx.s

test_limits.obj: test_limits.cxx.obj
.PHONY : test_limits.obj

# target to build an object file
test_limits.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_limits.cxx.obj
.PHONY : test_limits.cxx.obj

test_limits.i: test_limits.cxx.i
.PHONY : test_limits.i

# target to preprocess a source file
test_limits.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_limits.cxx.i
.PHONY : test_limits.cxx.i

test_limits.s: test_limits.cxx.s
.PHONY : test_limits.s

# target to generate assembly for a file
test_limits.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_limits.cxx.s
.PHONY : test_limits.cxx.s

test_list.obj: test_list.cxx.obj
.PHONY : test_list.obj

# target to build an object file
test_list.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_list.cxx.obj
.PHONY : test_list.cxx.obj

test_list.i: test_list.cxx.i
.PHONY : test_list.i

# target to preprocess a source file
test_list.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_list.cxx.i
.PHONY : test_list.cxx.i

test_list.s: test_list.cxx.s
.PHONY : test_list.s

# target to generate assembly for a file
test_list.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_list.cxx.s
.PHONY : test_list.cxx.s

test_map.obj: test_map.cxx.obj
.PHONY : test_map.obj

# target to build an object file
test_map.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_map.cxx.obj
.PHONY : test_map.cxx.obj

test_map.i: test_map.cxx.i
.PHONY : test_map.i

# target to preprocess a source file
test_map.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_map.cxx.i
.PHONY : test_map.cxx.i

test_map.s: test_map.cxx.s
.PHONY : test_map.s

# target to generate assembly for a file
test_map.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_map.cxx.s
.PHONY : test_map.cxx.s

test_multimap.obj: test_multimap.cxx.obj
.PHONY : test_multimap.obj

# target to build an object file
test_multimap.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_multimap.cxx.obj
.PHONY : test_multimap.cxx.obj

test_multimap.i: test_multimap.cxx.i
.PHONY : test_multimap.i

# target to preprocess a source file
test_multimap.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_multimap.cxx.i
.PHONY : test_multimap.cxx.i

test_multimap.s: test_multimap.cxx.s
.PHONY : test_multimap.s

# target to generate assembly for a file
test_multimap.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_multimap.cxx.s
.PHONY : test_multimap.cxx.s

test_new.obj: test_new.cxx.obj
.PHONY : test_new.obj

# target to build an object file
test_new.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_new.cxx.obj
.PHONY : test_new.cxx.obj

test_new.i: test_new.cxx.i
.PHONY : test_new.i

# target to preprocess a source file
test_new.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_new.cxx.i
.PHONY : test_new.cxx.i

test_new.s: test_new.cxx.s
.PHONY : test_new.s

# target to generate assembly for a file
test_new.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_new.cxx.s
.PHONY : test_new.cxx.s

test_preprocessor.obj: test_preprocessor.cxx.obj
.PHONY : test_preprocessor.obj

# target to build an object file
test_preprocessor.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_preprocessor.cxx.obj
.PHONY : test_preprocessor.cxx.obj

test_preprocessor.i: test_preprocessor.cxx.i
.PHONY : test_preprocessor.i

# target to preprocess a source file
test_preprocessor.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_preprocessor.cxx.i
.PHONY : test_preprocessor.cxx.i

test_preprocessor.s: test_preprocessor.cxx.s
.PHONY : test_preprocessor.s

# target to generate assembly for a file
test_preprocessor.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_preprocessor.cxx.s
.PHONY : test_preprocessor.cxx.s

test_set.obj: test_set.cxx.obj
.PHONY : test_set.obj

# target to build an object file
test_set.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_set.cxx.obj
.PHONY : test_set.cxx.obj

test_set.i: test_set.cxx.i
.PHONY : test_set.i

# target to preprocess a source file
test_set.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_set.cxx.i
.PHONY : test_set.cxx.i

test_set.s: test_set.cxx.s
.PHONY : test_set.s

# target to generate assembly for a file
test_set.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_set.cxx.s
.PHONY : test_set.cxx.s

test_sstream.obj: test_sstream.cxx.obj
.PHONY : test_sstream.obj

# target to build an object file
test_sstream.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_sstream.cxx.obj
.PHONY : test_sstream.cxx.obj

test_sstream.i: test_sstream.cxx.i
.PHONY : test_sstream.i

# target to preprocess a source file
test_sstream.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_sstream.cxx.i
.PHONY : test_sstream.cxx.i

test_sstream.s: test_sstream.cxx.s
.PHONY : test_sstream.s

# target to generate assembly for a file
test_sstream.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_sstream.cxx.s
.PHONY : test_sstream.cxx.s

test_stlfwd.obj: test_stlfwd.cxx.obj
.PHONY : test_stlfwd.obj

# target to build an object file
test_stlfwd.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_stlfwd.cxx.obj
.PHONY : test_stlfwd.cxx.obj

test_stlfwd.i: test_stlfwd.cxx.i
.PHONY : test_stlfwd.i

# target to preprocess a source file
test_stlfwd.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_stlfwd.cxx.i
.PHONY : test_stlfwd.cxx.i

test_stlfwd.s: test_stlfwd.cxx.s
.PHONY : test_stlfwd.s

# target to generate assembly for a file
test_stlfwd.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_stlfwd.cxx.s
.PHONY : test_stlfwd.cxx.s

test_string.obj: test_string.cxx.obj
.PHONY : test_string.obj

# target to build an object file
test_string.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_string.cxx.obj
.PHONY : test_string.cxx.obj

test_string.i: test_string.cxx.i
.PHONY : test_string.i

# target to preprocess a source file
test_string.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_string.cxx.i
.PHONY : test_string.cxx.i

test_string.s: test_string.cxx.s
.PHONY : test_string.s

# target to generate assembly for a file
test_string.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_string.cxx.s
.PHONY : test_string.cxx.s

test_typename.obj: test_typename.cxx.obj
.PHONY : test_typename.obj

# target to build an object file
test_typename.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_typename.cxx.obj
.PHONY : test_typename.cxx.obj

test_typename.i: test_typename.cxx.i
.PHONY : test_typename.i

# target to preprocess a source file
test_typename.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_typename.cxx.i
.PHONY : test_typename.cxx.i

test_typename.s: test_typename.cxx.s
.PHONY : test_typename.s

# target to generate assembly for a file
test_typename.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_typename.cxx.s
.PHONY : test_typename.cxx.s

test_vector.obj: test_vector.cxx.obj
.PHONY : test_vector.obj

# target to build an object file
test_vector.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_vector.cxx.obj
.PHONY : test_vector.cxx.obj

test_vector.i: test_vector.cxx.i
.PHONY : test_vector.i

# target to preprocess a source file
test_vector.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_vector.cxx.i
.PHONY : test_vector.cxx.i

test_vector.s: test_vector.cxx.s
.PHONY : test_vector.s

# target to generate assembly for a file
test_vector.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\VNL\src\vxl\vcl\tests\CMakeFiles\vcl_test_all.dir\build.make Modules/ThirdParty/VNL/src/vxl/vcl/tests/CMakeFiles/vcl_test_all.dir/test_vector.cxx.s
.PHONY : test_vector.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 ... vcl_test_include
	@echo ... vcl_test_all
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... test_algorithm.obj
	@echo ... test_algorithm.i
	@echo ... test_algorithm.s
	@echo ... test_cctype.obj
	@echo ... test_cctype.i
	@echo ... test_cctype.s
	@echo ... test_cmath.obj
	@echo ... test_cmath.i
	@echo ... test_cmath.s
	@echo ... test_compiler.obj
	@echo ... test_compiler.i
	@echo ... test_compiler.s
	@echo ... test_complex.obj
	@echo ... test_complex.i
	@echo ... test_complex.s
	@echo ... test_cstdio.obj
	@echo ... test_cstdio.i
	@echo ... test_cstdio.s
	@echo ... test_deque.obj
	@echo ... test_deque.i
	@echo ... test_deque.s
	@echo ... test_driver.obj
	@echo ... test_driver.i
	@echo ... test_driver.s
	@echo ... test_exception.obj
	@echo ... test_exception.i
	@echo ... test_exception.s
	@echo ... test_fstream.obj
	@echo ... test_fstream.i
	@echo ... test_fstream.s
	@echo ... test_include.obj
	@echo ... test_include.i
	@echo ... test_include.s
	@echo ... test_iostream.obj
	@echo ... test_iostream.i
	@echo ... test_iostream.s
	@echo ... test_iterator.obj
	@echo ... test_iterator.i
	@echo ... test_iterator.s
	@echo ... test_limits.obj
	@echo ... test_limits.i
	@echo ... test_limits.s
	@echo ... test_list.obj
	@echo ... test_list.i
	@echo ... test_list.s
	@echo ... test_map.obj
	@echo ... test_map.i
	@echo ... test_map.s
	@echo ... test_multimap.obj
	@echo ... test_multimap.i
	@echo ... test_multimap.s
	@echo ... test_new.obj
	@echo ... test_new.i
	@echo ... test_new.s
	@echo ... test_preprocessor.obj
	@echo ... test_preprocessor.i
	@echo ... test_preprocessor.s
	@echo ... test_set.obj
	@echo ... test_set.i
	@echo ... test_set.s
	@echo ... test_sstream.obj
	@echo ... test_sstream.i
	@echo ... test_sstream.s
	@echo ... test_stlfwd.obj
	@echo ... test_stlfwd.i
	@echo ... test_stlfwd.s
	@echo ... test_string.obj
	@echo ... test_string.i
	@echo ... test_string.s
	@echo ... test_typename.obj
	@echo ... test_typename.i
	@echo ... test_typename.s
	@echo ... test_vector.obj
	@echo ... test_vector.i
	@echo ... test_vector.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

