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