1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
5 -include ../makefile.init
9 # All of the sources participating in the build are defined here
11 -include src/subdir.mk
15 ifneq ($(MAKECMDGOALS),clean)
16 ifneq ($(strip $(C++_DEPS)),)
19 ifneq ($(strip $(C_DEPS)),)
22 ifneq ($(strip $(CC_DEPS)),)
25 ifneq ($(strip $(CPP_DEPS)),)
28 ifneq ($(strip $(CXX_DEPS)),)
31 ifneq ($(strip $(C_UPPER_DEPS)),)
32 -include $(C_UPPER_DEPS)
36 -include ../makefile.defs
38 # Add inputs and outputs from these tool invocations to the build variables
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: $@'
53 -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) l2e
56 .PHONY: all clean dependents
59 -include ../makefile.targets