################################################################################ # Automatically-generated file. Do not edit! # Toolchain: GNU Tools for STM32 (13.3.rel1) ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../src/button.c \ ../src/buzzer.c \ ../src/leds.c \ ../src/main.c \ ../src/mode_mainswitch.c \ ../src/mode_secondaryprotection.c \ ../src/modeswitch.c \ ../src/relais.c OBJS += \ ./src/button.o \ ./src/buzzer.o \ ./src/leds.o \ ./src/main.o \ ./src/mode_mainswitch.o \ ./src/mode_secondaryprotection.o \ ./src/modeswitch.o \ ./src/relais.o C_DEPS += \ ./src/button.d \ ./src/buzzer.d \ ./src/leds.d \ ./src/main.d \ ./src/mode_mainswitch.d \ ./src/mode_secondaryprotection.d \ ./src/modeswitch.d \ ./src/relais.d # Each subdirectory must supply rules for building sources it contributes src/%.o src/%.su src/%.cyclo: ../src/%.c src/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m0plus -std=gnu11 -DUSE_HAL_DRIVER -DSTM32C031xx -c -I../../Core/Inc -I../../Drivers/STM32C0xx_HAL_Driver/Inc -I../../Drivers/STM32C0xx_HAL_Driver/Inc/Legacy -I../../Drivers/CMSIS/Device/ST/STM32C0xx/Include -I../../Drivers/CMSIS/Include -I"D:/Projekte/ecs_PowerPro/trunk/firmware_v2/STM32CubeIDE/inc" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-src clean-src: -$(RM) ./src/button.cyclo ./src/button.d ./src/button.o ./src/button.su ./src/buzzer.cyclo ./src/buzzer.d ./src/buzzer.o ./src/buzzer.su ./src/leds.cyclo ./src/leds.d ./src/leds.o ./src/leds.su ./src/main.cyclo ./src/main.d ./src/main.o ./src/main.su ./src/mode_mainswitch.cyclo ./src/mode_mainswitch.d ./src/mode_mainswitch.o ./src/mode_mainswitch.su ./src/mode_secondaryprotection.cyclo ./src/mode_secondaryprotection.d ./src/mode_secondaryprotection.o ./src/mode_secondaryprotection.su ./src/modeswitch.cyclo ./src/modeswitch.d ./src/modeswitch.o ./src/modeswitch.su ./src/relais.cyclo ./src/relais.d ./src/relais.o ./src/relais.su .PHONY: clean-src