2024-02-14 22:55:42 +01:00

31 lines
2.2 KiB
Makefile

################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (11.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../Libs/sta-core/src/atomic/mutex.cpp \
../Libs/sta-core/src/atomic/signal.cpp
OBJS += \
./Libs/sta-core/src/atomic/mutex.o \
./Libs/sta-core/src/atomic/signal.o
CPP_DEPS += \
./Libs/sta-core/src/atomic/mutex.d \
./Libs/sta-core/src/atomic/signal.d
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/atomic/%.o Libs/sta-core/src/atomic/%.su Libs/sta-core/src/atomic/%.cyclo: ../Libs/sta-core/src/atomic/%.cpp Libs/sta-core/src/atomic/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-atomic
clean-Libs-2f-sta-2d-core-2f-src-2f-atomic:
-$(RM) ./Libs/sta-core/src/atomic/mutex.cyclo ./Libs/sta-core/src/atomic/mutex.d ./Libs/sta-core/src/atomic/mutex.o ./Libs/sta-core/src/atomic/mutex.su ./Libs/sta-core/src/atomic/signal.cyclo ./Libs/sta-core/src/atomic/signal.d ./Libs/sta-core/src/atomic/signal.o ./Libs/sta-core/src/atomic/signal.su
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-atomic