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

SHELL := cmd.exe
RM := rm -rf

USER_OBJS :=

LIBS := 
PROJ := 

O_SRCS := 
C_SRCS := 
S_SRCS := 
S_UPPER_SRCS := 
OBJ_SRCS := 
ASM_SRCS := 
PREPROCESSING_SRCS := 
OBJS := 
OBJS_AS_ARGS := 
C_DEPS := 
C_DEPS_AS_ARGS := 
EXECUTABLES := 
OUTPUT_FILE_PATH :=
OUTPUT_FILE_PATH_AS_ARGS :=
AVR_APP_PATH :=$$$AVR_APP_PATH$$$
QUOTE := "
ADDITIONAL_DEPENDENCIES:=
OUTPUT_FILE_DEP:=

# Every subdirectory with source files must be described here
SUBDIRS :=  \
../src/ \
../src/asf/ \
../src/asf/common/ \
../src/asf/common/boards/ \
../src/asf/common/services/ \
../src/asf/common/services/clock/ \
../src/asf/common/services/clock/xmega/ \
../src/asf/common/services/delay/ \
../src/asf/common/services/delay/xmega/ \
../src/asf/common/services/gpio/ \
../src/asf/common/services/gpio/xmega_ioport/ \
../src/asf/common/services/ioport/ \
../src/asf/common/services/ioport/xmega/ \
../src/asf/common/services/serial/ \
../src/asf/common/services/serial/xmega_usart/ \
../src/asf/common/services/sleepmgr/ \
../src/asf/common/services/sleepmgr/xmega/ \
../src/asf/common/services/usb/ \
../src/asf/common/services/usb/class/ \
../src/asf/common/services/usb/class/hid/ \
../src/asf/common/services/usb/class/hid/device/ \
../src/asf/common/services/usb/class/hid/device/mouse/ \
../src/asf/common/services/usb/class/hid/device/mouse/example/ \
../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained/ \
../src/asf/common/services/usb/udc/ \
../src/asf/common/utils/ \
../src/asf/common/utils/interrupt/ \
../src/asf/common/utils/make/ \
../src/asf/common/utils/stdio/ \
../src/asf/common/utils/stdio/stdio_serial/ \
../src/asf/xmega/ \
../src/asf/xmega/boards/ \
../src/asf/xmega/boards/xmega_a3bu_xplained/ \
../src/asf/xmega/drivers/ \
../src/asf/xmega/drivers/adc/ \
../src/asf/xmega/drivers/adc/xmega_aau/ \
../src/asf/xmega/drivers/cpu/ \
../src/asf/xmega/drivers/nvm/ \
../src/asf/xmega/drivers/pmic/ \
../src/asf/xmega/drivers/sleep/ \
../src/asf/xmega/drivers/usart/ \
../src/asf/xmega/drivers/usb/ \
../src/asf/xmega/utils/ \
../src/asf/xmega/utils/assembler/ \
../src/asf/xmega/utils/bit_handling/ \
../src/asf/xmega/utils/preprocessor/ \
../src/config/


# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS +=  \
../src/asf/common/services/clock/xmega/sysclk.c \
../src/asf/common/services/ioport/xmega/ioport_compat.c \
../src/asf/common/services/serial/usart_serial.c \
../src/asf/common/services/sleepmgr/xmega/sleepmgr.c \
../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained/ui.c \
../src/asf/common/services/usb/class/hid/device/mouse/udi_hid_mouse.c \
../src/asf/common/services/usb/class/hid/device/mouse/udi_hid_mouse_desc.c \
../src/asf/common/services/usb/class/hid/device/udi_hid.c \
../src/asf/common/services/usb/udc/udc.c \
../src/asf/common/utils/stdio/read.c \
../src/asf/common/utils/stdio/write.c \
../src/asf/xmega/boards/xmega_a3bu_xplained/init.c \
../src/asf/xmega/drivers/adc/adc.c \
../src/asf/xmega/drivers/adc/xmega_aau/adc_aau.c \
../src/asf/xmega/drivers/nvm/nvm.c \
../src/asf/xmega/drivers/usart/usart.c \
../src/asf/xmega/drivers/usb/usb_device.c \
../src/main.c


PREPROCESSING_SRCS +=  \
../src/asf/xmega/drivers/cpu/ccp.s \
../src/asf/xmega/drivers/nvm/nvm_asm.s


ASM_SRCS += 


