SciFEM-Project_CoffeeMugSim.../solid-cpp/Makefile
2026-01-27 12:01:03 +01:00

397 lines
27 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# 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:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#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 rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/solid-cpp
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/solid-cpp
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
/usr/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
# 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 --regenerate-during-build -S$(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/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/solid-cpp/CMakeFiles /home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/solid-cpp//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/solid-cpp/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named ownSolver
# Build rule for target.
ownSolver: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ownSolver
.PHONY : ownSolver
# fast build rule for target.
ownSolver/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/build
.PHONY : ownSolver/fast
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.o: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.o
# target to build an object file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.o
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.i: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.i
# target to preprocess a source file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.i
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.s: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.s
# target to generate assembly for a file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.cpp.s
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.o: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.o
# target to build an object file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.o
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.i: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.i
# target to preprocess a source file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.i
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.s: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.s
# target to generate assembly for a file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.cpp.s
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.o: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.o
# target to build an object file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.o
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.i: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.i
# target to preprocess a source file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.i
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.s: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.s
# target to generate assembly for a file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.cpp.s
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.o: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.o
# target to build an object file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.o
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.i: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.i
# target to preprocess a source file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.i
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.s: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.s
# target to generate assembly for a file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.cpp.s
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.o: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.o
# target to build an object file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.o
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.i: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.i
# target to preprocess a source file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.i
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.s: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.s
# target to generate assembly for a file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.cpp.s
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.o: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.o
# target to build an object file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.o
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.i: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.i
# target to preprocess a source file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.i
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.s: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.s
# target to generate assembly for a file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.cpp.s
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.o: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.o
# target to build an object file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.o
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.i: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.i
# target to preprocess a source file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.i
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.s: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.s
# target to generate assembly for a file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.cpp.s
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.o: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.o
# target to build an object file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.o
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.o
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.i: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.i
# target to preprocess a source file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.i
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.i
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.s: home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.s
# target to generate assembly for a file
home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.s
.PHONY : home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.cpp.s
ownSolver.o: ownSolver.cpp.o
.PHONY : ownSolver.o
# target to build an object file
ownSolver.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/ownSolver.cpp.o
.PHONY : ownSolver.cpp.o
ownSolver.i: ownSolver.cpp.i
.PHONY : ownSolver.i
# target to preprocess a source file
ownSolver.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/ownSolver.cpp.i
.PHONY : ownSolver.cpp.i
ownSolver.s: ownSolver.cpp.s
.PHONY : ownSolver.s
# target to generate assembly for a file
ownSolver.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ownSolver.dir/build.make CMakeFiles/ownSolver.dir/ownSolver.cpp.s
.PHONY : ownSolver.cpp.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 "... edit_cache"
@echo "... rebuild_cache"
@echo "... ownSolver"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.o"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.i"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/binaryIO.s"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.o"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.i"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/cuthill_mckee_ordering.s"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.o"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.i"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/elements.s"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.o"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.i"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/geom.s"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.o"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.i"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/getmatrix.s"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.o"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.i"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/jacsolve.s"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.o"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.i"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/userset.s"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.o"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.i"
@echo "... home/jakob/Desktop/Studium/WS25/Scientific_computing_and_FEM/ex8-Project_B_REPOSITORY/mgrid_2/vdop.s"
@echo "... ownSolver.o"
@echo "... ownSolver.i"
@echo "... ownSolver.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system