]> git.localhorst.tv Git - l2e.git/blob - Debug/makefile
added run state to flee from battle
[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/graphics/subdir.mk
13 -include src/common/subdir.mk
14 -include src/battle/states/subdir.mk
15 -include src/battle/subdir.mk
16 -include src/app/subdir.mk
17 -include src/subdir.mk
18 -include subdir.mk
19 -include objects.mk
20
21 ifneq ($(MAKECMDGOALS),clean)
22 ifneq ($(strip $(C++_DEPS)),)
23 -include $(C++_DEPS)
24 endif
25 ifneq ($(strip $(C_DEPS)),)
26 -include $(C_DEPS)
27 endif
28 ifneq ($(strip $(CC_DEPS)),)
29 -include $(CC_DEPS)
30 endif
31 ifneq ($(strip $(CPP_DEPS)),)
32 -include $(CPP_DEPS)
33 endif
34 ifneq ($(strip $(CXX_DEPS)),)
35 -include $(CXX_DEPS)
36 endif
37 ifneq ($(strip $(C_UPPER_DEPS)),)
38 -include $(C_UPPER_DEPS)
39 endif
40 endif
41
42 -include ../makefile.defs
43
44 # Add inputs and outputs from these tool invocations to the build variables 
45
46 # All Target
47 all: l2e
48
49 # Tool invocations
50 l2e: $(OBJS) $(USER_OBJS)
51         @echo 'Building target: $@'
52         @echo 'Invoking: GCC C++ Linker'
53         g++  -o "l2e" $(OBJS) $(USER_OBJS) $(LIBS)
54         @echo 'Finished building target: $@'
55         @echo ' '
56
57 # Other Targets
58 clean:
59         -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) l2e
60         -@echo ' '
61
62 .PHONY: all clean dependents
63 .SECONDARY:
64
65 -include ../makefile.targets