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

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

# Convenience name for target.
gdcmCommon: Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/rule
.PHONY : gdcmCommon

# fast build rule for target.
gdcmCommon/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/build
.PHONY : gdcmCommon/fast

gdcmASN1.obj: gdcmASN1.cxx.obj
.PHONY : gdcmASN1.obj

# target to build an object file
gdcmASN1.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmASN1.cxx.obj
.PHONY : gdcmASN1.cxx.obj

gdcmASN1.i: gdcmASN1.cxx.i
.PHONY : gdcmASN1.i

# target to preprocess a source file
gdcmASN1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmASN1.cxx.i
.PHONY : gdcmASN1.cxx.i

gdcmASN1.s: gdcmASN1.cxx.s
.PHONY : gdcmASN1.s

# target to generate assembly for a file
gdcmASN1.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmASN1.cxx.s
.PHONY : gdcmASN1.cxx.s

gdcmBase64.obj: gdcmBase64.cxx.obj
.PHONY : gdcmBase64.obj

# target to build an object file
gdcmBase64.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmBase64.cxx.obj
.PHONY : gdcmBase64.cxx.obj

gdcmBase64.i: gdcmBase64.cxx.i
.PHONY : gdcmBase64.i

# target to preprocess a source file
gdcmBase64.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmBase64.cxx.i
.PHONY : gdcmBase64.cxx.i

gdcmBase64.s: gdcmBase64.cxx.s
.PHONY : gdcmBase64.s

# target to generate assembly for a file
gdcmBase64.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmBase64.cxx.s
.PHONY : gdcmBase64.cxx.s

gdcmByteSwap.obj: gdcmByteSwap.cxx.obj
.PHONY : gdcmByteSwap.obj

# target to build an object file
gdcmByteSwap.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmByteSwap.cxx.obj
.PHONY : gdcmByteSwap.cxx.obj

gdcmByteSwap.i: gdcmByteSwap.cxx.i
.PHONY : gdcmByteSwap.i

# target to preprocess a source file
gdcmByteSwap.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmByteSwap.cxx.i
.PHONY : gdcmByteSwap.cxx.i

gdcmByteSwap.s: gdcmByteSwap.cxx.s
.PHONY : gdcmByteSwap.s

# target to generate assembly for a file
gdcmByteSwap.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmByteSwap.cxx.s
.PHONY : gdcmByteSwap.cxx.s

gdcmCommand.obj: gdcmCommand.cxx.obj
.PHONY : gdcmCommand.obj

# target to build an object file
gdcmCommand.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmCommand.cxx.obj
.PHONY : gdcmCommand.cxx.obj

gdcmCommand.i: gdcmCommand.cxx.i
.PHONY : gdcmCommand.i

# target to preprocess a source file
gdcmCommand.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmCommand.cxx.i
.PHONY : gdcmCommand.cxx.i

gdcmCommand.s: gdcmCommand.cxx.s
.PHONY : gdcmCommand.s

# target to generate assembly for a file
gdcmCommand.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmCommand.cxx.s
.PHONY : gdcmCommand.cxx.s

gdcmCryptographicMessageSyntax.obj: gdcmCryptographicMessageSyntax.cxx.obj
.PHONY : gdcmCryptographicMessageSyntax.obj

# target to build an object file
gdcmCryptographicMessageSyntax.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmCryptographicMessageSyntax.cxx.obj
.PHONY : gdcmCryptographicMessageSyntax.cxx.obj

gdcmCryptographicMessageSyntax.i: gdcmCryptographicMessageSyntax.cxx.i
.PHONY : gdcmCryptographicMessageSyntax.i

# target to preprocess a source file
gdcmCryptographicMessageSyntax.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmCryptographicMessageSyntax.cxx.i
.PHONY : gdcmCryptographicMessageSyntax.cxx.i

gdcmCryptographicMessageSyntax.s: gdcmCryptographicMessageSyntax.cxx.s
.PHONY : gdcmCryptographicMessageSyntax.s

# target to generate assembly for a file
gdcmCryptographicMessageSyntax.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmCryptographicMessageSyntax.cxx.s
.PHONY : gdcmCryptographicMessageSyntax.cxx.s

gdcmDeflateStream.obj: gdcmDeflateStream.cxx.obj
.PHONY : gdcmDeflateStream.obj

