# 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\Numerics\NeuralNetworks\test\CMakeFiles\progress.marks
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Numerics/NeuralNetworks/test/all
	$(CMAKE_COMMAND) -E cmake_progress_start C:\ITK4.7.1.bin\CMakeFiles 0
.PHONY : all

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

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

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

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

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

# Convenience name for target.
Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/rule:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f CMakeFiles\Makefile2 Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/rule
.PHONY : Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/rule

# Convenience name for target.
ITKNeuralNetworksTestDriver: Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/rule
.PHONY : ITKNeuralNetworksTestDriver

# fast build rule for target.
ITKNeuralNetworksTestDriver/fast:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/build
.PHONY : ITKNeuralNetworksTestDriver/fast

ITKNeuralNetworksTestDriver.obj: ITKNeuralNetworksTestDriver.cxx.obj
.PHONY : ITKNeuralNetworksTestDriver.obj

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

ITKNeuralNetworksTestDriver.i: ITKNeuralNetworksTestDriver.cxx.i
.PHONY : ITKNeuralNetworksTestDriver.i

# target to preprocess a source file
ITKNeuralNetworksTestDriver.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/ITKNeuralNetworksTestDriver.cxx.i
.PHONY : ITKNeuralNetworksTestDriver.cxx.i

ITKNeuralNetworksTestDriver.s: ITKNeuralNetworksTestDriver.cxx.s
.PHONY : ITKNeuralNetworksTestDriver.s

# target to generate assembly for a file
ITKNeuralNetworksTestDriver.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/ITKNeuralNetworksTestDriver.cxx.s
.PHONY : ITKNeuralNetworksTestDriver.cxx.s

NNetClassifierTest1.obj: NNetClassifierTest1.cxx.obj
.PHONY : NNetClassifierTest1.obj

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

NNetClassifierTest1.i: NNetClassifierTest1.cxx.i
.PHONY : NNetClassifierTest1.i

# target to preprocess a source file
NNetClassifierTest1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/NNetClassifierTest1.cxx.i
.PHONY : NNetClassifierTest1.cxx.i

NNetClassifierTest1.s: NNetClassifierTest1.cxx.s
.PHONY : NNetClassifierTest1.s

# target to generate assembly for a file
NNetClassifierTest1.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/NNetClassifierTest1.cxx.s
.PHONY : NNetClassifierTest1.cxx.s

NNetClassifierTest2.obj: NNetClassifierTest2.cxx.obj
.PHONY : NNetClassifierTest2.obj

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

NNetClassifierTest2.i: NNetClassifierTest2.cxx.i
.PHONY : NNetClassifierTest2.i

# target to preprocess a source file
NNetClassifierTest2.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/NNetClassifierTest2.cxx.i
.PHONY : NNetClassifierTest2.cxx.i

NNetClassifierTest2.s: NNetClassifierTest2.cxx.s
.PHONY : NNetClassifierTest2.s

# target to generate assembly for a file
NNetClassifierTest2.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/NNetClassifierTest2.cxx.s
.PHONY : NNetClassifierTest2.cxx.s

NNetClassifierTest3.obj: NNetClassifierTest3.cxx.obj
.PHONY : NNetClassifierTest3.obj

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

NNetClassifierTest3.i: NNetClassifierTest3.cxx.i
.PHONY : NNetClassifierTest3.i

# target to preprocess a source file
NNetClassifierTest3.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/NNetClassifierTest3.cxx.i
.PHONY : NNetClassifierTest3.cxx.i

NNetClassifierTest3.s: NNetClassifierTest3.cxx.s
.PHONY : NNetClassifierTest3.s

# target to generate assembly for a file
NNetClassifierTest3.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/NNetClassifierTest3.cxx.s
.PHONY : NNetClassifierTest3.cxx.s

NNetClassifierTest4.obj: NNetClassifierTest4.cxx.obj
.PHONY : NNetClassifierTest4.obj

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

NNetClassifierTest4.i: NNetClassifierTest4.cxx.i
.PHONY : NNetClassifierTest4.i

# target to preprocess a source file
NNetClassifierTest4.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/NNetClassifierTest4.cxx.i
.PHONY : NNetClassifierTest4.cxx.i

NNetClassifierTest4.s: NNetClassifierTest4.cxx.s
.PHONY : NNetClassifierTest4.s

# target to generate assembly for a file
NNetClassifierTest4.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/NNetClassifierTest4.cxx.s
.PHONY : NNetClassifierTest4.cxx.s

QPropXORTest1.obj: QPropXORTest1.cxx.obj
.PHONY : QPropXORTest1.obj

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

QPropXORTest1.i: QPropXORTest1.cxx.i
.PHONY : QPropXORTest1.i

# target to preprocess a source file
QPropXORTest1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/QPropXORTest1.cxx.i
.PHONY : QPropXORTest1.cxx.i

QPropXORTest1.s: QPropXORTest1.cxx.s
.PHONY : QPropXORTest1.s

# target to generate assembly for a file
QPropXORTest1.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/QPropXORTest1.cxx.s
.PHONY : QPropXORTest1.cxx.s

RBFTest1.obj: RBFTest1.cxx.obj
.PHONY : RBFTest1.obj

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

RBFTest1.i: RBFTest1.cxx.i
.PHONY : RBFTest1.i

# target to preprocess a source file
RBFTest1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/RBFTest1.cxx.i
.PHONY : RBFTest1.cxx.i