OBJS +=  \
src/asf/common/services/clock/xmega/sysclk.o \
src/asf/common/services/ioport/xmega/ioport_compat.o \
src/asf/common/services/serial/usart_serial.o \
src/asf/common/services/sleepmgr/xmega/sleepmgr.o \
src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained/ui.o \
src/asf/common/services/usb/class/hid/device/mouse/udi_hid_mouse.o \
src/asf/common/services/usb/class/hid/device/mouse/udi_hid_mouse_desc.o \
src/asf/common/services/usb/class/hid/device/udi_hid.o \
src/asf/common/services/usb/udc/udc.o \
src/asf/common/utils/stdio/read.o \
src/asf/common/utils/stdio/write.o \
src/asf/xmega/boards/xmega_a3bu_xplained/init.o \
src/asf/xmega/drivers/adc/adc.o \
src/asf/xmega/drivers/adc/xmega_aau/adc_aau.o \
src/asf/xmega/drivers/cpu/ccp.o \
src/asf/xmega/drivers/nvm/nvm.o \
src/asf/xmega/drivers/nvm/nvm_asm.o \
src/asf/xmega/drivers/usart/usart.o \
src/asf/xmega/drivers/usb/usb_device.o \
src/main.o


OBJS_AS_ARGS +=  \
src/asf/common/services/clock/xmega/sysclk.o \
src/asf/common/services/ioport/xmega/ioport_compat.o \
src/asf/common/services/serial/usart_serial.o \
src/asf/common/services/sleepmgr/xmega/sleepmgr.o \
src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained/ui.o \
src/asf/common/services/usb/class/hid/device/mouse/udi_hid_mouse.o \
src/asf/common/services/usb/class/hid/device/mouse/udi_hid_mouse_desc.o \
src/asf/common/services/usb/class/hid/device/udi_hid.o \
src/asf/common/services/usb/udc/udc.o \
src/asf/common/utils/stdio/read.o \
src/asf/common/utils/stdio/write.o \
src/asf/xmega/boards/xmega_a3bu_xplained/init.o \
src/asf/xmega/drivers/adc/adc.o \
src/asf/xmega/drivers/adc/xmega_aau/adc_aau.o \
src/asf/xmega/drivers/cpu/ccp.o \
src/asf/xmega/drivers/nvm/nvm.o \
src/asf/xmega/drivers/nvm/nvm_asm.o \
src/asf/xmega/drivers/usart/usart.o \
src/asf/xmega/drivers/usb/usb_device.o \
src/main.o


C_DEPS +=  \
src/asf/common/services/clock/xmega/sysclk.d \
src/asf/common/services/ioport/xmega/ioport_compat.d \
src/asf/common/services/serial/usart_serial.d \
src/asf/common/services/sleepmgr/xmega/sleepmgr.d \
src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained/ui.d \
src/asf/common/services/usb/class/hid/device/mouse/udi_hid_mouse.d \
src/asf/common/services/usb/class/hid/device/mouse/udi_hid_mouse_desc.d \
src/asf/common/services/usb/class/hid/device/udi_hid.d \
src/asf/common/services/usb/udc/udc.d \
src/asf/common/utils/stdio/read.d \
src/asf/common/utils/stdio/write.d \
src/asf/xmega/boards/xmega_a3bu_xplained/init.d \
src/asf/xmega/drivers/adc/adc.d \
src/asf/xmega/drivers/adc/xmega_aau/adc_aau.d \
src/asf/xmega/drivers/nvm/nvm.d \
src/asf/xmega/drivers/usart/usart.d \
src/asf/xmega/drivers/usb/usb_device.d \
src/main.d


C_DEPS_AS_ARGS +=  \
src/asf/common/services/clock/xmega/sysclk.d \
src/asf/common/services/ioport/xmega/ioport_compat.d \
src/asf/common/services/serial/usart_serial.d \
src/asf/common/services/sleepmgr/xmega/sleepmgr.d \
src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained/ui.d \
src/asf/common/services/usb/class/hid/device/mouse/udi_hid_mouse.d \
src/asf/common/services/usb/class/hid/device/mouse/udi_hid_mouse_desc.d \
src/asf/common/services/usb/class/hid/device/udi_hid.d \
src/asf/common/services/usb/udc/udc.d \
src/asf/common/utils/stdio/read.d \
src/asf/common/utils/stdio/write.d \
src/asf/xmega/boards/xmega_a3bu_xplained/init.d \
src/asf/xmega/drivers/adc/adc.d \
src/asf/xmega/drivers/adc/xmega_aau/adc_aau.d \
src/asf/xmega/drivers/nvm/nvm.d \
src/asf/xmega/drivers/usart/usart.d \
src/asf/xmega/drivers/usb/usb_device.d \
src/main.d


