uav/cmake-build-debug/CMakeFiles/uav.elf.dir/build.make

2258 lines
266 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.26
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = "D:\clion\CLion 2023.2.2\bin\cmake\win\x64\bin\cmake.exe"
# The command to remove a file.
RM = "D:\clion\CLion 2023.2.2\bin\cmake\win\x64\bin\cmake.exe" -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = D:\zhandui\cqdm\uav
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = D:\zhandui\cqdm\uav\cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/uav.elf.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include CMakeFiles/uav.elf.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/uav.elf.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac_ex.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac_ex.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac_ex.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac_ex.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac_ex.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac_ex.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd_ex.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd_ex.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd_ex.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd_ex.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd_ex.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd_ex.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_adc.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_adc.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_adc.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_adc.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_adc.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_adc.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_adc.c.s
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c.obj: D:/zhandui/cqdm/uav/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c.obj -MF CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c.obj.d -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c.obj -c D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c > CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c.i
CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c -o CMakeFiles\uav.elf.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c.s
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c.obj: D:/zhandui/cqdm/uav/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Src\usbd_cdc.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Src\usbd_cdc.c.obj -c D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Src\usbd_cdc.c
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Src\usbd_cdc.c > CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Src\usbd_cdc.c.i
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Src\usbd_cdc.c -o CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Src\usbd_cdc.c.s
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c.obj: D:/zhandui/cqdm/uav/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c.obj -c D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c > CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c.i
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c -o CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c.s
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c.obj: D:/zhandui/cqdm/uav/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ctlreq.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ctlreq.c.obj -c D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ctlreq.c
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ctlreq.c > CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ctlreq.c.i
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ctlreq.c -o CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ctlreq.c.s
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c.obj: D:/zhandui/cqdm/uav/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ioreq.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ioreq.c.obj -c D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ioreq.c
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ioreq.c > CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ioreq.c.i
CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ioreq.c -o CMakeFiles\uav.elf.dir\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ioreq.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/FreeRTOS/Source/croutine.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\croutine.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\croutine.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\croutine.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\croutine.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\croutine.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\croutine.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\croutine.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/FreeRTOS/Source/list.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\list.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\list.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\list.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\list.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\list.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\list.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\list.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F\port.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F\port.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F\port.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F\port.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F\port.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F\port.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F\port.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/FreeRTOS/Source/queue.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\queue.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\queue.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\queue.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\queue.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\queue.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\queue.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\queue.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/FreeRTOS/Source/tasks.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\tasks.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\tasks.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\tasks.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\tasks.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\tasks.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\tasks.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\tasks.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/FreeRTOS/Source/timers.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\timers.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\timers.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\timers.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\timers.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\timers.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\FreeRTOS\Source\timers.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\FreeRTOS\Source\timers.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT.c.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_ASM_ARMv7M.s.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_ASM_ARMv7M.s.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_ASM_ARMv7M.s
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building ASM object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_ASM_ARMv7M.s.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_ASM_ARMv7M.s.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_ASM_ARMv7M.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_ASM_ARMv7M.s.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing ASM source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_ASM_ARMv7M.s.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_ASM_ARMv7M.s > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_ASM_ARMv7M.s.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_ASM_ARMv7M.s.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling ASM source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_ASM_ARMv7M.s.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_ASM_ARMv7M.s -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_ASM_ARMv7M.s.s
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c.obj: D:/zhandui/cqdm/uav/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c.obj -MF CMakeFiles\uav.elf.dir\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_printf.c.obj.d -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_printf.c.obj -c D:\zhandui\cqdm\uav\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_printf.c
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_printf.c > CMakeFiles\uav.elf.dir\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_printf.c.i
CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_printf.c -o CMakeFiles\uav.elf.dir\Middlewares\Third_Party\SEGGER\RTT\SEGGER_RTT_printf.c.s
CMakeFiles/uav.elf.dir/Src/adc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/adc.c.obj: D:/zhandui/cqdm/uav/Src/adc.c
CMakeFiles/uav.elf.dir/Src/adc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object CMakeFiles/uav.elf.dir/Src/adc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/adc.c.obj -MF CMakeFiles\uav.elf.dir\Src\adc.c.obj.d -o CMakeFiles\uav.elf.dir\Src\adc.c.obj -c D:\zhandui\cqdm\uav\Src\adc.c
CMakeFiles/uav.elf.dir/Src/adc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/adc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\adc.c > CMakeFiles\uav.elf.dir\Src\adc.c.i
CMakeFiles/uav.elf.dir/Src/adc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/adc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\adc.c -o CMakeFiles\uav.elf.dir\Src\adc.c.s
CMakeFiles/uav.elf.dir/Src/can.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/can.c.obj: D:/zhandui/cqdm/uav/Src/can.c
CMakeFiles/uav.elf.dir/Src/can.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object CMakeFiles/uav.elf.dir/Src/can.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/can.c.obj -MF CMakeFiles\uav.elf.dir\Src\can.c.obj.d -o CMakeFiles\uav.elf.dir\Src\can.c.obj -c D:\zhandui\cqdm\uav\Src\can.c
CMakeFiles/uav.elf.dir/Src/can.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/can.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\can.c > CMakeFiles\uav.elf.dir\Src\can.c.i
CMakeFiles/uav.elf.dir/Src/can.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/can.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\can.c -o CMakeFiles\uav.elf.dir\Src\can.c.s
CMakeFiles/uav.elf.dir/Src/crc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/crc.c.obj: D:/zhandui/cqdm/uav/Src/crc.c
CMakeFiles/uav.elf.dir/Src/crc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object CMakeFiles/uav.elf.dir/Src/crc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/crc.c.obj -MF CMakeFiles\uav.elf.dir\Src\crc.c.obj.d -o CMakeFiles\uav.elf.dir\Src\crc.c.obj -c D:\zhandui\cqdm\uav\Src\crc.c
CMakeFiles/uav.elf.dir/Src/crc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/crc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\crc.c > CMakeFiles\uav.elf.dir\Src\crc.c.i
CMakeFiles/uav.elf.dir/Src/crc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/crc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\crc.c -o CMakeFiles\uav.elf.dir\Src\crc.c.s
CMakeFiles/uav.elf.dir/Src/dac.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/dac.c.obj: D:/zhandui/cqdm/uav/Src/dac.c
CMakeFiles/uav.elf.dir/Src/dac.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object CMakeFiles/uav.elf.dir/Src/dac.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/dac.c.obj -MF CMakeFiles\uav.elf.dir\Src\dac.c.obj.d -o CMakeFiles\uav.elf.dir\Src\dac.c.obj -c D:\zhandui\cqdm\uav\Src\dac.c
CMakeFiles/uav.elf.dir/Src/dac.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/dac.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\dac.c > CMakeFiles\uav.elf.dir\Src\dac.c.i
CMakeFiles/uav.elf.dir/Src/dac.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/dac.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\dac.c -o CMakeFiles\uav.elf.dir\Src\dac.c.s
CMakeFiles/uav.elf.dir/Src/dma.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/dma.c.obj: D:/zhandui/cqdm/uav/Src/dma.c
CMakeFiles/uav.elf.dir/Src/dma.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object CMakeFiles/uav.elf.dir/Src/dma.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/dma.c.obj -MF CMakeFiles\uav.elf.dir\Src\dma.c.obj.d -o CMakeFiles\uav.elf.dir\Src\dma.c.obj -c D:\zhandui\cqdm\uav\Src\dma.c
CMakeFiles/uav.elf.dir/Src/dma.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/dma.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\dma.c > CMakeFiles\uav.elf.dir\Src\dma.c.i
CMakeFiles/uav.elf.dir/Src/dma.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/dma.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\dma.c -o CMakeFiles\uav.elf.dir\Src\dma.c.s
CMakeFiles/uav.elf.dir/Src/freertos.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/freertos.c.obj: D:/zhandui/cqdm/uav/Src/freertos.c
CMakeFiles/uav.elf.dir/Src/freertos.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object CMakeFiles/uav.elf.dir/Src/freertos.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/freertos.c.obj -MF CMakeFiles\uav.elf.dir\Src\freertos.c.obj.d -o CMakeFiles\uav.elf.dir\Src\freertos.c.obj -c D:\zhandui\cqdm\uav\Src\freertos.c
CMakeFiles/uav.elf.dir/Src/freertos.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/freertos.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\freertos.c > CMakeFiles\uav.elf.dir\Src\freertos.c.i
CMakeFiles/uav.elf.dir/Src/freertos.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/freertos.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\freertos.c -o CMakeFiles\uav.elf.dir\Src\freertos.c.s
CMakeFiles/uav.elf.dir/Src/gpio.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/gpio.c.obj: D:/zhandui/cqdm/uav/Src/gpio.c
CMakeFiles/uav.elf.dir/Src/gpio.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object CMakeFiles/uav.elf.dir/Src/gpio.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/gpio.c.obj -MF CMakeFiles\uav.elf.dir\Src\gpio.c.obj.d -o CMakeFiles\uav.elf.dir\Src\gpio.c.obj -c D:\zhandui\cqdm\uav\Src\gpio.c
CMakeFiles/uav.elf.dir/Src/gpio.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/gpio.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\gpio.c > CMakeFiles\uav.elf.dir\Src\gpio.c.i
CMakeFiles/uav.elf.dir/Src/gpio.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/gpio.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\gpio.c -o CMakeFiles\uav.elf.dir\Src\gpio.c.s
CMakeFiles/uav.elf.dir/Src/i2c.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/i2c.c.obj: D:/zhandui/cqdm/uav/Src/i2c.c
CMakeFiles/uav.elf.dir/Src/i2c.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object CMakeFiles/uav.elf.dir/Src/i2c.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/i2c.c.obj -MF CMakeFiles\uav.elf.dir\Src\i2c.c.obj.d -o CMakeFiles\uav.elf.dir\Src\i2c.c.obj -c D:\zhandui\cqdm\uav\Src\i2c.c
CMakeFiles/uav.elf.dir/Src/i2c.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/i2c.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\i2c.c > CMakeFiles\uav.elf.dir\Src\i2c.c.i
CMakeFiles/uav.elf.dir/Src/i2c.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/i2c.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\i2c.c -o CMakeFiles\uav.elf.dir\Src\i2c.c.s
CMakeFiles/uav.elf.dir/Src/main.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/main.c.obj: D:/zhandui/cqdm/uav/Src/main.c
CMakeFiles/uav.elf.dir/Src/main.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object CMakeFiles/uav.elf.dir/Src/main.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/main.c.obj -MF CMakeFiles\uav.elf.dir\Src\main.c.obj.d -o CMakeFiles\uav.elf.dir\Src\main.c.obj -c D:\zhandui\cqdm\uav\Src\main.c
CMakeFiles/uav.elf.dir/Src/main.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/main.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\main.c > CMakeFiles\uav.elf.dir\Src\main.c.i
CMakeFiles/uav.elf.dir/Src/main.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/main.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\main.c -o CMakeFiles\uav.elf.dir\Src\main.c.s
CMakeFiles/uav.elf.dir/Src/rng.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/rng.c.obj: D:/zhandui/cqdm/uav/Src/rng.c
CMakeFiles/uav.elf.dir/Src/rng.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object CMakeFiles/uav.elf.dir/Src/rng.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/rng.c.obj -MF CMakeFiles\uav.elf.dir\Src\rng.c.obj.d -o CMakeFiles\uav.elf.dir\Src\rng.c.obj -c D:\zhandui\cqdm\uav\Src\rng.c
CMakeFiles/uav.elf.dir/Src/rng.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/rng.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\rng.c > CMakeFiles\uav.elf.dir\Src\rng.c.i
CMakeFiles/uav.elf.dir/Src/rng.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/rng.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\rng.c -o CMakeFiles\uav.elf.dir\Src\rng.c.s
CMakeFiles/uav.elf.dir/Src/rtc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/rtc.c.obj: D:/zhandui/cqdm/uav/Src/rtc.c
CMakeFiles/uav.elf.dir/Src/rtc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object CMakeFiles/uav.elf.dir/Src/rtc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/rtc.c.obj -MF CMakeFiles\uav.elf.dir\Src\rtc.c.obj.d -o CMakeFiles\uav.elf.dir\Src\rtc.c.obj -c D:\zhandui\cqdm\uav\Src\rtc.c
CMakeFiles/uav.elf.dir/Src/rtc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/rtc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\rtc.c > CMakeFiles\uav.elf.dir\Src\rtc.c.i
CMakeFiles/uav.elf.dir/Src/rtc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/rtc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\rtc.c -o CMakeFiles\uav.elf.dir\Src\rtc.c.s
CMakeFiles/uav.elf.dir/Src/spi.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/spi.c.obj: D:/zhandui/cqdm/uav/Src/spi.c
CMakeFiles/uav.elf.dir/Src/spi.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object CMakeFiles/uav.elf.dir/Src/spi.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/spi.c.obj -MF CMakeFiles\uav.elf.dir\Src\spi.c.obj.d -o CMakeFiles\uav.elf.dir\Src\spi.c.obj -c D:\zhandui\cqdm\uav\Src\spi.c
CMakeFiles/uav.elf.dir/Src/spi.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/spi.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\spi.c > CMakeFiles\uav.elf.dir\Src\spi.c.i
CMakeFiles/uav.elf.dir/Src/spi.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/spi.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\spi.c -o CMakeFiles\uav.elf.dir\Src\spi.c.s
CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_msp.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_msp.c.obj: D:/zhandui/cqdm/uav/Src/stm32f4xx_hal_msp.c
CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_msp.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_msp.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_msp.c.obj -MF CMakeFiles\uav.elf.dir\Src\stm32f4xx_hal_msp.c.obj.d -o CMakeFiles\uav.elf.dir\Src\stm32f4xx_hal_msp.c.obj -c D:\zhandui\cqdm\uav\Src\stm32f4xx_hal_msp.c
CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_msp.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_msp.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\stm32f4xx_hal_msp.c > CMakeFiles\uav.elf.dir\Src\stm32f4xx_hal_msp.c.i
CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_msp.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_msp.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\stm32f4xx_hal_msp.c -o CMakeFiles\uav.elf.dir\Src\stm32f4xx_hal_msp.c.s
CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_timebase_tim.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_timebase_tim.c.obj: D:/zhandui/cqdm/uav/Src/stm32f4xx_hal_timebase_tim.c
CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_timebase_tim.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_timebase_tim.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_timebase_tim.c.obj -MF CMakeFiles\uav.elf.dir\Src\stm32f4xx_hal_timebase_tim.c.obj.d -o CMakeFiles\uav.elf.dir\Src\stm32f4xx_hal_timebase_tim.c.obj -c D:\zhandui\cqdm\uav\Src\stm32f4xx_hal_timebase_tim.c
CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_timebase_tim.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_timebase_tim.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\stm32f4xx_hal_timebase_tim.c > CMakeFiles\uav.elf.dir\Src\stm32f4xx_hal_timebase_tim.c.i
CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_timebase_tim.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_timebase_tim.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\stm32f4xx_hal_timebase_tim.c -o CMakeFiles\uav.elf.dir\Src\stm32f4xx_hal_timebase_tim.c.s
CMakeFiles/uav.elf.dir/Src/stm32f4xx_it.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/stm32f4xx_it.c.obj: D:/zhandui/cqdm/uav/Src/stm32f4xx_it.c
CMakeFiles/uav.elf.dir/Src/stm32f4xx_it.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object CMakeFiles/uav.elf.dir/Src/stm32f4xx_it.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/stm32f4xx_it.c.obj -MF CMakeFiles\uav.elf.dir\Src\stm32f4xx_it.c.obj.d -o CMakeFiles\uav.elf.dir\Src\stm32f4xx_it.c.obj -c D:\zhandui\cqdm\uav\Src\stm32f4xx_it.c
CMakeFiles/uav.elf.dir/Src/stm32f4xx_it.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/stm32f4xx_it.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\stm32f4xx_it.c > CMakeFiles\uav.elf.dir\Src\stm32f4xx_it.c.i
CMakeFiles/uav.elf.dir/Src/stm32f4xx_it.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/stm32f4xx_it.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\stm32f4xx_it.c -o CMakeFiles\uav.elf.dir\Src\stm32f4xx_it.c.s
CMakeFiles/uav.elf.dir/Src/syscalls.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/syscalls.c.obj: D:/zhandui/cqdm/uav/Src/syscalls.c
CMakeFiles/uav.elf.dir/Src/syscalls.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object CMakeFiles/uav.elf.dir/Src/syscalls.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/syscalls.c.obj -MF CMakeFiles\uav.elf.dir\Src\syscalls.c.obj.d -o CMakeFiles\uav.elf.dir\Src\syscalls.c.obj -c D:\zhandui\cqdm\uav\Src\syscalls.c
CMakeFiles/uav.elf.dir/Src/syscalls.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/syscalls.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\syscalls.c > CMakeFiles\uav.elf.dir\Src\syscalls.c.i
CMakeFiles/uav.elf.dir/Src/syscalls.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/syscalls.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\syscalls.c -o CMakeFiles\uav.elf.dir\Src\syscalls.c.s
CMakeFiles/uav.elf.dir/Src/sysmem.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/sysmem.c.obj: D:/zhandui/cqdm/uav/Src/sysmem.c
CMakeFiles/uav.elf.dir/Src/sysmem.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object CMakeFiles/uav.elf.dir/Src/sysmem.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/sysmem.c.obj -MF CMakeFiles\uav.elf.dir\Src\sysmem.c.obj.d -o CMakeFiles\uav.elf.dir\Src\sysmem.c.obj -c D:\zhandui\cqdm\uav\Src\sysmem.c
CMakeFiles/uav.elf.dir/Src/sysmem.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/sysmem.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\sysmem.c > CMakeFiles\uav.elf.dir\Src\sysmem.c.i
CMakeFiles/uav.elf.dir/Src/sysmem.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/sysmem.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\sysmem.c -o CMakeFiles\uav.elf.dir\Src\sysmem.c.s
CMakeFiles/uav.elf.dir/Src/system_stm32f4xx.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/system_stm32f4xx.c.obj: D:/zhandui/cqdm/uav/Src/system_stm32f4xx.c
CMakeFiles/uav.elf.dir/Src/system_stm32f4xx.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object CMakeFiles/uav.elf.dir/Src/system_stm32f4xx.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/system_stm32f4xx.c.obj -MF CMakeFiles\uav.elf.dir\Src\system_stm32f4xx.c.obj.d -o CMakeFiles\uav.elf.dir\Src\system_stm32f4xx.c.obj -c D:\zhandui\cqdm\uav\Src\system_stm32f4xx.c
CMakeFiles/uav.elf.dir/Src/system_stm32f4xx.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/system_stm32f4xx.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\system_stm32f4xx.c > CMakeFiles\uav.elf.dir\Src\system_stm32f4xx.c.i
CMakeFiles/uav.elf.dir/Src/system_stm32f4xx.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/system_stm32f4xx.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\system_stm32f4xx.c -o CMakeFiles\uav.elf.dir\Src\system_stm32f4xx.c.s
CMakeFiles/uav.elf.dir/Src/tim.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/tim.c.obj: D:/zhandui/cqdm/uav/Src/tim.c
CMakeFiles/uav.elf.dir/Src/tim.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object CMakeFiles/uav.elf.dir/Src/tim.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/tim.c.obj -MF CMakeFiles\uav.elf.dir\Src\tim.c.obj.d -o CMakeFiles\uav.elf.dir\Src\tim.c.obj -c D:\zhandui\cqdm\uav\Src\tim.c
CMakeFiles/uav.elf.dir/Src/tim.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/tim.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\tim.c > CMakeFiles\uav.elf.dir\Src\tim.c.i
CMakeFiles/uav.elf.dir/Src/tim.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/tim.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\tim.c -o CMakeFiles\uav.elf.dir\Src\tim.c.s
CMakeFiles/uav.elf.dir/Src/usart.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/usart.c.obj: D:/zhandui/cqdm/uav/Src/usart.c
CMakeFiles/uav.elf.dir/Src/usart.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object CMakeFiles/uav.elf.dir/Src/usart.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/usart.c.obj -MF CMakeFiles\uav.elf.dir\Src\usart.c.obj.d -o CMakeFiles\uav.elf.dir\Src\usart.c.obj -c D:\zhandui\cqdm\uav\Src\usart.c
CMakeFiles/uav.elf.dir/Src/usart.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/usart.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\usart.c > CMakeFiles\uav.elf.dir\Src\usart.c.i
CMakeFiles/uav.elf.dir/Src/usart.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/usart.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\usart.c -o CMakeFiles\uav.elf.dir\Src\usart.c.s
CMakeFiles/uav.elf.dir/Src/usb_device.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/usb_device.c.obj: D:/zhandui/cqdm/uav/Src/usb_device.c
CMakeFiles/uav.elf.dir/Src/usb_device.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object CMakeFiles/uav.elf.dir/Src/usb_device.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/usb_device.c.obj -MF CMakeFiles\uav.elf.dir\Src\usb_device.c.obj.d -o CMakeFiles\uav.elf.dir\Src\usb_device.c.obj -c D:\zhandui\cqdm\uav\Src\usb_device.c
CMakeFiles/uav.elf.dir/Src/usb_device.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/usb_device.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\usb_device.c > CMakeFiles\uav.elf.dir\Src\usb_device.c.i
CMakeFiles/uav.elf.dir/Src/usb_device.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/usb_device.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\usb_device.c -o CMakeFiles\uav.elf.dir\Src\usb_device.c.s
CMakeFiles/uav.elf.dir/Src/usbd_cdc_if.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/usbd_cdc_if.c.obj: D:/zhandui/cqdm/uav/Src/usbd_cdc_if.c
CMakeFiles/uav.elf.dir/Src/usbd_cdc_if.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object CMakeFiles/uav.elf.dir/Src/usbd_cdc_if.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/usbd_cdc_if.c.obj -MF CMakeFiles\uav.elf.dir\Src\usbd_cdc_if.c.obj.d -o CMakeFiles\uav.elf.dir\Src\usbd_cdc_if.c.obj -c D:\zhandui\cqdm\uav\Src\usbd_cdc_if.c
CMakeFiles/uav.elf.dir/Src/usbd_cdc_if.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/usbd_cdc_if.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\usbd_cdc_if.c > CMakeFiles\uav.elf.dir\Src\usbd_cdc_if.c.i
CMakeFiles/uav.elf.dir/Src/usbd_cdc_if.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/usbd_cdc_if.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\usbd_cdc_if.c -o CMakeFiles\uav.elf.dir\Src\usbd_cdc_if.c.s
CMakeFiles/uav.elf.dir/Src/usbd_conf.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/usbd_conf.c.obj: D:/zhandui/cqdm/uav/Src/usbd_conf.c
CMakeFiles/uav.elf.dir/Src/usbd_conf.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object CMakeFiles/uav.elf.dir/Src/usbd_conf.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/usbd_conf.c.obj -MF CMakeFiles\uav.elf.dir\Src\usbd_conf.c.obj.d -o CMakeFiles\uav.elf.dir\Src\usbd_conf.c.obj -c D:\zhandui\cqdm\uav\Src\usbd_conf.c
CMakeFiles/uav.elf.dir/Src/usbd_conf.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/usbd_conf.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\usbd_conf.c > CMakeFiles\uav.elf.dir\Src\usbd_conf.c.i
CMakeFiles/uav.elf.dir/Src/usbd_conf.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/usbd_conf.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\usbd_conf.c -o CMakeFiles\uav.elf.dir\Src\usbd_conf.c.s
CMakeFiles/uav.elf.dir/Src/usbd_desc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Src/usbd_desc.c.obj: D:/zhandui/cqdm/uav/Src/usbd_desc.c
CMakeFiles/uav.elf.dir/Src/usbd_desc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object CMakeFiles/uav.elf.dir/Src/usbd_desc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/Src/usbd_desc.c.obj -MF CMakeFiles\uav.elf.dir\Src\usbd_desc.c.obj.d -o CMakeFiles\uav.elf.dir\Src\usbd_desc.c.obj -c D:\zhandui\cqdm\uav\Src\usbd_desc.c
CMakeFiles/uav.elf.dir/Src/usbd_desc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/Src/usbd_desc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\Src\usbd_desc.c > CMakeFiles\uav.elf.dir\Src\usbd_desc.c.i
CMakeFiles/uav.elf.dir/Src/usbd_desc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/Src/usbd_desc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\Src\usbd_desc.c -o CMakeFiles\uav.elf.dir\Src\usbd_desc.c.s
CMakeFiles/uav.elf.dir/Startup/startup_stm32f407ighx.s.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/Startup/startup_stm32f407ighx.s.obj: D:/zhandui/cqdm/uav/Startup/startup_stm32f407ighx.s
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building ASM object CMakeFiles/uav.elf.dir/Startup/startup_stm32f407ighx.s.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -o CMakeFiles\uav.elf.dir\Startup\startup_stm32f407ighx.s.obj -c D:\zhandui\cqdm\uav\Startup\startup_stm32f407ighx.s
CMakeFiles/uav.elf.dir/Startup/startup_stm32f407ighx.s.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing ASM source to CMakeFiles/uav.elf.dir/Startup/startup_stm32f407ighx.s.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -E D:\zhandui\cqdm\uav\Startup\startup_stm32f407ighx.s > CMakeFiles\uav.elf.dir\Startup\startup_stm32f407ighx.s.i
CMakeFiles/uav.elf.dir/Startup/startup_stm32f407ighx.s.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling ASM source to assembly CMakeFiles/uav.elf.dir/Startup/startup_stm32f407ighx.s.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -S D:\zhandui\cqdm\uav\Startup\startup_stm32f407ighx.s -o CMakeFiles\uav.elf.dir\Startup\startup_stm32f407ighx.s.s
CMakeFiles/uav.elf.dir/application/cmd/robot_cmd.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/application/cmd/robot_cmd.c.obj: D:/zhandui/cqdm/uav/application/cmd/robot_cmd.c
CMakeFiles/uav.elf.dir/application/cmd/robot_cmd.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object CMakeFiles/uav.elf.dir/application/cmd/robot_cmd.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/application/cmd/robot_cmd.c.obj -MF CMakeFiles\uav.elf.dir\application\cmd\robot_cmd.c.obj.d -o CMakeFiles\uav.elf.dir\application\cmd\robot_cmd.c.obj -c D:\zhandui\cqdm\uav\application\cmd\robot_cmd.c
CMakeFiles/uav.elf.dir/application/cmd/robot_cmd.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/application/cmd/robot_cmd.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\application\cmd\robot_cmd.c > CMakeFiles\uav.elf.dir\application\cmd\robot_cmd.c.i
CMakeFiles/uav.elf.dir/application/cmd/robot_cmd.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/application/cmd/robot_cmd.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\application\cmd\robot_cmd.c -o CMakeFiles\uav.elf.dir\application\cmd\robot_cmd.c.s
CMakeFiles/uav.elf.dir/application/gimbal/gimbal.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/application/gimbal/gimbal.c.obj: D:/zhandui/cqdm/uav/application/gimbal/gimbal.c
CMakeFiles/uav.elf.dir/application/gimbal/gimbal.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object CMakeFiles/uav.elf.dir/application/gimbal/gimbal.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/application/gimbal/gimbal.c.obj -MF CMakeFiles\uav.elf.dir\application\gimbal\gimbal.c.obj.d -o CMakeFiles\uav.elf.dir\application\gimbal\gimbal.c.obj -c D:\zhandui\cqdm\uav\application\gimbal\gimbal.c
CMakeFiles/uav.elf.dir/application/gimbal/gimbal.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/application/gimbal/gimbal.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\application\gimbal\gimbal.c > CMakeFiles\uav.elf.dir\application\gimbal\gimbal.c.i
CMakeFiles/uav.elf.dir/application/gimbal/gimbal.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/application/gimbal/gimbal.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\application\gimbal\gimbal.c -o CMakeFiles\uav.elf.dir\application\gimbal\gimbal.c.s
CMakeFiles/uav.elf.dir/application/robot.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/application/robot.c.obj: D:/zhandui/cqdm/uav/application/robot.c
CMakeFiles/uav.elf.dir/application/robot.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object CMakeFiles/uav.elf.dir/application/robot.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/application/robot.c.obj -MF CMakeFiles\uav.elf.dir\application\robot.c.obj.d -o CMakeFiles\uav.elf.dir\application\robot.c.obj -c D:\zhandui\cqdm\uav\application\robot.c
CMakeFiles/uav.elf.dir/application/robot.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/application/robot.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\application\robot.c > CMakeFiles\uav.elf.dir\application\robot.c.i
CMakeFiles/uav.elf.dir/application/robot.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/application/robot.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\application\robot.c -o CMakeFiles\uav.elf.dir\application\robot.c.s
CMakeFiles/uav.elf.dir/application/shoot/shoot.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/application/shoot/shoot.c.obj: D:/zhandui/cqdm/uav/application/shoot/shoot.c
CMakeFiles/uav.elf.dir/application/shoot/shoot.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object CMakeFiles/uav.elf.dir/application/shoot/shoot.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/application/shoot/shoot.c.obj -MF CMakeFiles\uav.elf.dir\application\shoot\shoot.c.obj.d -o CMakeFiles\uav.elf.dir\application\shoot\shoot.c.obj -c D:\zhandui\cqdm\uav\application\shoot\shoot.c
CMakeFiles/uav.elf.dir/application/shoot/shoot.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/application/shoot/shoot.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\application\shoot\shoot.c > CMakeFiles\uav.elf.dir\application\shoot\shoot.c.i
CMakeFiles/uav.elf.dir/application/shoot/shoot.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/application/shoot/shoot.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\application\shoot\shoot.c -o CMakeFiles\uav.elf.dir\application\shoot\shoot.c.s
CMakeFiles/uav.elf.dir/bsp/adc/bsp_adc.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/adc/bsp_adc.c.obj: D:/zhandui/cqdm/uav/bsp/adc/bsp_adc.c
CMakeFiles/uav.elf.dir/bsp/adc/bsp_adc.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object CMakeFiles/uav.elf.dir/bsp/adc/bsp_adc.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/adc/bsp_adc.c.obj -MF CMakeFiles\uav.elf.dir\bsp\adc\bsp_adc.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\adc\bsp_adc.c.obj -c D:\zhandui\cqdm\uav\bsp\adc\bsp_adc.c
CMakeFiles/uav.elf.dir/bsp/adc/bsp_adc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/adc/bsp_adc.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\adc\bsp_adc.c > CMakeFiles\uav.elf.dir\bsp\adc\bsp_adc.c.i
CMakeFiles/uav.elf.dir/bsp/adc/bsp_adc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/adc/bsp_adc.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\adc\bsp_adc.c -o CMakeFiles\uav.elf.dir\bsp\adc\bsp_adc.c.s
CMakeFiles/uav.elf.dir/bsp/bsp_tools.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/bsp_tools.c.obj: D:/zhandui/cqdm/uav/bsp/bsp_tools.c
CMakeFiles/uav.elf.dir/bsp/bsp_tools.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object CMakeFiles/uav.elf.dir/bsp/bsp_tools.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/bsp_tools.c.obj -MF CMakeFiles\uav.elf.dir\bsp\bsp_tools.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\bsp_tools.c.obj -c D:\zhandui\cqdm\uav\bsp\bsp_tools.c
CMakeFiles/uav.elf.dir/bsp/bsp_tools.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/bsp_tools.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\bsp_tools.c > CMakeFiles\uav.elf.dir\bsp\bsp_tools.c.i
CMakeFiles/uav.elf.dir/bsp/bsp_tools.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/bsp_tools.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\bsp_tools.c -o CMakeFiles\uav.elf.dir\bsp\bsp_tools.c.s
CMakeFiles/uav.elf.dir/bsp/can/bsp_can.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/can/bsp_can.c.obj: D:/zhandui/cqdm/uav/bsp/can/bsp_can.c
CMakeFiles/uav.elf.dir/bsp/can/bsp_can.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object CMakeFiles/uav.elf.dir/bsp/can/bsp_can.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/can/bsp_can.c.obj -MF CMakeFiles\uav.elf.dir\bsp\can\bsp_can.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\can\bsp_can.c.obj -c D:\zhandui\cqdm\uav\bsp\can\bsp_can.c
CMakeFiles/uav.elf.dir/bsp/can/bsp_can.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/can/bsp_can.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\can\bsp_can.c > CMakeFiles\uav.elf.dir\bsp\can\bsp_can.c.i
CMakeFiles/uav.elf.dir/bsp/can/bsp_can.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/can/bsp_can.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\can\bsp_can.c -o CMakeFiles\uav.elf.dir\bsp\can\bsp_can.c.s
CMakeFiles/uav.elf.dir/bsp/dwt/bsp_dwt.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/dwt/bsp_dwt.c.obj: D:/zhandui/cqdm/uav/bsp/dwt/bsp_dwt.c
CMakeFiles/uav.elf.dir/bsp/dwt/bsp_dwt.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object CMakeFiles/uav.elf.dir/bsp/dwt/bsp_dwt.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/dwt/bsp_dwt.c.obj -MF CMakeFiles\uav.elf.dir\bsp\dwt\bsp_dwt.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\dwt\bsp_dwt.c.obj -c D:\zhandui\cqdm\uav\bsp\dwt\bsp_dwt.c
CMakeFiles/uav.elf.dir/bsp/dwt/bsp_dwt.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/dwt/bsp_dwt.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\dwt\bsp_dwt.c > CMakeFiles\uav.elf.dir\bsp\dwt\bsp_dwt.c.i
CMakeFiles/uav.elf.dir/bsp/dwt/bsp_dwt.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/dwt/bsp_dwt.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\dwt\bsp_dwt.c -o CMakeFiles\uav.elf.dir\bsp\dwt\bsp_dwt.c.s
CMakeFiles/uav.elf.dir/bsp/flash/bsp_flash.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/flash/bsp_flash.c.obj: D:/zhandui/cqdm/uav/bsp/flash/bsp_flash.c
CMakeFiles/uav.elf.dir/bsp/flash/bsp_flash.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object CMakeFiles/uav.elf.dir/bsp/flash/bsp_flash.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/flash/bsp_flash.c.obj -MF CMakeFiles\uav.elf.dir\bsp\flash\bsp_flash.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\flash\bsp_flash.c.obj -c D:\zhandui\cqdm\uav\bsp\flash\bsp_flash.c
CMakeFiles/uav.elf.dir/bsp/flash/bsp_flash.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/flash/bsp_flash.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\flash\bsp_flash.c > CMakeFiles\uav.elf.dir\bsp\flash\bsp_flash.c.i
CMakeFiles/uav.elf.dir/bsp/flash/bsp_flash.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/flash/bsp_flash.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\flash\bsp_flash.c -o CMakeFiles\uav.elf.dir\bsp\flash\bsp_flash.c.s
CMakeFiles/uav.elf.dir/bsp/gpio/bsp_gpio.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/gpio/bsp_gpio.c.obj: D:/zhandui/cqdm/uav/bsp/gpio/bsp_gpio.c
CMakeFiles/uav.elf.dir/bsp/gpio/bsp_gpio.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object CMakeFiles/uav.elf.dir/bsp/gpio/bsp_gpio.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/gpio/bsp_gpio.c.obj -MF CMakeFiles\uav.elf.dir\bsp\gpio\bsp_gpio.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\gpio\bsp_gpio.c.obj -c D:\zhandui\cqdm\uav\bsp\gpio\bsp_gpio.c
CMakeFiles/uav.elf.dir/bsp/gpio/bsp_gpio.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/gpio/bsp_gpio.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\gpio\bsp_gpio.c > CMakeFiles\uav.elf.dir\bsp\gpio\bsp_gpio.c.i
CMakeFiles/uav.elf.dir/bsp/gpio/bsp_gpio.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/gpio/bsp_gpio.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\gpio\bsp_gpio.c -o CMakeFiles\uav.elf.dir\bsp\gpio\bsp_gpio.c.s
CMakeFiles/uav.elf.dir/bsp/iic/bsp_iic.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/iic/bsp_iic.c.obj: D:/zhandui/cqdm/uav/bsp/iic/bsp_iic.c
CMakeFiles/uav.elf.dir/bsp/iic/bsp_iic.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object CMakeFiles/uav.elf.dir/bsp/iic/bsp_iic.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/iic/bsp_iic.c.obj -MF CMakeFiles\uav.elf.dir\bsp\iic\bsp_iic.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\iic\bsp_iic.c.obj -c D:\zhandui\cqdm\uav\bsp\iic\bsp_iic.c
CMakeFiles/uav.elf.dir/bsp/iic/bsp_iic.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/iic/bsp_iic.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\iic\bsp_iic.c > CMakeFiles\uav.elf.dir\bsp\iic\bsp_iic.c.i
CMakeFiles/uav.elf.dir/bsp/iic/bsp_iic.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/iic/bsp_iic.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\iic\bsp_iic.c -o CMakeFiles\uav.elf.dir\bsp\iic\bsp_iic.c.s
CMakeFiles/uav.elf.dir/bsp/log/bsp_log.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/log/bsp_log.c.obj: D:/zhandui/cqdm/uav/bsp/log/bsp_log.c
CMakeFiles/uav.elf.dir/bsp/log/bsp_log.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object CMakeFiles/uav.elf.dir/bsp/log/bsp_log.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/log/bsp_log.c.obj -MF CMakeFiles\uav.elf.dir\bsp\log\bsp_log.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\log\bsp_log.c.obj -c D:\zhandui\cqdm\uav\bsp\log\bsp_log.c
CMakeFiles/uav.elf.dir/bsp/log/bsp_log.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/log/bsp_log.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\log\bsp_log.c > CMakeFiles\uav.elf.dir\bsp\log\bsp_log.c.i
CMakeFiles/uav.elf.dir/bsp/log/bsp_log.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/log/bsp_log.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\log\bsp_log.c -o CMakeFiles\uav.elf.dir\bsp\log\bsp_log.c.s
CMakeFiles/uav.elf.dir/bsp/pwm/bsp_pwm.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/pwm/bsp_pwm.c.obj: D:/zhandui/cqdm/uav/bsp/pwm/bsp_pwm.c
CMakeFiles/uav.elf.dir/bsp/pwm/bsp_pwm.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object CMakeFiles/uav.elf.dir/bsp/pwm/bsp_pwm.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/pwm/bsp_pwm.c.obj -MF CMakeFiles\uav.elf.dir\bsp\pwm\bsp_pwm.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\pwm\bsp_pwm.c.obj -c D:\zhandui\cqdm\uav\bsp\pwm\bsp_pwm.c
CMakeFiles/uav.elf.dir/bsp/pwm/bsp_pwm.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/pwm/bsp_pwm.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\pwm\bsp_pwm.c > CMakeFiles\uav.elf.dir\bsp\pwm\bsp_pwm.c.i
CMakeFiles/uav.elf.dir/bsp/pwm/bsp_pwm.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/pwm/bsp_pwm.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\pwm\bsp_pwm.c -o CMakeFiles\uav.elf.dir\bsp\pwm\bsp_pwm.c.s
CMakeFiles/uav.elf.dir/bsp/spi/bsp_spi.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/spi/bsp_spi.c.obj: D:/zhandui/cqdm/uav/bsp/spi/bsp_spi.c
CMakeFiles/uav.elf.dir/bsp/spi/bsp_spi.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object CMakeFiles/uav.elf.dir/bsp/spi/bsp_spi.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/spi/bsp_spi.c.obj -MF CMakeFiles\uav.elf.dir\bsp\spi\bsp_spi.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\spi\bsp_spi.c.obj -c D:\zhandui\cqdm\uav\bsp\spi\bsp_spi.c
CMakeFiles/uav.elf.dir/bsp/spi/bsp_spi.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/spi/bsp_spi.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\spi\bsp_spi.c > CMakeFiles\uav.elf.dir\bsp\spi\bsp_spi.c.i
CMakeFiles/uav.elf.dir/bsp/spi/bsp_spi.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/spi/bsp_spi.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\spi\bsp_spi.c -o CMakeFiles\uav.elf.dir\bsp\spi\bsp_spi.c.s
CMakeFiles/uav.elf.dir/bsp/usart/bsp_usart.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/usart/bsp_usart.c.obj: D:/zhandui/cqdm/uav/bsp/usart/bsp_usart.c
CMakeFiles/uav.elf.dir/bsp/usart/bsp_usart.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object CMakeFiles/uav.elf.dir/bsp/usart/bsp_usart.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/usart/bsp_usart.c.obj -MF CMakeFiles\uav.elf.dir\bsp\usart\bsp_usart.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\usart\bsp_usart.c.obj -c D:\zhandui\cqdm\uav\bsp\usart\bsp_usart.c
CMakeFiles/uav.elf.dir/bsp/usart/bsp_usart.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/usart/bsp_usart.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\usart\bsp_usart.c > CMakeFiles\uav.elf.dir\bsp\usart\bsp_usart.c.i
CMakeFiles/uav.elf.dir/bsp/usart/bsp_usart.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/usart/bsp_usart.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\usart\bsp_usart.c -o CMakeFiles\uav.elf.dir\bsp\usart\bsp_usart.c.s
CMakeFiles/uav.elf.dir/bsp/usb/bsp_usb.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/bsp/usb/bsp_usb.c.obj: D:/zhandui/cqdm/uav/bsp/usb/bsp_usb.c
CMakeFiles/uav.elf.dir/bsp/usb/bsp_usb.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object CMakeFiles/uav.elf.dir/bsp/usb/bsp_usb.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/bsp/usb/bsp_usb.c.obj -MF CMakeFiles\uav.elf.dir\bsp\usb\bsp_usb.c.obj.d -o CMakeFiles\uav.elf.dir\bsp\usb\bsp_usb.c.obj -c D:\zhandui\cqdm\uav\bsp\usb\bsp_usb.c
CMakeFiles/uav.elf.dir/bsp/usb/bsp_usb.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/bsp/usb/bsp_usb.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\bsp\usb\bsp_usb.c > CMakeFiles\uav.elf.dir\bsp\usb\bsp_usb.c.i
CMakeFiles/uav.elf.dir/bsp/usb/bsp_usb.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/bsp/usb/bsp_usb.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\bsp\usb\bsp_usb.c -o CMakeFiles\uav.elf.dir\bsp\usb\bsp_usb.c.s
CMakeFiles/uav.elf.dir/modules/BMI088/bmi088.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/BMI088/bmi088.c.obj: D:/zhandui/cqdm/uav/modules/BMI088/bmi088.c
CMakeFiles/uav.elf.dir/modules/BMI088/bmi088.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object CMakeFiles/uav.elf.dir/modules/BMI088/bmi088.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/BMI088/bmi088.c.obj -MF CMakeFiles\uav.elf.dir\modules\BMI088\bmi088.c.obj.d -o CMakeFiles\uav.elf.dir\modules\BMI088\bmi088.c.obj -c D:\zhandui\cqdm\uav\modules\BMI088\bmi088.c
CMakeFiles/uav.elf.dir/modules/BMI088/bmi088.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/BMI088/bmi088.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\BMI088\bmi088.c > CMakeFiles\uav.elf.dir\modules\BMI088\bmi088.c.i
CMakeFiles/uav.elf.dir/modules/BMI088/bmi088.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/BMI088/bmi088.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\BMI088\bmi088.c -o CMakeFiles\uav.elf.dir\modules\BMI088\bmi088.c.s
CMakeFiles/uav.elf.dir/modules/RGB/RGB.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/RGB/RGB.c.obj: D:/zhandui/cqdm/uav/modules/RGB/RGB.c
CMakeFiles/uav.elf.dir/modules/RGB/RGB.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object CMakeFiles/uav.elf.dir/modules/RGB/RGB.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/RGB/RGB.c.obj -MF CMakeFiles\uav.elf.dir\modules\RGB\RGB.c.obj.d -o CMakeFiles\uav.elf.dir\modules\RGB\RGB.c.obj -c D:\zhandui\cqdm\uav\modules\RGB\RGB.c
CMakeFiles/uav.elf.dir/modules/RGB/RGB.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/RGB/RGB.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\RGB\RGB.c > CMakeFiles\uav.elf.dir\modules\RGB\RGB.c.i
CMakeFiles/uav.elf.dir/modules/RGB/RGB.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/RGB/RGB.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\RGB\RGB.c -o CMakeFiles\uav.elf.dir\modules\RGB\RGB.c.s
CMakeFiles/uav.elf.dir/modules/TFminiPlus/tfminiplus.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/TFminiPlus/tfminiplus.c.obj: D:/zhandui/cqdm/uav/modules/TFminiPlus/tfminiplus.c
CMakeFiles/uav.elf.dir/modules/TFminiPlus/tfminiplus.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object CMakeFiles/uav.elf.dir/modules/TFminiPlus/tfminiplus.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/TFminiPlus/tfminiplus.c.obj -MF CMakeFiles\uav.elf.dir\modules\TFminiPlus\tfminiplus.c.obj.d -o CMakeFiles\uav.elf.dir\modules\TFminiPlus\tfminiplus.c.obj -c D:\zhandui\cqdm\uav\modules\TFminiPlus\tfminiplus.c
CMakeFiles/uav.elf.dir/modules/TFminiPlus/tfminiplus.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/TFminiPlus/tfminiplus.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\TFminiPlus\tfminiplus.c > CMakeFiles\uav.elf.dir\modules\TFminiPlus\tfminiplus.c.i
CMakeFiles/uav.elf.dir/modules/TFminiPlus/tfminiplus.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/TFminiPlus/tfminiplus.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\TFminiPlus\tfminiplus.c -o CMakeFiles\uav.elf.dir\modules\TFminiPlus\tfminiplus.c.s
CMakeFiles/uav.elf.dir/modules/alarm/buzzer.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/alarm/buzzer.c.obj: D:/zhandui/cqdm/uav/modules/alarm/buzzer.c
CMakeFiles/uav.elf.dir/modules/alarm/buzzer.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object CMakeFiles/uav.elf.dir/modules/alarm/buzzer.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/alarm/buzzer.c.obj -MF CMakeFiles\uav.elf.dir\modules\alarm\buzzer.c.obj.d -o CMakeFiles\uav.elf.dir\modules\alarm\buzzer.c.obj -c D:\zhandui\cqdm\uav\modules\alarm\buzzer.c
CMakeFiles/uav.elf.dir/modules/alarm/buzzer.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/alarm/buzzer.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\alarm\buzzer.c > CMakeFiles\uav.elf.dir\modules\alarm\buzzer.c.i
CMakeFiles/uav.elf.dir/modules/alarm/buzzer.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/alarm/buzzer.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\alarm\buzzer.c -o CMakeFiles\uav.elf.dir\modules\alarm\buzzer.c.s
CMakeFiles/uav.elf.dir/modules/algorithm/QuaternionEKF.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/algorithm/QuaternionEKF.c.obj: D:/zhandui/cqdm/uav/modules/algorithm/QuaternionEKF.c
CMakeFiles/uav.elf.dir/modules/algorithm/QuaternionEKF.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object CMakeFiles/uav.elf.dir/modules/algorithm/QuaternionEKF.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/algorithm/QuaternionEKF.c.obj -MF CMakeFiles\uav.elf.dir\modules\algorithm\QuaternionEKF.c.obj.d -o CMakeFiles\uav.elf.dir\modules\algorithm\QuaternionEKF.c.obj -c D:\zhandui\cqdm\uav\modules\algorithm\QuaternionEKF.c
CMakeFiles/uav.elf.dir/modules/algorithm/QuaternionEKF.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/algorithm/QuaternionEKF.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\algorithm\QuaternionEKF.c > CMakeFiles\uav.elf.dir\modules\algorithm\QuaternionEKF.c.i
CMakeFiles/uav.elf.dir/modules/algorithm/QuaternionEKF.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/algorithm/QuaternionEKF.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\algorithm\QuaternionEKF.c -o CMakeFiles\uav.elf.dir\modules\algorithm\QuaternionEKF.c.s
CMakeFiles/uav.elf.dir/modules/algorithm/controller.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/algorithm/controller.c.obj: D:/zhandui/cqdm/uav/modules/algorithm/controller.c
CMakeFiles/uav.elf.dir/modules/algorithm/controller.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object CMakeFiles/uav.elf.dir/modules/algorithm/controller.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/algorithm/controller.c.obj -MF CMakeFiles\uav.elf.dir\modules\algorithm\controller.c.obj.d -o CMakeFiles\uav.elf.dir\modules\algorithm\controller.c.obj -c D:\zhandui\cqdm\uav\modules\algorithm\controller.c
CMakeFiles/uav.elf.dir/modules/algorithm/controller.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/algorithm/controller.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\algorithm\controller.c > CMakeFiles\uav.elf.dir\modules\algorithm\controller.c.i
CMakeFiles/uav.elf.dir/modules/algorithm/controller.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/algorithm/controller.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\algorithm\controller.c -o CMakeFiles\uav.elf.dir\modules\algorithm\controller.c.s
CMakeFiles/uav.elf.dir/modules/algorithm/crc16.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/algorithm/crc16.c.obj: D:/zhandui/cqdm/uav/modules/algorithm/crc16.c
CMakeFiles/uav.elf.dir/modules/algorithm/crc16.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object CMakeFiles/uav.elf.dir/modules/algorithm/crc16.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/algorithm/crc16.c.obj -MF CMakeFiles\uav.elf.dir\modules\algorithm\crc16.c.obj.d -o CMakeFiles\uav.elf.dir\modules\algorithm\crc16.c.obj -c D:\zhandui\cqdm\uav\modules\algorithm\crc16.c
CMakeFiles/uav.elf.dir/modules/algorithm/crc16.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/algorithm/crc16.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\algorithm\crc16.c > CMakeFiles\uav.elf.dir\modules\algorithm\crc16.c.i
CMakeFiles/uav.elf.dir/modules/algorithm/crc16.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/algorithm/crc16.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\algorithm\crc16.c -o CMakeFiles\uav.elf.dir\modules\algorithm\crc16.c.s
CMakeFiles/uav.elf.dir/modules/algorithm/crc8.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/algorithm/crc8.c.obj: D:/zhandui/cqdm/uav/modules/algorithm/crc8.c
CMakeFiles/uav.elf.dir/modules/algorithm/crc8.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object CMakeFiles/uav.elf.dir/modules/algorithm/crc8.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/algorithm/crc8.c.obj -MF CMakeFiles\uav.elf.dir\modules\algorithm\crc8.c.obj.d -o CMakeFiles\uav.elf.dir\modules\algorithm\crc8.c.obj -c D:\zhandui\cqdm\uav\modules\algorithm\crc8.c
CMakeFiles/uav.elf.dir/modules/algorithm/crc8.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/algorithm/crc8.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\algorithm\crc8.c > CMakeFiles\uav.elf.dir\modules\algorithm\crc8.c.i
CMakeFiles/uav.elf.dir/modules/algorithm/crc8.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/algorithm/crc8.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\algorithm\crc8.c -o CMakeFiles\uav.elf.dir\modules\algorithm\crc8.c.s
CMakeFiles/uav.elf.dir/modules/algorithm/kalman_filter.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/algorithm/kalman_filter.c.obj: D:/zhandui/cqdm/uav/modules/algorithm/kalman_filter.c
CMakeFiles/uav.elf.dir/modules/algorithm/kalman_filter.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object CMakeFiles/uav.elf.dir/modules/algorithm/kalman_filter.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/algorithm/kalman_filter.c.obj -MF CMakeFiles\uav.elf.dir\modules\algorithm\kalman_filter.c.obj.d -o CMakeFiles\uav.elf.dir\modules\algorithm\kalman_filter.c.obj -c D:\zhandui\cqdm\uav\modules\algorithm\kalman_filter.c
CMakeFiles/uav.elf.dir/modules/algorithm/kalman_filter.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/algorithm/kalman_filter.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\algorithm\kalman_filter.c > CMakeFiles\uav.elf.dir\modules\algorithm\kalman_filter.c.i
CMakeFiles/uav.elf.dir/modules/algorithm/kalman_filter.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/algorithm/kalman_filter.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\algorithm\kalman_filter.c -o CMakeFiles\uav.elf.dir\modules\algorithm\kalman_filter.c.s
CMakeFiles/uav.elf.dir/modules/algorithm/user_lib.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/algorithm/user_lib.c.obj: D:/zhandui/cqdm/uav/modules/algorithm/user_lib.c
CMakeFiles/uav.elf.dir/modules/algorithm/user_lib.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object CMakeFiles/uav.elf.dir/modules/algorithm/user_lib.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/algorithm/user_lib.c.obj -MF CMakeFiles\uav.elf.dir\modules\algorithm\user_lib.c.obj.d -o CMakeFiles\uav.elf.dir\modules\algorithm\user_lib.c.obj -c D:\zhandui\cqdm\uav\modules\algorithm\user_lib.c
CMakeFiles/uav.elf.dir/modules/algorithm/user_lib.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/algorithm/user_lib.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\algorithm\user_lib.c > CMakeFiles\uav.elf.dir\modules\algorithm\user_lib.c.i
CMakeFiles/uav.elf.dir/modules/algorithm/user_lib.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/algorithm/user_lib.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\algorithm\user_lib.c -o CMakeFiles\uav.elf.dir\modules\algorithm\user_lib.c.s
CMakeFiles/uav.elf.dir/modules/auto_aim/auto_aim.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/auto_aim/auto_aim.c.obj: D:/zhandui/cqdm/uav/modules/auto_aim/auto_aim.c
CMakeFiles/uav.elf.dir/modules/auto_aim/auto_aim.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object CMakeFiles/uav.elf.dir/modules/auto_aim/auto_aim.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/auto_aim/auto_aim.c.obj -MF CMakeFiles\uav.elf.dir\modules\auto_aim\auto_aim.c.obj.d -o CMakeFiles\uav.elf.dir\modules\auto_aim\auto_aim.c.obj -c D:\zhandui\cqdm\uav\modules\auto_aim\auto_aim.c
CMakeFiles/uav.elf.dir/modules/auto_aim/auto_aim.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/auto_aim/auto_aim.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\auto_aim\auto_aim.c > CMakeFiles\uav.elf.dir\modules\auto_aim\auto_aim.c.i
CMakeFiles/uav.elf.dir/modules/auto_aim/auto_aim.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/auto_aim/auto_aim.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\auto_aim\auto_aim.c -o CMakeFiles\uav.elf.dir\modules\auto_aim\auto_aim.c.s
CMakeFiles/uav.elf.dir/modules/can_comm/can_comm.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/can_comm/can_comm.c.obj: D:/zhandui/cqdm/uav/modules/can_comm/can_comm.c
CMakeFiles/uav.elf.dir/modules/can_comm/can_comm.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object CMakeFiles/uav.elf.dir/modules/can_comm/can_comm.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/can_comm/can_comm.c.obj -MF CMakeFiles\uav.elf.dir\modules\can_comm\can_comm.c.obj.d -o CMakeFiles\uav.elf.dir\modules\can_comm\can_comm.c.obj -c D:\zhandui\cqdm\uav\modules\can_comm\can_comm.c
CMakeFiles/uav.elf.dir/modules/can_comm/can_comm.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/can_comm/can_comm.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\can_comm\can_comm.c > CMakeFiles\uav.elf.dir\modules\can_comm\can_comm.c.i
CMakeFiles/uav.elf.dir/modules/can_comm/can_comm.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/can_comm/can_comm.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\can_comm\can_comm.c -o CMakeFiles\uav.elf.dir\modules\can_comm\can_comm.c.s
CMakeFiles/uav.elf.dir/modules/daemon/daemon.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/daemon/daemon.c.obj: D:/zhandui/cqdm/uav/modules/daemon/daemon.c
CMakeFiles/uav.elf.dir/modules/daemon/daemon.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object CMakeFiles/uav.elf.dir/modules/daemon/daemon.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/daemon/daemon.c.obj -MF CMakeFiles\uav.elf.dir\modules\daemon\daemon.c.obj.d -o CMakeFiles\uav.elf.dir\modules\daemon\daemon.c.obj -c D:\zhandui\cqdm\uav\modules\daemon\daemon.c
CMakeFiles/uav.elf.dir/modules/daemon/daemon.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/daemon/daemon.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\daemon\daemon.c > CMakeFiles\uav.elf.dir\modules\daemon\daemon.c.i
CMakeFiles/uav.elf.dir/modules/daemon/daemon.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/daemon/daemon.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\daemon\daemon.c -o CMakeFiles\uav.elf.dir\modules\daemon\daemon.c.s
CMakeFiles/uav.elf.dir/modules/imu/BMI088Middleware.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/imu/BMI088Middleware.c.obj: D:/zhandui/cqdm/uav/modules/imu/BMI088Middleware.c
CMakeFiles/uav.elf.dir/modules/imu/BMI088Middleware.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object CMakeFiles/uav.elf.dir/modules/imu/BMI088Middleware.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/imu/BMI088Middleware.c.obj -MF CMakeFiles\uav.elf.dir\modules\imu\BMI088Middleware.c.obj.d -o CMakeFiles\uav.elf.dir\modules\imu\BMI088Middleware.c.obj -c D:\zhandui\cqdm\uav\modules\imu\BMI088Middleware.c
CMakeFiles/uav.elf.dir/modules/imu/BMI088Middleware.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/imu/BMI088Middleware.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\imu\BMI088Middleware.c > CMakeFiles\uav.elf.dir\modules\imu\BMI088Middleware.c.i
CMakeFiles/uav.elf.dir/modules/imu/BMI088Middleware.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/imu/BMI088Middleware.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\imu\BMI088Middleware.c -o CMakeFiles\uav.elf.dir\modules\imu\BMI088Middleware.c.s
CMakeFiles/uav.elf.dir/modules/imu/BMI088driver.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/imu/BMI088driver.c.obj: D:/zhandui/cqdm/uav/modules/imu/BMI088driver.c
CMakeFiles/uav.elf.dir/modules/imu/BMI088driver.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object CMakeFiles/uav.elf.dir/modules/imu/BMI088driver.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/imu/BMI088driver.c.obj -MF CMakeFiles\uav.elf.dir\modules\imu\BMI088driver.c.obj.d -o CMakeFiles\uav.elf.dir\modules\imu\BMI088driver.c.obj -c D:\zhandui\cqdm\uav\modules\imu\BMI088driver.c
CMakeFiles/uav.elf.dir/modules/imu/BMI088driver.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/imu/BMI088driver.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\imu\BMI088driver.c > CMakeFiles\uav.elf.dir\modules\imu\BMI088driver.c.i
CMakeFiles/uav.elf.dir/modules/imu/BMI088driver.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/imu/BMI088driver.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\imu\BMI088driver.c -o CMakeFiles\uav.elf.dir\modules\imu\BMI088driver.c.s
CMakeFiles/uav.elf.dir/modules/imu/ins_task.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/imu/ins_task.c.obj: D:/zhandui/cqdm/uav/modules/imu/ins_task.c
CMakeFiles/uav.elf.dir/modules/imu/ins_task.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object CMakeFiles/uav.elf.dir/modules/imu/ins_task.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/imu/ins_task.c.obj -MF CMakeFiles\uav.elf.dir\modules\imu\ins_task.c.obj.d -o CMakeFiles\uav.elf.dir\modules\imu\ins_task.c.obj -c D:\zhandui\cqdm\uav\modules\imu\ins_task.c
CMakeFiles/uav.elf.dir/modules/imu/ins_task.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/imu/ins_task.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\imu\ins_task.c > CMakeFiles\uav.elf.dir\modules\imu\ins_task.c.i
CMakeFiles/uav.elf.dir/modules/imu/ins_task.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/imu/ins_task.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\imu\ins_task.c -o CMakeFiles\uav.elf.dir\modules\imu\ins_task.c.s
CMakeFiles/uav.elf.dir/modules/ist8310/ist8310.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/ist8310/ist8310.c.obj: D:/zhandui/cqdm/uav/modules/ist8310/ist8310.c
CMakeFiles/uav.elf.dir/modules/ist8310/ist8310.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object CMakeFiles/uav.elf.dir/modules/ist8310/ist8310.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/ist8310/ist8310.c.obj -MF CMakeFiles\uav.elf.dir\modules\ist8310\ist8310.c.obj.d -o CMakeFiles\uav.elf.dir\modules\ist8310\ist8310.c.obj -c D:\zhandui\cqdm\uav\modules\ist8310\ist8310.c
CMakeFiles/uav.elf.dir/modules/ist8310/ist8310.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/ist8310/ist8310.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\ist8310\ist8310.c > CMakeFiles\uav.elf.dir\modules\ist8310\ist8310.c.i
CMakeFiles/uav.elf.dir/modules/ist8310/ist8310.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/ist8310/ist8310.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\ist8310\ist8310.c -o CMakeFiles\uav.elf.dir\modules\ist8310\ist8310.c.s
CMakeFiles/uav.elf.dir/modules/led/led.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/led/led.c.obj: D:/zhandui/cqdm/uav/modules/led/led.c
CMakeFiles/uav.elf.dir/modules/led/led.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object CMakeFiles/uav.elf.dir/modules/led/led.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/led/led.c.obj -MF CMakeFiles\uav.elf.dir\modules\led\led.c.obj.d -o CMakeFiles\uav.elf.dir\modules\led\led.c.obj -c D:\zhandui\cqdm\uav\modules\led\led.c
CMakeFiles/uav.elf.dir/modules/led/led.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/led/led.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\led\led.c > CMakeFiles\uav.elf.dir\modules\led\led.c.i
CMakeFiles/uav.elf.dir/modules/led/led.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/led/led.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\led\led.c -o CMakeFiles\uav.elf.dir\modules\led\led.c.s
CMakeFiles/uav.elf.dir/modules/master_machine/master_process.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/master_machine/master_process.c.obj: D:/zhandui/cqdm/uav/modules/master_machine/master_process.c
CMakeFiles/uav.elf.dir/modules/master_machine/master_process.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object CMakeFiles/uav.elf.dir/modules/master_machine/master_process.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/master_machine/master_process.c.obj -MF CMakeFiles\uav.elf.dir\modules\master_machine\master_process.c.obj.d -o CMakeFiles\uav.elf.dir\modules\master_machine\master_process.c.obj -c D:\zhandui\cqdm\uav\modules\master_machine\master_process.c
CMakeFiles/uav.elf.dir/modules/master_machine/master_process.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/master_machine/master_process.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\master_machine\master_process.c > CMakeFiles\uav.elf.dir\modules\master_machine\master_process.c.i
CMakeFiles/uav.elf.dir/modules/master_machine/master_process.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/master_machine/master_process.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\master_machine\master_process.c -o CMakeFiles\uav.elf.dir\modules\master_machine\master_process.c.s
CMakeFiles/uav.elf.dir/modules/master_machine/seasky_protocol.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/master_machine/seasky_protocol.c.obj: D:/zhandui/cqdm/uav/modules/master_machine/seasky_protocol.c
CMakeFiles/uav.elf.dir/modules/master_machine/seasky_protocol.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object CMakeFiles/uav.elf.dir/modules/master_machine/seasky_protocol.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/master_machine/seasky_protocol.c.obj -MF CMakeFiles\uav.elf.dir\modules\master_machine\seasky_protocol.c.obj.d -o CMakeFiles\uav.elf.dir\modules\master_machine\seasky_protocol.c.obj -c D:\zhandui\cqdm\uav\modules\master_machine\seasky_protocol.c
CMakeFiles/uav.elf.dir/modules/master_machine/seasky_protocol.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/master_machine/seasky_protocol.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\master_machine\seasky_protocol.c > CMakeFiles\uav.elf.dir\modules\master_machine\seasky_protocol.c.i
CMakeFiles/uav.elf.dir/modules/master_machine/seasky_protocol.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/master_machine/seasky_protocol.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\master_machine\seasky_protocol.c -o CMakeFiles\uav.elf.dir\modules\master_machine\seasky_protocol.c.s
CMakeFiles/uav.elf.dir/modules/message_center/message_center.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/message_center/message_center.c.obj: D:/zhandui/cqdm/uav/modules/message_center/message_center.c
CMakeFiles/uav.elf.dir/modules/message_center/message_center.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object CMakeFiles/uav.elf.dir/modules/message_center/message_center.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/message_center/message_center.c.obj -MF CMakeFiles\uav.elf.dir\modules\message_center\message_center.c.obj.d -o CMakeFiles\uav.elf.dir\modules\message_center\message_center.c.obj -c D:\zhandui\cqdm\uav\modules\message_center\message_center.c
CMakeFiles/uav.elf.dir/modules/message_center/message_center.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/message_center/message_center.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\message_center\message_center.c > CMakeFiles\uav.elf.dir\modules\message_center\message_center.c.i
CMakeFiles/uav.elf.dir/modules/message_center/message_center.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/message_center/message_center.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\message_center\message_center.c -o CMakeFiles\uav.elf.dir\modules\message_center\message_center.c.s
CMakeFiles/uav.elf.dir/modules/motor/DJImotor/dji_motor.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/motor/DJImotor/dji_motor.c.obj: D:/zhandui/cqdm/uav/modules/motor/DJImotor/dji_motor.c
CMakeFiles/uav.elf.dir/modules/motor/DJImotor/dji_motor.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object CMakeFiles/uav.elf.dir/modules/motor/DJImotor/dji_motor.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/motor/DJImotor/dji_motor.c.obj -MF CMakeFiles\uav.elf.dir\modules\motor\DJImotor\dji_motor.c.obj.d -o CMakeFiles\uav.elf.dir\modules\motor\DJImotor\dji_motor.c.obj -c D:\zhandui\cqdm\uav\modules\motor\DJImotor\dji_motor.c
CMakeFiles/uav.elf.dir/modules/motor/DJImotor/dji_motor.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/motor/DJImotor/dji_motor.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\motor\DJImotor\dji_motor.c > CMakeFiles\uav.elf.dir\modules\motor\DJImotor\dji_motor.c.i
CMakeFiles/uav.elf.dir/modules/motor/DJImotor/dji_motor.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/motor/DJImotor/dji_motor.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\motor\DJImotor\dji_motor.c -o CMakeFiles\uav.elf.dir\modules\motor\DJImotor\dji_motor.c.s
CMakeFiles/uav.elf.dir/modules/motor/DMmotor/dmmotor.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/motor/DMmotor/dmmotor.c.obj: D:/zhandui/cqdm/uav/modules/motor/DMmotor/dmmotor.c
CMakeFiles/uav.elf.dir/modules/motor/DMmotor/dmmotor.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object CMakeFiles/uav.elf.dir/modules/motor/DMmotor/dmmotor.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/motor/DMmotor/dmmotor.c.obj -MF CMakeFiles\uav.elf.dir\modules\motor\DMmotor\dmmotor.c.obj.d -o CMakeFiles\uav.elf.dir\modules\motor\DMmotor\dmmotor.c.obj -c D:\zhandui\cqdm\uav\modules\motor\DMmotor\dmmotor.c
CMakeFiles/uav.elf.dir/modules/motor/DMmotor/dmmotor.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/motor/DMmotor/dmmotor.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\motor\DMmotor\dmmotor.c > CMakeFiles\uav.elf.dir\modules\motor\DMmotor\dmmotor.c.i
CMakeFiles/uav.elf.dir/modules/motor/DMmotor/dmmotor.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/motor/DMmotor/dmmotor.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\motor\DMmotor\dmmotor.c -o CMakeFiles\uav.elf.dir\modules\motor\DMmotor\dmmotor.c.s
CMakeFiles/uav.elf.dir/modules/motor/ECmotor/ECA8210.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/motor/ECmotor/ECA8210.c.obj: D:/zhandui/cqdm/uav/modules/motor/ECmotor/ECA8210.c
CMakeFiles/uav.elf.dir/modules/motor/ECmotor/ECA8210.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object CMakeFiles/uav.elf.dir/modules/motor/ECmotor/ECA8210.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/motor/ECmotor/ECA8210.c.obj -MF CMakeFiles\uav.elf.dir\modules\motor\ECmotor\ECA8210.c.obj.d -o CMakeFiles\uav.elf.dir\modules\motor\ECmotor\ECA8210.c.obj -c D:\zhandui\cqdm\uav\modules\motor\ECmotor\ECA8210.c
CMakeFiles/uav.elf.dir/modules/motor/ECmotor/ECA8210.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/motor/ECmotor/ECA8210.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\motor\ECmotor\ECA8210.c > CMakeFiles\uav.elf.dir\modules\motor\ECmotor\ECA8210.c.i
CMakeFiles/uav.elf.dir/modules/motor/ECmotor/ECA8210.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/motor/ECmotor/ECA8210.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\motor\ECmotor\ECA8210.c -o CMakeFiles\uav.elf.dir\modules\motor\ECmotor\ECA8210.c.s
CMakeFiles/uav.elf.dir/modules/motor/HTmotor/HT04.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/motor/HTmotor/HT04.c.obj: D:/zhandui/cqdm/uav/modules/motor/HTmotor/HT04.c
CMakeFiles/uav.elf.dir/modules/motor/HTmotor/HT04.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object CMakeFiles/uav.elf.dir/modules/motor/HTmotor/HT04.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/motor/HTmotor/HT04.c.obj -MF CMakeFiles\uav.elf.dir\modules\motor\HTmotor\HT04.c.obj.d -o CMakeFiles\uav.elf.dir\modules\motor\HTmotor\HT04.c.obj -c D:\zhandui\cqdm\uav\modules\motor\HTmotor\HT04.c
CMakeFiles/uav.elf.dir/modules/motor/HTmotor/HT04.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/motor/HTmotor/HT04.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\motor\HTmotor\HT04.c > CMakeFiles\uav.elf.dir\modules\motor\HTmotor\HT04.c.i
CMakeFiles/uav.elf.dir/modules/motor/HTmotor/HT04.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/motor/HTmotor/HT04.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\motor\HTmotor\HT04.c -o CMakeFiles\uav.elf.dir\modules\motor\HTmotor\HT04.c.s
CMakeFiles/uav.elf.dir/modules/motor/LKmotor/LK9025.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/motor/LKmotor/LK9025.c.obj: D:/zhandui/cqdm/uav/modules/motor/LKmotor/LK9025.c
CMakeFiles/uav.elf.dir/modules/motor/LKmotor/LK9025.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object CMakeFiles/uav.elf.dir/modules/motor/LKmotor/LK9025.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/motor/LKmotor/LK9025.c.obj -MF CMakeFiles\uav.elf.dir\modules\motor\LKmotor\LK9025.c.obj.d -o CMakeFiles\uav.elf.dir\modules\motor\LKmotor\LK9025.c.obj -c D:\zhandui\cqdm\uav\modules\motor\LKmotor\LK9025.c
CMakeFiles/uav.elf.dir/modules/motor/LKmotor/LK9025.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/motor/LKmotor/LK9025.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\motor\LKmotor\LK9025.c > CMakeFiles\uav.elf.dir\modules\motor\LKmotor\LK9025.c.i
CMakeFiles/uav.elf.dir/modules/motor/LKmotor/LK9025.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/motor/LKmotor/LK9025.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\motor\LKmotor\LK9025.c -o CMakeFiles\uav.elf.dir\modules\motor\LKmotor\LK9025.c.s
CMakeFiles/uav.elf.dir/modules/motor/motor_task.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/motor/motor_task.c.obj: D:/zhandui/cqdm/uav/modules/motor/motor_task.c
CMakeFiles/uav.elf.dir/modules/motor/motor_task.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object CMakeFiles/uav.elf.dir/modules/motor/motor_task.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/motor/motor_task.c.obj -MF CMakeFiles\uav.elf.dir\modules\motor\motor_task.c.obj.d -o CMakeFiles\uav.elf.dir\modules\motor\motor_task.c.obj -c D:\zhandui\cqdm\uav\modules\motor\motor_task.c
CMakeFiles/uav.elf.dir/modules/motor/motor_task.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/motor/motor_task.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\motor\motor_task.c > CMakeFiles\uav.elf.dir\modules\motor\motor_task.c.i
CMakeFiles/uav.elf.dir/modules/motor/motor_task.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/motor/motor_task.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\motor\motor_task.c -o CMakeFiles\uav.elf.dir\modules\motor\motor_task.c.s
CMakeFiles/uav.elf.dir/modules/motor/pwmmotor/snail.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/motor/pwmmotor/snail.c.obj: D:/zhandui/cqdm/uav/modules/motor/pwmmotor/snail.c
CMakeFiles/uav.elf.dir/modules/motor/pwmmotor/snail.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object CMakeFiles/uav.elf.dir/modules/motor/pwmmotor/snail.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/motor/pwmmotor/snail.c.obj -MF CMakeFiles\uav.elf.dir\modules\motor\pwmmotor\snail.c.obj.d -o CMakeFiles\uav.elf.dir\modules\motor\pwmmotor\snail.c.obj -c D:\zhandui\cqdm\uav\modules\motor\pwmmotor\snail.c
CMakeFiles/uav.elf.dir/modules/motor/pwmmotor/snail.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/motor/pwmmotor/snail.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\motor\pwmmotor\snail.c > CMakeFiles\uav.elf.dir\modules\motor\pwmmotor\snail.c.i
CMakeFiles/uav.elf.dir/modules/motor/pwmmotor/snail.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/motor/pwmmotor/snail.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\motor\pwmmotor\snail.c -o CMakeFiles\uav.elf.dir\modules\motor\pwmmotor\snail.c.s
CMakeFiles/uav.elf.dir/modules/motor/servo_motor/servo_motor.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/motor/servo_motor/servo_motor.c.obj: D:/zhandui/cqdm/uav/modules/motor/servo_motor/servo_motor.c
CMakeFiles/uav.elf.dir/modules/motor/servo_motor/servo_motor.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object CMakeFiles/uav.elf.dir/modules/motor/servo_motor/servo_motor.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/motor/servo_motor/servo_motor.c.obj -MF CMakeFiles\uav.elf.dir\modules\motor\servo_motor\servo_motor.c.obj.d -o CMakeFiles\uav.elf.dir\modules\motor\servo_motor\servo_motor.c.obj -c D:\zhandui\cqdm\uav\modules\motor\servo_motor\servo_motor.c
CMakeFiles/uav.elf.dir/modules/motor/servo_motor/servo_motor.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/motor/servo_motor/servo_motor.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\motor\servo_motor\servo_motor.c > CMakeFiles\uav.elf.dir\modules\motor\servo_motor\servo_motor.c.i
CMakeFiles/uav.elf.dir/modules/motor/servo_motor/servo_motor.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/motor/servo_motor/servo_motor.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\motor\servo_motor\servo_motor.c -o CMakeFiles\uav.elf.dir\modules\motor\servo_motor\servo_motor.c.s
CMakeFiles/uav.elf.dir/modules/motor/step_motor/step_motor.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/motor/step_motor/step_motor.c.obj: D:/zhandui/cqdm/uav/modules/motor/step_motor/step_motor.c
CMakeFiles/uav.elf.dir/modules/motor/step_motor/step_motor.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object CMakeFiles/uav.elf.dir/modules/motor/step_motor/step_motor.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/motor/step_motor/step_motor.c.obj -MF CMakeFiles\uav.elf.dir\modules\motor\step_motor\step_motor.c.obj.d -o CMakeFiles\uav.elf.dir\modules\motor\step_motor\step_motor.c.obj -c D:\zhandui\cqdm\uav\modules\motor\step_motor\step_motor.c
CMakeFiles/uav.elf.dir/modules/motor/step_motor/step_motor.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/motor/step_motor/step_motor.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\motor\step_motor\step_motor.c > CMakeFiles\uav.elf.dir\modules\motor\step_motor\step_motor.c.i
CMakeFiles/uav.elf.dir/modules/motor/step_motor/step_motor.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/motor/step_motor/step_motor.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\motor\step_motor\step_motor.c -o CMakeFiles\uav.elf.dir\modules\motor\step_motor\step_motor.c.s
CMakeFiles/uav.elf.dir/modules/oled/oled.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/oled/oled.c.obj: D:/zhandui/cqdm/uav/modules/oled/oled.c
CMakeFiles/uav.elf.dir/modules/oled/oled.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object CMakeFiles/uav.elf.dir/modules/oled/oled.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/oled/oled.c.obj -MF CMakeFiles\uav.elf.dir\modules\oled\oled.c.obj.d -o CMakeFiles\uav.elf.dir\modules\oled\oled.c.obj -c D:\zhandui\cqdm\uav\modules\oled\oled.c
CMakeFiles/uav.elf.dir/modules/oled/oled.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/oled/oled.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\oled\oled.c > CMakeFiles\uav.elf.dir\modules\oled\oled.c.i
CMakeFiles/uav.elf.dir/modules/oled/oled.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/oled/oled.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\oled\oled.c -o CMakeFiles\uav.elf.dir\modules\oled\oled.c.s
CMakeFiles/uav.elf.dir/modules/power_meter/power_meter.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/power_meter/power_meter.c.obj: D:/zhandui/cqdm/uav/modules/power_meter/power_meter.c
CMakeFiles/uav.elf.dir/modules/power_meter/power_meter.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object CMakeFiles/uav.elf.dir/modules/power_meter/power_meter.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/power_meter/power_meter.c.obj -MF CMakeFiles\uav.elf.dir\modules\power_meter\power_meter.c.obj.d -o CMakeFiles\uav.elf.dir\modules\power_meter\power_meter.c.obj -c D:\zhandui\cqdm\uav\modules\power_meter\power_meter.c
CMakeFiles/uav.elf.dir/modules/power_meter/power_meter.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/power_meter/power_meter.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\power_meter\power_meter.c > CMakeFiles\uav.elf.dir\modules\power_meter\power_meter.c.i
CMakeFiles/uav.elf.dir/modules/power_meter/power_meter.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/power_meter/power_meter.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\power_meter\power_meter.c -o CMakeFiles\uav.elf.dir\modules\power_meter\power_meter.c.s
CMakeFiles/uav.elf.dir/modules/referee/crc_ref.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/referee/crc_ref.c.obj: D:/zhandui/cqdm/uav/modules/referee/crc_ref.c
CMakeFiles/uav.elf.dir/modules/referee/crc_ref.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object CMakeFiles/uav.elf.dir/modules/referee/crc_ref.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/referee/crc_ref.c.obj -MF CMakeFiles\uav.elf.dir\modules\referee\crc_ref.c.obj.d -o CMakeFiles\uav.elf.dir\modules\referee\crc_ref.c.obj -c D:\zhandui\cqdm\uav\modules\referee\crc_ref.c
CMakeFiles/uav.elf.dir/modules/referee/crc_ref.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/referee/crc_ref.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\referee\crc_ref.c > CMakeFiles\uav.elf.dir\modules\referee\crc_ref.c.i
CMakeFiles/uav.elf.dir/modules/referee/crc_ref.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/referee/crc_ref.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\referee\crc_ref.c -o CMakeFiles\uav.elf.dir\modules\referee\crc_ref.c.s
CMakeFiles/uav.elf.dir/modules/referee/referee_UI.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/referee/referee_UI.c.obj: D:/zhandui/cqdm/uav/modules/referee/referee_UI.c
CMakeFiles/uav.elf.dir/modules/referee/referee_UI.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object CMakeFiles/uav.elf.dir/modules/referee/referee_UI.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/referee/referee_UI.c.obj -MF CMakeFiles\uav.elf.dir\modules\referee\referee_UI.c.obj.d -o CMakeFiles\uav.elf.dir\modules\referee\referee_UI.c.obj -c D:\zhandui\cqdm\uav\modules\referee\referee_UI.c
CMakeFiles/uav.elf.dir/modules/referee/referee_UI.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/referee/referee_UI.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\referee\referee_UI.c > CMakeFiles\uav.elf.dir\modules\referee\referee_UI.c.i
CMakeFiles/uav.elf.dir/modules/referee/referee_UI.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/referee/referee_UI.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\referee\referee_UI.c -o CMakeFiles\uav.elf.dir\modules\referee\referee_UI.c.s
CMakeFiles/uav.elf.dir/modules/referee/referee_task.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/referee/referee_task.c.obj: D:/zhandui/cqdm/uav/modules/referee/referee_task.c
CMakeFiles/uav.elf.dir/modules/referee/referee_task.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object CMakeFiles/uav.elf.dir/modules/referee/referee_task.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/referee/referee_task.c.obj -MF CMakeFiles\uav.elf.dir\modules\referee\referee_task.c.obj.d -o CMakeFiles\uav.elf.dir\modules\referee\referee_task.c.obj -c D:\zhandui\cqdm\uav\modules\referee\referee_task.c
CMakeFiles/uav.elf.dir/modules/referee/referee_task.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/referee/referee_task.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\referee\referee_task.c > CMakeFiles\uav.elf.dir\modules\referee\referee_task.c.i
CMakeFiles/uav.elf.dir/modules/referee/referee_task.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/referee/referee_task.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\referee\referee_task.c -o CMakeFiles\uav.elf.dir\modules\referee\referee_task.c.s
CMakeFiles/uav.elf.dir/modules/referee/rm_referee.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/referee/rm_referee.c.obj: D:/zhandui/cqdm/uav/modules/referee/rm_referee.c
CMakeFiles/uav.elf.dir/modules/referee/rm_referee.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object CMakeFiles/uav.elf.dir/modules/referee/rm_referee.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/referee/rm_referee.c.obj -MF CMakeFiles\uav.elf.dir\modules\referee\rm_referee.c.obj.d -o CMakeFiles\uav.elf.dir\modules\referee\rm_referee.c.obj -c D:\zhandui\cqdm\uav\modules\referee\rm_referee.c
CMakeFiles/uav.elf.dir/modules/referee/rm_referee.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/referee/rm_referee.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\referee\rm_referee.c > CMakeFiles\uav.elf.dir\modules\referee\rm_referee.c.i
CMakeFiles/uav.elf.dir/modules/referee/rm_referee.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/referee/rm_referee.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\referee\rm_referee.c -o CMakeFiles\uav.elf.dir\modules\referee\rm_referee.c.s
CMakeFiles/uav.elf.dir/modules/referee/vision_transfer.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/referee/vision_transfer.c.obj: D:/zhandui/cqdm/uav/modules/referee/vision_transfer.c
CMakeFiles/uav.elf.dir/modules/referee/vision_transfer.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object CMakeFiles/uav.elf.dir/modules/referee/vision_transfer.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/referee/vision_transfer.c.obj -MF CMakeFiles\uav.elf.dir\modules\referee\vision_transfer.c.obj.d -o CMakeFiles\uav.elf.dir\modules\referee\vision_transfer.c.obj -c D:\zhandui\cqdm\uav\modules\referee\vision_transfer.c
CMakeFiles/uav.elf.dir/modules/referee/vision_transfer.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/referee/vision_transfer.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\referee\vision_transfer.c > CMakeFiles\uav.elf.dir\modules\referee\vision_transfer.c.i
CMakeFiles/uav.elf.dir/modules/referee/vision_transfer.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/referee/vision_transfer.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\referee\vision_transfer.c -o CMakeFiles\uav.elf.dir\modules\referee\vision_transfer.c.s
CMakeFiles/uav.elf.dir/modules/remote/remote_control.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/remote/remote_control.c.obj: D:/zhandui/cqdm/uav/modules/remote/remote_control.c
CMakeFiles/uav.elf.dir/modules/remote/remote_control.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object CMakeFiles/uav.elf.dir/modules/remote/remote_control.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/remote/remote_control.c.obj -MF CMakeFiles\uav.elf.dir\modules\remote\remote_control.c.obj.d -o CMakeFiles\uav.elf.dir\modules\remote\remote_control.c.obj -c D:\zhandui\cqdm\uav\modules\remote\remote_control.c
CMakeFiles/uav.elf.dir/modules/remote/remote_control.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/remote/remote_control.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\remote\remote_control.c > CMakeFiles\uav.elf.dir\modules\remote\remote_control.c.i
CMakeFiles/uav.elf.dir/modules/remote/remote_control.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/remote/remote_control.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\remote\remote_control.c -o CMakeFiles\uav.elf.dir\modules\remote\remote_control.c.s
CMakeFiles/uav.elf.dir/modules/robotics/matrix.cpp.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/robotics/matrix.cpp.obj: D:/zhandui/cqdm/uav/modules/robotics/matrix.cpp
CMakeFiles/uav.elf.dir/modules/robotics/matrix.cpp.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Building CXX object CMakeFiles/uav.elf.dir/modules/robotics/matrix.cpp.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/robotics/matrix.cpp.obj -MF CMakeFiles\uav.elf.dir\modules\robotics\matrix.cpp.obj.d -o CMakeFiles\uav.elf.dir\modules\robotics\matrix.cpp.obj -c D:\zhandui\cqdm\uav\modules\robotics\matrix.cpp
CMakeFiles/uav.elf.dir/modules/robotics/matrix.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uav.elf.dir/modules/robotics/matrix.cpp.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E D:\zhandui\cqdm\uav\modules\robotics\matrix.cpp > CMakeFiles\uav.elf.dir\modules\robotics\matrix.cpp.i
CMakeFiles/uav.elf.dir/modules/robotics/matrix.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uav.elf.dir/modules/robotics/matrix.cpp.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S D:\zhandui\cqdm\uav\modules\robotics\matrix.cpp -o CMakeFiles\uav.elf.dir\modules\robotics\matrix.cpp.s
CMakeFiles/uav.elf.dir/modules/robotics/robotics.cpp.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/robotics/robotics.cpp.obj: D:/zhandui/cqdm/uav/modules/robotics/robotics.cpp
CMakeFiles/uav.elf.dir/modules/robotics/robotics.cpp.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_130) "Building CXX object CMakeFiles/uav.elf.dir/modules/robotics/robotics.cpp.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/robotics/robotics.cpp.obj -MF CMakeFiles\uav.elf.dir\modules\robotics\robotics.cpp.obj.d -o CMakeFiles\uav.elf.dir\modules\robotics\robotics.cpp.obj -c D:\zhandui\cqdm\uav\modules\robotics\robotics.cpp
CMakeFiles/uav.elf.dir/modules/robotics/robotics.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uav.elf.dir/modules/robotics/robotics.cpp.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E D:\zhandui\cqdm\uav\modules\robotics\robotics.cpp > CMakeFiles\uav.elf.dir\modules\robotics\robotics.cpp.i
CMakeFiles/uav.elf.dir/modules/robotics/robotics.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uav.elf.dir/modules/robotics/robotics.cpp.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S D:\zhandui\cqdm\uav\modules\robotics\robotics.cpp -o CMakeFiles\uav.elf.dir\modules\robotics\robotics.cpp.s
CMakeFiles/uav.elf.dir/modules/robotics/utils.cpp.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/robotics/utils.cpp.obj: D:/zhandui/cqdm/uav/modules/robotics/utils.cpp
CMakeFiles/uav.elf.dir/modules/robotics/utils.cpp.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_131) "Building CXX object CMakeFiles/uav.elf.dir/modules/robotics/utils.cpp.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/robotics/utils.cpp.obj -MF CMakeFiles\uav.elf.dir\modules\robotics\utils.cpp.obj.d -o CMakeFiles\uav.elf.dir\modules\robotics\utils.cpp.obj -c D:\zhandui\cqdm\uav\modules\robotics\utils.cpp
CMakeFiles/uav.elf.dir/modules/robotics/utils.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uav.elf.dir/modules/robotics/utils.cpp.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E D:\zhandui\cqdm\uav\modules\robotics\utils.cpp > CMakeFiles\uav.elf.dir\modules\robotics\utils.cpp.i
CMakeFiles/uav.elf.dir/modules/robotics/utils.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uav.elf.dir/modules/robotics/utils.cpp.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S D:\zhandui\cqdm\uav\modules\robotics\utils.cpp -o CMakeFiles\uav.elf.dir\modules\robotics\utils.cpp.s
CMakeFiles/uav.elf.dir/modules/standard_cmd/std_cmd.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/standard_cmd/std_cmd.c.obj: D:/zhandui/cqdm/uav/modules/standard_cmd/std_cmd.c
CMakeFiles/uav.elf.dir/modules/standard_cmd/std_cmd.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_132) "Building C object CMakeFiles/uav.elf.dir/modules/standard_cmd/std_cmd.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/standard_cmd/std_cmd.c.obj -MF CMakeFiles\uav.elf.dir\modules\standard_cmd\std_cmd.c.obj.d -o CMakeFiles\uav.elf.dir\modules\standard_cmd\std_cmd.c.obj -c D:\zhandui\cqdm\uav\modules\standard_cmd\std_cmd.c
CMakeFiles/uav.elf.dir/modules/standard_cmd/std_cmd.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/standard_cmd/std_cmd.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\standard_cmd\std_cmd.c > CMakeFiles\uav.elf.dir\modules\standard_cmd\std_cmd.c.i
CMakeFiles/uav.elf.dir/modules/standard_cmd/std_cmd.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/standard_cmd/std_cmd.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\standard_cmd\std_cmd.c -o CMakeFiles\uav.elf.dir\modules\standard_cmd\std_cmd.c.s
CMakeFiles/uav.elf.dir/modules/super_cap/super_cap.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/super_cap/super_cap.c.obj: D:/zhandui/cqdm/uav/modules/super_cap/super_cap.c
CMakeFiles/uav.elf.dir/modules/super_cap/super_cap.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_133) "Building C object CMakeFiles/uav.elf.dir/modules/super_cap/super_cap.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/super_cap/super_cap.c.obj -MF CMakeFiles\uav.elf.dir\modules\super_cap\super_cap.c.obj.d -o CMakeFiles\uav.elf.dir\modules\super_cap\super_cap.c.obj -c D:\zhandui\cqdm\uav\modules\super_cap\super_cap.c
CMakeFiles/uav.elf.dir/modules/super_cap/super_cap.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/super_cap/super_cap.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\super_cap\super_cap.c > CMakeFiles\uav.elf.dir\modules\super_cap\super_cap.c.i
CMakeFiles/uav.elf.dir/modules/super_cap/super_cap.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/super_cap/super_cap.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\super_cap\super_cap.c -o CMakeFiles\uav.elf.dir\modules\super_cap\super_cap.c.s
CMakeFiles/uav.elf.dir/modules/unicomm/unicomm.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/unicomm/unicomm.c.obj: D:/zhandui/cqdm/uav/modules/unicomm/unicomm.c
CMakeFiles/uav.elf.dir/modules/unicomm/unicomm.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_134) "Building C object CMakeFiles/uav.elf.dir/modules/unicomm/unicomm.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/unicomm/unicomm.c.obj -MF CMakeFiles\uav.elf.dir\modules\unicomm\unicomm.c.obj.d -o CMakeFiles\uav.elf.dir\modules\unicomm\unicomm.c.obj -c D:\zhandui\cqdm\uav\modules\unicomm\unicomm.c
CMakeFiles/uav.elf.dir/modules/unicomm/unicomm.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/unicomm/unicomm.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\unicomm\unicomm.c > CMakeFiles\uav.elf.dir\modules\unicomm\unicomm.c.i
CMakeFiles/uav.elf.dir/modules/unicomm/unicomm.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/unicomm/unicomm.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\unicomm\unicomm.c -o CMakeFiles\uav.elf.dir\modules\unicomm\unicomm.c.s
CMakeFiles/uav.elf.dir/modules/vofa/vofa.c.obj: CMakeFiles/uav.elf.dir/flags.make
CMakeFiles/uav.elf.dir/modules/vofa/vofa.c.obj: D:/zhandui/cqdm/uav/modules/vofa/vofa.c
CMakeFiles/uav.elf.dir/modules/vofa/vofa.c.obj: CMakeFiles/uav.elf.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_135) "Building C object CMakeFiles/uav.elf.dir/modules/vofa/vofa.c.obj"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/uav.elf.dir/modules/vofa/vofa.c.obj -MF CMakeFiles\uav.elf.dir\modules\vofa\vofa.c.obj.d -o CMakeFiles\uav.elf.dir\modules\vofa\vofa.c.obj -c D:\zhandui\cqdm\uav\modules\vofa\vofa.c
CMakeFiles/uav.elf.dir/modules/vofa/vofa.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/uav.elf.dir/modules/vofa/vofa.c.i"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\zhandui\cqdm\uav\modules\vofa\vofa.c > CMakeFiles\uav.elf.dir\modules\vofa\vofa.c.i
CMakeFiles/uav.elf.dir/modules/vofa/vofa.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/uav.elf.dir/modules/vofa/vofa.c.s"
D:\STM32CubeCLT_1.16.0\GNU-tools-for-STM32\bin\arm-none-eabi-gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\zhandui\cqdm\uav\modules\vofa\vofa.c -o CMakeFiles\uav.elf.dir\modules\vofa\vofa.c.s
# Object files for target uav.elf
uav_elf_OBJECTS = \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c.obj" \
"CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_ASM_ARMv7M.s.obj" \
"CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c.obj" \
"CMakeFiles/uav.elf.dir/Src/adc.c.obj" \
"CMakeFiles/uav.elf.dir/Src/can.c.obj" \
"CMakeFiles/uav.elf.dir/Src/crc.c.obj" \
"CMakeFiles/uav.elf.dir/Src/dac.c.obj" \
"CMakeFiles/uav.elf.dir/Src/dma.c.obj" \
"CMakeFiles/uav.elf.dir/Src/freertos.c.obj" \
"CMakeFiles/uav.elf.dir/Src/gpio.c.obj" \
"CMakeFiles/uav.elf.dir/Src/i2c.c.obj" \
"CMakeFiles/uav.elf.dir/Src/main.c.obj" \
"CMakeFiles/uav.elf.dir/Src/rng.c.obj" \
"CMakeFiles/uav.elf.dir/Src/rtc.c.obj" \
"CMakeFiles/uav.elf.dir/Src/spi.c.obj" \
"CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_msp.c.obj" \
"CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_timebase_tim.c.obj" \
"CMakeFiles/uav.elf.dir/Src/stm32f4xx_it.c.obj" \
"CMakeFiles/uav.elf.dir/Src/syscalls.c.obj" \
"CMakeFiles/uav.elf.dir/Src/sysmem.c.obj" \
"CMakeFiles/uav.elf.dir/Src/system_stm32f4xx.c.obj" \
"CMakeFiles/uav.elf.dir/Src/tim.c.obj" \
"CMakeFiles/uav.elf.dir/Src/usart.c.obj" \
"CMakeFiles/uav.elf.dir/Src/usb_device.c.obj" \
"CMakeFiles/uav.elf.dir/Src/usbd_cdc_if.c.obj" \
"CMakeFiles/uav.elf.dir/Src/usbd_conf.c.obj" \
"CMakeFiles/uav.elf.dir/Src/usbd_desc.c.obj" \
"CMakeFiles/uav.elf.dir/Startup/startup_stm32f407ighx.s.obj" \
"CMakeFiles/uav.elf.dir/application/cmd/robot_cmd.c.obj" \
"CMakeFiles/uav.elf.dir/application/gimbal/gimbal.c.obj" \
"CMakeFiles/uav.elf.dir/application/robot.c.obj" \
"CMakeFiles/uav.elf.dir/application/shoot/shoot.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/adc/bsp_adc.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/bsp_tools.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/can/bsp_can.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/dwt/bsp_dwt.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/flash/bsp_flash.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/gpio/bsp_gpio.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/iic/bsp_iic.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/log/bsp_log.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/pwm/bsp_pwm.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/spi/bsp_spi.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/usart/bsp_usart.c.obj" \
"CMakeFiles/uav.elf.dir/bsp/usb/bsp_usb.c.obj" \
"CMakeFiles/uav.elf.dir/modules/BMI088/bmi088.c.obj" \
"CMakeFiles/uav.elf.dir/modules/RGB/RGB.c.obj" \
"CMakeFiles/uav.elf.dir/modules/TFminiPlus/tfminiplus.c.obj" \
"CMakeFiles/uav.elf.dir/modules/alarm/buzzer.c.obj" \
"CMakeFiles/uav.elf.dir/modules/algorithm/QuaternionEKF.c.obj" \
"CMakeFiles/uav.elf.dir/modules/algorithm/controller.c.obj" \
"CMakeFiles/uav.elf.dir/modules/algorithm/crc16.c.obj" \
"CMakeFiles/uav.elf.dir/modules/algorithm/crc8.c.obj" \
"CMakeFiles/uav.elf.dir/modules/algorithm/kalman_filter.c.obj" \
"CMakeFiles/uav.elf.dir/modules/algorithm/user_lib.c.obj" \
"CMakeFiles/uav.elf.dir/modules/auto_aim/auto_aim.c.obj" \
"CMakeFiles/uav.elf.dir/modules/can_comm/can_comm.c.obj" \
"CMakeFiles/uav.elf.dir/modules/daemon/daemon.c.obj" \
"CMakeFiles/uav.elf.dir/modules/imu/BMI088Middleware.c.obj" \
"CMakeFiles/uav.elf.dir/modules/imu/BMI088driver.c.obj" \
"CMakeFiles/uav.elf.dir/modules/imu/ins_task.c.obj" \
"CMakeFiles/uav.elf.dir/modules/ist8310/ist8310.c.obj" \
"CMakeFiles/uav.elf.dir/modules/led/led.c.obj" \
"CMakeFiles/uav.elf.dir/modules/master_machine/master_process.c.obj" \
"CMakeFiles/uav.elf.dir/modules/master_machine/seasky_protocol.c.obj" \
"CMakeFiles/uav.elf.dir/modules/message_center/message_center.c.obj" \
"CMakeFiles/uav.elf.dir/modules/motor/DJImotor/dji_motor.c.obj" \
"CMakeFiles/uav.elf.dir/modules/motor/DMmotor/dmmotor.c.obj" \
"CMakeFiles/uav.elf.dir/modules/motor/ECmotor/ECA8210.c.obj" \
"CMakeFiles/uav.elf.dir/modules/motor/HTmotor/HT04.c.obj" \
"CMakeFiles/uav.elf.dir/modules/motor/LKmotor/LK9025.c.obj" \
"CMakeFiles/uav.elf.dir/modules/motor/motor_task.c.obj" \
"CMakeFiles/uav.elf.dir/modules/motor/pwmmotor/snail.c.obj" \
"CMakeFiles/uav.elf.dir/modules/motor/servo_motor/servo_motor.c.obj" \
"CMakeFiles/uav.elf.dir/modules/motor/step_motor/step_motor.c.obj" \
"CMakeFiles/uav.elf.dir/modules/oled/oled.c.obj" \
"CMakeFiles/uav.elf.dir/modules/power_meter/power_meter.c.obj" \
"CMakeFiles/uav.elf.dir/modules/referee/crc_ref.c.obj" \
"CMakeFiles/uav.elf.dir/modules/referee/referee_UI.c.obj" \
"CMakeFiles/uav.elf.dir/modules/referee/referee_task.c.obj" \
"CMakeFiles/uav.elf.dir/modules/referee/rm_referee.c.obj" \
"CMakeFiles/uav.elf.dir/modules/referee/vision_transfer.c.obj" \
"CMakeFiles/uav.elf.dir/modules/remote/remote_control.c.obj" \
"CMakeFiles/uav.elf.dir/modules/robotics/matrix.cpp.obj" \
"CMakeFiles/uav.elf.dir/modules/robotics/robotics.cpp.obj" \
"CMakeFiles/uav.elf.dir/modules/robotics/utils.cpp.obj" \
"CMakeFiles/uav.elf.dir/modules/standard_cmd/std_cmd.c.obj" \
"CMakeFiles/uav.elf.dir/modules/super_cap/super_cap.c.obj" \
"CMakeFiles/uav.elf.dir/modules/unicomm/unicomm.c.obj" \
"CMakeFiles/uav.elf.dir/modules/vofa/vofa.c.obj"
# External object files for target uav.elf
uav_elf_EXTERNAL_OBJECTS =
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_ASM_ARMv7M.s.obj
uav.elf: CMakeFiles/uav.elf.dir/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_printf.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/adc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/can.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/crc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/dac.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/dma.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/freertos.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/gpio.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/i2c.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/main.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/rng.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/rtc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/spi.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_msp.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/stm32f4xx_hal_timebase_tim.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/stm32f4xx_it.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/syscalls.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/sysmem.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/system_stm32f4xx.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/tim.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/usart.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/usb_device.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/usbd_cdc_if.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/usbd_conf.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Src/usbd_desc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/Startup/startup_stm32f407ighx.s.obj
uav.elf: CMakeFiles/uav.elf.dir/application/cmd/robot_cmd.c.obj
uav.elf: CMakeFiles/uav.elf.dir/application/gimbal/gimbal.c.obj
uav.elf: CMakeFiles/uav.elf.dir/application/robot.c.obj
uav.elf: CMakeFiles/uav.elf.dir/application/shoot/shoot.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/adc/bsp_adc.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/bsp_tools.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/can/bsp_can.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/dwt/bsp_dwt.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/flash/bsp_flash.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/gpio/bsp_gpio.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/iic/bsp_iic.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/log/bsp_log.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/pwm/bsp_pwm.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/spi/bsp_spi.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/usart/bsp_usart.c.obj
uav.elf: CMakeFiles/uav.elf.dir/bsp/usb/bsp_usb.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/BMI088/bmi088.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/RGB/RGB.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/TFminiPlus/tfminiplus.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/alarm/buzzer.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/algorithm/QuaternionEKF.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/algorithm/controller.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/algorithm/crc16.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/algorithm/crc8.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/algorithm/kalman_filter.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/algorithm/user_lib.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/auto_aim/auto_aim.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/can_comm/can_comm.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/daemon/daemon.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/imu/BMI088Middleware.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/imu/BMI088driver.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/imu/ins_task.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/ist8310/ist8310.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/led/led.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/master_machine/master_process.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/master_machine/seasky_protocol.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/message_center/message_center.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/motor/DJImotor/dji_motor.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/motor/DMmotor/dmmotor.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/motor/ECmotor/ECA8210.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/motor/HTmotor/HT04.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/motor/LKmotor/LK9025.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/motor/motor_task.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/motor/pwmmotor/snail.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/motor/servo_motor/servo_motor.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/motor/step_motor/step_motor.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/oled/oled.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/power_meter/power_meter.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/referee/crc_ref.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/referee/referee_UI.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/referee/referee_task.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/referee/rm_referee.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/referee/vision_transfer.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/remote/remote_control.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/robotics/matrix.cpp.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/robotics/robotics.cpp.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/robotics/utils.cpp.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/standard_cmd/std_cmd.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/super_cap/super_cap.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/unicomm/unicomm.c.obj
uav.elf: CMakeFiles/uav.elf.dir/modules/vofa/vofa.c.obj
uav.elf: CMakeFiles/uav.elf.dir/build.make
uav.elf: D:/zhandui/cqdm/uav/Middlewares/ST/ARM/DSP/Lib/libarm_cortexM4lf_math.a
uav.elf: CMakeFiles/uav.elf.dir/objects1.rsp
uav.elf: CMakeFiles/uav.elf.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_136) "Linking CXX executable uav.elf"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\uav.elf.dir\link.txt --verbose=$(VERBOSE)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Building D:/zhandui/cqdm/uav/cmake-build-debug/uav.hex"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Building D:/zhandui/cqdm/uav/cmake-build-debug/uav.bin"
arm-none-eabi-objcopy -Oihex D:/zhandui/cqdm/uav/cmake-build-debug/uav.elf D:/zhandui/cqdm/uav/cmake-build-debug/uav.hex
arm-none-eabi-objcopy -Obinary D:/zhandui/cqdm/uav/cmake-build-debug/uav.elf D:/zhandui/cqdm/uav/cmake-build-debug/uav.bin
# Rule to build all files generated by this target.
CMakeFiles/uav.elf.dir/build: uav.elf
.PHONY : CMakeFiles/uav.elf.dir/build
CMakeFiles/uav.elf.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles\uav.elf.dir\cmake_clean.cmake
.PHONY : CMakeFiles/uav.elf.dir/clean
CMakeFiles/uav.elf.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\zhandui\cqdm\uav D:\zhandui\cqdm\uav D:\zhandui\cqdm\uav\cmake-build-debug D:\zhandui\cqdm\uav\cmake-build-debug D:\zhandui\cqdm\uav\cmake-build-debug\CMakeFiles\uav.elf.dir\DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/uav.elf.dir/depend