You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KED/bsl/cmakeLowLayer/build/CMakeFiles/assembly_functions.dir/build.make

92 lines
3.8 KiB

# 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 CMakeFiles/assembly_functions.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/assembly_functions.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/assembly_functions.dir/flags.make
CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o: CMakeFiles/assembly_functions.dir/flags.make
CMakeFiles/assembly_functions.dir/startup/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 CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o"
/usr/bin/arm-none-eabi-gcc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -o CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o -c /home/key/github/KED/bsl/cmakeLowLayer/startup/startup_stm32f042x6.s
# Object files for target assembly_functions
assembly_functions_OBJECTS = \
"CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o"
# External object files for target assembly_functions
assembly_functions_EXTERNAL_OBJECTS =
libassembly_functions.a: CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o
libassembly_functions.a: CMakeFiles/assembly_functions.dir/build.make
libassembly_functions.a: CMakeFiles/assembly_functions.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 libassembly_functions.a"
$(CMAKE_COMMAND) -P CMakeFiles/assembly_functions.dir/cmake_clean_target.cmake
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/assembly_functions.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/assembly_functions.dir/build: libassembly_functions.a
.PHONY : CMakeFiles/assembly_functions.dir/build
CMakeFiles/assembly_functions.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/assembly_functions.dir/cmake_clean.cmake
.PHONY : CMakeFiles/assembly_functions.dir/clean
CMakeFiles/assembly_functions.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 /home/key/github/KED/bsl/cmakeLowLayer/build /home/key/github/KED/bsl/cmakeLowLayer/build /home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/assembly_functions.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/assembly_functions.dir/depend