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

# 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:


#=============================================================================
# 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.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/afalsafi/program-files/munew2/muSpectre

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/afalsafi/program-files/munew2/muSpectre

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

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

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

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

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

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

.PHONY : test/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: \"Unspecified\""
.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 install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -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..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/afalsafi/program-files/munew2/muSpectre/CMakeFiles /home/afalsafi/program-files/munew2/muSpectre/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/afalsafi/program-files/munew2/muSpectre/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named main_test_suite

# Build rule for target.
main_test_suite: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 main_test_suite
.PHONY : main_test_suite

# fast build rule for target.
main_test_suite/fast:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/build
.PHONY : main_test_suite/fast

#=============================================================================
# Target rules for targets named muSpectre

# Build rule for target.
muSpectre: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 muSpectre
.PHONY : muSpectre

# fast build rule for target.
muSpectre/fast:
	$(MAKE) -f src/CMakeFiles/muSpectre.dir/build.make src/CMakeFiles/muSpectre.dir/build
.PHONY : muSpectre/fast

#=============================================================================
# Target rules for targets named pyMuSpectre

# Build rule for target.
pyMuSpectre: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 pyMuSpectre
.PHONY : pyMuSpectre

# fast build rule for target.
pyMuSpectre/fast:
	$(MAKE) -f language_bindings/python/CMakeFiles/pyMuSpectre.dir/build.make language_bindings/python/CMakeFiles/pyMuSpectre.dir/build
.PHONY : pyMuSpectre/fast

#=============================================================================
# Target rules for targets named pyMuSpectreLib

# Build rule for target.
pyMuSpectreLib: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 pyMuSpectreLib
.PHONY : pyMuSpectreLib

# fast build rule for target.
pyMuSpectreLib/fast:
	$(MAKE) -f language_bindings/python/CMakeFiles/pyMuSpectreLib.dir/build.make language_bindings/python/CMakeFiles/pyMuSpectreLib.dir/build
.PHONY : pyMuSpectreLib/fast

tests/main_test_suite.o: tests/main_test_suite.cc.o

.PHONY : tests/main_test_suite.o

# target to build an object file
tests/main_test_suite.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/main_test_suite.cc.o
.PHONY : tests/main_test_suite.cc.o

tests/main_test_suite.i: tests/main_test_suite.cc.i

.PHONY : tests/main_test_suite.i

# target to preprocess a source file
tests/main_test_suite.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/main_test_suite.cc.i
.PHONY : tests/main_test_suite.cc.i

tests/main_test_suite.s: tests/main_test_suite.cc.s

.PHONY : tests/main_test_suite.s

# target to generate assembly for a file
tests/main_test_suite.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/main_test_suite.cc.s
.PHONY : tests/main_test_suite.cc.s

tests/test_base.o: tests/test_base.cc.o

.PHONY : tests/test_base.o

# target to build an object file
tests/test_base.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_base.cc.o
.PHONY : tests/test_base.cc.o

tests/test_base.i: tests/test_base.cc.i

.PHONY : tests/test_base.i

# target to preprocess a source file
tests/test_base.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_base.cc.i
.PHONY : tests/test_base.cc.i

tests/test_base.s: tests/test_base.cc.s

.PHONY : tests/test_base.s

# target to generate assembly for a file
tests/test_base.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_base.cc.s
.PHONY : tests/test_base.cc.s

tests/test_ccoord_operations.o: tests/test_ccoord_operations.cc.o

.PHONY : tests/test_ccoord_operations.o

# target to build an object file
tests/test_ccoord_operations.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_ccoord_operations.cc.o
.PHONY : tests/test_ccoord_operations.cc.o

tests/test_ccoord_operations.i: tests/test_ccoord_operations.cc.i

.PHONY : tests/test_ccoord_operations.i

# target to preprocess a source file
tests/test_ccoord_operations.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_ccoord_operations.cc.i
.PHONY : tests/test_ccoord_operations.cc.i

tests/test_ccoord_operations.s: tests/test_ccoord_operations.cc.s

