# # Generated Makefile - do not edit! # # Edit the Makefile in the project folder instead (../Makefile). Each target # has a -pre and a -post target defined where you can add customized code. # # This makefile implements configuration specific macros and targets. # Include project Makefile ifeq "${IGNORE_LOCAL}" "TRUE" # do not include local makefile. User is passing all local related variables already else include Makefile # Include makefile containing local settings ifeq "$(wildcard nbproject/Makefile-local-ATMega328PB.mk)" "nbproject/Makefile-local-ATMega328PB.mk" include nbproject/Makefile-local-ATMega328PB.mk endif endif # Environment MKDIR=gnumkdir -p RM=rm -f MV=mv CP=cp # Macros CND_CONF=ATMega328PB ifeq ($(TYPE_IMAGE), DEBUG_RUN) IMAGE_TYPE=debug OUTPUT_SUFFIX=elf DEBUGGABLE_SUFFIX=elf FINAL_IMAGE=${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.${OUTPUT_SUFFIX} else IMAGE_TYPE=production OUTPUT_SUFFIX=hex DEBUGGABLE_SUFFIX=elf FINAL_IMAGE=${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.${OUTPUT_SUFFIX} endif ifeq ($(COMPARE_BUILD), true) COMPARISON_BUILD= else COMPARISON_BUILD= endif # Object Directory OBJECTDIR=build/${CND_CONF}/${IMAGE_TYPE} # Distribution Directory DISTDIR=dist/${CND_CONF}/${IMAGE_TYPE} # Source Files Quoted if spaced SOURCEFILES_QUOTED_IF_SPACED=Bootloader/idibus_hw.c Bootloader/main.c Components/bootFunctions.c IdiBusSlave/MEMORY.c IdiBusSlave/RSLink.c IdiBusSlave/USART1.c Required/AES.c Required/CRCs.c Required/System.c # Object Files Quoted if spaced OBJECTFILES_QUOTED_IF_SPACED=${OBJECTDIR}/Bootloader/idibus_hw.o ${OBJECTDIR}/Bootloader/main.o ${OBJECTDIR}/Components/bootFunctions.o ${OBJECTDIR}/IdiBusSlave/MEMORY.o ${OBJECTDIR}/IdiBusSlave/RSLink.o ${OBJECTDIR}/IdiBusSlave/USART1.o ${OBJECTDIR}/Required/AES.o ${OBJECTDIR}/Required/CRCs.o ${OBJECTDIR}/Required/System.o POSSIBLE_DEPFILES=${OBJECTDIR}/Bootloader/idibus_hw.o.d ${OBJECTDIR}/Bootloader/main.o.d ${OBJECTDIR}/Components/bootFunctions.o.d ${OBJECTDIR}/IdiBusSlave/MEMORY.o.d ${OBJECTDIR}/IdiBusSlave/RSLink.o.d ${OBJECTDIR}/IdiBusSlave/USART1.o.d ${OBJECTDIR}/Required/AES.o.d ${OBJECTDIR}/Required/CRCs.o.d ${OBJECTDIR}/Required/System.o.d # Object Files OBJECTFILES=${OBJECTDIR}/Bootloader/idibus_hw.o ${OBJECTDIR}/Bootloader/main.o ${OBJECTDIR}/Components/bootFunctions.o ${OBJECTDIR}/IdiBusSlave/MEMORY.o ${OBJECTDIR}/IdiBusSlave/RSLink.o ${OBJECTDIR}/IdiBusSlave/USART1.o ${OBJECTDIR}/Required/AES.o ${OBJECTDIR}/Required/CRCs.o ${OBJECTDIR}/Required/System.o # Source Files SOURCEFILES=Bootloader/idibus_hw.c Bootloader/main.c Components/bootFunctions.c IdiBusSlave/MEMORY.c IdiBusSlave/RSLink.c IdiBusSlave/USART1.c Required/AES.c Required/CRCs.c Required/System.c # Pack Options PACK_COMPILER_OPTIONS=-I "${DFP_DIR}/include" PACK_COMMON_OPTIONS=-B "${DFP_DIR}/gcc/dev/atmega328pb" CFLAGS= ASFLAGS= LDLIBSOPTIONS= ############# Tool locations ########################################## # If you copy a project from one host to another, the path where the # # compiler is installed may be different. # # If you open this project with MPLAB X in the new host, this # # makefile will be regenerated and the paths will be corrected. # ####################################################################### # fixDeps replaces a bunch of sed/cat/printf statements that slow down the build FIXDEPS=fixDeps .build-conf: ${BUILD_SUBPROJECTS} ifneq ($(INFORMATION_MESSAGE), ) @echo $(INFORMATION_MESSAGE) endif ${MAKE} -f nbproject/Makefile-ATMega328PB.mk ${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.${OUTPUT_SUFFIX} MP_PROCESSOR_OPTION=ATmega328PB # ------------------------------------------------------------------------------------ # Rules for buildStep: assemble ifeq ($(TYPE_IMAGE), DEBUG_RUN) else endif # ------------------------------------------------------------------------------------ # Rules for buildStep: assembleWithPreprocess ifeq ($(TYPE_IMAGE), DEBUG_RUN) else endif # ------------------------------------------------------------------------------------ # Rules for buildStep: compile ifeq ($(TYPE_IMAGE), DEBUG_RUN) ${OBJECTDIR}/Bootloader/idibus_hw.o: Bootloader/idibus_hw.c .generated_files/flags/ATMega328PB/f99cf426c0c053ac445396e75f57120243006671 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Bootloader" @${RM} ${OBJECTDIR}/Bootloader/idibus_hw.o.d @${RM} ${OBJECTDIR}/Bootloader/idibus_hw.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -g -DDEBUG -gdwarf-2 -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Bootloader/idibus_hw.o.d" -MT "${OBJECTDIR}/Bootloader/idibus_hw.o.d" -MT ${OBJECTDIR}/Bootloader/idibus_hw.o -o ${OBJECTDIR}/Bootloader/idibus_hw.o Bootloader/idibus_hw.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Bootloader/main.o: Bootloader/main.c .generated_files/flags/ATMega328PB/8b4c73509bdacf025a6b6ee6afe9ef8bb0422d2 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Bootloader" @${RM} ${OBJECTDIR}/Bootloader/main.o.d @${RM} ${OBJECTDIR}/Bootloader/main.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -g -DDEBUG -gdwarf-2 -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Bootloader/main.o.d" -MT "${OBJECTDIR}/Bootloader/main.o.d" -MT ${OBJECTDIR}/Bootloader/main.o -o ${OBJECTDIR}/Bootloader/main.o Bootloader/main.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Components/bootFunctions.o: Components/bootFunctions.c .generated_files/flags/ATMega328PB/f0cd471de8def27dddf0f5400b9142202d43fe88 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Components" @${RM} ${OBJECTDIR}/Components/bootFunctions.o.d @${RM} ${OBJECTDIR}/Components/bootFunctions.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -g -DDEBUG -gdwarf-2 -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Components/bootFunctions.o.d" -MT "${OBJECTDIR}/Components/bootFunctions.o.d" -MT ${OBJECTDIR}/Components/bootFunctions.o -o ${OBJECTDIR}/Components/bootFunctions.o Components/bootFunctions.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/MEMORY.o: IdiBusSlave/MEMORY.c .generated_files/flags/ATMega328PB/2c5f376adfe8d966ac166f067878e1b040a53388 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/MEMORY.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/MEMORY.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -g -DDEBUG -gdwarf-2 -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/IdiBusSlave/MEMORY.o.d" -MT "${OBJECTDIR}/IdiBusSlave/MEMORY.o.d" -MT ${OBJECTDIR}/IdiBusSlave/MEMORY.o -o ${OBJECTDIR}/IdiBusSlave/MEMORY.o IdiBusSlave/MEMORY.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/RSLink.o: IdiBusSlave/RSLink.c .generated_files/flags/ATMega328PB/916b30004b72f8ce1faac403b85e66d67e572475 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/RSLink.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/RSLink.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -g -DDEBUG -gdwarf-2 -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/IdiBusSlave/RSLink.o.d" -MT "${OBJECTDIR}/IdiBusSlave/RSLink.o.d" -MT ${OBJECTDIR}/IdiBusSlave/RSLink.o -o ${OBJECTDIR}/IdiBusSlave/RSLink.o IdiBusSlave/RSLink.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/USART1.o: IdiBusSlave/USART1.c .generated_files/flags/ATMega328PB/5fac27ca93a4fde6d3bf33c0eaa5c2fe07153f9c .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/USART1.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/USART1.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -g -DDEBUG -gdwarf-2 -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/IdiBusSlave/USART1.o.d" -MT "${OBJECTDIR}/IdiBusSlave/USART1.o.d" -MT ${OBJECTDIR}/IdiBusSlave/USART1.o -o ${OBJECTDIR}/IdiBusSlave/USART1.o IdiBusSlave/USART1.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/AES.o: Required/AES.c .generated_files/flags/ATMega328PB/828b4b9d44f7055cd07e3f4860d8d4f3201cd8a8 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/AES.o.d @${RM} ${OBJECTDIR}/Required/AES.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -g -DDEBUG -gdwarf-2 -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Required/AES.o.d" -MT "${OBJECTDIR}/Required/AES.o.d" -MT ${OBJECTDIR}/Required/AES.o -o ${OBJECTDIR}/Required/AES.o Required/AES.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/CRCs.o: Required/CRCs.c .generated_files/flags/ATMega328PB/4befa5aaa5794cff8219fae84c77f19b8d730384 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/CRCs.o.d @${RM} ${OBJECTDIR}/Required/CRCs.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -g -DDEBUG -gdwarf-2 -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Required/CRCs.o.d" -MT "${OBJECTDIR}/Required/CRCs.o.d" -MT ${OBJECTDIR}/Required/CRCs.o -o ${OBJECTDIR}/Required/CRCs.o Required/CRCs.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/System.o: Required/System.c .generated_files/flags/ATMega328PB/7f3ee39388711310bfcafc420920e70e10ba9253 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/System.o.d @${RM} ${OBJECTDIR}/Required/System.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -g -DDEBUG -gdwarf-2 -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Required/System.o.d" -MT "${OBJECTDIR}/Required/System.o.d" -MT ${OBJECTDIR}/Required/System.o -o ${OBJECTDIR}/Required/System.o Required/System.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) else ${OBJECTDIR}/Bootloader/idibus_hw.o: Bootloader/idibus_hw.c .generated_files/flags/ATMega328PB/998dbebfb93d058e76a7f321d47ea184a2f5e8d7 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Bootloader" @${RM} ${OBJECTDIR}/Bootloader/idibus_hw.o.d @${RM} ${OBJECTDIR}/Bootloader/idibus_hw.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Bootloader/idibus_hw.o.d" -MT "${OBJECTDIR}/Bootloader/idibus_hw.o.d" -MT ${OBJECTDIR}/Bootloader/idibus_hw.o -o ${OBJECTDIR}/Bootloader/idibus_hw.o Bootloader/idibus_hw.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Bootloader/main.o: Bootloader/main.c .generated_files/flags/ATMega328PB/fd297987810580d406c3a07777d6304a81d251d7 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Bootloader" @${RM} ${OBJECTDIR}/Bootloader/main.o.d @${RM} ${OBJECTDIR}/Bootloader/main.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Bootloader/main.o.d" -MT "${OBJECTDIR}/Bootloader/main.o.d" -MT ${OBJECTDIR}/Bootloader/main.o -o ${OBJECTDIR}/Bootloader/main.o Bootloader/main.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Components/bootFunctions.o: Components/bootFunctions.c .generated_files/flags/ATMega328PB/e813cb03b32389ecdae61edeccf1263c29055b7 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Components" @${RM} ${OBJECTDIR}/Components/bootFunctions.o.d @${RM} ${OBJECTDIR}/Components/bootFunctions.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Components/bootFunctions.o.d" -MT "${OBJECTDIR}/Components/bootFunctions.o.d" -MT ${OBJECTDIR}/Components/bootFunctions.o -o ${OBJECTDIR}/Components/bootFunctions.o Components/bootFunctions.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/MEMORY.o: IdiBusSlave/MEMORY.c .generated_files/flags/ATMega328PB/1eb7ce8d8aa42d97d11a9d3d6493a7fab5f6cb99 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/MEMORY.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/MEMORY.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/IdiBusSlave/MEMORY.o.d" -MT "${OBJECTDIR}/IdiBusSlave/MEMORY.o.d" -MT ${OBJECTDIR}/IdiBusSlave/MEMORY.o -o ${OBJECTDIR}/IdiBusSlave/MEMORY.o IdiBusSlave/MEMORY.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/RSLink.o: IdiBusSlave/RSLink.c .generated_files/flags/ATMega328PB/2b88d4e3c6a2040a04c021931f3b655a996f574a .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/RSLink.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/RSLink.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/IdiBusSlave/RSLink.o.d" -MT "${OBJECTDIR}/IdiBusSlave/RSLink.o.d" -MT ${OBJECTDIR}/IdiBusSlave/RSLink.o -o ${OBJECTDIR}/IdiBusSlave/RSLink.o IdiBusSlave/RSLink.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/USART1.o: IdiBusSlave/USART1.c .generated_files/flags/ATMega328PB/a6f479f25cd67e670e0d556b1f8cccd84ce4868e .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/USART1.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/USART1.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/IdiBusSlave/USART1.o.d" -MT "${OBJECTDIR}/IdiBusSlave/USART1.o.d" -MT ${OBJECTDIR}/IdiBusSlave/USART1.o -o ${OBJECTDIR}/IdiBusSlave/USART1.o IdiBusSlave/USART1.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/AES.o: Required/AES.c .generated_files/flags/ATMega328PB/83f0c77e00dc1050b229c2a4ae31d44f254879c1 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/AES.o.d @${RM} ${OBJECTDIR}/Required/AES.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Required/AES.o.d" -MT "${OBJECTDIR}/Required/AES.o.d" -MT ${OBJECTDIR}/Required/AES.o -o ${OBJECTDIR}/Required/AES.o Required/AES.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/CRCs.o: Required/CRCs.c .generated_files/flags/ATMega328PB/85250eeaa3e88710d89d7d1b2b986e017bc44c25 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/CRCs.o.d @${RM} ${OBJECTDIR}/Required/CRCs.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Required/CRCs.o.d" -MT "${OBJECTDIR}/Required/CRCs.o.d" -MT ${OBJECTDIR}/Required/CRCs.o -o ${OBJECTDIR}/Required/CRCs.o Required/CRCs.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/System.o: Required/System.c .generated_files/flags/ATMega328PB/b9cc6460f4dcaf4915acbbd701ad0c27d2b2551 .generated_files/flags/ATMega328PB/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/System.o.d @${RM} ${OBJECTDIR}/Required/System.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega328pb ${PACK_COMPILER_OPTIONS} ${PACK_COMMON_OPTIONS} -x c -c -D__$(MP_PROCESSOR_OPTION)__ -I"Bootloader" -I"Components" -I"IdiBusSlave" -I"Required" -funsigned-char -funsigned-bitfields -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -MD -MP -MF "${OBJECTDIR}/Required/System.o.d" -MT "${OBJECTDIR}/Required/System.o.d" -MT ${OBJECTDIR}/Required/System.o -o ${OBJECTDIR}/Required/System.o Required/System.c -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) endif # ------------------------------------------------------------------------------------ # Rules for buildStep: compileCPP ifeq ($(TYPE_IMAGE), DEBUG_RUN) else endif # ------------------------------------------------------------------------------------ # Rules for buildStep: link ifeq ($(TYPE_IMAGE), DEBUG_RUN) ${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.${OUTPUT_SUFFIX}: ${OBJECTFILES} nbproject/Makefile-${CND_CONF}.mk @${MKDIR} ${DISTDIR} ${MP_CC} $(MP_EXTRA_LD_PRE) -mmcu=atmega328pb ${PACK_COMMON_OPTIONS} -gdwarf-2 -D__$(MP_PROCESSOR_OPTION)__ -Wl,-Map="${DISTDIR}\idibusslavebootloader.${IMAGE_TYPE}.map" -Wl,-section-start=.locationInApp=0x6f80 -Wl,-section-start=.text=0x7000 -Wl,-section-start=.locationInBoot=0x7fd0 -o ${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.${OUTPUT_SUFFIX} ${OBJECTFILES_QUOTED_IF_SPACED} -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) -Wl,--defsym=__MPLAB_BUILD=1$(MP_EXTRA_LD_POST)$(MP_LINKER_FILE_OPTION),--defsym=__ICD2RAM=1,--defsym=__MPLAB_DEBUG=1,--defsym=__DEBUG=1 -Wl,--gc-sections -Wl,--start-group -Wl,-lm -Wl,--end-group else ${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.${OUTPUT_SUFFIX}: ${OBJECTFILES} nbproject/Makefile-${CND_CONF}.mk @${MKDIR} ${DISTDIR} ${MP_CC} $(MP_EXTRA_LD_PRE) -mmcu=atmega328pb ${PACK_COMMON_OPTIONS} -D__$(MP_PROCESSOR_OPTION)__ -Wl,-Map="${DISTDIR}\idibusslavebootloader.${IMAGE_TYPE}.map" -Wl,-section-start=.locationInApp=0x6f80 -Wl,-section-start=.text=0x7000 -Wl,-section-start=.locationInBoot=0x7fd0 -o ${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.${DEBUGGABLE_SUFFIX} ${OBJECTFILES_QUOTED_IF_SPACED} -DXPRJ_ATMega328PB=$(CND_CONF) $(COMPARISON_BUILD) -Wl,--defsym=__MPLAB_BUILD=1$(MP_EXTRA_LD_POST)$(MP_LINKER_FILE_OPTION) -Wl,--gc-sections -Wl,--start-group -Wl,-lm -Wl,--end-group ${MP_CC_DIR}\\avr-objcopy -O ihex "${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.${DEBUGGABLE_SUFFIX}" "${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.hex" endif # Subprojects .build-subprojects: # Subprojects .clean-subprojects: # Clean Targets .clean-conf: ${CLEAN_SUBPROJECTS} ${RM} -r ${OBJECTDIR} ${RM} -r ${DISTDIR} # Enable dependency checking .dep.inc: .depcheck-impl DEPFILES=$(wildcard ${POSSIBLE_DEPFILES}) ifneq (${DEPFILES},) include ${DEPFILES} endif