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

-include ..\makefile.init

RM := del 

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include libraries\OneWire\subdir.mk
-include libraries\LedControl\src\subdir.mk
-include core\core\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 $(INO_DEPS)),)
-include $(INO_DEPS)
endif
ifneq ($(strip $(PDE_DEPS)),)
-include $(PDE_DEPS)
endif
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
ifneq ($(strip $(CPP_DEPS)),)
-include $(CPP_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ..\makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
AR += \
C:\Users\Admin\Documents\eclipse\TermoDS18B20_WithBrightnessSettingsByButton\Release\arduino.ar \

ELF += \
TermoDS18B20_WithBrightnessSettingsByButton.elf \

HEX += \
TermoDS18B20_WithBrightnessSettingsByButton.hex \


# All Target
all: TermoDS18B20_WithBrightnessSettingsByButton

# Tool invocations
TermoDS18B20_WithBrightnessSettingsByButton: $(HEX)
	@echo 'Building target: $@'
	@echo 'Printing size:'
	"C:\eclipse\/arduinoPlugin/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-size" -A "C:/Users/Admin/Documents/eclipse/TermoDS18B20_WithBrightnessSettingsByButton/Release/TermoDS18B20_WithBrightnessSettingsByButton.elf"
	@echo 'Finished building target: $@'
	@echo ' '

C:\Users\Admin\Documents\eclipse\TermoDS18B20_WithBrightnessSettingsByButton\Release\arduino.ar: $(AR_OBJ)
	@echo 'Starting archiver'
	"C:\eclipse\/arduinoPlugin/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc-ar" rcs    C:/Users/Admin/Documents/eclipse/TermoDS18B20_WithBrightnessSettingsByButton/Release/arduino.ar $(AR_OBJ)
	@echo 'Finished building: $@'
	@echo ' '

TermoDS18B20_WithBrightnessSettingsByButton.elf: $(LINK_OBJ) $(AR)
	@echo 'Starting combiner'
	"C:\eclipse\/arduinoPlugin/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc" -Wall -Wextra -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\Users\Admin\Documents\eclipse\TermoDS18B20_WithBrightnessSettingsByButton/Release/TermoDS18B20_WithBrightnessSettingsByButton.elf"   $(LINK_OBJ) $(AR)   C:/Users/Admin/Documents/eclipse/TermoDS18B20_WithBrightnessSettingsByButton/Release/arduino.ar  "-LC:\Users\Admin\Documents\eclipse\TermoDS18B20_WithBrightnessSettingsByButton/Release" -lm
	@echo 'Finished building: $@'
	@echo ' '

TermoDS18B20_WithBrightnessSettingsByButton.hex: $(ELF)
	@echo 'Do all objcopy commands'
	${A.RECIPE.OBJCOPY.EEP.PATTERN}
	${A.RECIPE.OBJCOPY.HEX.PATTERN}
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(C_UPPER_DEPS)$(PDE_DEPS)$(C_DEPS)$(AR)$(CC_DEPS)$(AR_OBJ)$(C++_DEPS)$(LINK_OBJ)$(CXX_DEPS)$(ASM_DEPS)$(HEX)$(INO_DEPS)$(SIZEDUMMY)$(S_UPPER_DEPS)$(ELF)$(CPP_DEPS)
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ..\makefile.targets
