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