.PHONY : tests/test_ccoord_operations.s

# target to generate assembly for a file
tests/test_ccoord_operations.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_ccoord_operations.cc.s
.PHONY : tests/test_ccoord_operations.cc.s

tests/test_cell_base.o: tests/test_cell_base.cc.o

.PHONY : tests/test_cell_base.o

# target to build an object file
tests/test_cell_base.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_cell_base.cc.o
.PHONY : tests/test_cell_base.cc.o

tests/test_cell_base.i: tests/test_cell_base.cc.i

.PHONY : tests/test_cell_base.i

# target to preprocess a source file
tests/test_cell_base.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_cell_base.cc.i
.PHONY : tests/test_cell_base.cc.i

tests/test_cell_base.s: tests/test_cell_base.cc.s

.PHONY : tests/test_cell_base.s

# target to generate assembly for a file
tests/test_cell_base.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_cell_base.cc.s
.PHONY : tests/test_cell_base.cc.s

tests/test_eigen_tools.o: tests/test_eigen_tools.cc.o

.PHONY : tests/test_eigen_tools.o

# target to build an object file
tests/test_eigen_tools.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_eigen_tools.cc.o
.PHONY : tests/test_eigen_tools.cc.o

tests/test_eigen_tools.i: tests/test_eigen_tools.cc.i

.PHONY : tests/test_eigen_tools.i

# target to preprocess a source file
tests/test_eigen_tools.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_eigen_tools.cc.i
.PHONY : tests/test_eigen_tools.cc.i

tests/test_eigen_tools.s: tests/test_eigen_tools.cc.s

.PHONY : tests/test_eigen_tools.s

# target to generate assembly for a file
tests/test_eigen_tools.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_eigen_tools.cc.s
.PHONY : tests/test_eigen_tools.cc.s

tests/test_fft_utils.o: tests/test_fft_utils.cc.o

.PHONY : tests/test_fft_utils.o

# target to build an object file
tests/test_fft_utils.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_fft_utils.cc.o
.PHONY : tests/test_fft_utils.cc.o

tests/test_fft_utils.i: tests/test_fft_utils.cc.i

.PHONY : tests/test_fft_utils.i

# target to preprocess a source file
tests/test_fft_utils.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_fft_utils.cc.i
.PHONY : tests/test_fft_utils.cc.i

tests/test_fft_utils.s: tests/test_fft_utils.cc.s

.PHONY : tests/test_fft_utils.s

# target to generate assembly for a file
tests/test_fft_utils.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_fft_utils.cc.s
.PHONY : tests/test_fft_utils.cc.s

tests/test_fftw_engine.o: tests/test_fftw_engine.cc.o

.PHONY : tests/test_fftw_engine.o

# target to build an object file
tests/test_fftw_engine.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_fftw_engine.cc.o
.PHONY : tests/test_fftw_engine.cc.o

tests/test_fftw_engine.i: tests/test_fftw_engine.cc.i

.PHONY : tests/test_fftw_engine.i

# target to preprocess a source file
tests/test_fftw_engine.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_fftw_engine.cc.i
.PHONY : tests/test_fftw_engine.cc.i

tests/test_fftw_engine.s: tests/test_fftw_engine.cc.s

.PHONY : tests/test_fftw_engine.s

# target to generate assembly for a file
tests/test_fftw_engine.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_fftw_engine.cc.s
.PHONY : tests/test_fftw_engine.cc.s

tests/test_field_collections_1.o: tests/test_field_collections_1.cc.o

.PHONY : tests/test_field_collections_1.o

# target to build an object file
tests/test_field_collections_1.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_field_collections_1.cc.o
.PHONY : tests/test_field_collections_1.cc.o

tests/test_field_collections_1.i: tests/test_field_collections_1.cc.i

.PHONY : tests/test_field_collections_1.i

# target to preprocess a source file
tests/test_field_collections_1.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_field_collections_1.cc.i
.PHONY : tests/test_field_collections_1.cc.i