# target to build an object file
gdcmDeflateStream.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmDeflateStream.cxx.obj
.PHONY : gdcmDeflateStream.cxx.obj

gdcmDeflateStream.i: gdcmDeflateStream.cxx.i
.PHONY : gdcmDeflateStream.i

# target to preprocess a source file
gdcmDeflateStream.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmDeflateStream.cxx.i
.PHONY : gdcmDeflateStream.cxx.i

gdcmDeflateStream.s: gdcmDeflateStream.cxx.s
.PHONY : gdcmDeflateStream.s

# target to generate assembly for a file
gdcmDeflateStream.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmDeflateStream.cxx.s
.PHONY : gdcmDeflateStream.cxx.s

gdcmDirectory.obj: gdcmDirectory.cxx.obj
.PHONY : gdcmDirectory.obj

# target to build an object file
gdcmDirectory.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmDirectory.cxx.obj
.PHONY : gdcmDirectory.cxx.obj

gdcmDirectory.i: gdcmDirectory.cxx.i
.PHONY : gdcmDirectory.i

# target to preprocess a source file
gdcmDirectory.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmDirectory.cxx.i
.PHONY : gdcmDirectory.cxx.i

gdcmDirectory.s: gdcmDirectory.cxx.s
.PHONY : gdcmDirectory.s

# target to generate assembly for a file
gdcmDirectory.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmDirectory.cxx.s
.PHONY : gdcmDirectory.cxx.s

gdcmDummyValueGenerator.obj: gdcmDummyValueGenerator.cxx.obj
.PHONY : gdcmDummyValueGenerator.obj

# target to build an object file
gdcmDummyValueGenerator.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmDummyValueGenerator.cxx.obj
.PHONY : gdcmDummyValueGenerator.cxx.obj

gdcmDummyValueGenerator.i: gdcmDummyValueGenerator.cxx.i
.PHONY : gdcmDummyValueGenerator.i

# target to preprocess a source file
gdcmDummyValueGenerator.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmDummyValueGenerator.cxx.i
.PHONY : gdcmDummyValueGenerator.cxx.i

gdcmDummyValueGenerator.s: gdcmDummyValueGenerator.cxx.s
.PHONY : gdcmDummyValueGenerator.s

# target to generate assembly for a file
gdcmDummyValueGenerator.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmDummyValueGenerator.cxx.s
.PHONY : gdcmDummyValueGenerator.cxx.s

gdcmEvent.obj: gdcmEvent.cxx.obj
.PHONY : gdcmEvent.obj

# target to build an object file
gdcmEvent.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmEvent.cxx.obj
.PHONY : gdcmEvent.cxx.obj

gdcmEvent.i: gdcmEvent.cxx.i
.PHONY : gdcmEvent.i

# target to preprocess a source file
gdcmEvent.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmEvent.cxx.i
.PHONY : gdcmEvent.cxx.i

gdcmEvent.s: gdcmEvent.cxx.s
.PHONY : gdcmEvent.s

# target to generate assembly for a file
gdcmEvent.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmEvent.cxx.s
.PHONY : gdcmEvent.cxx.s

gdcmException.obj: gdcmException.cxx.obj
.PHONY : gdcmException.obj

# target to build an object file
gdcmException.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmException.cxx.obj
.PHONY : gdcmException.cxx.obj

gdcmException.i: gdcmException.cxx.i
.PHONY : gdcmException.i

# target to preprocess a source file
gdcmException.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmException.cxx.i
.PHONY : gdcmException.cxx.i

gdcmException.s: gdcmException.cxx.s
.PHONY : gdcmException.s

# target to generate assembly for a file
gdcmException.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmException.cxx.s
.PHONY : gdcmException.cxx.s

gdcmFilename.obj: gdcmFilename.cxx.obj
.PHONY : gdcmFilename.obj

# target to build an object file
gdcmFilename.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmFilename.cxx.obj
.PHONY : gdcmFilename.cxx.obj

gdcmFilename.i: gdcmFilename.cxx.i
.PHONY : gdcmFilename.i

# target to preprocess a source file
gdcmFilename.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmFilename.cxx.i
.PHONY : gdcmFilename.cxx.i

gdcmFilename.s: gdcmFilename.cxx.s
.PHONY : gdcmFilename.s

# target to generate assembly for a file
gdcmFilename.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmFilename.cxx.s
.PHONY : gdcmFilename.cxx.s

