1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
5 -include ../makefile.init
9 # All of the sources participating in the build are defined here
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
22 ifneq ($(MAKECMDGOALS),clean)
23 ifneq ($(strip $(C++_DEPS)),)
26 ifneq ($(strip $(C_DEPS)),)
29 ifneq ($(strip $(CC_DEPS)),)
32 ifneq ($(strip $(CPP_DEPS)),)
35 ifneq ($(strip $(CXX_DEPS)),)
38 ifneq ($(strip $(C_UPPER_DEPS)),)
39 -include $(C_UPPER_DEPS)
43 -include ../makefile.defs
45 # Add inputs and outputs from these tool invocations to the build variables
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: $@'
60 -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) l2e
63 .PHONY: all clean dependents
66 -include ../makefile.targets