# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.25 # Default target executed when no arguments are given to make. default_target: all .PHONY : default_target # Allow only one "make -f Makefile2" at a time, but pass parallelism. .NOTPARALLEL: #============================================================================= # 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. # The shell in which to execute make rules. SHELL = /bin/sh # The CMake executable. CMAKE_COMMAND = /usr/bin/cmake # The command to remove a file. RM = /usr/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/zen/project/black_pull_411_template # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/zen/project/black_pull_411_template/build #============================================================================= # Targets provided globally by CMake. # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. .PHONY : edit_cache # Special rule for the target edit_cache edit_cache/fast: edit_cache .PHONY : edit_cache/fast # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast # The main all target all: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/zen/project/black_pull_411_template/build/CMakeFiles /home/zen/project/black_pull_411_template/build//CMakeFiles/progress.marks $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all $(CMAKE_COMMAND) -E cmake_progress_start /home/zen/project/black_pull_411_template/build/CMakeFiles 0 .PHONY : all # The main clean target clean: $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall/fast # clear depends depend: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend #============================================================================= # Target rules for targets named black_pull_411_template.elf # Build rule for target. black_pull_411_template.elf: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 black_pull_411_template.elf .PHONY : black_pull_411_template.elf # fast build rule for target. black_pull_411_template.elf/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/build .PHONY : black_pull_411_template.elf/fast App/Src/app.obj: App/Src/app.c.obj .PHONY : App/Src/app.obj # target to build an object file App/Src/app.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/App/Src/app.c.obj .PHONY : App/Src/app.c.obj App/Src/app.i: App/Src/app.c.i .PHONY : App/Src/app.i # target to preprocess a source file App/Src/app.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/App/Src/app.c.i .PHONY : App/Src/app.c.i App/Src/app.s: App/Src/app.c.s .PHONY : App/Src/app.s # target to generate assembly for a file App/Src/app.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/App/Src/app.c.s .PHONY : App/Src/app.c.s Core/Src/gpio.obj: Core/Src/gpio.c.obj .PHONY : Core/Src/gpio.obj # target to build an object file Core/Src/gpio.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/gpio.c.obj .PHONY : Core/Src/gpio.c.obj Core/Src/gpio.i: Core/Src/gpio.c.i .PHONY : Core/Src/gpio.i # target to preprocess a source file Core/Src/gpio.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/gpio.c.i .PHONY : Core/Src/gpio.c.i Core/Src/gpio.s: Core/Src/gpio.c.s .PHONY : Core/Src/gpio.s # target to generate assembly for a file Core/Src/gpio.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/gpio.c.s .PHONY : Core/Src/gpio.c.s Core/Src/main.obj: Core/Src/main.c.obj .PHONY : Core/Src/main.obj # target to build an object file Core/Src/main.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/main.c.obj .PHONY : Core/Src/main.c.obj Core/Src/main.i: Core/Src/main.c.i .PHONY : Core/Src/main.i # target to preprocess a source file Core/Src/main.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/main.c.i .PHONY : Core/Src/main.c.i Core/Src/main.s: Core/Src/main.c.s .PHONY : Core/Src/main.s # target to generate assembly for a file Core/Src/main.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/main.c.s .PHONY : Core/Src/main.c.s Core/Src/stm32f4xx_hal_msp.obj: Core/Src/stm32f4xx_hal_msp.c.obj .PHONY : Core/Src/stm32f4xx_hal_msp.obj # target to build an object file Core/Src/stm32f4xx_hal_msp.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/stm32f4xx_hal_msp.c.obj .PHONY : Core/Src/stm32f4xx_hal_msp.c.obj Core/Src/stm32f4xx_hal_msp.i: Core/Src/stm32f4xx_hal_msp.c.i .PHONY : Core/Src/stm32f4xx_hal_msp.i # target to preprocess a source file Core/Src/stm32f4xx_hal_msp.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/stm32f4xx_hal_msp.c.i .PHONY : Core/Src/stm32f4xx_hal_msp.c.i Core/Src/stm32f4xx_hal_msp.s: Core/Src/stm32f4xx_hal_msp.c.s .PHONY : Core/Src/stm32f4xx_hal_msp.s # target to generate assembly for a file Core/Src/stm32f4xx_hal_msp.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/stm32f4xx_hal_msp.c.s .PHONY : Core/Src/stm32f4xx_hal_msp.c.s Core/Src/stm32f4xx_it.obj: Core/Src/stm32f4xx_it.c.obj .PHONY : Core/Src/stm32f4xx_it.obj # target to build an object file Core/Src/stm32f4xx_it.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/stm32f4xx_it.c.obj .PHONY : Core/Src/stm32f4xx_it.c.obj Core/Src/stm32f4xx_it.i: Core/Src/stm32f4xx_it.c.i .PHONY : Core/Src/stm32f4xx_it.i # target to preprocess a source file Core/Src/stm32f4xx_it.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/stm32f4xx_it.c.i .PHONY : Core/Src/stm32f4xx_it.c.i Core/Src/stm32f4xx_it.s: Core/Src/stm32f4xx_it.c.s .PHONY : Core/Src/stm32f4xx_it.s # target to generate assembly for a file Core/Src/stm32f4xx_it.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/stm32f4xx_it.c.s .PHONY : Core/Src/stm32f4xx_it.c.s Core/Src/system_stm32f4xx.obj: Core/Src/system_stm32f4xx.c.obj .PHONY : Core/Src/system_stm32f4xx.obj # target to build an object file Core/Src/system_stm32f4xx.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/system_stm32f4xx.c.obj .PHONY : Core/Src/system_stm32f4xx.c.obj Core/Src/system_stm32f4xx.i: Core/Src/system_stm32f4xx.c.i .PHONY : Core/Src/system_stm32f4xx.i # target to preprocess a source file Core/Src/system_stm32f4xx.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/system_stm32f4xx.c.i .PHONY : Core/Src/system_stm32f4xx.c.i Core/Src/system_stm32f4xx.s: Core/Src/system_stm32f4xx.c.s .PHONY : Core/Src/system_stm32f4xx.s # target to generate assembly for a file Core/Src/system_stm32f4xx.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Core/Src/system_stm32f4xx.c.s .PHONY : Core/Src/system_stm32f4xx.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.s Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.obj: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.obj # target to build an object file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.i: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.i # target to preprocess a source file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.i .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.i Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.s: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.s # target to generate assembly for a file Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.s .PHONY : Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.s startup_stm32f411xe.obj: startup_stm32f411xe.s.obj .PHONY : startup_stm32f411xe.obj # target to build an object file startup_stm32f411xe.s.obj: $(MAKE) $(MAKESILENT) -f CMakeFiles/black_pull_411_template.elf.dir/build.make CMakeFiles/black_pull_411_template.elf.dir/startup_stm32f411xe.s.obj .PHONY : startup_stm32f411xe.s.obj # Help Target help: @echo "The following are some of the valid targets for this Makefile:" @echo "... all (the default if no target is provided)" @echo "... clean" @echo "... depend" @echo "... edit_cache" @echo "... rebuild_cache" @echo "... black_pull_411_template.elf" @echo "... App/Src/app.obj" @echo "... App/Src/app.i" @echo "... App/Src/app.s" @echo "... Core/Src/gpio.obj" @echo "... Core/Src/gpio.i" @echo "... Core/Src/gpio.s" @echo "... Core/Src/main.obj" @echo "... Core/Src/main.i" @echo "... Core/Src/main.s" @echo "... Core/Src/stm32f4xx_hal_msp.obj" @echo "... Core/Src/stm32f4xx_hal_msp.i" @echo "... Core/Src/stm32f4xx_hal_msp.s" @echo "... Core/Src/stm32f4xx_it.obj" @echo "... Core/Src/stm32f4xx_it.i" @echo "... Core/Src/stm32f4xx_it.s" @echo "... Core/Src/system_stm32f4xx.obj" @echo "... Core/Src/system_stm32f4xx.i" @echo "... Core/Src/system_stm32f4xx.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.s" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.obj" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.i" @echo "... Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.s" @echo "... startup_stm32f411xe.obj" .PHONY : help #============================================================================= # Special targets to cleanup operation of make. # Special rule to run CMake to check the build system integrity. # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system