################################################################################
# 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 Lib/subdir.mk
-include Drivers/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: nxp_xpresso_11u14_usb_MouseDevice.axf

dependents:
	-cd C:/Lavoro/Progetti/RSR/RSR941-mtouch/lpcopen_v1.03/applications/lpc11xx/xpresso_projects/nxp_xpresso_11u14/nxp_xpresso_11u14_usblib_device/Debug && $(MAKE) clean all
	-cd C:/Lavoro/Progetti/RSR/RSR941-mtouch/lpcopen_v1.03/applications/lpc11xx/xpresso_projects/nxp_xpresso_11u14/nxp_xpresso_11u14_board_lib/Debug && $(MAKE) clean all

# Tool invocations
nxp_xpresso_11u14_usb_MouseDevice.axf: $(OBJS) $(USER_OBJS) C:/Lavoro/Progetti/RSR/RSR941-mtouch/lpcopen_v1.03/applications/lpc11xx/xpresso_projects/nxp_xpresso_11u14/nxp_xpresso_11u14_usblib_device/Debug/libnxp_xpresso_11U14_usblib_device.a C:/Lavoro/Progetti/RSR/RSR941-mtouch/lpcopen_v1.03/applications/lpc11xx/xpresso_projects/nxp_xpresso_11u14/nxp_xpresso_11u14_board_lib/Debug/libnxp_xpresso_11u14_board_lib.a
	@echo 'Building target: $@'
	@echo 'Invoking: MCU Linker'
	arm-none-eabi-gcc -nostdlib -L"..\..\..\nxp_xpresso_11u14_board_lib\Debug" -L"..\..\..\nxp_xpresso_11U14_usblib_device\Debug" -Xlinker -Map="nxp_xpresso_11u14_usb_MouseDevice.map" -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "nxp_xpresso_11u14_usb_MouseDevice_Debug.ld" -o "nxp_xpresso_11u14_usb_MouseDevice.axf" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '
	$(MAKE) --no-print-directory post-build

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

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

.PHONY: all clean dependents
.SECONDARY: post-build
C:/Lavoro/Progetti/RSR/RSR941-mtouch/lpcopen_v1.03/applications/lpc11xx/xpresso_projects/nxp_xpresso_11u14/nxp_xpresso_11u14_usblib_device/Debug/libnxp_xpresso_11U14_usblib_device.a:
C:/Lavoro/Progetti/RSR/RSR941-mtouch/lpcopen_v1.03/applications/lpc11xx/xpresso_projects/nxp_xpresso_11u14/nxp_xpresso_11u14_board_lib/Debug/libnxp_xpresso_11u14_board_lib.a:

-include ../makefile.targets