OUTPUT_FILE_PATH +=HID_Joystick_asf_ver_3_2.elf

OUTPUT_FILE_PATH_AS_ARGS +=HID_Joystick_asf_ver_3_2.elf

ADDITIONAL_DEPENDENCIES:=

OUTPUT_FILE_DEP:= ./makedep.mk

# AVR32/GNU C Compiler





































src/asf/common/services/clock/xmega/%.o: ../src/asf/common/services/clock/xmega/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/common/services/ioport/xmega/%.o: ../src/asf/common/services/ioport/xmega/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/common/services/serial/%.o: ../src/asf/common/services/serial/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/common/services/sleepmgr/xmega/%.o: ../src/asf/common/services/sleepmgr/xmega/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained/%.o: ../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/common/services/usb/class/hid/device/mouse/%.o: ../src/asf/common/services/usb/class/hid/device/mouse/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/common/services/usb/class/hid/device/%.o: ../src/asf/common/services/usb/class/hid/device/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/common/services/usb/udc/%.o: ../src/asf/common/services/usb/udc/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/common/utils/stdio/%.o: ../src/asf/common/utils/stdio/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/xmega/boards/xmega_a3bu_xplained/%.o: ../src/asf/xmega/boards/xmega_a3bu_xplained/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/xmega/drivers/adc/%.o: ../src/asf/xmega/drivers/adc/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/xmega/drivers/adc/xmega_aau/%.o: ../src/asf/xmega/drivers/adc/xmega_aau/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/xmega/drivers/nvm/%.o: ../src/asf/xmega/drivers/nvm/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/xmega/drivers/usart/%.o: ../src/asf/xmega/drivers/usart/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/asf/xmega/drivers/usb/%.o: ../src/asf/xmega/drivers/usb/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<

src/%.o: ../src/%.c
	@echo Building file: $<
	@echo Invoking: AVR/GNU C Compiler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DBOARD=XMEGA_A3BU_XPLAINED -DIOPORT_XMEGA_COMPAT  -I"../src/asf/xmega/boards/xmega_a3bu_xplained" -I"../src/asf/common/services/usb/class/hid" -I"../src/asf/common/services/usb/udc" -I"../src/asf/xmega/drivers/usb" -I"../src/asf/xmega/drivers/sleep" -I"../src/asf/common/services/ioport" -I"../src/asf/common/services/sleepmgr" -I"../src/asf/common/services/gpio" -I"../src/asf/common/boards" -I"../src/asf/common/utils" -I"../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../src/asf/xmega/utils/preprocessor" -I"../src/asf/xmega/boards" -I"../src/asf/xmega/utils" -I"../src/asf/common/services/clock" -I"../src/asf/common/services/usb/class/hid/device" -I"../src/asf/common/services/usb/class/hid/device/mouse/example" -I"../src/asf/xmega/drivers/nvm" -I"../src/asf/xmega/drivers/cpu" -I"../src/asf/common/services/usb/class/hid/device/mouse" -I"../src/asf/common/services/usb" -I"../src" -I"../src/config" -I"../src/asf/xmega/drivers/pmic" -I"../src/asf/xmega/drivers/usart" -I"../src/asf/common/services/serial/xmega_usart" -I"../src/asf/common/services/serial" -I"../src/asf/common/utils/stdio/stdio_serial" -I"../src/asf/xmega/drivers/adc" -I"../src/asf/common/services/delay"  -Os -fdata-sections -ffunction-sections -fpack-struct -fshort-enums -g3 -Wall -c -Werror-implicit-function-declaration -Wmissing-prototypes -Wpointer-arith -Wstrict-prototypes -mrelax -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"  -mmcu=atxmega32a4u   -o"$@" "$<" 
	@echo Finished building: $<



# AVR32/GNU Preprocessing Assembler