tests/test_field_collections_1.s: tests/test_field_collections_1.cc.s

.PHONY : tests/test_field_collections_1.s

# target to generate assembly for a file
tests/test_field_collections_1.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_field_collections_1.cc.s
.PHONY : tests/test_field_collections_1.cc.s

tests/test_field_collections_2.o: tests/test_field_collections_2.cc.o

.PHONY : tests/test_field_collections_2.o

# target to build an object file
tests/test_field_collections_2.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_field_collections_2.cc.o
.PHONY : tests/test_field_collections_2.cc.o

tests/test_field_collections_2.i: tests/test_field_collections_2.cc.i

.PHONY : tests/test_field_collections_2.i

# target to preprocess a source file
tests/test_field_collections_2.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_field_collections_2.cc.i
.PHONY : tests/test_field_collections_2.cc.i

tests/test_field_collections_2.s: tests/test_field_collections_2.cc.s

.PHONY : tests/test_field_collections_2.s

# target to generate assembly for a file
tests/test_field_collections_2.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_field_collections_2.cc.s
.PHONY : tests/test_field_collections_2.cc.s

tests/test_field_collections_3.o: tests/test_field_collections_3.cc.o

.PHONY : tests/test_field_collections_3.o

# target to build an object file
tests/test_field_collections_3.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_field_collections_3.cc.o
.PHONY : tests/test_field_collections_3.cc.o

tests/test_field_collections_3.i: tests/test_field_collections_3.cc.i

.PHONY : tests/test_field_collections_3.i

# target to preprocess a source file
tests/test_field_collections_3.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_field_collections_3.cc.i
.PHONY : tests/test_field_collections_3.cc.i

tests/test_field_collections_3.s: tests/test_field_collections_3.cc.s

.PHONY : tests/test_field_collections_3.s

# target to generate assembly for a file
tests/test_field_collections_3.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_field_collections_3.cc.s
.PHONY : tests/test_field_collections_3.cc.s

tests/test_fields.o: tests/test_fields.cc.o

.PHONY : tests/test_fields.o

# target to build an object file
tests/test_fields.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_fields.cc.o
.PHONY : tests/test_fields.cc.o

tests/test_fields.i: tests/test_fields.cc.i

.PHONY : tests/test_fields.i

# target to preprocess a source file
tests/test_fields.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_fields.cc.i
.PHONY : tests/test_fields.cc.i

tests/test_fields.s: tests/test_fields.cc.s

.PHONY : tests/test_fields.s

# target to generate assembly for a file
tests/test_fields.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_fields.cc.s
.PHONY : tests/test_fields.cc.s

tests/test_material_hyper_elasto_plastic1.o: tests/test_material_hyper_elasto_plastic1.cc.o

.PHONY : tests/test_material_hyper_elasto_plastic1.o

# target to build an object file
tests/test_material_hyper_elasto_plastic1.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_hyper_elasto_plastic1.cc.o
.PHONY : tests/test_material_hyper_elasto_plastic1.cc.o

tests/test_material_hyper_elasto_plastic1.i: tests/test_material_hyper_elasto_plastic1.cc.i

.PHONY : tests/test_material_hyper_elasto_plastic1.i

# target to preprocess a source file
tests/test_material_hyper_elasto_plastic1.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_hyper_elasto_plastic1.cc.i
.PHONY : tests/test_material_hyper_elasto_plastic1.cc.i

tests/test_material_hyper_elasto_plastic1.s: tests/test_material_hyper_elasto_plastic1.cc.s

.PHONY : tests/test_material_hyper_elasto_plastic1.s

# target to generate assembly for a file
tests/test_material_hyper_elasto_plastic1.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_hyper_elasto_plastic1.cc.s
.PHONY : tests/test_material_hyper_elasto_plastic1.cc.s

tests/test_material_linear_elastic1.o: tests/test_material_linear_elastic1.cc.o

.PHONY : tests/test_material_linear_elastic1.o

