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

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include example/src/subdir.mk
-include subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ../makefile.defs

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

# All Target
all: m0_heartrate_sensor.axf

# Tool invocations
m0_heartrate_sensor.axf: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: MCU Linker'
	arm-none-eabi-gcc -nostdlib -L"C:\Users\nxp82869\Documents\LPCXpresso_7.6.2_326\LPC54102_lpcxpresso_heartrate_monitor\lpc_chip_5410x_m0\Debug" -L"C:\Users\nxp82869\Documents\LPCXpresso_7.6.2_326\LPC54102_lpcxpresso_heartrate_monitor\lpc_board_lpcxpresso_54102_m0\Debug" -L"C:\Users\nxp82869\Documents\LPCXpresso_7.6.2_326\LPC54102_lpcxpresso_heartrate_monitor\lpc_chip_5410x_m0\libs" -Xlinker -Map="m0_heartrate_sensor.map" -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "m0_heartrate_sensor_Debug.ld" -o "m0_heartrate_sensor.axf" $(OBJS) $(USER_OBJS) $(LIBS) && arm-none-eabi-objcopy --target elf32-littlearm --verbose --strip-all --redefine-sym __vectors_start__=__vectors_start___core_m0slave --keep-symbol __vectors_start___core_m0slave --rename-section .text=".core_m0slave" --rename-section .data=".core_m0slave.data" "m0_heartrate_sensor.axf" "m0_heartrate_sensor.axf.o"
	@echo 'Finished building target: $@'
	@echo ' '
	$(MAKE) --no-print-directory post-build

# Other Targets
clean:
	-$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES) m0_heartrate_sensor.axf
	-@echo ' '

post-build:
	-@echo 'Performing post-build steps'
	-arm-none-eabi-size "m0_heartrate_sensor.axf"; # arm-none-eabi-objcopy -v -O binary "m0_heartrate_sensor.axf" "m0_heartrate_sensor.bin" ; # checksum -p LPC54102J512_M0 -d "m0_heartrate_sensor.bin";
	-@echo ' '

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

-include ../makefile.targets
