################################################################################
# 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 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: PR7261.axf

dependents:
	-cd C:/nxp/PR7261_FI2/CML_UtilsLib/Debug && $(MAKE) clean all
	-cd C:/nxp/PR7261_FI2/PE0003_DriverLib/Debug && $(MAKE) clean all
	-cd C:/nxp/PR7261_FI2/lpc_chip_43xx/Debug && $(MAKE) clean all

# Tool invocations
PR7261.axf: $(OBJS) $(USER_OBJS) C:/nxp/PR7261_FI2/CML_UtilsLib/Debug/libCML_UtilsLib.a C:/nxp/PR7261_FI2/PE0003_DriverLib/Debug/libPE0003_DriverLib.a C:/nxp/PR7261_FI2/lpc_chip_43xx/Debug/liblpc_chip_43xx.a
	@echo 'Building target: $@'
	@echo 'Invoking: MCU Linker'
	arm-none-eabi-gcc -nostdlib -L"C:\nxp\PR7261_FI2\CML_UtilsLib\Debug" -L"C:\nxp\PR7261_FI2\PE0003_DriverLib\Debug" -L"C:\nxp\PR7261_FI2\lpc_chip_43xx\Debug" -Xlinker -Map="PR7261.map" -Xlinker --gc-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -T "PR7261_Debug.ld" -o "PR7261.axf" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '
	$(MAKE) --no-print-directory post-build

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

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

.PHONY: all clean dependents
.SECONDARY: post-build
C:/nxp/PR7261_FI2/CML_UtilsLib/Debug/libCML_UtilsLib.a:
C:/nxp/PR7261_FI2/PE0003_DriverLib/Debug/libPE0003_DriverLib.a:
C:/nxp/PR7261_FI2/lpc_chip_43xx/Debug/liblpc_chip_43xx.a:

-include ../makefile.targets
