# # 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-ATMega1280.mk)" "nbproject/Makefile-local-ATMega1280.mk" include nbproject/Makefile-local-ATMega1280.mk endif endif # Environment MKDIR=gnumkdir -p RM=rm -f MV=mv CP=cp # Macros CND_CONF=ATMega1280 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/atmega1280" 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-ATMega1280.mk ${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.${OUTPUT_SUFFIX} MP_PROCESSOR_OPTION=ATmega1280 # ------------------------------------------------------------------------------------ # 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/ATMega1280/1741ca773f9d6c9200d3a790ad45e96c5829c640 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Bootloader" @${RM} ${OBJECTDIR}/Bootloader/idibus_hw.o.d @${RM} ${OBJECTDIR}/Bootloader/idibus_hw.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Bootloader/main.o: Bootloader/main.c .generated_files/flags/ATMega1280/bb655dbc1061401470f0f566876f7026e5ace499 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Bootloader" @${RM} ${OBJECTDIR}/Bootloader/main.o.d @${RM} ${OBJECTDIR}/Bootloader/main.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Components/bootFunctions.o: Components/bootFunctions.c .generated_files/flags/ATMega1280/1f5cc1c7be8f81d4f303661f0aaae78529317e95 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Components" @${RM} ${OBJECTDIR}/Components/bootFunctions.o.d @${RM} ${OBJECTDIR}/Components/bootFunctions.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/MEMORY.o: IdiBusSlave/MEMORY.c .generated_files/flags/ATMega1280/c23eb7cc2c8b0f1ceee86356557595059d31af89 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/MEMORY.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/MEMORY.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/RSLink.o: IdiBusSlave/RSLink.c .generated_files/flags/ATMega1280/9198634f3341b68f2052786c76cdf7dcd509cfb7 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/RSLink.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/RSLink.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/USART1.o: IdiBusSlave/USART1.c .generated_files/flags/ATMega1280/7bfb78fa34859e278d75f0fd7ed326cdc377e24e .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/USART1.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/USART1.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/AES.o: Required/AES.c .generated_files/flags/ATMega1280/ca5c4f49b4464a0aea7259dd5aa97bd0815071c3 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/AES.o.d @${RM} ${OBJECTDIR}/Required/AES.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/CRCs.o: Required/CRCs.c .generated_files/flags/ATMega1280/7807eb644b23d76c42e80ca3902eba9da590a183 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/CRCs.o.d @${RM} ${OBJECTDIR}/Required/CRCs.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/System.o: Required/System.c .generated_files/flags/ATMega1280/46eb75c9563df5dcd097801af28730cad0445496 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/System.o.d @${RM} ${OBJECTDIR}/Required/System.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) else ${OBJECTDIR}/Bootloader/idibus_hw.o: Bootloader/idibus_hw.c .generated_files/flags/ATMega1280/eb2b2c413412e7471de5307f9c6d5f0f9bf4fa87 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Bootloader" @${RM} ${OBJECTDIR}/Bootloader/idibus_hw.o.d @${RM} ${OBJECTDIR}/Bootloader/idibus_hw.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Bootloader/main.o: Bootloader/main.c .generated_files/flags/ATMega1280/2f774ef7e8c3913fb00c2d2556c8470a7f759334 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Bootloader" @${RM} ${OBJECTDIR}/Bootloader/main.o.d @${RM} ${OBJECTDIR}/Bootloader/main.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Components/bootFunctions.o: Components/bootFunctions.c .generated_files/flags/ATMega1280/8358bfa9d61e5b7a8f372ab420623fd9d2f4767d .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Components" @${RM} ${OBJECTDIR}/Components/bootFunctions.o.d @${RM} ${OBJECTDIR}/Components/bootFunctions.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/MEMORY.o: IdiBusSlave/MEMORY.c .generated_files/flags/ATMega1280/af13cfcee2e53a4bbc5d076f457a7813e33ecf81 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/MEMORY.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/MEMORY.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/RSLink.o: IdiBusSlave/RSLink.c .generated_files/flags/ATMega1280/4e52b70d1f08e3ea705418e94a36f913283f24b2 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/RSLink.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/RSLink.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/IdiBusSlave/USART1.o: IdiBusSlave/USART1.c .generated_files/flags/ATMega1280/82515b4fd15cec20d8517fb8f53c1592e2ecb37b .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/IdiBusSlave" @${RM} ${OBJECTDIR}/IdiBusSlave/USART1.o.d @${RM} ${OBJECTDIR}/IdiBusSlave/USART1.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/AES.o: Required/AES.c .generated_files/flags/ATMega1280/52fa2dd4dcb195f90616e93cbd35c43b2883c916 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/AES.o.d @${RM} ${OBJECTDIR}/Required/AES.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/CRCs.o: Required/CRCs.c .generated_files/flags/ATMega1280/2c8299a0711d540a4d32ddba361d48c263ef24c8 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/CRCs.o.d @${RM} ${OBJECTDIR}/Required/CRCs.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(CND_CONF) $(COMPARISON_BUILD) ${OBJECTDIR}/Required/System.o: Required/System.c .generated_files/flags/ATMega1280/43dbe3e4149c088453c32bc14289d3ea71740718 .generated_files/flags/ATMega1280/da39a3ee5e6b4b0d3255bfef95601890afd80709 @${MKDIR} "${OBJECTDIR}/Required" @${RM} ${OBJECTDIR}/Required/System.o.d @${RM} ${OBJECTDIR}/Required/System.o ${MP_CC} $(MP_EXTRA_CC_PRE) -mmcu=atmega1280 ${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_ATMega1280=$(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=atmega1280 ${PACK_COMMON_OPTIONS} -gdwarf-2 -D__$(MP_PROCESSOR_OPTION)__ -Wl,-Map="${DISTDIR}\idibusslavebootloader.${IMAGE_TYPE}.map" -Wl,-section-start=.locationInApp=0x1df00 -Wl,-section-start=.text=0x1e000 -Wl,-section-start=.locationInBoot=0x1ff00 -o ${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.${OUTPUT_SUFFIX} ${OBJECTFILES_QUOTED_IF_SPACED} -DXPRJ_ATMega1280=$(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=atmega1280 ${PACK_COMMON_OPTIONS} -D__$(MP_PROCESSOR_OPTION)__ -Wl,-Map="${DISTDIR}\idibusslavebootloader.${IMAGE_TYPE}.map" -Wl,-section-start=.locationInApp=0x1df00 -Wl,-section-start=.text=0x1e000 -Wl,-section-start=.locationInBoot=0x1ff00 -o ${DISTDIR}/idibusslavebootloader.${IMAGE_TYPE}.${DEBUGGABLE_SUFFIX} ${OBJECTFILES_QUOTED_IF_SPACED} -DXPRJ_ATMega1280=$(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