# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.13 # Delete rule output on recipe failure. .DELETE_ON_ERROR: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Remove some rules from gmake that .SUFFIXES does not remove. SUFFIXES = .SUFFIXES: .hpux_make_needs_suffix_list # 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 remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/key/github/KED/bsl/cmakeLowLayer # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/key/github/KED/bsl/cmakeLowLayer/build # Include any dependencies generated for this target. include startup/CMakeFiles/Startup.dir/depend.make # Include the progress variables for this target. include startup/CMakeFiles/Startup.dir/progress.make # Include the compile flags for this target's objects. include startup/CMakeFiles/Startup.dir/flags.make startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o: startup/CMakeFiles/Startup.dir/flags.make startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o: ../startup/startup_stm32f042x6.s @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building ASM object startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o" cd /home/key/github/KED/bsl/cmakeLowLayer/build/startup && /usr/bin/arm-none-eabi-gcc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -o CMakeFiles/Startup.dir/startup_stm32f042x6.s.o -c /home/key/github/KED/bsl/cmakeLowLayer/startup/startup_stm32f042x6.s # Object files for target Startup Startup_OBJECTS = \ "CMakeFiles/Startup.dir/startup_stm32f042x6.s.o" # External object files for target Startup Startup_EXTERNAL_OBJECTS = startup/libStartup.a: startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o startup/libStartup.a: startup/CMakeFiles/Startup.dir/build.make startup/libStartup.a: startup/CMakeFiles/Startup.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking ASM static library libStartup.a" cd /home/key/github/KED/bsl/cmakeLowLayer/build/startup && $(CMAKE_COMMAND) -P CMakeFiles/Startup.dir/cmake_clean_target.cmake cd /home/key/github/KED/bsl/cmakeLowLayer/build/startup && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Startup.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. startup/CMakeFiles/Startup.dir/build: startup/libStartup.a .PHONY : startup/CMakeFiles/Startup.dir/build startup/CMakeFiles/Startup.dir/clean: cd /home/key/github/KED/bsl/cmakeLowLayer/build/startup && $(CMAKE_COMMAND) -P CMakeFiles/Startup.dir/cmake_clean.cmake .PHONY : startup/CMakeFiles/Startup.dir/clean startup/CMakeFiles/Startup.dir/depend: cd /home/key/github/KED/bsl/cmakeLowLayer/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/github/KED/bsl/cmakeLowLayer /home/key/github/KED/bsl/cmakeLowLayer/startup /home/key/github/KED/bsl/cmakeLowLayer/build /home/key/github/KED/bsl/cmakeLowLayer/build/startup /home/key/github/KED/bsl/cmakeLowLayer/build/startup/CMakeFiles/Startup.dir/DependInfo.cmake --color=$(COLOR) .PHONY : startup/CMakeFiles/Startup.dir/depend