You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
2.7 KiB

################################################################################
# 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 += \
../Src/gui/action.cpp \
../Src/gui/app_context.cpp \
../Src/gui/data.cpp \
../Src/gui/document.cpp \
../Src/gui/hooks.cpp \
../Src/gui/keypad.cpp
OBJS += \
./Src/gui/action.o \
./Src/gui/app_context.o \
./Src/gui/data.o \
./Src/gui/document.o \
./Src/gui/hooks.o \
./Src/gui/keypad.o
CPP_DEPS += \
./Src/gui/action.d \
./Src/gui/app_context.d \
./Src/gui/data.d \
./Src/gui/document.d \
./Src/gui/hooks.d \
./Src/gui/keypad.d
# Each subdirectory must supply rules for building sources it contributes
Src/gui/%.o Src/gui/%.su Src/gui/%.cyclo: ../Src/gui/%.cpp Src/gui/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m7 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F746xx -DEEZ_PLATFORM_STM32 -DEEZ_PLATFORM_STM32F746G_DISCO -DLZ4_FORCE_MEMORY_ACCESS=0 -c -I../Core/Inc -I../FATFS/Target -I../FATFS/App -I../Drivers/STM32F7xx_HAL_Driver/Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc/Legacy -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1 -I../Middlewares/Third_Party/FatFs/src -I../Drivers/CMSIS/Device/ST/STM32F7xx/Include -I../Drivers/CMSIS/Include -I../Drivers/BSP/STM32746G-Discovery -I../Drivers/BSP/Components/Common -I../Utilities/CPU -I../Utilities/Log -I../Src -I../Middlewares -I../Middlewares/eez-framework/src -I../Middlewares/eez-framework/src/eez/libs/agg -I../Middlewares/eez-framework/src/eez/libs/libscpi/inc -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../USB_DEVICE/App -I../USB_DEVICE/Target -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -Og -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 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Src-2f-gui
clean-Src-2f-gui:
-$(RM) ./Src/gui/action.cyclo ./Src/gui/action.d ./Src/gui/action.o ./Src/gui/action.su ./Src/gui/app_context.cyclo ./Src/gui/app_context.d ./Src/gui/app_context.o ./Src/gui/app_context.su ./Src/gui/data.cyclo ./Src/gui/data.d ./Src/gui/data.o ./Src/gui/data.su ./Src/gui/document.cyclo ./Src/gui/document.d ./Src/gui/document.o ./Src/gui/document.su ./Src/gui/hooks.cyclo ./Src/gui/hooks.d ./Src/gui/hooks.o ./Src/gui/hooks.su ./Src/gui/keypad.cyclo ./Src/gui/keypad.d ./Src/gui/keypad.o ./Src/gui/keypad.su
.PHONY: clean-Src-2f-gui