summaryrefslogtreecommitdiffstats
path: root/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Master/Public-Key-Algorithmen/PKA-Prakt1/Debug
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Master/Public-Key-Algorithmen/PKA-Prakt1/Debug')
-rwxr-xr-xMaster/Public-Key-Algorithmen/PKA-Prakt1/Debug/PKA-Prakt1bin0 -> 33441 bytes
-rw-r--r--Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/makefile44
-rw-r--r--Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/objects.mk7
-rw-r--r--Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/sources.mk17
-rw-r--r--Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/src/main.d1
-rw-r--r--Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/src/subdir.mk24
6 files changed, 93 insertions, 0 deletions
diff --git a/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/PKA-Prakt1 b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/PKA-Prakt1
new file mode 100755
index 0000000..10f43c0
--- /dev/null
+++ b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/PKA-Prakt1
Binary files differ
diff --git a/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/makefile b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/makefile
new file mode 100644
index 0000000..6832b8b
--- /dev/null
+++ b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/makefile
@@ -0,0 +1,44 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+-include ../makefile.init
+
+RM := rm -rf
+
+# All of the sources participating in the build are defined here
+-include sources.mk
+-include subdir.mk
+-include src/subdir.mk
+-include objects.mk
+
+ifneq ($(MAKECMDGOALS),clean)
+ifneq ($(strip $(C_DEPS)),)
+-include $(C_DEPS)
+endif
+endif
+
+-include ../makefile.defs
+
+# Add inputs and outputs from these tool invocations to the build variables
+
+# All Target
+all: PKA-Prakt1
+
+# Tool invocations
+PKA-Prakt1: $(OBJS) $(USER_OBJS)
+ @echo 'Building target: $@'
+ @echo 'Invoking: GCC C Linker'
+ gcc -o"PKA-Prakt1" $(OBJS) $(USER_OBJS) $(LIBS)
+ @echo 'Finished building target: $@'
+ @echo ' '
+
+# Other Targets
+clean:
+ -$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES) PKA-Prakt1
+ -@echo ' '
+
+.PHONY: all clean dependents
+.SECONDARY:
+
+-include ../makefile.targets
diff --git a/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/objects.mk b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/objects.mk
new file mode 100644
index 0000000..224ef68
--- /dev/null
+++ b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/objects.mk
@@ -0,0 +1,7 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+USER_OBJS :=
+
+LIBS :=
diff --git a/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/sources.mk b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/sources.mk
new file mode 100644
index 0000000..57cf3c3
--- /dev/null
+++ b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/sources.mk
@@ -0,0 +1,17 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+O_SRCS :=
+C_SRCS :=
+S_UPPER_SRCS :=
+OBJ_SRCS :=
+ASM_SRCS :=
+OBJS :=
+C_DEPS :=
+EXECUTABLES :=
+
+# Every subdirectory with source files must be described here
+SUBDIRS := \
+src \
+
diff --git a/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/src/main.d b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/src/main.d
new file mode 100644
index 0000000..d1c377e
--- /dev/null
+++ b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/src/main.d
@@ -0,0 +1 @@
+src/main.d src/main.o: ../src/main.c
diff --git a/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/src/subdir.mk b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/src/subdir.mk
new file mode 100644
index 0000000..3a430c3
--- /dev/null
+++ b/Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/src/subdir.mk
@@ -0,0 +1,24 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+C_SRCS += \
+../src/main.c
+
+OBJS += \
+./src/main.o
+
+C_DEPS += \
+./src/main.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/%.o: ../src/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+ gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+