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