# target to build an object file
tests/test_material_linear_elastic1.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic1.cc.o
.PHONY : tests/test_material_linear_elastic1.cc.o

tests/test_material_linear_elastic1.i: tests/test_material_linear_elastic1.cc.i

.PHONY : tests/test_material_linear_elastic1.i

# target to preprocess a source file
tests/test_material_linear_elastic1.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic1.cc.i
.PHONY : tests/test_material_linear_elastic1.cc.i

tests/test_material_linear_elastic1.s: tests/test_material_linear_elastic1.cc.s

.PHONY : tests/test_material_linear_elastic1.s

# target to generate assembly for a file
tests/test_material_linear_elastic1.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic1.cc.s
.PHONY : tests/test_material_linear_elastic1.cc.s

tests/test_material_linear_elastic2.o: tests/test_material_linear_elastic2.cc.o

.PHONY : tests/test_material_linear_elastic2.o

# target to build an object file
tests/test_material_linear_elastic2.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic2.cc.o
.PHONY : tests/test_material_linear_elastic2.cc.o

tests/test_material_linear_elastic2.i: tests/test_material_linear_elastic2.cc.i

.PHONY : tests/test_material_linear_elastic2.i

# target to preprocess a source file
tests/test_material_linear_elastic2.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic2.cc.i
.PHONY : tests/test_material_linear_elastic2.cc.i

tests/test_material_linear_elastic2.s: tests/test_material_linear_elastic2.cc.s

.PHONY : tests/test_material_linear_elastic2.s

# target to generate assembly for a file
tests/test_material_linear_elastic2.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic2.cc.s
.PHONY : tests/test_material_linear_elastic2.cc.s

tests/test_material_linear_elastic3.o: tests/test_material_linear_elastic3.cc.o

.PHONY : tests/test_material_linear_elastic3.o

# target to build an object file
tests/test_material_linear_elastic3.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic3.cc.o
.PHONY : tests/test_material_linear_elastic3.cc.o

tests/test_material_linear_elastic3.i: tests/test_material_linear_elastic3.cc.i

.PHONY : tests/test_material_linear_elastic3.i

# target to preprocess a source file
tests/test_material_linear_elastic3.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic3.cc.i
.PHONY : tests/test_material_linear_elastic3.cc.i

tests/test_material_linear_elastic3.s: tests/test_material_linear_elastic3.cc.s

.PHONY : tests/test_material_linear_elastic3.s

# target to generate assembly for a file
tests/test_material_linear_elastic3.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic3.cc.s
.PHONY : tests/test_material_linear_elastic3.cc.s

tests/test_material_linear_elastic4.o: tests/test_material_linear_elastic4.cc.o

.PHONY : tests/test_material_linear_elastic4.o

# target to build an object file
tests/test_material_linear_elastic4.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic4.cc.o
.PHONY : tests/test_material_linear_elastic4.cc.o

tests/test_material_linear_elastic4.i: tests/test_material_linear_elastic4.cc.i

.PHONY : tests/test_material_linear_elastic4.i

# target to preprocess a source file
tests/test_material_linear_elastic4.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic4.cc.i
.PHONY : tests/test_material_linear_elastic4.cc.i

tests/test_material_linear_elastic4.s: tests/test_material_linear_elastic4.cc.s

.PHONY : tests/test_material_linear_elastic4.s

# target to generate assembly for a file
tests/test_material_linear_elastic4.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_material_linear_elastic4.cc.s
.PHONY : tests/test_material_linear_elastic4.cc.s

tests/test_materials_toolbox.o: tests/test_materials_toolbox.cc.o

.PHONY : tests/test_materials_toolbox.o

# target to build an object file
tests/test_materials_toolbox.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_materials_toolbox.cc.o
.PHONY : tests/test_materials_toolbox.cc.o

tests/test_materials_toolbox.i: tests/test_materials_toolbox.cc.i

.PHONY : tests/test_materials_toolbox.i

# target to preprocess a source file
tests/test_materials_toolbox.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_materials_toolbox.cc.i
.PHONY : tests/test_materials_toolbox.cc.i

