summaryrefslogtreecommitdiffstats
path: root/Bachelor/Softwaretechnik2/mixer/Debug/subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/Softwaretechnik2/mixer/Debug/subdir.mk')
-rw-r--r--Bachelor/Softwaretechnik2/mixer/Debug/subdir.mk57
1 files changed, 57 insertions, 0 deletions
diff --git a/Bachelor/Softwaretechnik2/mixer/Debug/subdir.mk b/Bachelor/Softwaretechnik2/mixer/Debug/subdir.mk
new file mode 100644
index 0000000..955da59
--- /dev/null
+++ b/Bachelor/Softwaretechnik2/mixer/Debug/subdir.mk
@@ -0,0 +1,57 @@
+################################################################################
+# Diese Datei wurde automatisch generiert. Sie darf nicht bearbeitet werden!
+################################################################################
+
+S_UPPER_SRCS += \
+${addprefix $(ROOT)/, \
+}
+
+CPP_SRCS += \
+${addprefix $(ROOT)/, \
+CDisplay.cpp \
+CDosierer.cpp \
+CEntleerer.cpp \
+CGeraet.cpp \
+CMischer.cpp \
+CObserver.cpp \
+CRezept.cpp \
+CRezeptProcessor.cpp \
+CRezeptSchritt.cpp \
+CStampfer.cpp \
+CSubjekt.cpp \
+CVentilGeraet.cpp \
+CWaage.cpp \
+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 ' '
+
+