################################################################################
# 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 IND-driver-full/subdir.mk
-include subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(CC_DEPS)),)
-include $(CC_DEPS)
endif
ifneq ($(strip $(C++_DEPS)),)
-include $(C++_DEPS)
endif
ifneq ($(strip $(C_UPPER_DEPS)),)
-include $(C_UPPER_DEPS)
endif
ifneq ($(strip $(CXX_DEPS)),)
-include $(CXX_DEPS)
endif
ifneq ($(strip $(ASM_DEPS)),)
-include $(ASM_DEPS)
endif
ifneq ($(strip $(S_DEPS)),)
-include $(S_DEPS)
endif
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(CPP_DEPS)),)
-include $(CPP_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
LSS += \
Radio-86RK_ROM-Disk_Selector.lss \

FLASH_IMAGE += \
Radio-86RK_ROM-Disk_Selector.hex \

SIZEDUMMY += \
sizedummy \


# All Target
all: Radio-86RK_ROM-Disk_Selector.elf secondary-outputs

# Tool invocations
Radio-86RK_ROM-Disk_Selector.elf: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: AVR C++ Linker'
	avr-g++ -Wl,-Map,Radio-86RK_ROM-Disk_Selector.map,--cref -mrelax -Wl,--gc-sections -mmcu=attiny2313 -o "Radio-86RK_ROM-Disk_Selector.elf" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '

Radio-86RK_ROM-Disk_Selector.lss: Radio-86RK_ROM-Disk_Selector.elf
	@echo 'Invoking: AVR Create Extended Listing'
	-avr-objdump -h -S Radio-86RK_ROM-Disk_Selector.elf  >"Radio-86RK_ROM-Disk_Selector.lss"
	@echo 'Finished building: $@'
	@echo ' '

Radio-86RK_ROM-Disk_Selector.hex: Radio-86RK_ROM-Disk_Selector.elf
	@echo 'Create Flash image (ihex format)'
	-avr-objcopy -R .eeprom -R .fuse -R .lock -R .signature -O ihex Radio-86RK_ROM-Disk_Selector.elf  "Radio-86RK_ROM-Disk_Selector.hex"
	@echo 'Finished building: $@'
	@echo ' '

sizedummy: Radio-86RK_ROM-Disk_Selector.elf
	@echo 'Invoking: Print Size'
	-avr-size --format=avr --mcu=attiny2313 Radio-86RK_ROM-Disk_Selector.elf
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(C_UPPER_DEPS)$(S_DEPS)$(LSS)$(C_DEPS)$(FLASH_IMAGE)$(CC_DEPS)$(ELFS)$(C++_DEPS)$(OBJS)$(CXX_DEPS)$(ASM_DEPS)$(SIZEDUMMY)$(S_UPPER_DEPS)$(CPP_DEPS) Radio-86RK_ROM-Disk_Selector.elf
	-@echo ' '

secondary-outputs: $(LSS) $(FLASH_IMAGE) $(SIZEDUMMY)

.PHONY: all clean dependents

-include ../makefile.targets
