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/refOvenTest.out.dir/build.make

105 lines
4.4 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/refOvenTest.out.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/refOvenTest.out.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/refOvenTest.out.dir/flags.make
CMakeFiles/refOvenTest.out.dir/Src/main.c.o: CMakeFiles/refOvenTest.out.dir/flags.make
CMakeFiles/refOvenTest.out.dir/Src/main.c.o: ../Src/main.c
@$(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 C object CMakeFiles/refOvenTest.out.dir/Src/main.c.o"
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/refOvenTest.out.dir/Src/main.c.o -c /home/key/github/KED/bsl/cmakeLowLayer/Src/main.c
CMakeFiles/refOvenTest.out.dir/Src/main.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/refOvenTest.out.dir/Src/main.c.i"
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/github/KED/bsl/cmakeLowLayer/Src/main.c > CMakeFiles/refOvenTest.out.dir/Src/main.c.i
CMakeFiles/refOvenTest.out.dir/Src/main.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/refOvenTest.out.dir/Src/main.c.s"
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/github/KED/bsl/cmakeLowLayer/Src/main.c -o CMakeFiles/refOvenTest.out.dir/Src/main.c.s
# Object files for target refOvenTest.out
refOvenTest_out_OBJECTS = \
"CMakeFiles/refOvenTest.out.dir/Src/main.c.o"
# External object files for target refOvenTest.out
refOvenTest_out_EXTERNAL_OBJECTS =
refOvenTest.out: CMakeFiles/refOvenTest.out.dir/Src/main.c.o
refOvenTest.out: CMakeFiles/refOvenTest.out.dir/build.make
refOvenTest.out: libassembly_functions.a
refOvenTest.out: libc_functions.a
refOvenTest.out: libcpp_functions.a
refOvenTest.out: CMakeFiles/refOvenTest.out.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 CXX executable refOvenTest.out"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/refOvenTest.out.dir/link.txt --verbose=$(VERBOSE)
arm-none-eabi-size refOvenTest.out
arm-none-eabi-objcopy -O ihex refOvenTest.out refOvenTest.hex
arm-none-eabi-objcopy -O binary refOvenTest.out refOvenTest.bin
# Rule to build all files generated by this target.
CMakeFiles/refOvenTest.out.dir/build: refOvenTest.out
.PHONY : CMakeFiles/refOvenTest.out.dir/build
CMakeFiles/refOvenTest.out.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/refOvenTest.out.dir/cmake_clean.cmake
.PHONY : CMakeFiles/refOvenTest.out.dir/clean
CMakeFiles/refOvenTest.out.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/refOvenTest.out.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/refOvenTest.out.dir/depend