tests/test_materials_toolbox.s: tests/test_materials_toolbox.cc.s

.PHONY : tests/test_materials_toolbox.s

# target to generate assembly for a file
tests/test_materials_toolbox.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_materials_toolbox.cc.s
.PHONY : tests/test_materials_toolbox.cc.s

tests/test_patch_split_octree_cell_newton_cg_solver.o: tests/test_patch_split_octree_cell_newton_cg_solver.cc.o

.PHONY : tests/test_patch_split_octree_cell_newton_cg_solver.o

# target to build an object file
tests/test_patch_split_octree_cell_newton_cg_solver.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_patch_split_octree_cell_newton_cg_solver.cc.o
.PHONY : tests/test_patch_split_octree_cell_newton_cg_solver.cc.o

tests/test_patch_split_octree_cell_newton_cg_solver.i: tests/test_patch_split_octree_cell_newton_cg_solver.cc.i

.PHONY : tests/test_patch_split_octree_cell_newton_cg_solver.i

# target to preprocess a source file
tests/test_patch_split_octree_cell_newton_cg_solver.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_patch_split_octree_cell_newton_cg_solver.cc.i
.PHONY : tests/test_patch_split_octree_cell_newton_cg_solver.cc.i

tests/test_patch_split_octree_cell_newton_cg_solver.s: tests/test_patch_split_octree_cell_newton_cg_solver.cc.s

.PHONY : tests/test_patch_split_octree_cell_newton_cg_solver.s

# target to generate assembly for a file
tests/test_patch_split_octree_cell_newton_cg_solver.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_patch_split_octree_cell_newton_cg_solver.cc.s
.PHONY : tests/test_patch_split_octree_cell_newton_cg_solver.cc.s

tests/test_projection_finite.o: tests/test_projection_finite.cc.o

.PHONY : tests/test_projection_finite.o

# target to build an object file
tests/test_projection_finite.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_projection_finite.cc.o
.PHONY : tests/test_projection_finite.cc.o

tests/test_projection_finite.i: tests/test_projection_finite.cc.i

.PHONY : tests/test_projection_finite.i

# target to preprocess a source file
tests/test_projection_finite.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_projection_finite.cc.i
.PHONY : tests/test_projection_finite.cc.i

tests/test_projection_finite.s: tests/test_projection_finite.cc.s

.PHONY : tests/test_projection_finite.s

# target to generate assembly for a file
tests/test_projection_finite.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_projection_finite.cc.s
.PHONY : tests/test_projection_finite.cc.s

tests/test_projection_small.o: tests/test_projection_small.cc.o

.PHONY : tests/test_projection_small.o

# target to build an object file
tests/test_projection_small.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_projection_small.cc.o
.PHONY : tests/test_projection_small.cc.o

tests/test_projection_small.i: tests/test_projection_small.cc.i

.PHONY : tests/test_projection_small.i

# target to preprocess a source file
tests/test_projection_small.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_projection_small.cc.i
.PHONY : tests/test_projection_small.cc.i

tests/test_projection_small.s: tests/test_projection_small.cc.s

.PHONY : tests/test_projection_small.s

# target to generate assembly for a file
tests/test_projection_small.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_projection_small.cc.s
.PHONY : tests/test_projection_small.cc.s

tests/test_raw_field_map.o: tests/test_raw_field_map.cc.o

.PHONY : tests/test_raw_field_map.o

# target to build an object file
tests/test_raw_field_map.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_raw_field_map.cc.o
.PHONY : tests/test_raw_field_map.cc.o

tests/test_raw_field_map.i: tests/test_raw_field_map.cc.i

.PHONY : tests/test_raw_field_map.i

# target to preprocess a source file
tests/test_raw_field_map.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_raw_field_map.cc.i
.PHONY : tests/test_raw_field_map.cc.i

tests/test_raw_field_map.s: tests/test_raw_field_map.cc.s

.PHONY : tests/test_raw_field_map.s

