e@1: ################################################################################ e@1: # Automatically-generated file. Do not edit! e@1: ################################################################################ e@1: e@1: -include ../makefile.init e@1: e@1: RM := rm -rf e@1: e@1: # All of the sources participating in the build are defined here e@1: -include sources.mk e@1: -include subdir.mk e@1: -include objects.mk e@1: e@1: ifneq ($(MAKECMDGOALS),clean) e@1: ifneq ($(strip $(CC_DEPS)),) e@1: -include $(CC_DEPS) e@1: endif e@1: ifneq ($(strip $(C++_DEPS)),) e@1: -include $(C++_DEPS) e@1: endif e@1: ifneq ($(strip $(C_UPPER_DEPS)),) e@1: -include $(C_UPPER_DEPS) e@1: endif e@1: ifneq ($(strip $(CXX_DEPS)),) e@1: -include $(CXX_DEPS) e@1: endif e@1: ifneq ($(strip $(CPP_DEPS)),) e@1: -include $(CPP_DEPS) e@1: endif e@1: ifneq ($(strip $(C_DEPS)),) e@1: -include $(C_DEPS) e@1: endif e@1: endif e@1: e@1: -include ../makefile.defs e@1: e@1: # Add inputs and outputs from these tool invocations to the build variables e@1: e@1: # All Target e@1: all: chourdakisreiss2016cpp e@1: e@1: # Tool invocations e@1: chourdakisreiss2016cpp: $(OBJS) $(USER_OBJS) e@1: @echo 'Building target: $@' e@1: @echo 'Invoking: GCC C++ Linker' e@1: g++ -o "chourdakisreiss2016cpp" $(OBJS) $(USER_OBJS) $(LIBS) e@1: @echo 'Finished building target: $@' e@1: @echo ' ' e@1: e@1: # Other Targets e@1: clean: e@1: -$(RM) $(CC_DEPS)$(C++_DEPS)$(EXECUTABLES)$(C_UPPER_DEPS)$(CXX_DEPS)$(OBJS)$(CPP_DEPS)$(C_DEPS) chourdakisreiss2016cpp e@1: -@echo ' ' e@1: e@1: .PHONY: all clean dependents e@1: .SECONDARY: e@1: e@1: -include ../makefile.targets