]> git.localhorst.tv Git - l2e.git/blob - Debug/makefile
set -Werror compiler flag for loader subdir
[l2e.git] / Debug / makefile
1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
4
5 -include ../makefile.init
6
7 RM := rm -rf
8
9 # All of the sources participating in the build are defined here
10 -include sources.mk
11 -include src/sdl/subdir.mk
12 -include src/loader/subdir.mk
13 -include src/graphics/subdir.mk
14 -include src/common/subdir.mk
15 -include src/battle/states/subdir.mk
16 -include src/battle/subdir.mk
17 -include src/app/subdir.mk
18 -include src/subdir.mk
19 -include subdir.mk
20 -include objects.mk
21
22 ifneq ($(MAKECMDGOALS),clean)
23 ifneq ($(strip $(C++_DEPS)),)
24 -include $(C++_DEPS)
25 endif
26 ifneq ($(strip $(C_DEPS)),)
27 -include $(C_DEPS)
28 endif
29 ifneq ($(strip $(CC_DEPS)),)
30 -include $(CC_DEPS)
31 endif
32 ifneq ($(strip $(CPP_DEPS)),)
33 -include $(CPP_DEPS)
34 endif
35 ifneq ($(strip $(CXX_DEPS)),)
36 -include $(CXX_DEPS)
37 endif
38 ifneq ($(strip $(C_UPPER_DEPS)),)
39 -include $(C_UPPER_DEPS)
40 endif
41 endif
42
43 -include ../makefile.defs
44
45 # Add inputs and outputs from these tool invocations to the build variables 
46
47 # All Target
48 all: l2e
49
50 # Tool invocations
51 l2e: $(OBJS) $(USER_OBJS)
52         @echo 'Building target: $@'
53         @echo 'Invoking: GCC C++ Linker'
54         g++  -o "l2e" $(OBJS) $(USER_OBJS) $(LIBS)
55         @echo 'Finished building target: $@'
56         @echo ' '
57
58 # Other Targets
59 clean:
60         -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) l2e
61         -@echo ' '
62
63 .PHONY: all clean dependents
64 .SECONDARY:
65
66 -include ../makefile.targets