# target to generate assembly for a file
tests/test_raw_field_map.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_raw_field_map.cc.s
.PHONY : tests/test_raw_field_map.cc.s

tests/test_solver_newton_cg.o: tests/test_solver_newton_cg.cc.o

.PHONY : tests/test_solver_newton_cg.o

# target to build an object file
tests/test_solver_newton_cg.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_solver_newton_cg.cc.o
.PHONY : tests/test_solver_newton_cg.cc.o

tests/test_solver_newton_cg.i: tests/test_solver_newton_cg.cc.i

.PHONY : tests/test_solver_newton_cg.i

# target to preprocess a source file
tests/test_solver_newton_cg.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_solver_newton_cg.cc.i
.PHONY : tests/test_solver_newton_cg.cc.i

tests/test_solver_newton_cg.s: tests/test_solver_newton_cg.cc.s

.PHONY : tests/test_solver_newton_cg.s

# target to generate assembly for a file
tests/test_solver_newton_cg.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_solver_newton_cg.cc.s
.PHONY : tests/test_solver_newton_cg.cc.s

tests/test_statefields.o: tests/test_statefields.cc.o

.PHONY : tests/test_statefields.o

# target to build an object file
tests/test_statefields.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_statefields.cc.o
.PHONY : tests/test_statefields.cc.o

tests/test_statefields.i: tests/test_statefields.cc.i

.PHONY : tests/test_statefields.i

# target to preprocess a source file
tests/test_statefields.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_statefields.cc.i
.PHONY : tests/test_statefields.cc.i

tests/test_statefields.s: tests/test_statefields.cc.s

.PHONY : tests/test_statefields.s

# target to generate assembly for a file
tests/test_statefields.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_statefields.cc.s
.PHONY : tests/test_statefields.cc.s

tests/test_t4_map.o: tests/test_t4_map.cc.o

.PHONY : tests/test_t4_map.o

# target to build an object file
tests/test_t4_map.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_t4_map.cc.o
.PHONY : tests/test_t4_map.cc.o

tests/test_t4_map.i: tests/test_t4_map.cc.i

.PHONY : tests/test_t4_map.i

# target to preprocess a source file
tests/test_t4_map.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_t4_map.cc.i
.PHONY : tests/test_t4_map.cc.i

tests/test_t4_map.s: tests/test_t4_map.cc.s

.PHONY : tests/test_t4_map.s

# target to generate assembly for a file
tests/test_t4_map.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_t4_map.cc.s
.PHONY : tests/test_t4_map.cc.s

tests/test_tensor_algebra.o: tests/test_tensor_algebra.cc.o

.PHONY : tests/test_tensor_algebra.o

# target to build an object file
tests/test_tensor_algebra.cc.o:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_tensor_algebra.cc.o
.PHONY : tests/test_tensor_algebra.cc.o

tests/test_tensor_algebra.i: tests/test_tensor_algebra.cc.i

.PHONY : tests/test_tensor_algebra.i

# target to preprocess a source file
tests/test_tensor_algebra.cc.i:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_tensor_algebra.cc.i
.PHONY : tests/test_tensor_algebra.cc.i

tests/test_tensor_algebra.s: tests/test_tensor_algebra.cc.s

.PHONY : tests/test_tensor_algebra.s

# target to generate assembly for a file
tests/test_tensor_algebra.cc.s:
	$(MAKE) -f CMakeFiles/main_test_suite.dir/build.make CMakeFiles/main_test_suite.dir/tests/test_tensor_algebra.cc.s
