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