# AVR32/GNU Assembler
src/asf/xmega/drivers/cpu/ccp.o: ../src/asf/xmega/drivers/cpu/ccp.s
	@echo Building file: $<
	@echo Invoking: AVR32/GNU Assembler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -DBOARD=XMEGA_A3BU_XPLAINED -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DIOPORT_XMEGA_COMPAT -mrelax -I "../src/asf/common/services/usb/udc" -I "../src/asf/xmega/drivers/usb" -I "../src/asf/xmega/drivers/sleep" -I "../src/asf/common/services/ioport" -I "../src/asf/common/services/sleepmgr" -I "../src/asf/common/services/usb/class/hid" -I "../src/asf/xmega/boards/xmega_a3bu_xplained" -I "../src/asf/common/services/gpio" -I "../src/asf/common/boards" -I "../src/asf/common/utils" -I "../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../src/asf/xmega/utils/preprocessor" -I "../src/asf/xmega/boards" -I "../src/asf/xmega/utils" -I "../src/asf/common/services/clock" -I "../src/asf/common/services/usb/class/hid/device" -I "../src/asf/common/services/usb/class/hid/device/mouse/example" -I "../src/asf/xmega/drivers/nvm" -I "../src/asf/xmega/drivers/cpu" -I "../src/asf/common/services/usb/class/hid/device/mouse" -I "../src/asf/common/services/usb" -I "../src" -I "../src/config" -I "../src/asf/xmega/drivers/pmic" -I "../src/asf/xmega/drivers/usart" -I "../src/asf/common/services/serial/xmega_usart" -I "../src/asf/common/services/serial" -I "../src/asf/common/utils/stdio/stdio_serial" -I "../src/asf/xmega/drivers/adc" -I "../src/asf/common/services/delay"  -Wa,-g  -mmcu=atxmega32a4u   -o"$@" "$<"
	@echo Finished building: $<

src/asf/xmega/drivers/nvm/nvm_asm.o: ../src/asf/xmega/drivers/nvm/nvm_asm.s
	@echo Building file: $<
	@echo Invoking: AVR32/GNU Assembler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -DBOARD=XMEGA_A3BU_XPLAINED -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DIOPORT_XMEGA_COMPAT -mrelax -I "../src/asf/common/services/usb/udc" -I "../src/asf/xmega/drivers/usb" -I "../src/asf/xmega/drivers/sleep" -I "../src/asf/common/services/ioport" -I "../src/asf/common/services/sleepmgr" -I "../src/asf/common/services/usb/class/hid" -I "../src/asf/xmega/boards/xmega_a3bu_xplained" -I "../src/asf/common/services/gpio" -I "../src/asf/common/boards" -I "../src/asf/common/utils" -I "../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../src/asf/xmega/utils/preprocessor" -I "../src/asf/xmega/boards" -I "../src/asf/xmega/utils" -I "../src/asf/common/services/clock" -I "../src/asf/common/services/usb/class/hid/device" -I "../src/asf/common/services/usb/class/hid/device/mouse/example" -I "../src/asf/xmega/drivers/nvm" -I "../src/asf/xmega/drivers/cpu" -I "../src/asf/common/services/usb/class/hid/device/mouse" -I "../src/asf/common/services/usb" -I "../src" -I "../src/config" -I "../src/asf/xmega/drivers/pmic" -I "../src/asf/xmega/drivers/usart" -I "../src/asf/common/services/serial/xmega_usart" -I "../src/asf/common/services/serial" -I "../src/asf/common/utils/stdio/stdio_serial" -I "../src/asf/xmega/drivers/adc" -I "../src/asf/common/services/delay"  -Wa,-g  -mmcu=atxmega32a4u   -o"$@" "$<"
	@echo Finished building: $<


src/asf/xmega/drivers/cpu/%.o: ../src/asf/xmega/drivers/cpu/%.s
	@echo Building file: $<
	@echo Invoking: AVR32/GNU Assembler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -DBOARD=XMEGA_A3BU_XPLAINED -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DIOPORT_XMEGA_COMPAT -mrelax -I "../src/asf/common/services/usb/udc" -I "../src/asf/xmega/drivers/usb" -I "../src/asf/xmega/drivers/sleep" -I "../src/asf/common/services/ioport" -I "../src/asf/common/services/sleepmgr" -I "../src/asf/common/services/usb/class/hid" -I "../src/asf/xmega/boards/xmega_a3bu_xplained" -I "../src/asf/common/services/gpio" -I "../src/asf/common/boards" -I "../src/asf/common/utils" -I "../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../src/asf/xmega/utils/preprocessor" -I "../src/asf/xmega/boards" -I "../src/asf/xmega/utils" -I "../src/asf/common/services/clock" -I "../src/asf/common/services/usb/class/hid/device" -I "../src/asf/common/services/usb/class/hid/device/mouse/example" -I "../src/asf/xmega/drivers/nvm" -I "../src/asf/xmega/drivers/cpu" -I "../src/asf/common/services/usb/class/hid/device/mouse" -I "../src/asf/common/services/usb" -I "../src" -I "../src/config" -I "../src/asf/xmega/drivers/pmic" -I "../src/asf/xmega/drivers/usart" -I "../src/asf/common/services/serial/xmega_usart" -I "../src/asf/common/services/serial" -I "../src/asf/common/utils/stdio/stdio_serial" -I "../src/asf/xmega/drivers/adc" -I "../src/asf/common/services/delay"  -Wa,-g  -mmcu=atxmega32a4u   -o"$@" "$<"
	@echo Finished building: $<

