summaryrefslogtreecommitdiffstats
path: root/Bachelor/Prog2/Prakt5/Aufg1/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 /Bachelor/Prog2/Prakt5/Aufg1/Debug
downloadStudium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz
Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/Prog2/Prakt5/Aufg1/Debug')
-rw-r--r--Bachelor/Prog2/Prakt5/Aufg1/Debug/Aufg1.exebin0 -> 666845 bytes
-rw-r--r--Bachelor/Prog2/Prakt5/Aufg1/Debug/Aufg1.pchbin0 -> 2015772 bytes
-rw-r--r--Bachelor/Prog2/Prakt5/Aufg1/Debug/Words.txt25
-rw-r--r--Bachelor/Prog2/Prakt5/Aufg1/Debug/main.d5
-rw-r--r--Bachelor/Prog2/Prakt5/Aufg1/Debug/makefile30
-rw-r--r--Bachelor/Prog2/Prakt5/Aufg1/Debug/objects.mk13
-rw-r--r--Bachelor/Prog2/Prakt5/Aufg1/Debug/sources.mk16
-rw-r--r--Bachelor/Prog2/Prakt5/Aufg1/Debug/subdir.mk44
-rw-r--r--Bachelor/Prog2/Prakt5/Aufg1/Debug/vc60.idbbin0 -> 74752 bytes
-rw-r--r--Bachelor/Prog2/Prakt5/Aufg1/Debug/vc60.pdbbin0 -> 86016 bytes
10 files changed, 133 insertions, 0 deletions
diff --git a/Bachelor/Prog2/Prakt5/Aufg1/Debug/Aufg1.exe b/Bachelor/Prog2/Prakt5/Aufg1/Debug/Aufg1.exe
new file mode 100644
index 0000000..ac01652
--- /dev/null
+++ b/Bachelor/Prog2/Prakt5/Aufg1/Debug/Aufg1.exe
Binary files differ
diff --git a/Bachelor/Prog2/Prakt5/Aufg1/Debug/Aufg1.pch b/Bachelor/Prog2/Prakt5/Aufg1/Debug/Aufg1.pch
new file mode 100644
index 0000000..2da9163
--- /dev/null
+++ b/Bachelor/Prog2/Prakt5/Aufg1/Debug/Aufg1.pch
Binary files differ
diff --git a/Bachelor/Prog2/Prakt5/Aufg1/Debug/Words.txt b/Bachelor/Prog2/Prakt5/Aufg1/Debug/Words.txt
new file mode 100644
index 0000000..4a408d8
--- /dev/null
+++ b/Bachelor/Prog2/Prakt5/Aufg1/Debug/Words.txt
@@ -0,0 +1,25 @@
+blue,blau
+red,rot
+chance,Zufall
+luminous color,Leuchtfarbe
+black,schwarz
+lump,Stueck
+fact,Tatsache
+ballot,geheime Abstimmung
+meeting,Treffen
+wary,vorsichtig
+plea,Bitte
+marauder,Pluenderer
+height,Hoehe
+essential,notwendig
+disclaim,abstreiten
+parsley,Petersilie
+indefatigable,unermuedlich
+combat,Kampf
+broom,Besen
+nugatory,belanglos
+profession,Beruf
+sundae,Eisbecher
+riddle,Raetsel
+next door,nebenan
+map,Karte
diff --git a/Bachelor/Prog2/Prakt5/Aufg1/Debug/main.d b/Bachelor/Prog2/Prakt5/Aufg1/Debug/main.d
new file mode 100644
index 0000000..d2c1ccc
--- /dev/null
+++ b/Bachelor/Prog2/Prakt5/Aufg1/Debug/main.d
@@ -0,0 +1,5 @@
+################################################################################
+# Diese Datei wurde automatisch generiert. Sie darf nicht bearbeitet werden!
+################################################################################
+
+main.d main.o: ../main.cpp
diff --git a/Bachelor/Prog2/Prakt5/Aufg1/Debug/makefile b/Bachelor/Prog2/Prakt5/Aufg1/Debug/makefile
new file mode 100644
index 0000000..612cc5b
--- /dev/null
+++ b/Bachelor/Prog2/Prakt5/Aufg1/Debug/makefile
@@ -0,0 +1,30 @@
+################################################################################
+# Diese Datei wurde automatisch generiert. Sie darf nicht bearbeitet werden!
+################################################################################
+
+ROOT := ..
+
+-include $(ROOT)/makefile.init
+
+RM := rm -rf
+
+# Alle an der Erstellung beteiligten Quellen sind hier definiert.
+-include sources.mk
+-include $(SUBDIRS:%=%/subdir.mk)
+-include objects.mk
+-include $(DEPS)
+-include $(ROOT)/makefile.defs
+
+all: Aufg1.exe
+
+Aufg1.exe: $(OBJS)
+ @echo 'Ziel wird erstellt: $@'
+ g++ -o $@ $(OBJS) $(USER_OBJS) $(LIBS)
+ @echo 'Erstellung fertig gestellt: $@'
+
+clean:
+ -$(RM) $(OBJS) $(DEPS) Aufg1.exe
+
+.PHONY: all clean dependents
+
+-include $(ROOT)/makefile.targets
diff --git a/Bachelor/Prog2/Prakt5/Aufg1/Debug/objects.mk b/Bachelor/Prog2/Prakt5/Aufg1/Debug/objects.mk
new file mode 100644
index 0000000..8bcaab0
--- /dev/null
+++ b/Bachelor/Prog2/Prakt5/Aufg1/Debug/objects.mk
@@ -0,0 +1,13 @@
+################################################################################
+# Diese Datei wurde automatisch generiert. Sie darf nicht bearbeitet werden!
+################################################################################
+
+LIBS :=
+USER_OBJS :=
+
+
+OBJS := \
+ $(C_SRCS:$(ROOT)/%.c=%.o) $(C_UPPER_SRCS:$(ROOT)/%.C=%.o) $(CC_SRCS:$(ROOT)/%.cc=%.o) $(CXX_SRCS:$(ROOT)/%.cxx=%.o) $(CPP_SRCS:$(ROOT)/%.cpp=%.o) $(S_SRCS:$(ROOT)/%.s=%.o) $(S_UPPER_SRCS:$(ROOT)/%.S=%.o)
+
+DEPS := \
+ $(C_SRCS:$(ROOT)/%.c=%.d) $(C_UPPER_SRCS:$(ROOT)/%.C=%.d) $(CC_SRCS:$(ROOT)/%.cc=%.d) $(CXX_SRCS:$(ROOT)/%.cxx=%.d) $(CPP_SRCS:$(ROOT)/%.cpp=%.d) $(S_SRCS:$(ROOT)/%.s=%.d) $(S_UPPER_SRCS:$(ROOT)/%.S=%.d) \ No newline at end of file
diff --git a/Bachelor/Prog2/Prakt5/Aufg1/Debug/sources.mk b/Bachelor/Prog2/Prakt5/Aufg1/Debug/sources.mk
new file mode 100644
index 0000000..6f3ea65
--- /dev/null
+++ b/Bachelor/Prog2/Prakt5/Aufg1/Debug/sources.mk
@@ -0,0 +1,16 @@
+################################################################################
+# Diese Datei wurde automatisch generiert. Sie darf nicht bearbeitet werden!
+################################################################################
+
+C_SRCS :=
+C_UPPER_SRCS :=
+CC_SRCS :=
+CXX_SRCS :=
+CPP_SRCS :=
+S_SRCS :=
+S_UPPER_SRCS :=
+
+# Jedes Unterverzeichnis mit Quellendateien muss hier beschrieben werden
+SUBDIRS := \
+. \
+
diff --git a/Bachelor/Prog2/Prakt5/Aufg1/Debug/subdir.mk b/Bachelor/Prog2/Prakt5/Aufg1/Debug/subdir.mk
new file mode 100644
index 0000000..edf4334
--- /dev/null
+++ b/Bachelor/Prog2/Prakt5/Aufg1/Debug/subdir.mk
@@ -0,0 +1,44 @@
+################################################################################
+# Diese Datei wurde automatisch generiert. Sie darf nicht bearbeitet werden!
+################################################################################
+
+S_UPPER_SRCS += \
+${addprefix $(ROOT)/, \
+}
+
+CPP_SRCS += \
+${addprefix $(ROOT)/, \
+main.cpp \
+}
+
+CC_SRCS += \
+${addprefix $(ROOT)/, \
+}
+
+C_SRCS += \
+${addprefix $(ROOT)/, \
+}
+
+C_UPPER_SRCS += \
+${addprefix $(ROOT)/, \
+}
+
+CXX_SRCS += \
+${addprefix $(ROOT)/, \
+}
+
+S_SRCS += \
+${addprefix $(ROOT)/, \
+}
+
+# Jedes Unterverzeichnis muss Regeln für die von ihm ergänzten Erstellungsquellen angeben
+%.o: $(ROOT)/%.cpp
+ @echo 'Datei wird erstellt: $<'
+ @echo g++ -O0 -g3 -Wall -c -fmessage-length=0 -o$@ $<
+ @g++ -O0 -g3 -Wall -c -fmessage-length=0 -o$@ $< && \
+ echo -n $(@:%.o=%.d) '' > $(@:%.o=%.d) && \
+ g++ -MM -MG -P -w -O0 -g3 -Wall -c -fmessage-length=0 $< >> $(@:%.o=%.d)
+ @echo 'Erstellung fertig gestellt: $<'
+ @echo ' '
+
+
diff --git a/Bachelor/Prog2/Prakt5/Aufg1/Debug/vc60.idb b/Bachelor/Prog2/Prakt5/Aufg1/Debug/vc60.idb
new file mode 100644
index 0000000..5060c09
--- /dev/null
+++ b/Bachelor/Prog2/Prakt5/Aufg1/Debug/vc60.idb
Binary files differ
diff --git a/Bachelor/Prog2/Prakt5/Aufg1/Debug/vc60.pdb b/Bachelor/Prog2/Prakt5/Aufg1/Debug/vc60.pdb
new file mode 100644
index 0000000..0a5b84d
--- /dev/null
+++ b/Bachelor/Prog2/Prakt5/Aufg1/Debug/vc60.pdb
Binary files differ