RBFTest1.s: RBFTest1.cxx.s
.PHONY : RBFTest1.s

# target to generate assembly for a file
RBFTest1.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/RBFTest1.cxx.s
.PHONY : RBFTest1.cxx.s

XORTest1.obj: XORTest1.cxx.obj
.PHONY : XORTest1.obj

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

XORTest1.i: XORTest1.cxx.i
.PHONY : XORTest1.i

# target to preprocess a source file
XORTest1.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/XORTest1.cxx.i
.PHONY : XORTest1.cxx.i

XORTest1.s: XORTest1.cxx.s
.PHONY : XORTest1.s

# target to generate assembly for a file
XORTest1.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/XORTest1.cxx.s
.PHONY : XORTest1.cxx.s

XORTest2.obj: XORTest2.cxx.obj
.PHONY : XORTest2.obj

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

XORTest2.i: XORTest2.cxx.i
.PHONY : XORTest2.i

# target to preprocess a source file
XORTest2.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/XORTest2.cxx.i
.PHONY : XORTest2.cxx.i

XORTest2.s: XORTest2.cxx.s
.PHONY : XORTest2.s

# target to generate assembly for a file
XORTest2.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/XORTest2.cxx.s
.PHONY : XORTest2.cxx.s

itkLogSigmoidTransferFunctionTest.obj: itkLogSigmoidTransferFunctionTest.cxx.obj
.PHONY : itkLogSigmoidTransferFunctionTest.obj

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

itkLogSigmoidTransferFunctionTest.i: itkLogSigmoidTransferFunctionTest.cxx.i
.PHONY : itkLogSigmoidTransferFunctionTest.i

# target to preprocess a source file
itkLogSigmoidTransferFunctionTest.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/itkLogSigmoidTransferFunctionTest.cxx.i
.PHONY : itkLogSigmoidTransferFunctionTest.cxx.i

itkLogSigmoidTransferFunctionTest.s: itkLogSigmoidTransferFunctionTest.cxx.s
.PHONY : itkLogSigmoidTransferFunctionTest.s

# target to generate assembly for a file
itkLogSigmoidTransferFunctionTest.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/itkLogSigmoidTransferFunctionTest.cxx.s
.PHONY : itkLogSigmoidTransferFunctionTest.cxx.s

itkSigmoidTransferFunctionTest.obj: itkSigmoidTransferFunctionTest.cxx.obj
.PHONY : itkSigmoidTransferFunctionTest.obj

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

itkSigmoidTransferFunctionTest.i: itkSigmoidTransferFunctionTest.cxx.i
.PHONY : itkSigmoidTransferFunctionTest.i

# target to preprocess a source file
itkSigmoidTransferFunctionTest.cxx.i:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/itkSigmoidTransferFunctionTest.cxx.i
.PHONY : itkSigmoidTransferFunctionTest.cxx.i

itkSigmoidTransferFunctionTest.s: itkSigmoidTransferFunctionTest.cxx.s
.PHONY : itkSigmoidTransferFunctionTest.s

# target to generate assembly for a file
itkSigmoidTransferFunctionTest.cxx.s:
	cd /d C:\ITK4.7.1.bin && $(MAKE) -f Modules\Numerics\NeuralNetworks\test\CMakeFiles\ITKNeuralNetworksTestDriver.dir\build.make Modules/Numerics/NeuralNetworks/test/CMakeFiles/ITKNeuralNetworksTestDriver.dir/itkSigmoidTransferFunctionTest.cxx.s
.PHONY : itkSigmoidTransferFunctionTest.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 ... ITKNeuralNetworksTestDriver
	@echo ... rebuild_cache
	@echo ... package
	@echo ... list_install_components
	@echo ... package_source
	@echo ... test
	@echo ... ITKNeuralNetworksTestDriver.obj
	@echo ... ITKNeuralNetworksTestDriver.i
	@echo ... ITKNeuralNetworksTestDriver.s
	@echo ... NNetClassifierTest1.obj
	@echo ... NNetClassifierTest1.i
	@echo ... NNetClassifierTest1.s
	@echo ... NNetClassifierTest2.obj
	@echo ... NNetClassifierTest2.i
	@echo ... NNetClassifierTest2.s
	@echo ... NNetClassifierTest3.obj
	@echo ... NNetClassifierTest3.i
	@echo ... NNetClassifierTest3.s
	@echo ... NNetClassifierTest4.obj
	@echo ... NNetClassifierTest4.i
	@echo ... NNetClassifierTest4.s
	@echo ... QPropXORTest1.obj
	@echo ... QPropXORTest1.i
	@echo ... QPropXORTest1.s
	@echo ... RBFTest1.obj
	@echo ... RBFTest1.i
	@echo ... RBFTest1.s
	@echo ... XORTest1.obj
	@echo ... XORTest1.i
	@echo ... XORTest1.s
	@echo ... XORTest2.obj
	@echo ... XORTest2.i
	@echo ... XORTest2.s
	@echo ... itkLogSigmoidTransferFunctionTest.obj
	@echo ... itkLogSigmoidTransferFunctionTest.i
	@echo ... itkLogSigmoidTransferFunctionTest.s
	@echo ... itkSigmoidTransferFunctionTest.obj
	@echo ... itkSigmoidTransferFunctionTest.i
	@echo ... itkSigmoidTransferFunctionTest.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