src/asf/xmega/drivers/nvm/%.o: ../src/asf/xmega/drivers/nvm/%.s
	@echo Building file: $<
	@echo Invoking: AVR32/GNU Assembler : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -DBOARD=XMEGA_A3BU_XPLAINED -DCONFIG_NVM_IGNORE_XMEGA_A3_D3_REVB_ERRATA -DIOPORT_XMEGA_COMPAT -mrelax -I "../src/asf/common/services/usb/udc" -I "../src/asf/xmega/drivers/usb" -I "../src/asf/xmega/drivers/sleep" -I "../src/asf/common/services/ioport" -I "../src/asf/common/services/sleepmgr" -I "../src/asf/common/services/usb/class/hid" -I "../src/asf/xmega/boards/xmega_a3bu_xplained" -I "../src/asf/common/services/gpio" -I "../src/asf/common/boards" -I "../src/asf/common/utils" -I "../src/asf/common/services/usb/class/hid/device/mouse/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../src/asf/xmega/utils/preprocessor" -I "../src/asf/xmega/boards" -I "../src/asf/xmega/utils" -I "../src/asf/common/services/clock" -I "../src/asf/common/services/usb/class/hid/device" -I "../src/asf/common/services/usb/class/hid/device/mouse/example" -I "../src/asf/xmega/drivers/nvm" -I "../src/asf/xmega/drivers/cpu" -I "../src/asf/common/services/usb/class/hid/device/mouse" -I "../src/asf/common/services/usb" -I "../src" -I "../src/config" -I "../src/asf/xmega/drivers/pmic" -I "../src/asf/xmega/drivers/usart" -I "../src/asf/common/services/serial/xmega_usart" -I "../src/asf/common/services/serial" -I "../src/asf/common/utils/stdio/stdio_serial" -I "../src/asf/xmega/drivers/adc" -I "../src/asf/common/services/delay"  -Wa,-g  -mmcu=atxmega32a4u   -o"$@" "$<"
	@echo Finished building: $<




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

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

# All Target
all: $(OUTPUT_FILE_PATH) $(ADDITIONAL_DEPENDENCIES)

$(OUTPUT_FILE_PATH): $(OBJS) $(USER_OBJS) $(OUTPUT_FILE_DEP)
	@echo Building target: $@
	@echo Invoking: AVR/GNU Linker : (AVR_8_bit_GNU_Toolchain_3.4.0_663) 4.6.2
	$(QUOTE)C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-gcc.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map="HID_Joystick_asf_ver_3_2.map" -Wl,--start-group -Wl,-lm  -Wl,--end-group -Wl,--gc-sections -mrelax -Wl,--relax -Wl,--section-start=.BOOT=0x40000  -mmcu=atxmega32a4u  
	@echo Finished building target: $@
	"C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-objcopy.exe" -O ihex -R .eeprom -R .fuse -R .lock -R .signature  "HID_Joystick_asf_ver_3_2.elf" "HID_Joystick_asf_ver_3_2.hex"
	"C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-objcopy.exe" -j .eeprom  --set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0  --no-change-warnings -O ihex "HID_Joystick_asf_ver_3_2.elf" "HID_Joystick_asf_ver_3_2.eep" || exit 0
	"C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-objdump.exe" -h -S "HID_Joystick_asf_ver_3_2.elf" > "HID_Joystick_asf_ver_3_2.lss"
	"C:\Program Files\Atmel\Atmel Studio 6.0\extensions\Atmel\AVRGCC\3.4.0.65\AVRToolchain\bin\avr-size.exe" "HID_Joystick_asf_ver_3_2.elf"
	





# Other Targets
clean:
	-$(RM) $(OBJS_AS_ARGS)$(C_DEPS_AS_ARGS) $(EXECUTABLES) 
	rm -rf "HID_Joystick_asf_ver_3_2.elf" "HID_Joystick_asf_ver_3_2.a" "HID_Joystick_asf_ver_3_2.hex" "HID_Joystick_asf_ver_3_2.lss" "HID_Joystick_asf_ver_3_2.eep" "HID_Joystick_asf_ver_3_2.map"
	