.PHONY : tests/test_tensor_algebra.cc.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/strip"
	@echo "... install/local"
	@echo "... test"
	@echo "... list_install_components"
	@echo "... main_test_suite"
	@echo "... install"
	@echo "... edit_cache"
	@echo "... rebuild_cache"
	@echo "... muSpectre"
	@echo "... pyMuSpectre"
	@echo "... pyMuSpectreLib"
	@echo "... tests/main_test_suite.o"
	@echo "... tests/main_test_suite.i"
	@echo "... tests/main_test_suite.s"
	@echo "... tests/test_base.o"
	@echo "... tests/test_base.i"
	@echo "... tests/test_base.s"
	@echo "... tests/test_ccoord_operations.o"
	@echo "... tests/test_ccoord_operations.i"
	@echo "... tests/test_ccoord_operations.s"
	@echo "... tests/test_cell_base.o"
	@echo "... tests/test_cell_base.i"
	@echo "... tests/test_cell_base.s"
	@echo "... tests/test_eigen_tools.o"
	@echo "... tests/test_eigen_tools.i"
	@echo "... tests/test_eigen_tools.s"
	@echo "... tests/test_fft_utils.o"
	@echo "... tests/test_fft_utils.i"
	@echo "... tests/test_fft_utils.s"
	@echo "... tests/test_fftw_engine.o"
	@echo "... tests/test_fftw_engine.i"
	@echo "... tests/test_fftw_engine.s"
	@echo "... tests/test_field_collections_1.o"
	@echo "... tests/test_field_collections_1.i"
	@echo "... tests/test_field_collections_1.s"
	@echo "... tests/test_field_collections_2.o"
	@echo "... tests/test_field_collections_2.i"
	@echo "... tests/test_field_collections_2.s"
	@echo "... tests/test_field_collections_3.o"
	@echo "... tests/test_field_collections_3.i"
	@echo "... tests/test_field_collections_3.s"
	@echo "... tests/test_fields.o"
	@echo "... tests/test_fields.i"
	@echo "... tests/test_fields.s"
	@echo "... tests/test_material_hyper_elasto_plastic1.o"
	@echo "... tests/test_material_hyper_elasto_plastic1.i"
	@echo "... tests/test_material_hyper_elasto_plastic1.s"
	@echo "... tests/test_material_linear_elastic1.o"
	@echo "... tests/test_material_linear_elastic1.i"
	@echo "... tests/test_material_linear_elastic1.s"
	@echo "... tests/test_material_linear_elastic2.o"
	@echo "... tests/test_material_linear_elastic2.i"
	@echo "... tests/test_material_linear_elastic2.s"
	@echo "... tests/test_material_linear_elastic3.o"
	@echo "... tests/test_material_linear_elastic3.i"
	@echo "... tests/test_material_linear_elastic3.s"
	@echo "... tests/test_material_linear_elastic4.o"
	@echo "... tests/test_material_linear_elastic4.i"
	@echo "... tests/test_material_linear_elastic4.s"
	@echo "... tests/test_materials_toolbox.o"
	@echo "... tests/test_materials_toolbox.i"
	@echo "... tests/test_materials_toolbox.s"
	@echo "... tests/test_patch_split_octree_cell_newton_cg_solver.o"
	@echo "... tests/test_patch_split_octree_cell_newton_cg_solver.i"
	@echo "... tests/test_patch_split_octree_cell_newton_cg_solver.s"
	@echo "... tests/test_projection_finite.o"
	@echo "... tests/test_projection_finite.i"
	@echo "... tests/test_projection_finite.s"
	@echo "... tests/test_projection_small.o"
	@echo "... tests/test_projection_small.i"
	@echo "... tests/test_projection_small.s"
	@echo "... tests/test_raw_field_map.o"
	@echo "... tests/test_raw_field_map.i"
	@echo "... tests/test_raw_field_map.s"
	@echo "... tests/test_solver_newton_cg.o"
	@echo "... tests/test_solver_newton_cg.i"
	@echo "... tests/test_solver_newton_cg.s"
	@echo "... tests/test_statefields.o"
	@echo "... tests/test_statefields.i"
	@echo "... tests/test_statefields.s"
	@echo "... tests/test_t4_map.o"
	@echo "... tests/test_t4_map.i"
	@echo "... tests/test_t4_map.s"
	@echo "... tests/test_tensor_algebra.o"
	@echo "... tests/test_tensor_algebra.i"
	@echo "... tests/test_tensor_algebra.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:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system