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