gdcmFilenameGenerator.obj: gdcmFilenameGenerator.cxx.obj
.PHONY : gdcmFilenameGenerator.obj

# target to build an object file
gdcmFilenameGenerator.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmFilenameGenerator.cxx.obj
.PHONY : gdcmFilenameGenerator.cxx.obj

gdcmFilenameGenerator.i: gdcmFilenameGenerator.cxx.i
.PHONY : gdcmFilenameGenerator.i

# target to preprocess a source file
gdcmFilenameGenerator.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmFilenameGenerator.cxx.i
.PHONY : gdcmFilenameGenerator.cxx.i

gdcmFilenameGenerator.s: gdcmFilenameGenerator.cxx.s
.PHONY : gdcmFilenameGenerator.s

# target to generate assembly for a file
gdcmFilenameGenerator.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmFilenameGenerator.cxx.s
.PHONY : gdcmFilenameGenerator.cxx.s

gdcmMD5.obj: gdcmMD5.cxx.obj
.PHONY : gdcmMD5.obj

# target to build an object file
gdcmMD5.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmMD5.cxx.obj
.PHONY : gdcmMD5.cxx.obj

gdcmMD5.i: gdcmMD5.cxx.i
.PHONY : gdcmMD5.i

# target to preprocess a source file
gdcmMD5.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmMD5.cxx.i
.PHONY : gdcmMD5.cxx.i

gdcmMD5.s: gdcmMD5.cxx.s
.PHONY : gdcmMD5.s

# target to generate assembly for a file
gdcmMD5.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmMD5.cxx.s
.PHONY : gdcmMD5.cxx.s

gdcmObject.obj: gdcmObject.cxx.obj
.PHONY : gdcmObject.obj

# target to build an object file
gdcmObject.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmObject.cxx.obj
.PHONY : gdcmObject.cxx.obj

gdcmObject.i: gdcmObject.cxx.i
.PHONY : gdcmObject.i

# target to preprocess a source file
gdcmObject.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmObject.cxx.i
.PHONY : gdcmObject.cxx.i

gdcmObject.s: gdcmObject.cxx.s
.PHONY : gdcmObject.s

# target to generate assembly for a file
gdcmObject.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmObject.cxx.s
.PHONY : gdcmObject.cxx.s

gdcmProgressEvent.obj: gdcmProgressEvent.cxx.obj
.PHONY : gdcmProgressEvent.obj

# target to build an object file
gdcmProgressEvent.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmProgressEvent.cxx.obj
.PHONY : gdcmProgressEvent.cxx.obj

gdcmProgressEvent.i: gdcmProgressEvent.cxx.i
.PHONY : gdcmProgressEvent.i

# target to preprocess a source file
gdcmProgressEvent.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmProgressEvent.cxx.i
.PHONY : gdcmProgressEvent.cxx.i

gdcmProgressEvent.s: gdcmProgressEvent.cxx.s
.PHONY : gdcmProgressEvent.s

# target to generate assembly for a file
gdcmProgressEvent.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmProgressEvent.cxx.s
.PHONY : gdcmProgressEvent.cxx.s

gdcmSHA1.obj: gdcmSHA1.cxx.obj
.PHONY : gdcmSHA1.obj

# target to build an object file
gdcmSHA1.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSHA1.cxx.obj
.PHONY : gdcmSHA1.cxx.obj

gdcmSHA1.i: gdcmSHA1.cxx.i
.PHONY : gdcmSHA1.i

# target to preprocess a source file
gdcmSHA1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSHA1.cxx.i
.PHONY : gdcmSHA1.cxx.i

gdcmSHA1.s: gdcmSHA1.cxx.s
.PHONY : gdcmSHA1.s

# target to generate assembly for a file
gdcmSHA1.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSHA1.cxx.s
.PHONY : gdcmSHA1.cxx.s

gdcmString.obj: gdcmString.cxx.obj
.PHONY : gdcmString.obj

# target to build an object file
gdcmString.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmString.cxx.obj
.PHONY : gdcmString.cxx.obj

gdcmString.i: gdcmString.cxx.i
.PHONY : gdcmString.i

# target to preprocess a source file
gdcmString.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmString.cxx.i
.PHONY : gdcmString.cxx.i

gdcmString.s: gdcmString.cxx.s
.PHONY : gdcmString.s

