129 lines
3.7 KiB
Makefile
129 lines
3.7 KiB
Makefile
################################################################################
|
|
# 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:=
|
|
LIB_DEP:=
|
|
|
|
# Every subdirectory with source files must be described here
|
|
SUBDIRS := \
|
|
../io \
|
|
../io/hardware \
|
|
../comunication
|
|
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../Zeitschaltung_V6.cpp
|
|
|
|
|
|
PREPROCESSING_SRCS +=
|
|
|
|
|
|
ASM_SRCS +=
|
|
|
|
|
|
OBJS += \
|
|
Zeitschaltung_V6.o
|
|
|
|
|
|
OBJS_AS_ARGS += \
|
|
Zeitschaltung_V6.o
|
|
|
|
|
|
C_DEPS += \
|
|
Zeitschaltung_V6.d
|
|
|
|
|
|
C_DEPS_AS_ARGS += \
|
|
Zeitschaltung_V6.d
|
|
|
|
|
|
OUTPUT_FILE_PATH +=Zeitschaltung_V6.elf
|
|
|
|
OUTPUT_FILE_PATH_AS_ARGS +=Zeitschaltung_V6.elf
|
|
|
|
ADDITIONAL_DEPENDENCIES:=
|
|
|
|
OUTPUT_FILE_DEP:= ./makedep.mk
|
|
|
|
LIB_DEP+=
|
|
|
|
# AVR32/GNU C Compiler
|
|
|
|
|
|
|
|
./%.o: .././%.cpp
|
|
@echo Building file: $<
|
|
@echo Invoking: AVR8/GNU C++ Compiler :
|
|
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -Os -ffunction-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=atmega16a -c -std=c++11 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o"$@" "$<"
|
|
@echo Finished building: $<
|
|
|
|
|
|
|
|
# AVR32/GNU Preprocessing Assembler
|
|
|
|
|
|
|
|
# AVR32/GNU Assembler
|
|
|
|
|
|
|
|
|
|
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) $(LIB_DEP)
|
|
@echo Building target: $@
|
|
@echo Invoking: AVR8/GNU Linker :
|
|
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-g++.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map="Zeitschaltung_V6.map" -Wl,--start-group -Wl,-lm -Wl,--end-group -Wl,--gc-sections -mmcu=atmega16a
|
|
@echo Finished building target: $@
|
|
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O ihex -R .eeprom -R .fuse -R .lock -R .signature "Zeitschaltung_V6.elf" "Zeitschaltung_V6.hex"
|
|
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objcopy.exe" -j .eeprom --set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0 --no-change-warnings -O ihex "Zeitschaltung_V6.elf" "Zeitschaltung_V6.eep" || exit 0
|
|
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objdump.exe" -h -S "Zeitschaltung_V6.elf" > "Zeitschaltung_V6.lss"
|
|
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O srec -R .eeprom -R .fuse -R .lock -R .signature "Zeitschaltung_V6.elf" "Zeitschaltung_V6.srec"
|
|
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-size.exe" "Zeitschaltung_V6.elf"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Other Targets
|
|
clean:
|
|
-$(RM) $(OBJS_AS_ARGS)$(C_DEPS_AS_ARGS) $(EXECUTABLES)
|
|
rm -rf "Zeitschaltung_V6.elf" "Zeitschaltung_V6.a" "Zeitschaltung_V6.hex" "Zeitschaltung_V6.lss" "Zeitschaltung_V6.eep" "Zeitschaltung_V6.map" "Zeitschaltung_V6.srec"
|
|
|