summaryrefslogtreecommitdiffstats
path: root/Bachelor/Softwaretechnik/swtBank/Debug/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/Softwaretechnik/swtBank/Debug/makefile')
-rw-r--r--Bachelor/Softwaretechnik/swtBank/Debug/makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/Bachelor/Softwaretechnik/swtBank/Debug/makefile b/Bachelor/Softwaretechnik/swtBank/Debug/makefile
new file mode 100644
index 0000000..7fd327b
--- /dev/null
+++ b/Bachelor/Softwaretechnik/swtBank/Debug/makefile
@@ -0,0 +1,30 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+ROOT := ..
+
+-include $(ROOT)/makefile.init
+
+RM := rm -rf
+
+# All of the sources participating in the build are defined here
+-include sources.mk
+-include $(SUBDIRS:%=%/subdir.mk)
+-include objects.mk
+-include $(DEPS)
+-include $(ROOT)/makefile.defs
+
+all: swtBank
+
+swtBank: $(OBJS)
+ @echo 'Building target: $@'
+ g++ -o $@ $(OBJS) $(USER_OBJS) $(LIBS)
+ @echo 'Finished building: $@'
+
+clean:
+ -$(RM) $(OBJS) $(DEPS) swtBank
+
+.PHONY: all clean dependents
+
+-include $(ROOT)/makefile.targets