# target to generate assembly for a file
gdcmString.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmString.cxx.s
.PHONY : gdcmString.cxx.s

gdcmSubject.obj: gdcmSubject.cxx.obj
.PHONY : gdcmSubject.obj

# target to build an object file
gdcmSubject.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSubject.cxx.obj
.PHONY : gdcmSubject.cxx.obj

gdcmSubject.i: gdcmSubject.cxx.i
.PHONY : gdcmSubject.i

# target to preprocess a source file
gdcmSubject.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSubject.cxx.i
.PHONY : gdcmSubject.cxx.i

gdcmSubject.s: gdcmSubject.cxx.s
.PHONY : gdcmSubject.s

# target to generate assembly for a file
gdcmSubject.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSubject.cxx.s
.PHONY : gdcmSubject.cxx.s

gdcmSwapCode.obj: gdcmSwapCode.cxx.obj
.PHONY : gdcmSwapCode.obj

# target to build an object file
gdcmSwapCode.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSwapCode.cxx.obj
.PHONY : gdcmSwapCode.cxx.obj

gdcmSwapCode.i: gdcmSwapCode.cxx.i
.PHONY : gdcmSwapCode.i

# target to preprocess a source file
gdcmSwapCode.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSwapCode.cxx.i
.PHONY : gdcmSwapCode.cxx.i

gdcmSwapCode.s: gdcmSwapCode.cxx.s
.PHONY : gdcmSwapCode.s

# target to generate assembly for a file
gdcmSwapCode.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSwapCode.cxx.s
.PHONY : gdcmSwapCode.cxx.s

gdcmSystem.obj: gdcmSystem.cxx.obj
.PHONY : gdcmSystem.obj

# target to build an object file
gdcmSystem.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSystem.cxx.obj
.PHONY : gdcmSystem.cxx.obj

gdcmSystem.i: gdcmSystem.cxx.i
.PHONY : gdcmSystem.i

# target to preprocess a source file
gdcmSystem.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSystem.cxx.i
.PHONY : gdcmSystem.cxx.i

gdcmSystem.s: gdcmSystem.cxx.s
.PHONY : gdcmSystem.s

# target to generate assembly for a file
gdcmSystem.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmSystem.cxx.s
.PHONY : gdcmSystem.cxx.s

gdcmTerminal.obj: gdcmTerminal.cxx.obj
.PHONY : gdcmTerminal.obj

# target to build an object file
gdcmTerminal.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmTerminal.cxx.obj
.PHONY : gdcmTerminal.cxx.obj

gdcmTerminal.i: gdcmTerminal.cxx.i
.PHONY : gdcmTerminal.i

# target to preprocess a source file
gdcmTerminal.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmTerminal.cxx.i
.PHONY : gdcmTerminal.cxx.i

gdcmTerminal.s: gdcmTerminal.cxx.s
.PHONY : gdcmTerminal.s

# target to generate assembly for a file
gdcmTerminal.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmTerminal.cxx.s
.PHONY : gdcmTerminal.cxx.s

gdcmTrace.obj: gdcmTrace.cxx.obj
.PHONY : gdcmTrace.obj

# target to build an object file
gdcmTrace.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmTrace.cxx.obj
.PHONY : gdcmTrace.cxx.obj

gdcmTrace.i: gdcmTrace.cxx.i
.PHONY : gdcmTrace.i

# target to preprocess a source file
gdcmTrace.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmTrace.cxx.i
.PHONY : gdcmTrace.cxx.i

gdcmTrace.s: gdcmTrace.cxx.s
.PHONY : gdcmTrace.s

# target to generate assembly for a file
gdcmTrace.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmTrace.cxx.s
.PHONY : gdcmTrace.cxx.s

gdcmUnpacker12Bits.obj: gdcmUnpacker12Bits.cxx.obj
.PHONY : gdcmUnpacker12Bits.obj

# target to build an object file
gdcmUnpacker12Bits.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmUnpacker12Bits.cxx.obj
.PHONY : gdcmUnpacker12Bits.cxx.obj

gdcmUnpacker12Bits.i: gdcmUnpacker12Bits.cxx.i
.PHONY : gdcmUnpacker12Bits.i

# target to preprocess a source file
gdcmUnpacker12Bits.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmUnpacker12Bits.cxx.i
.PHONY : gdcmUnpacker12Bits.cxx.i

