mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/CAN-Demo.git
synced 2025-06-10 19:15:59 +00:00
31 lines
1.8 KiB
Makefile
31 lines
1.8 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/can/id.cpp \
|
|
../Libs/sta-core/src/can/iter.cpp
|
|
|
|
OBJS += \
|
|
./Libs/sta-core/src/can/id.o \
|
|
./Libs/sta-core/src/can/iter.o
|
|
|
|
CPP_DEPS += \
|
|
./Libs/sta-core/src/can/id.d \
|
|
./Libs/sta-core/src/can/iter.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Libs/sta-core/src/can/%.o Libs/sta-core/src/can/%.su Libs/sta-core/src/can/%.cyclo: ../Libs/sta-core/src/can/%.cpp Libs/sta-core/src/can/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"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -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-can
|
|
|
|
clean-Libs-2f-sta-2d-core-2f-src-2f-can:
|
|
-$(RM) ./Libs/sta-core/src/can/id.cyclo ./Libs/sta-core/src/can/id.d ./Libs/sta-core/src/can/id.o ./Libs/sta-core/src/can/id.su ./Libs/sta-core/src/can/iter.cyclo ./Libs/sta-core/src/can/iter.d ./Libs/sta-core/src/can/iter.o ./Libs/sta-core/src/can/iter.su
|
|
|
|
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-can
|
|
|