Files
panic/build/Makefile
T
Bausager 189d605bfa Dense Layer, Add
added the dense layer with a forward functions. I also made the add functions for most cases.
2026-06-25 19:43:07 +02:00

346 lines
11 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/atlas/Documents/Git/panic
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/atlas/Documents/Git/panic/build
#=============================================================================
# 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/atlas/Documents/Git/panic/build/CMakeFiles /home/atlas/Documents/Git/panic/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/atlas/Documents/Git/panic/build/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) -P /home/atlas/Documents/Git/panic/build/CMakeFiles/VerifyGlobs.cmake
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named panic
# Build rule for target.
panic: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 panic
.PHONY : panic
# fast build rule for target.
panic/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/build
.PHONY : panic/fast
main.o: main.cpp.o
.PHONY : main.o
# target to build an object file
main.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/main.cpp.o
.PHONY : main.cpp.o
main.i: main.cpp.i
.PHONY : main.i
# target to preprocess a source file
main.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/main.cpp.i
.PHONY : main.cpp.i
main.s: main.cpp.s
.PHONY : main.s
# target to generate assembly for a file
main.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/main.cpp.s
.PHONY : main.cpp.s
src/io/print_tensor.o: src/io/print_tensor.cpp.o
.PHONY : src/io/print_tensor.o
# target to build an object file
src/io/print_tensor.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/io/print_tensor.cpp.o
.PHONY : src/io/print_tensor.cpp.o
src/io/print_tensor.i: src/io/print_tensor.cpp.i
.PHONY : src/io/print_tensor.i
# target to preprocess a source file
src/io/print_tensor.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/io/print_tensor.cpp.i
.PHONY : src/io/print_tensor.cpp.i
src/io/print_tensor.s: src/io/print_tensor.cpp.s
.PHONY : src/io/print_tensor.s
# target to generate assembly for a file
src/io/print_tensor.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/io/print_tensor.cpp.s
.PHONY : src/io/print_tensor.cpp.s
src/math/add.o: src/math/add.cpp.o
.PHONY : src/math/add.o
# target to build an object file
src/math/add.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/math/add.cpp.o
.PHONY : src/math/add.cpp.o
src/math/add.i: src/math/add.cpp.i
.PHONY : src/math/add.i
# target to preprocess a source file
src/math/add.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/math/add.cpp.i
.PHONY : src/math/add.cpp.i
src/math/add.s: src/math/add.cpp.s
.PHONY : src/math/add.s
# target to generate assembly for a file
src/math/add.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/math/add.cpp.s
.PHONY : src/math/add.cpp.s
src/math/matmul.o: src/math/matmul.cpp.o
.PHONY : src/math/matmul.o
# target to build an object file
src/math/matmul.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/math/matmul.cpp.o
.PHONY : src/math/matmul.cpp.o
src/math/matmul.i: src/math/matmul.cpp.i
.PHONY : src/math/matmul.i
# target to preprocess a source file
src/math/matmul.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/math/matmul.cpp.i
.PHONY : src/math/matmul.cpp.i
src/math/matmul.s: src/math/matmul.cpp.s
.PHONY : src/math/matmul.s
# target to generate assembly for a file
src/math/matmul.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/math/matmul.cpp.s
.PHONY : src/math/matmul.cpp.s
src/neural_network/layer/layer_dense.o: src/neural_network/layer/layer_dense.cpp.o
.PHONY : src/neural_network/layer/layer_dense.o
# target to build an object file
src/neural_network/layer/layer_dense.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/neural_network/layer/layer_dense.cpp.o
.PHONY : src/neural_network/layer/layer_dense.cpp.o
src/neural_network/layer/layer_dense.i: src/neural_network/layer/layer_dense.cpp.i
.PHONY : src/neural_network/layer/layer_dense.i
# target to preprocess a source file
src/neural_network/layer/layer_dense.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/neural_network/layer/layer_dense.cpp.i
.PHONY : src/neural_network/layer/layer_dense.cpp.i
src/neural_network/layer/layer_dense.s: src/neural_network/layer/layer_dense.cpp.s
.PHONY : src/neural_network/layer/layer_dense.s
# target to generate assembly for a file
src/neural_network/layer/layer_dense.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/neural_network/layer/layer_dense.cpp.s
.PHONY : src/neural_network/layer/layer_dense.cpp.s
src/tensor/matrix.o: src/tensor/matrix.cpp.o
.PHONY : src/tensor/matrix.o
# target to build an object file
src/tensor/matrix.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/tensor/matrix.cpp.o
.PHONY : src/tensor/matrix.cpp.o
src/tensor/matrix.i: src/tensor/matrix.cpp.i
.PHONY : src/tensor/matrix.i
# target to preprocess a source file
src/tensor/matrix.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/tensor/matrix.cpp.i
.PHONY : src/tensor/matrix.cpp.i
src/tensor/matrix.s: src/tensor/matrix.cpp.s
.PHONY : src/tensor/matrix.s
# target to generate assembly for a file
src/tensor/matrix.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/tensor/matrix.cpp.s
.PHONY : src/tensor/matrix.cpp.s
src/tensor/vector.o: src/tensor/vector.cpp.o
.PHONY : src/tensor/vector.o
# target to build an object file
src/tensor/vector.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/tensor/vector.cpp.o
.PHONY : src/tensor/vector.cpp.o
src/tensor/vector.i: src/tensor/vector.cpp.i
.PHONY : src/tensor/vector.i
# target to preprocess a source file
src/tensor/vector.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/tensor/vector.cpp.i
.PHONY : src/tensor/vector.cpp.i
src/tensor/vector.s: src/tensor/vector.cpp.s
.PHONY : src/tensor/vector.s
# target to generate assembly for a file
src/tensor/vector.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/panic.dir/build.make CMakeFiles/panic.dir/src/tensor/vector.cpp.s
.PHONY : src/tensor/vector.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 "... panic"
@echo "... main.o"
@echo "... main.i"
@echo "... main.s"
@echo "... src/io/print_tensor.o"
@echo "... src/io/print_tensor.i"
@echo "... src/io/print_tensor.s"
@echo "... src/math/add.o"
@echo "... src/math/add.i"
@echo "... src/math/add.s"
@echo "... src/math/matmul.o"
@echo "... src/math/matmul.i"
@echo "... src/math/matmul.s"
@echo "... src/neural_network/layer/layer_dense.o"
@echo "... src/neural_network/layer/layer_dense.i"
@echo "... src/neural_network/layer/layer_dense.s"
@echo "... src/tensor/matrix.o"
@echo "... src/tensor/matrix.i"
@echo "... src/tensor/matrix.s"
@echo "... src/tensor/vector.o"
@echo "... src/tensor/vector.i"
@echo "... src/tensor/vector.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) -P /home/atlas/Documents/Git/panic/build/CMakeFiles/VerifyGlobs.cmake
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system