subdir.mk 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. # Toolchain: GNU Tools for STM32 (12.3.rel1)
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. C_SRCS += \
  7. ../Core/Src/input_capture.c \
  8. ../Core/Src/main.c \
  9. ../Core/Src/stm32g0xx_hal_msp.c \
  10. ../Core/Src/stm32g0xx_it.c \
  11. ../Core/Src/syscalls.c \
  12. ../Core/Src/sysmem.c \
  13. ../Core/Src/system_stm32g0xx.c \
  14. ../Core/Src/user.c
  15. OBJS += \
  16. ./Core/Src/input_capture.o \
  17. ./Core/Src/main.o \
  18. ./Core/Src/stm32g0xx_hal_msp.o \
  19. ./Core/Src/stm32g0xx_it.o \
  20. ./Core/Src/syscalls.o \
  21. ./Core/Src/sysmem.o \
  22. ./Core/Src/system_stm32g0xx.o \
  23. ./Core/Src/user.o
  24. C_DEPS += \
  25. ./Core/Src/input_capture.d \
  26. ./Core/Src/main.d \
  27. ./Core/Src/stm32g0xx_hal_msp.d \
  28. ./Core/Src/stm32g0xx_it.d \
  29. ./Core/Src/syscalls.d \
  30. ./Core/Src/sysmem.d \
  31. ./Core/Src/system_stm32g0xx.d \
  32. ./Core/Src/user.d
  33. # Each subdirectory must supply rules for building sources it contributes
  34. Core/Src/%.o Core/Src/%.su Core/Src/%.cyclo: ../Core/Src/%.c Core/Src/subdir.mk
  35. arm-none-eabi-gcc "$<" -mcpu=cortex-m0plus -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32G030xx -c -I../Core/Inc -I../Drivers/STM32G0xx_HAL_Driver/Inc -I../Drivers/STM32G0xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32G0xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
  36. clean: clean-Core-2f-Src
  37. clean-Core-2f-Src:
  38. -$(RM) ./Core/Src/input_capture.cyclo ./Core/Src/input_capture.d ./Core/Src/input_capture.o ./Core/Src/input_capture.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/stm32g0xx_hal_msp.cyclo ./Core/Src/stm32g0xx_hal_msp.d ./Core/Src/stm32g0xx_hal_msp.o ./Core/Src/stm32g0xx_hal_msp.su ./Core/Src/stm32g0xx_it.cyclo ./Core/Src/stm32g0xx_it.d ./Core/Src/stm32g0xx_it.o ./Core/Src/stm32g0xx_it.su ./Core/Src/syscalls.cyclo ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.cyclo ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32g0xx.cyclo ./Core/Src/system_stm32g0xx.d ./Core/Src/system_stm32g0xx.o ./Core/Src/system_stm32g0xx.su ./Core/Src/user.cyclo ./Core/Src/user.d ./Core/Src/user.o ./Core/Src/user.su
  39. .PHONY: clean-Core-2f-Src