diff options
Diffstat (limited to 'Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/src')
| -rw-r--r-- | Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/src/main.d | 1 | ||||
| -rw-r--r-- | Master/Public-Key-Algorithmen/PKA-Prakt1/Debug/src/subdir.mk | 24 |
2 files changed, 25 insertions, 0 deletions
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 ' ' + + |
