1064 lines
108 KiB
Plaintext
1064 lines
108 KiB
Plaintext
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Ninja" Generator, CMake Version 3.31
|
|
|
|
# This file contains all the build statements describing the
|
|
# compilation DAG.
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
#
|
|
# Which is the root file.
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Project: stm32f407vet6_cmake
|
|
# Configurations: Debug
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Minimal version of Ninja required by this file
|
|
|
|
ninja_required_version = 1.5
|
|
|
|
|
|
#############################################
|
|
# Set configuration variable for custom commands.
|
|
|
|
CONFIGURATION = Debug
|
|
# =============================================================================
|
|
# Include auxiliary files.
|
|
|
|
|
|
#############################################
|
|
# Include rules file.
|
|
|
|
include CMakeFiles/rules.ninja
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Logical path to working directory; prefix for absolute paths.
|
|
|
|
cmake_ninja_workdir = E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/
|
|
# =============================================================================
|
|
# Object build statements for EXECUTABLE target stm32f407vet6_cmake
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for stm32f407vet6_cmake
|
|
|
|
build cmake_object_order_depends_target_stm32f407vet6_cmake: phony || cmake_object_order_depends_target_STM32_Drivers cmake_object_order_depends_target_bsp cmake_object_order_depends_target_delay cmake_object_order_depends_target_hal cmake_object_order_depends_target_led cmake_object_order_depends_target_logging cmake_object_order_depends_target_uart cmake_object_order_depends_target_w25qxx
|
|
|
|
build CMakeFiles/stm32f407vet6_cmake.dir/APP/Src/main.c.obj: C_COMPILER__stm32f407vet6_cmake_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Src/main.c || cmake_object_order_depends_target_stm32f407vet6_cmake
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = CMakeFiles\stm32f407vet6_cmake.dir\APP\Src\main.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/led/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/uart/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/logging/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc
|
|
OBJECT_DIR = CMakeFiles\stm32f407vet6_cmake.dir
|
|
OBJECT_FILE_DIR = CMakeFiles\stm32f407vet6_cmake.dir\APP\Src
|
|
|
|
build CMakeFiles/stm32f407vet6_cmake.dir/Core/Src/stm32f4xx_it.c.obj: C_COMPILER__stm32f407vet6_cmake_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Src/stm32f4xx_it.c || cmake_object_order_depends_target_stm32f407vet6_cmake
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = CMakeFiles\stm32f407vet6_cmake.dir\Core\Src\stm32f4xx_it.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/led/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/uart/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/logging/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc
|
|
OBJECT_DIR = CMakeFiles\stm32f407vet6_cmake.dir
|
|
OBJECT_FILE_DIR = CMakeFiles\stm32f407vet6_cmake.dir\Core\Src
|
|
|
|
build CMakeFiles/stm32f407vet6_cmake.dir/Core/Src/stm32f4xx_hal_msp.c.obj: C_COMPILER__stm32f407vet6_cmake_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Src/stm32f4xx_hal_msp.c || cmake_object_order_depends_target_stm32f407vet6_cmake
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = CMakeFiles\stm32f407vet6_cmake.dir\Core\Src\stm32f4xx_hal_msp.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/led/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/uart/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/logging/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc
|
|
OBJECT_DIR = CMakeFiles\stm32f407vet6_cmake.dir
|
|
OBJECT_FILE_DIR = CMakeFiles\stm32f407vet6_cmake.dir\Core\Src
|
|
|
|
build CMakeFiles/stm32f407vet6_cmake.dir/Core/Src/sysmem.c.obj: C_COMPILER__stm32f407vet6_cmake_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Src/sysmem.c || cmake_object_order_depends_target_stm32f407vet6_cmake
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = CMakeFiles\stm32f407vet6_cmake.dir\Core\Src\sysmem.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/led/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/uart/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/logging/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc
|
|
OBJECT_DIR = CMakeFiles\stm32f407vet6_cmake.dir
|
|
OBJECT_FILE_DIR = CMakeFiles\stm32f407vet6_cmake.dir\Core\Src
|
|
|
|
build CMakeFiles/stm32f407vet6_cmake.dir/Core/Src/syscalls.c.obj: C_COMPILER__stm32f407vet6_cmake_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Src/syscalls.c || cmake_object_order_depends_target_stm32f407vet6_cmake
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = CMakeFiles\stm32f407vet6_cmake.dir\Core\Src\syscalls.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/led/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/uart/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/logging/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc
|
|
OBJECT_DIR = CMakeFiles\stm32f407vet6_cmake.dir
|
|
OBJECT_FILE_DIR = CMakeFiles\stm32f407vet6_cmake.dir\Core\Src
|
|
|
|
build CMakeFiles/stm32f407vet6_cmake.dir/startup_stm32f407xx.s.obj: ASM_COMPILER__stm32f407vet6_cmake_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/startup_stm32f407xx.s || cmake_object_order_depends_target_stm32f407vet6_cmake
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = CMakeFiles\stm32f407vet6_cmake.dir\startup_stm32f407xx.s.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -x assembler-with-cpp -MMD -MP -g3
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/led/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/uart/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/logging/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc
|
|
OBJECT_DIR = CMakeFiles\stm32f407vet6_cmake.dir
|
|
OBJECT_FILE_DIR = CMakeFiles\stm32f407vet6_cmake.dir
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for EXECUTABLE target stm32f407vet6_cmake
|
|
|
|
|
|
#############################################
|
|
# Link the executable stm32f407vet6_cmake.elf
|
|
|
|
build stm32f407vet6_cmake.elf: C_EXECUTABLE_LINKER__stm32f407vet6_cmake_Debug cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src/system_stm32f4xx.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.obj CMakeFiles/stm32f407vet6_cmake.dir/APP/Src/main.c.obj CMakeFiles/stm32f407vet6_cmake.dir/Core/Src/stm32f4xx_it.c.obj CMakeFiles/stm32f407vet6_cmake.dir/Core/Src/stm32f4xx_hal_msp.c.obj CMakeFiles/stm32f407vet6_cmake.dir/Core/Src/sysmem.c.obj CMakeFiles/stm32f407vet6_cmake.dir/Core/Src/syscalls.c.obj CMakeFiles/stm32f407vet6_cmake.dir/startup_stm32f407xx.s.obj | BSP/libbsp.a HAL/libhal.a Modules/led/libled.a Modules/delay/libdelay.a Modules/uart/libuart.a Middlewares/logging/liblogging.a Modules/w25qxx/libw25qxx.a Modules/uart/libuart.a HAL/libhal.a || BSP/libbsp.a HAL/libhal.a Middlewares/logging/liblogging.a Modules/delay/libdelay.a Modules/led/libled.a Modules/uart/libuart.a Modules/w25qxx/libw25qxx.a cmake/stm32cubemx/STM32_Drivers
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3
|
|
LINK_LIBRARIES = BSP/libbsp.a HAL/libhal.a Modules/led/libled.a Modules/delay/libdelay.a Modules/uart/libuart.a Middlewares/logging/liblogging.a Modules/w25qxx/libw25qxx.a Modules/uart/libuart.a HAL/libhal.a
|
|
OBJECT_DIR = CMakeFiles\stm32f407vet6_cmake.dir
|
|
POST_BUILD = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug && arm-none-eabi-objcopy -O binary E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/stm32f407vet6_cmake.elf E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/stm32f407vet6_cmake.bin && cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug && arm-none-eabi-objcopy -O ihex E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/stm32f407vet6_cmake.elf E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/stm32f407vet6_cmake.hex"
|
|
PRE_LINK = cd .
|
|
TARGET_FILE = stm32f407vet6_cmake.elf
|
|
TARGET_PDB = stm32f407vet6_cmake.elf.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake-gui.exe -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake cache editor...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build edit_cache: phony CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build rebuild_cache: phony CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Object build statements for OBJECT_LIBRARY target STM32_Drivers
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for STM32_Drivers
|
|
|
|
build cmake_object_order_depends_target_STM32_Drivers: phony || .
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src/system_stm32f4xx.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Src/system_stm32f4xx.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Core\Src\system_stm32f4xx.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Core\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c || cmake_object_order_depends_target_STM32_Drivers
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir
|
|
OBJECT_FILE_DIR = cmake\stm32cubemx\CMakeFiles\STM32_Drivers.dir\__\__\Drivers\STM32F4xx_HAL_Driver\Src
|
|
|
|
|
|
|
|
#############################################
|
|
# Object library STM32_Drivers
|
|
|
|
build cmake/stm32cubemx/STM32_Drivers: phony cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src/system_stm32f4xx.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.obj
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\cmake\stm32cubemx && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake-gui.exe -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake cache editor...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build cmake/stm32cubemx/edit_cache: phony cmake/stm32cubemx/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build cmake/stm32cubemx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\cmake\stm32cubemx && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build cmake/stm32cubemx/rebuild_cache: phony cmake/stm32cubemx/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Object build statements for STATIC_LIBRARY target hal
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for hal
|
|
|
|
build cmake_object_order_depends_target_hal: phony || .
|
|
|
|
build HAL/CMakeFiles/hal.dir/Src/hal.c.obj: C_COMPILER__hal_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Src/hal.c || cmake_object_order_depends_target_hal
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = HAL\CMakeFiles\hal.dir\Src\hal.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = HAL\CMakeFiles\hal.dir
|
|
OBJECT_FILE_DIR = HAL\CMakeFiles\hal.dir\Src
|
|
|
|
build HAL/CMakeFiles/hal.dir/Src/hal_gpio.c.obj: C_COMPILER__hal_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Src/hal_gpio.c || cmake_object_order_depends_target_hal
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = HAL\CMakeFiles\hal.dir\Src\hal_gpio.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = HAL\CMakeFiles\hal.dir
|
|
OBJECT_FILE_DIR = HAL\CMakeFiles\hal.dir\Src
|
|
|
|
build HAL/CMakeFiles/hal.dir/Src/hal_delay.c.obj: C_COMPILER__hal_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Src/hal_delay.c || cmake_object_order_depends_target_hal
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = HAL\CMakeFiles\hal.dir\Src\hal_delay.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = HAL\CMakeFiles\hal.dir
|
|
OBJECT_FILE_DIR = HAL\CMakeFiles\hal.dir\Src
|
|
|
|
build HAL/CMakeFiles/hal.dir/Src/hal_uart.c.obj: C_COMPILER__hal_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Src/hal_uart.c || cmake_object_order_depends_target_hal
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = HAL\CMakeFiles\hal.dir\Src\hal_uart.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = HAL\CMakeFiles\hal.dir
|
|
OBJECT_FILE_DIR = HAL\CMakeFiles\hal.dir\Src
|
|
|
|
build HAL/CMakeFiles/hal.dir/Src/hal_spi.c.obj: C_COMPILER__hal_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Src/hal_spi.c || cmake_object_order_depends_target_hal
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = HAL\CMakeFiles\hal.dir\Src\hal_spi.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = HAL\CMakeFiles\hal.dir
|
|
OBJECT_FILE_DIR = HAL\CMakeFiles\hal.dir\Src
|
|
|
|
build HAL/CMakeFiles/hal.dir/Src/arch/stm32f4/hal_stm32f4.c.obj: C_COMPILER__hal_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Src/arch/stm32f4/hal_stm32f4.c || cmake_object_order_depends_target_hal
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = HAL\CMakeFiles\hal.dir\Src\arch\stm32f4\hal_stm32f4.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = HAL\CMakeFiles\hal.dir
|
|
OBJECT_FILE_DIR = HAL\CMakeFiles\hal.dir\Src\arch\stm32f4
|
|
|
|
build HAL/CMakeFiles/hal.dir/Src/arch/stm32f4/hal_stm32f4_gpio.c.obj: C_COMPILER__hal_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Src/arch/stm32f4/hal_stm32f4_gpio.c || cmake_object_order_depends_target_hal
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = HAL\CMakeFiles\hal.dir\Src\arch\stm32f4\hal_stm32f4_gpio.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = HAL\CMakeFiles\hal.dir
|
|
OBJECT_FILE_DIR = HAL\CMakeFiles\hal.dir\Src\arch\stm32f4
|
|
|
|
build HAL/CMakeFiles/hal.dir/Src/arch/stm32f4/hal_stm32f4_uart.c.obj: C_COMPILER__hal_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Src/arch/stm32f4/hal_stm32f4_uart.c || cmake_object_order_depends_target_hal
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = HAL\CMakeFiles\hal.dir\Src\arch\stm32f4\hal_stm32f4_uart.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = HAL\CMakeFiles\hal.dir
|
|
OBJECT_FILE_DIR = HAL\CMakeFiles\hal.dir\Src\arch\stm32f4
|
|
|
|
build HAL/CMakeFiles/hal.dir/Src/arch/stm32f4/hal_stm32f4_delay.c.obj: C_COMPILER__hal_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Src/arch/stm32f4/hal_stm32f4_delay.c || cmake_object_order_depends_target_hal
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = HAL\CMakeFiles\hal.dir\Src\arch\stm32f4\hal_stm32f4_delay.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = HAL\CMakeFiles\hal.dir
|
|
OBJECT_FILE_DIR = HAL\CMakeFiles\hal.dir\Src\arch\stm32f4
|
|
|
|
build HAL/CMakeFiles/hal.dir/Src/arch/stm32f4/hal_stm32f4_spi.c.obj: C_COMPILER__hal_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Src/arch/stm32f4/hal_stm32f4_spi.c || cmake_object_order_depends_target_hal
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = HAL\CMakeFiles\hal.dir\Src\arch\stm32f4\hal_stm32f4_spi.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include
|
|
OBJECT_DIR = HAL\CMakeFiles\hal.dir
|
|
OBJECT_FILE_DIR = HAL\CMakeFiles\hal.dir\Src\arch\stm32f4
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for STATIC_LIBRARY target hal
|
|
|
|
|
|
#############################################
|
|
# Link the static library HAL\libhal.a
|
|
|
|
build HAL/libhal.a: C_STATIC_LIBRARY_LINKER__hal_Debug HAL/CMakeFiles/hal.dir/Src/hal.c.obj HAL/CMakeFiles/hal.dir/Src/hal_gpio.c.obj HAL/CMakeFiles/hal.dir/Src/hal_delay.c.obj HAL/CMakeFiles/hal.dir/Src/hal_uart.c.obj HAL/CMakeFiles/hal.dir/Src/hal_spi.c.obj HAL/CMakeFiles/hal.dir/Src/arch/stm32f4/hal_stm32f4.c.obj HAL/CMakeFiles/hal.dir/Src/arch/stm32f4/hal_stm32f4_gpio.c.obj HAL/CMakeFiles/hal.dir/Src/arch/stm32f4/hal_stm32f4_uart.c.obj HAL/CMakeFiles/hal.dir/Src/arch/stm32f4/hal_stm32f4_delay.c.obj HAL/CMakeFiles/hal.dir/Src/arch/stm32f4/hal_stm32f4_spi.c.obj
|
|
LANGUAGE_COMPILE_FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3
|
|
OBJECT_DIR = HAL\CMakeFiles\hal.dir
|
|
POST_BUILD = cd .
|
|
PRE_LINK = cd .
|
|
TARGET_FILE = HAL\libhal.a
|
|
TARGET_PDB = hal.a.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build HAL/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\HAL && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake-gui.exe -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake cache editor...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build HAL/edit_cache: phony HAL/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build HAL/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\HAL && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build HAL/rebuild_cache: phony HAL/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Object build statements for STATIC_LIBRARY target bsp
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for bsp
|
|
|
|
build cmake_object_order_depends_target_bsp: phony || cmake_object_order_depends_target_delay cmake_object_order_depends_target_hal cmake_object_order_depends_target_w25qxx
|
|
|
|
build BSP/CMakeFiles/bsp.dir/Src/bsp_init.c.obj: C_COMPILER__bsp_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Src/bsp_init.c || cmake_object_order_depends_target_bsp
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = BSP\CMakeFiles\bsp.dir\Src\bsp_init.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc
|
|
OBJECT_DIR = BSP\CMakeFiles\bsp.dir
|
|
OBJECT_FILE_DIR = BSP\CMakeFiles\bsp.dir\Src
|
|
|
|
build BSP/CMakeFiles/bsp.dir/Src/stm32f407vet6_board.c.obj: C_COMPILER__bsp_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Src/stm32f407vet6_board.c || cmake_object_order_depends_target_bsp
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = BSP\CMakeFiles\bsp.dir\Src\stm32f407vet6_board.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc
|
|
OBJECT_DIR = BSP\CMakeFiles\bsp.dir
|
|
OBJECT_FILE_DIR = BSP\CMakeFiles\bsp.dir\Src
|
|
|
|
build BSP/CMakeFiles/bsp.dir/Src/bsp_board_manager.c.obj: C_COMPILER__bsp_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Src/bsp_board_manager.c || cmake_object_order_depends_target_bsp
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = BSP\CMakeFiles\bsp.dir\Src\bsp_board_manager.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc
|
|
OBJECT_DIR = BSP\CMakeFiles\bsp.dir
|
|
OBJECT_FILE_DIR = BSP\CMakeFiles\bsp.dir\Src
|
|
|
|
build BSP/CMakeFiles/bsp.dir/Src/bsp_w25qxx.c.obj: C_COMPILER__bsp_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Src/bsp_w25qxx.c || cmake_object_order_depends_target_bsp
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = BSP\CMakeFiles\bsp.dir\Src\bsp_w25qxx.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc
|
|
OBJECT_DIR = BSP\CMakeFiles\bsp.dir
|
|
OBJECT_FILE_DIR = BSP\CMakeFiles\bsp.dir\Src
|
|
|
|
build BSP/CMakeFiles/bsp.dir/Src/bsp_key.c.obj: C_COMPILER__bsp_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Src/bsp_key.c || cmake_object_order_depends_target_bsp
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = BSP\CMakeFiles\bsp.dir\Src\bsp_key.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4 -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc
|
|
OBJECT_DIR = BSP\CMakeFiles\bsp.dir
|
|
OBJECT_FILE_DIR = BSP\CMakeFiles\bsp.dir\Src
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for STATIC_LIBRARY target bsp
|
|
|
|
|
|
#############################################
|
|
# Link the static library BSP\libbsp.a
|
|
|
|
build BSP/libbsp.a: C_STATIC_LIBRARY_LINKER__bsp_Debug BSP/CMakeFiles/bsp.dir/Src/bsp_init.c.obj BSP/CMakeFiles/bsp.dir/Src/stm32f407vet6_board.c.obj BSP/CMakeFiles/bsp.dir/Src/bsp_board_manager.c.obj BSP/CMakeFiles/bsp.dir/Src/bsp_w25qxx.c.obj BSP/CMakeFiles/bsp.dir/Src/bsp_key.c.obj || HAL/libhal.a Modules/delay/libdelay.a Modules/w25qxx/libw25qxx.a
|
|
LANGUAGE_COMPILE_FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3
|
|
OBJECT_DIR = BSP\CMakeFiles\bsp.dir
|
|
POST_BUILD = cd .
|
|
PRE_LINK = cd .
|
|
TARGET_FILE = BSP\libbsp.a
|
|
TARGET_PDB = bsp.a.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build BSP/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\BSP && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake-gui.exe -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake cache editor...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build BSP/edit_cache: phony BSP/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build BSP/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\BSP && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build BSP/rebuild_cache: phony BSP/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build Modules/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Modules && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake-gui.exe -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake cache editor...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Modules/edit_cache: phony Modules/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build Modules/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Modules && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Modules/rebuild_cache: phony Modules/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Object build statements for STATIC_LIBRARY target led
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for led
|
|
|
|
build cmake_object_order_depends_target_led: phony || cmake_object_order_depends_target_hal
|
|
|
|
build Modules/led/CMakeFiles/led.dir/src/led.c.obj: C_COMPILER__led_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/led/src/led.c || cmake_object_order_depends_target_led
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = Modules\led\CMakeFiles\led.dir\src\led.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/led/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4
|
|
OBJECT_DIR = Modules\led\CMakeFiles\led.dir
|
|
OBJECT_FILE_DIR = Modules\led\CMakeFiles\led.dir\src
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for STATIC_LIBRARY target led
|
|
|
|
|
|
#############################################
|
|
# Link the static library Modules\led\libled.a
|
|
|
|
build Modules/led/libled.a: C_STATIC_LIBRARY_LINKER__led_Debug Modules/led/CMakeFiles/led.dir/src/led.c.obj || HAL/libhal.a
|
|
LANGUAGE_COMPILE_FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3
|
|
OBJECT_DIR = Modules\led\CMakeFiles\led.dir
|
|
POST_BUILD = cd .
|
|
PRE_LINK = cd .
|
|
TARGET_FILE = Modules\led\libled.a
|
|
TARGET_PDB = led.a.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build Modules/led/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Modules\led && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake-gui.exe -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake cache editor...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Modules/led/edit_cache: phony Modules/led/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build Modules/led/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Modules\led && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Modules/led/rebuild_cache: phony Modules/led/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Object build statements for STATIC_LIBRARY target delay
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for delay
|
|
|
|
build cmake_object_order_depends_target_delay: phony || cmake_object_order_depends_target_hal
|
|
|
|
build Modules/delay/CMakeFiles/delay.dir/src/delay.c.obj: C_COMPILER__delay_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/src/delay.c || cmake_object_order_depends_target_delay
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = Modules\delay\CMakeFiles\delay.dir\src\delay.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4
|
|
OBJECT_DIR = Modules\delay\CMakeFiles\delay.dir
|
|
OBJECT_FILE_DIR = Modules\delay\CMakeFiles\delay.dir\src
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for STATIC_LIBRARY target delay
|
|
|
|
|
|
#############################################
|
|
# Link the static library Modules\delay\libdelay.a
|
|
|
|
build Modules/delay/libdelay.a: C_STATIC_LIBRARY_LINKER__delay_Debug Modules/delay/CMakeFiles/delay.dir/src/delay.c.obj || HAL/libhal.a
|
|
LANGUAGE_COMPILE_FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3
|
|
OBJECT_DIR = Modules\delay\CMakeFiles\delay.dir
|
|
POST_BUILD = cd .
|
|
PRE_LINK = cd .
|
|
TARGET_FILE = Modules\delay\libdelay.a
|
|
TARGET_PDB = delay.a.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build Modules/delay/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Modules\delay && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake-gui.exe -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake cache editor...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Modules/delay/edit_cache: phony Modules/delay/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build Modules/delay/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Modules\delay && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Modules/delay/rebuild_cache: phony Modules/delay/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Object build statements for STATIC_LIBRARY target uart
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for uart
|
|
|
|
build cmake_object_order_depends_target_uart: phony || cmake_object_order_depends_target_hal
|
|
|
|
build Modules/uart/CMakeFiles/uart.dir/src/uart.c.obj: C_COMPILER__uart_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/uart/src/uart.c || cmake_object_order_depends_target_uart
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = Modules\uart\CMakeFiles\uart.dir\src\uart.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/uart/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4
|
|
OBJECT_DIR = Modules\uart\CMakeFiles\uart.dir
|
|
OBJECT_FILE_DIR = Modules\uart\CMakeFiles\uart.dir\src
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for STATIC_LIBRARY target uart
|
|
|
|
|
|
#############################################
|
|
# Link the static library Modules\uart\libuart.a
|
|
|
|
build Modules/uart/libuart.a: C_STATIC_LIBRARY_LINKER__uart_Debug Modules/uart/CMakeFiles/uart.dir/src/uart.c.obj || HAL/libhal.a
|
|
LANGUAGE_COMPILE_FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3
|
|
OBJECT_DIR = Modules\uart\CMakeFiles\uart.dir
|
|
POST_BUILD = cd .
|
|
PRE_LINK = cd .
|
|
TARGET_FILE = Modules\uart\libuart.a
|
|
TARGET_PDB = uart.a.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build Modules/uart/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Modules\uart && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake-gui.exe -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake cache editor...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Modules/uart/edit_cache: phony Modules/uart/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build Modules/uart/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Modules\uart && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Modules/uart/rebuild_cache: phony Modules/uart/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Object build statements for STATIC_LIBRARY target w25qxx
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for w25qxx
|
|
|
|
build cmake_object_order_depends_target_w25qxx: phony || cmake_object_order_depends_target_hal
|
|
|
|
build Modules/w25qxx/CMakeFiles/w25qxx.dir/Src/w25qxx.c.obj: C_COMPILER__w25qxx_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Src/w25qxx.c || cmake_object_order_depends_target_w25qxx
|
|
DEFINES = -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER
|
|
DEP_FILE = Modules\w25qxx\CMakeFiles\w25qxx.dir\Src\w25qxx.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/APP/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Core/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Drivers/CMSIS/Include -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4
|
|
OBJECT_DIR = Modules\w25qxx\CMakeFiles\w25qxx.dir
|
|
OBJECT_FILE_DIR = Modules\w25qxx\CMakeFiles\w25qxx.dir\Src
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for STATIC_LIBRARY target w25qxx
|
|
|
|
|
|
#############################################
|
|
# Link the static library Modules\w25qxx\libw25qxx.a
|
|
|
|
build Modules/w25qxx/libw25qxx.a: C_STATIC_LIBRARY_LINKER__w25qxx_Debug Modules/w25qxx/CMakeFiles/w25qxx.dir/Src/w25qxx.c.obj || HAL/libhal.a
|
|
LANGUAGE_COMPILE_FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3
|
|
OBJECT_DIR = Modules\w25qxx\CMakeFiles\w25qxx.dir
|
|
POST_BUILD = cd .
|
|
PRE_LINK = cd .
|
|
TARGET_FILE = Modules\w25qxx\libw25qxx.a
|
|
TARGET_PDB = w25qxx.a.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build Modules/w25qxx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Modules\w25qxx && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake-gui.exe -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake cache editor...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Modules/w25qxx/edit_cache: phony Modules/w25qxx/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build Modules/w25qxx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Modules\w25qxx && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Modules/w25qxx/rebuild_cache: phony Modules/w25qxx/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build Middlewares/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Middlewares && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake-gui.exe -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake cache editor...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Middlewares/edit_cache: phony Middlewares/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build Middlewares/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Middlewares && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Middlewares/rebuild_cache: phony Middlewares/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
# E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/CMakeLists.txt
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Object build statements for STATIC_LIBRARY target logging
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for logging
|
|
|
|
build cmake_object_order_depends_target_logging: phony || cmake_object_order_depends_target_hal cmake_object_order_depends_target_uart
|
|
|
|
build Middlewares/logging/CMakeFiles/logging.dir/src/logging.c.obj: C_COMPILER__logging_unscanned_Debug E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/logging/src/logging.c || cmake_object_order_depends_target_logging
|
|
DEP_FILE = Middlewares\logging\CMakeFiles\logging.dir\src\logging.c.obj.d
|
|
FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -std=gnu11
|
|
INCLUDES = -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/logging/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/uart/inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc -IE:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/Inc/arch/stm32f4
|
|
OBJECT_DIR = Middlewares\logging\CMakeFiles\logging.dir
|
|
OBJECT_FILE_DIR = Middlewares\logging\CMakeFiles\logging.dir\src
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for STATIC_LIBRARY target logging
|
|
|
|
|
|
#############################################
|
|
# Link the static library Middlewares\logging\liblogging.a
|
|
|
|
build Middlewares/logging/liblogging.a: C_STATIC_LIBRARY_LINKER__logging_Debug Middlewares/logging/CMakeFiles/logging.dir/src/logging.c.obj || HAL/libhal.a Modules/uart/libuart.a
|
|
LANGUAGE_COMPILE_FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3
|
|
OBJECT_DIR = Middlewares\logging\CMakeFiles\logging.dir
|
|
POST_BUILD = cd .
|
|
PRE_LINK = cd .
|
|
TARGET_FILE = Middlewares\logging\liblogging.a
|
|
TARGET_PDB = logging.a.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build Middlewares/logging/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Middlewares\logging && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake-gui.exe -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake cache editor...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Middlewares/logging/edit_cache: phony Middlewares/logging/CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build Middlewares/logging/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = C:\windows\system32\cmd.exe /C "cd /D E:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug\Middlewares\logging && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake -BE:\Jfen_work\local_git_code\test_port\stm32f407vet6_cmake\build\Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build Middlewares/logging/rebuild_cache: phony Middlewares/logging/CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Target aliases.
|
|
|
|
build STM32_Drivers: phony cmake/stm32cubemx/STM32_Drivers
|
|
|
|
build bsp: phony BSP/libbsp.a
|
|
|
|
build delay: phony Modules/delay/libdelay.a
|
|
|
|
build hal: phony HAL/libhal.a
|
|
|
|
build led: phony Modules/led/libled.a
|
|
|
|
build libbsp.a: phony BSP/libbsp.a
|
|
|
|
build libdelay.a: phony Modules/delay/libdelay.a
|
|
|
|
build libhal.a: phony HAL/libhal.a
|
|
|
|
build libled.a: phony Modules/led/libled.a
|
|
|
|
build liblogging.a: phony Middlewares/logging/liblogging.a
|
|
|
|
build libuart.a: phony Modules/uart/libuart.a
|
|
|
|
build libw25qxx.a: phony Modules/w25qxx/libw25qxx.a
|
|
|
|
build logging: phony Middlewares/logging/liblogging.a
|
|
|
|
build stm32f407vet6_cmake: phony stm32f407vet6_cmake.elf
|
|
|
|
build uart: phony Modules/uart/libuart.a
|
|
|
|
build w25qxx: phony Modules/w25qxx/libw25qxx.a
|
|
|
|
# =============================================================================
|
|
# Folder targets.
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug
|
|
|
|
build all: phony stm32f407vet6_cmake.elf cmake/stm32cubemx/all HAL/all BSP/all Modules/all Middlewares/all
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/BSP
|
|
|
|
build BSP/all: phony BSP/libbsp.a
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/HAL
|
|
|
|
build HAL/all: phony HAL/libhal.a
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Middlewares
|
|
|
|
build Middlewares/all: phony Middlewares/logging/all
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Middlewares/logging
|
|
|
|
build Middlewares/logging/all: phony Middlewares/logging/liblogging.a
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Modules
|
|
|
|
build Modules/all: phony Modules/led/all Modules/delay/all Modules/uart/all Modules/w25qxx/all
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Modules/delay
|
|
|
|
build Modules/delay/all: phony Modules/delay/libdelay.a
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Modules/led
|
|
|
|
build Modules/led/all: phony Modules/led/libled.a
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Modules/uart
|
|
|
|
build Modules/uart/all: phony Modules/uart/libuart.a
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Modules/w25qxx
|
|
|
|
build Modules/w25qxx/all: phony Modules/w25qxx/libw25qxx.a
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/cmake/stm32cubemx
|
|
|
|
build cmake/stm32cubemx/all: phony cmake/stm32cubemx/STM32_Drivers
|
|
|
|
# =============================================================================
|
|
# Built-in targets
|
|
|
|
|
|
#############################################
|
|
# Re-run CMake if any of its inputs changed.
|
|
|
|
build build.ninja: RERUN_CMAKE | C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeASMInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeCInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeCXXInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeGenericSystem.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeInitializeConfigs.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeLanguageInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Compiler/GNU-ASM.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Compiler/GNU-C.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Compiler/GNU-CXX.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Compiler/GNU.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Internal/CMakeASMLinkerInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Internal/CMakeCLinkerInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Internal/CMakeCXXLinkerInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Internal/CMakeCommonLinkerInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.31.2/CMakeASMCompiler.cmake CMakeFiles/3.31.2/CMakeCCompiler.cmake CMakeFiles/3.31.2/CMakeCXXCompiler.cmake CMakeFiles/3.31.2/CMakeSystem.cmake E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/logging/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/led/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/uart/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/cmake/gcc-arm-none-eabi.cmake E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/cmake/stm32cubemx/CMakeLists.txt
|
|
pool = console
|
|
|
|
|
|
#############################################
|
|
# A missing CMake input file is not an error.
|
|
|
|
build C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeASMInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeCInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeCXXInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeGenericSystem.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeInitializeConfigs.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeLanguageInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Compiler/GNU-ASM.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Compiler/GNU-C.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Compiler/GNU-CXX.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Compiler/GNU.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Internal/CMakeASMLinkerInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Internal/CMakeCLinkerInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Internal/CMakeCXXLinkerInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Internal/CMakeCommonLinkerInformation.cmake C$:/Users/ZHIZHANKEJI/AppData/Local/Programs/Python/Python311/Lib/site-packages/cmake/data/share/cmake-3.31/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.31.2/CMakeASMCompiler.cmake CMakeFiles/3.31.2/CMakeCCompiler.cmake CMakeFiles/3.31.2/CMakeCXXCompiler.cmake CMakeFiles/3.31.2/CMakeSystem.cmake E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/BSP/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/HAL/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Middlewares/logging/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/delay/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/led/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/uart/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/Modules/w25qxx/CMakeLists.txt E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/cmake/gcc-arm-none-eabi.cmake E$:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/cmake/stm32cubemx/CMakeLists.txt: phony
|
|
|
|
|
|
#############################################
|
|
# Clean additional files.
|
|
|
|
build CMakeFiles/clean.additional: CLEAN_ADDITIONAL
|
|
CONFIG = Debug
|
|
|
|
|
|
#############################################
|
|
# Clean all the built files.
|
|
|
|
build clean: CLEAN CMakeFiles/clean.additional
|
|
|
|
|
|
#############################################
|
|
# Print all primary targets available.
|
|
|
|
build help: HELP
|
|
|
|
|
|
#############################################
|
|
# Make the all target the default.
|
|
|
|
default all
|