################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../Fakultaet.c S_UPPER_SRCS += \ ../AStartup.S OBJS += \ ./AStartup.o \ ./Fakultaet.o S_UPPER_DEPS += \ ./AStartup.d C_DEPS += \ ./Fakultaet.d # Each subdirectory must supply rules for building sources it contributes %.o: ../%.S @echo 'Building file: $<' @echo 'Invoking: Cross ARM GNU Assembler' arm-none-eabi-gcc -mcpu=arm7tdmi-s -marm -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' Fakultaet.o: ../Fakultaet.c @echo 'Building file: $<' @echo 'Invoking: Cross ARM GNU C Compiler' arm-none-eabi-gcc -mcpu=arm7tdmi-s -marm -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -std=gnu11 -Wa,-adhlns="$@.lst" -MMD -MP -MF"$(@:%.o=%.d)" -MT"Fakultaet.d" -c -o "$@" "$<" @echo 'Finished building: $<' @echo ' '