summaryrefslogtreecommitdiffstats
path: root/Bachelor/Softwaretechnik/swtBank/Debug/makefile
blob: 7fd327bc3c16a3a4866c7bd954128b77c405ce4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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