| 12345678910111213141516171819202122232425262728293031 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- C_SRCS += \
- ../Source/PWM.c \
- ../Source/RTC.c \
- ../Source/Tab.c
- OBJS += \
- ./Source/PWM.o \
- ./Source/RTC.o \
- ./Source/Tab.o
- C_DEPS += \
- ./Source/PWM.d \
- ./Source/RTC.d \
- ./Source/Tab.d
- # Each subdirectory must supply rules for building sources it contributes
- Source/%.o: ../Source/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: MCU GCC Compiler'
- @echo $(PWD)
- arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 '-D__weak=__attribute__((weak))' '-D__packed=__attribute__((__packed__))' -DUSE_HAL_DRIVER -DSTM32F401xC -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Inc" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Include" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Drivers/STM32F4xx_HAL_Driver/Inc" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Middlewares/Third_Party/FreeRTOS/Source/include" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Drivers/CMSIS/Device/ST/STM32F4xx/Include" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Drivers/CMSIS/Include" -Og -g3 -Wall -fmessage-length=0 -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
|