################################################################################
# Automatically-generated file. Do not edit!
################################################################################

ROOT := ..

-include $(ROOT)/makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include $(SUBDIRS:%=%/subdir.mk)
-include objects.mk
ifneq ($(strip $(DEPS)),)
-include $(DEPS)
endif

-include $(ROOT)/makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# All Target
all: pre-build main-build

# Main-build Target
main-build: preAndPostBuildSteps

# Tool invocations
preAndPostBuildSteps: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: MBS30.linker.gnu.cpp'
	@echo g++  -opreAndPostBuildSteps $(OBJS) $(USER_OBJS) $(LIBS)
	@g++  -opreAndPostBuildSteps $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '
	$(MAKE) --no-print-directory post-build

# Other Targets
clean:
	-$(RM) $(OBJS)$(DEPS)$(EXECUTABLES) preAndPostBuildSteps
	-@echo ' '

pre-build:
	-@echo 'Pre-announce Build Step'
	-echo 'executing Pre-Build Step'
	-@echo ' '

post-build:
	-@echo 'Post-announce Build Step'
	-echo 'executing Post-Build Step'
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY: main-build pre-build post-build

-include $(ROOT)/makefile.targets
