376 lines
39 KiB
Plaintext
376 lines
39 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: Project
|
|
# Configurations: Release
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Minimal version of Ninja required by this file
|
|
|
|
ninja_required_version = 1.5
|
|
|
|
|
|
#############################################
|
|
# Set configuration variable for custom commands.
|
|
|
|
CONFIGURATION = Release
|
|
# =============================================================================
|
|
# Include auxiliary files.
|
|
|
|
|
|
#############################################
|
|
# Include rules file.
|
|
|
|
include CMakeFiles/rules.ninja
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Logical path to working directory; prefix for absolute paths.
|
|
|
|
cmake_ninja_workdir = /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release/
|
|
# =============================================================================
|
|
# Object build statements for EXECUTABLE target Project.elf
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for Project.elf
|
|
|
|
build cmake_object_order_depends_target_Project.elf: phony || .
|
|
|
|
build CMakeFiles/Project.elf.dir/App/main.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App/main.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/App/main.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/App
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/misc.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/misc.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/misc.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_adc.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_adc.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_adc.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_bkp.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_bkp.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_bkp.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_can.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_can.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_can.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_cec.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_cec.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_cec.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_crc.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_crc.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_crc.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_dac.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_dac.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_dac.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_dbgmcu.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_dbgmcu.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_dbgmcu.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_dma.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_dma.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_dma.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_exti.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_exti.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_exti.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_flash.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_flash.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_flash.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_fsmc.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_fsmc.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_fsmc.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_gpio.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_gpio.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_gpio.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_i2c.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_i2c.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_i2c.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_iwdg.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_iwdg.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_iwdg.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_pwr.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_pwr.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_pwr.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_rcc.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_rcc.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_rcc.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_rtc.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_rtc.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_rtc.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_sdio.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_sdio.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_sdio.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_spi.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_spi.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_spi.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_tim.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_tim.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_tim.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_usart.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_usart.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_usart.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_wwdg.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Src/stm32f10x_wwdg.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_wwdg.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/System/CMSIS/core_cm3.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS/core_cm3.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/System/CMSIS/core_cm3.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/System/CMSIS
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/System/Startup/Gcc/startup_stm32f10x_hd.s.obj: ASM_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/Startup/Gcc/startup_stm32f10x_hd.s || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/System/Startup/Gcc/startup_stm32f10x_hd.s.obj.d
|
|
FLAGS = -O3 -DNDEBUG -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -x assembler-with-cpp -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/System/Startup/Gcc
|
|
|
|
build CMakeFiles/Project.elf.dir/Port/Stm32F10x/System/system_stm32f10x.c.obj: C_COMPILER__Project.2eelf_unscanned_Release /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/system_stm32f10x.c || cmake_object_order_depends_target_Project.elf
|
|
DEFINES = -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER
|
|
DEP_FILE = CMakeFiles/Project.elf.dir/Port/Stm32F10x/System/system_stm32f10x.c.obj.d
|
|
FLAGS = -O3 -DNDEBUG -std=gnu11 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mthumb-interwork -ffunction-sections -fdata-sections -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Ofast
|
|
INCLUDES = -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/App -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/StdLib/Inc -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System -I/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/CMSIS
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Project.elf.dir/Port/Stm32F10x/System
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for EXECUTABLE target Project.elf
|
|
|
|
|
|
#############################################
|
|
# Link the executable Project.elf
|
|
|
|
build Project.elf: C_EXECUTABLE_LINKER__Project.2eelf_Release CMakeFiles/Project.elf.dir/App/main.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/misc.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_adc.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_bkp.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_can.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_cec.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_crc.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_dac.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_dbgmcu.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_dma.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_exti.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_flash.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_fsmc.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_gpio.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_i2c.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_iwdg.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_pwr.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_rcc.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_rtc.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_sdio.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_spi.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_tim.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_usart.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/StdLib/Src/stm32f10x_wwdg.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/System/CMSIS/core_cm3.c.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/System/Startup/Gcc/startup_stm32f10x_hd.s.obj CMakeFiles/Project.elf.dir/Port/Stm32F10x/System/system_stm32f10x.c.obj
|
|
FLAGS = -O3 -DNDEBUG
|
|
LINK_FLAGS = -Wl,-gc-sections -Wl,--print-memory-usage -Wl,-Map=/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release/Project.map -mcpu=cortex-m3 -mthumb -mthumb-interwork -T /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/Port/Stm32F10x/System/LinkScripts/Gcc/stm32_flash_ze.ld -specs=nano.specs -specs=nosys.specs
|
|
OBJECT_DIR = CMakeFiles/Project.elf.dir
|
|
POST_BUILD = cd /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release && /home/anonymous/Sdk/gcc-arm-none-eabi-10/bin/arm-none-eabi-objcopy -Oihex /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release/Project.elf /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release/Project.hex && /home/anonymous/Sdk/gcc-arm-none-eabi-10/bin/arm-none-eabi-objcopy -Obinary /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release/Project.elf /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release/Project.bin
|
|
PRE_LINK = :
|
|
TARGET_FILE = Project.elf
|
|
TARGET_PDB = Project.elf.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for size
|
|
|
|
build size: phony CMakeFiles/size Project.elf
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release && /home/anonymous/Sdk/cmake-3/bin/ccmake -S/home/anonymous/Desktop/CProjects/HelloClionStm32F10x -B/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release
|
|
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 = cd /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release && /home/anonymous/Sdk/cmake-3/bin/cmake --regenerate-during-build -S/home/anonymous/Desktop/CProjects/HelloClionStm32F10x -B/home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build rebuild_cache: phony CMakeFiles/rebuild_cache.util
|
|
|
|
|
|
#############################################
|
|
# Custom command for CMakeFiles/size
|
|
|
|
build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND Project.elf || Project.elf
|
|
COMMAND = cd /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release && Project.elf
|
|
DESC = 分析程序内存使用情况
|
|
|
|
# =============================================================================
|
|
# Target aliases.
|
|
|
|
# =============================================================================
|
|
# Folder targets.
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release
|
|
|
|
build codegen: phony
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/cmake-build-release
|
|
|
|
build all: phony Project.elf
|
|
|
|
# =============================================================================
|
|
# Built-in targets
|
|
|
|
|
|
#############################################
|
|
# Re-run CMake if any of its inputs changed.
|
|
|
|
build build.ninja: RERUN_CMAKE | /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/CMakeLists.txt /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeASMInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeCInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeCXXInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeCommonLanguageInclude.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeGenericSystem.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeInitializeConfigs.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeLanguageInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeSystemSpecificInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeSystemSpecificInitialize.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Compiler/GNU-ASM.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Compiler/GNU-C.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Compiler/GNU-CXX.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Compiler/GNU.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Internal/CMakeASMLinkerInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Internal/CMakeCLinkerInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Internal/CMakeCXXLinkerInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Internal/CMakeCommonLinkerInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.31.12/CMakeASMCompiler.cmake CMakeFiles/3.31.12/CMakeCCompiler.cmake CMakeFiles/3.31.12/CMakeCXXCompiler.cmake CMakeFiles/3.31.12/CMakeSystem.cmake
|
|
pool = console
|
|
|
|
|
|
#############################################
|
|
# A missing CMake input file is not an error.
|
|
|
|
build /home/anonymous/Desktop/CProjects/HelloClionStm32F10x/CMakeLists.txt /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeASMInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeCInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeCXXInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeCommonLanguageInclude.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeGenericSystem.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeInitializeConfigs.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeLanguageInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeSystemSpecificInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/CMakeSystemSpecificInitialize.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Compiler/GNU-ASM.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Compiler/GNU-C.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Compiler/GNU-CXX.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Compiler/GNU.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Internal/CMakeASMLinkerInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Internal/CMakeCLinkerInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Internal/CMakeCXXLinkerInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Internal/CMakeCommonLinkerInformation.cmake /home/anonymous/Sdk/cmake-3/share/cmake-3.31/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.31.12/CMakeASMCompiler.cmake CMakeFiles/3.31.12/CMakeCCompiler.cmake CMakeFiles/3.31.12/CMakeCXXCompiler.cmake CMakeFiles/3.31.12/CMakeSystem.cmake: phony
|
|
|
|
|
|
#############################################
|
|
# Clean all the built files.
|
|
|
|
build clean: CLEAN
|
|
|
|
|
|
#############################################
|
|
# Print all primary targets available.
|
|
|
|
build help: HELP
|
|
|
|
|
|
#############################################
|
|
# Make the all target the default.
|
|
|
|
default all
|