gdcmUnpacker12Bits.s: gdcmUnpacker12Bits.cxx.s
.PHONY : gdcmUnpacker12Bits.s

# target to generate assembly for a file
gdcmUnpacker12Bits.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmUnpacker12Bits.cxx.s
.PHONY : gdcmUnpacker12Bits.cxx.s

gdcmVersion.obj: gdcmVersion.cxx.obj
.PHONY : gdcmVersion.obj

# target to build an object file
gdcmVersion.cxx.obj:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmVersion.cxx.obj
.PHONY : gdcmVersion.cxx.obj

gdcmVersion.i: gdcmVersion.cxx.i
.PHONY : gdcmVersion.i

# target to preprocess a source file
gdcmVersion.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmVersion.cxx.i
.PHONY : gdcmVersion.cxx.i

gdcmVersion.s: gdcmVersion.cxx.s
.PHONY : gdcmVersion.s

# target to generate assembly for a file
gdcmVersion.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.make Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/gdcmCommon.dir/gdcmVersion.cxx.s
.PHONY : gdcmVersion.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 ... gdcmCommon
	@echo ... install/strip
	@echo ... edit_cache
	@echo ... install
	@echo ... rebuild_cache
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... gdcmASN1.obj
	@echo ... gdcmASN1.i
	@echo ... gdcmASN1.s
	@echo ... gdcmBase64.obj
	@echo ... gdcmBase64.i
	@echo ... gdcmBase64.s
	@echo ... gdcmByteSwap.obj
	@echo ... gdcmByteSwap.i
	@echo ... gdcmByteSwap.s
	@echo ... gdcmCommand.obj
	@echo ... gdcmCommand.i
	@echo ... gdcmCommand.s
	@echo ... gdcmCryptographicMessageSyntax.obj
	@echo ... gdcmCryptographicMessageSyntax.i
	@echo ... gdcmCryptographicMessageSyntax.s
	@echo ... gdcmDeflateStream.obj
	@echo ... gdcmDeflateStream.i
	@echo ... gdcmDeflateStream.s
	@echo ... gdcmDirectory.obj
	@echo ... gdcmDirectory.i
	@echo ... gdcmDirectory.s
	@echo ... gdcmDummyValueGenerator.obj
	@echo ... gdcmDummyValueGenerator.i
	@echo ... gdcmDummyValueGenerator.s
	@echo ... gdcmEvent.obj
	@echo ... gdcmEvent.i
	@echo ... gdcmEvent.s
	@echo ... gdcmException.obj
	@echo ... gdcmException.i
	@echo ... gdcmException.s
	@echo ... gdcmFilename.obj
	@echo ... gdcmFilename.i
	@echo ... gdcmFilename.s
	@echo ... gdcmFilenameGenerator.obj
	@echo ... gdcmFilenameGenerator.i
	@echo ... gdcmFilenameGenerator.s
	@echo ... gdcmMD5.obj
	@echo ... gdcmMD5.i
	@echo ... gdcmMD5.s
	@echo ... gdcmObject.obj
	@echo ... gdcmObject.i
	@echo ... gdcmObject.s
	@echo ... gdcmProgressEvent.obj
	@echo ... gdcmProgressEvent.i
	@echo ... gdcmProgressEvent.s
	@echo ... gdcmSHA1.obj
	@echo ... gdcmSHA1.i
	@echo ... gdcmSHA1.s
	@echo ... gdcmString.obj
	@echo ... gdcmString.i
	@echo ... gdcmString.s
	@echo ... gdcmSubject.obj
	@echo ... gdcmSubject.i
	@echo ... gdcmSubject.s
	@echo ... gdcmSwapCode.obj
	@echo ... gdcmSwapCode.i
	@echo ... gdcmSwapCode.s
	@echo ... gdcmSystem.obj
	@echo ... gdcmSystem.i
	@echo ... gdcmSystem.s
	@echo ... gdcmTerminal.obj
	@echo ... gdcmTerminal.i
	@echo ... gdcmTerminal.s
	@echo ... gdcmTrace.obj
	@echo ... gdcmTrace.i
	@echo ... gdcmTrace.s
	@echo ... gdcmUnpacker12Bits.obj
	@echo ... gdcmUnpacker12Bits.i
	@echo ... gdcmUnpacker12Bits.s
	@echo ... gdcmVersion.obj
	@echo ... gdcmVersion.i
	@echo ... gdcmVersion.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

