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

# 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 = /home/max/.local/lib/python2.7/site-packages/cmake/data/bin/cmake

# The command to remove a file.
RM = /home/max/.local/lib/python2.7/site-packages/cmake/data/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/max/Schreibtisch/PyIGA

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/max/Schreibtisch/PyIGA

#=============================================================================
# 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..."
	/home/max/.local/lib/python2.7/site-packages/cmake/data/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..."
	/home/max/.local/lib/python2.7/site-packages/cmake/data/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..."
	/home/max/.local/lib/python2.7/site-packages/cmake/data/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..."
	/home/max/.local/lib/python2.7/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/home/max/.local/lib/python2.7/site-packages/cmake/data/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..."
	/home/max/.local/lib/python2.7/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
.PHONY : install/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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/home/max/.local/lib/python2.7/site-packages/cmake/data/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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/home/max/.local/lib/python2.7/site-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

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

.PHONY : edit_cache/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/max/Schreibtisch/PyIGA/CMakeFiles /home/max/Schreibtisch/PyIGA/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/max/Schreibtisch/PyIGA/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 zlib

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

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

#=============================================================================
# Target rules for targets named zlibstatic

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

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

#=============================================================================
# Target rules for targets named example

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

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

#=============================================================================
# Target rules for targets named minigzip

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

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

#=============================================================================
# Target rules for targets named example64

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

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

#=============================================================================
# Target rules for targets named minigzip64

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

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

#=============================================================================
# Target rules for targets named gidpost

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

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

#=============================================================================
# Target rules for targets named Kratos

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

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

#=============================================================================
# Target rules for targets named KratosCore

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

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

#=============================================================================
# Target rules for targets named KratosIsogeometricApplication

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

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

#=============================================================================
# Target rules for targets named iga_tetgen150

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

# fast build rule for target.
iga_tetgen150/fast:
	$(MAKE) -f applications/isogeometric_application/custom_external_libraries/tetgen1.5.0/CMakeFiles/iga_tetgen150.dir/build.make applications/isogeometric_application/custom_external_libraries/tetgen1.5.0/CMakeFiles/iga_tetgen150.dir/build
.PHONY : iga_tetgen150/fast

#=============================================================================
# Target rules for targets named test_CreateRectangularControlPointGrid

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

# fast build rule for target.
test_CreateRectangularControlPointGrid/fast:
	$(MAKE) -f applications/isogeometric_application/tests/CMakeFiles/test_CreateRectangularControlPointGrid.dir/build.make applications/isogeometric_application/tests/CMakeFiles/test_CreateRectangularControlPointGrid.dir/build
.PHONY : test_CreateRectangularControlPointGrid/fast

#=============================================================================
# Target rules for targets named test_knot_array_1d

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

# fast build rule for target.
test_knot_array_1d/fast:
	$(MAKE) -f applications/isogeometric_application/tests/CMakeFiles/test_knot_array_1d.dir/build.make applications/isogeometric_application/tests/CMakeFiles/test_knot_array_1d.dir/build
.PHONY : test_knot_array_1d/fast

#=============================================================================
# Target rules for targets named test_tsplines_1

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

# fast build rule for target.
test_tsplines_1/fast:
	$(MAKE) -f applications/isogeometric_application/tests/CMakeFiles/test_tsplines_1.dir/build.make applications/isogeometric_application/tests/CMakeFiles/test_tsplines_1.dir/build
.PHONY : test_tsplines_1/fast

#=============================================================================
# Target rules for targets named test_bezier_extraction_2d

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

# fast build rule for target.
test_bezier_extraction_2d/fast:
	$(MAKE) -f applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_2d.dir/build.make applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_2d.dir/build
.PHONY : test_bezier_extraction_2d/fast

#=============================================================================
# Target rules for targets named test_bezier_extraction_1d

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

# fast build rule for target.
test_bezier_extraction_1d/fast:
	$(MAKE) -f applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_1d.dir/build.make applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_1d.dir/build
.PHONY : test_bezier_extraction_1d/fast

#=============================================================================
# Target rules for targets named test_bezier_extraction_1d_test_2

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

# fast build rule for target.
test_bezier_extraction_1d_test_2/fast:
	$(MAKE) -f applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_1d_test_2.dir/build.make applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_1d_test_2.dir/build
.PHONY : test_bezier_extraction_1d_test_2/fast

#=============================================================================
# Target rules for targets named test_bezier_extraction_2d_test_2

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

# fast build rule for target.
test_bezier_extraction_2d_test_2/fast:
	$(MAKE) -f applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_2d_test_2.dir/build.make applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_2d_test_2.dir/build
.PHONY : test_bezier_extraction_2d_test_2/fast

#=============================================================================
# Target rules for targets named test_knot_array_1d_test_2

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

# fast build rule for target.
test_knot_array_1d_test_2/fast:
	$(MAKE) -f applications/isogeometric_application/tests/CMakeFiles/test_knot_array_1d_test_2.dir/build.make applications/isogeometric_application/tests/CMakeFiles/test_knot_array_1d_test_2.dir/build
.PHONY : test_knot_array_1d_test_2/fast

#=============================================================================
# Target rules for targets named test_bezier_extraction_local_1d

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

# fast build rule for target.
test_bezier_extraction_local_1d/fast:
	$(MAKE) -f applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_local_1d.dir/build.make applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_local_1d.dir/build
.PHONY : test_bezier_extraction_local_1d/fast

#=============================================================================
# Target rules for targets named test_findspan_local_knots

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

# fast build rule for target.
test_findspan_local_knots/fast:
	$(MAKE) -f applications/isogeometric_application/tests/CMakeFiles/test_findspan_local_knots.dir/build.make applications/isogeometric_application/tests/CMakeFiles/test_findspan_local_knots.dir/build
.PHONY : test_findspan_local_knots/fast

#=============================================================================
# Target rules for targets named test_bezier_extraction_3d

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

# fast build rule for target.
test_bezier_extraction_3d/fast:
	$(MAKE) -f applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_3d.dir/build.make applications/isogeometric_application/tests/CMakeFiles/test_bezier_extraction_3d.dir/build
.PHONY : test_bezier_extraction_3d/fast

# 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 "... install"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... edit_cache"
	@echo "... zlib"
	@echo "... zlibstatic"
	@echo "... example"
	@echo "... minigzip"
	@echo "... example64"
	@echo "... minigzip64"
	@echo "... gidpost"
	@echo "... Kratos"
	@echo "... KratosCore"
	@echo "... KratosIsogeometricApplication"
	@echo "... iga_tetgen150"
	@echo "... test_CreateRectangularControlPointGrid"
	@echo "... test_knot_array_1d"
	@echo "... test_tsplines_1"
	@echo "... test_bezier_extraction_2d"
	@echo "... test_bezier_extraction_1d"
	@echo "... test_bezier_extraction_1d_test_2"
	@echo "... test_bezier_extraction_2d_test_2"
	@echo "... test_knot_array_1d_test_2"
	@echo "... test_bezier_extraction_local_1d"
	@echo "... test_findspan_local_knots"
	@echo "... test_bezier_extraction_3d"
.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

