parent
14babaf4df
commit
ec6929c154
@ -1,395 +0,0 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: /home/ed/github/KED/build
|
||||
# It was generated by CMake: /usr/bin/cmake
|
||||
# You can edit this file to change values found and used by cmake.
|
||||
# If you do not want to change any of the values, simply exit the editor.
|
||||
# If you do want to change a value, simply edit, save, and exit the editor.
|
||||
# The syntax for the file is as follows:
|
||||
# KEY:TYPE=VALUE
|
||||
# KEY is the name of a variable in the cache.
|
||||
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
||||
# VALUE is the current value for the KEY.
|
||||
|
||||
########################
|
||||
# EXTERNAL cache entries
|
||||
########################
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_AR:FILEPATH=/usr/bin/arm-none-eabi-ar
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_ASM_COMPILER_AR:FILEPATH=/usr/bin/arm-none-eabi-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-gcc-ranlib
|
||||
|
||||
//Flags used by the ASM compiler during all build types.
|
||||
CMAKE_ASM_FLAGS:STRING=
|
||||
|
||||
//Flags used by the ASM compiler during DEBUG builds.
|
||||
CMAKE_ASM_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the ASM compiler during MINSIZEREL builds.
|
||||
CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the ASM compiler during RELEASE builds.
|
||||
CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the ASM compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
||||
// MinSizeRel ...
|
||||
CMAKE_BUILD_TYPE:STRING=
|
||||
|
||||
//Enable/Disable color output during build.
|
||||
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/arm-none-eabi-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-gcc-ranlib
|
||||
|
||||
//Flags used by the CXX compiler during all build types.
|
||||
CMAKE_CXX_FLAGS:STRING=
|
||||
|
||||
//Flags used by the CXX compiler during DEBUG builds.
|
||||
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the CXX compiler during MINSIZEREL builds.
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELEASE builds.
|
||||
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/arm-none-eabi-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-gcc-ranlib
|
||||
|
||||
//Flags used by the C compiler during all build types.
|
||||
CMAKE_C_FLAGS:STRING=
|
||||
|
||||
//Flags used by the C compiler during DEBUG builds.
|
||||
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the C compiler during MINSIZEREL builds.
|
||||
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELEASE builds.
|
||||
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Flags used by the linker during all build types.
|
||||
CMAKE_EXE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during DEBUG builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during MINSIZEREL builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during RELEASE builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during RELWITHDEBINFO builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Enable/Disable output of compile commands during generation.
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
|
||||
|
||||
//Install path prefix, prepended onto install directories.
|
||||
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_LINKER:FILEPATH=/usr/bin/arm-none-eabi-ld
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// all build types.
|
||||
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// DEBUG builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// MINSIZEREL builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELEASE builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELWITHDEBINFO builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_NM:FILEPATH=/usr/bin/arm-none-eabi-nm
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJDUMP:FILEPATH=/usr/bin/arm-none-eabi-objdump
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_NAME:STATIC=refOvenTest
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-ranlib
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during all build types.
|
||||
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//If set, runtime paths are not added when installing shared libraries,
|
||||
// but are added when building.
|
||||
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
||||
|
||||
//If set, runtime paths are not added when using shared libraries.
|
||||
CMAKE_SKIP_RPATH:BOOL=NO
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during all build types.
|
||||
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_STRIP:FILEPATH=/usr/bin/arm-none-eabi-strip
|
||||
|
||||
//If this value is on, makefiles will be generated without the
|
||||
// .SILENT directive, and all commands will be echoed to the console
|
||||
// during the make. This is useful for debugging only. With Visual
|
||||
// Studio IDE projects all commands are done without /nologo.
|
||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||
|
||||
//Value Computed by CMake
|
||||
Csl_Stm32f0xx_BINARY_DIR:STATIC=/home/ed/github/KED/build/bsl/csl/stm32f042
|
||||
|
||||
//Value Computed by CMake
|
||||
Csl_Stm32f0xx_SOURCE_DIR:STATIC=/home/ed/github/KED/bsl/csl/stm32f042
|
||||
|
||||
//Value Computed by CMake
|
||||
Csl_Stm_BINARY_DIR:STATIC=/home/ed/github/KED/build/bsl/csl
|
||||
|
||||
//Value Computed by CMake
|
||||
Csl_Stm_SOURCE_DIR:STATIC=/home/ed/github/KED/bsl/csl
|
||||
|
||||
//Value Computed by CMake
|
||||
Startup_BINARY_DIR:STATIC=/home/ed/github/KED/build/bsl/csl/stm32f042/startup
|
||||
|
||||
//Value Computed by CMake
|
||||
Startup_SOURCE_DIR:STATIC=/home/ed/github/KED/bsl/csl/stm32f042/startup
|
||||
|
||||
//Value Computed by CMake
|
||||
refOvenTest_BINARY_DIR:STATIC=/home/ed/github/KED/build
|
||||
|
||||
//Value Computed by CMake
|
||||
refOvenTest_SOURCE_DIR:STATIC=/home/ed/github/KED
|
||||
|
||||
//Dependencies for the target
|
||||
stmSources_LIB_DEPENDS:STATIC=general;sub::drivers;
|
||||
|
||||
|
||||
########################
|
||||
# INTERNAL cache entries
|
||||
########################
|
||||
|
||||
//ADVANCED property for variable: CMAKE_AR
|
||||
CMAKE_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR
|
||||
CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB
|
||||
CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
CMAKE_ASM_COMPILER_WORKS:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS
|
||||
CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG
|
||||
CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL
|
||||
CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE
|
||||
CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=/home/ed/github/KED/build
|
||||
//Major version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
||||
//Minor version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MINOR_VERSION:INTERNAL=13
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=4
|
||||
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
||||
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
||||
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
||||
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
||||
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
||||
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
||||
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
||||
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
||||
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS
|
||||
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
||||
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
||||
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
||||
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//Executable file format
|
||||
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
||||
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
||||
//Name of external makefile project generator.
|
||||
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||
//Name of generator.
|
||||
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
|
||||
//Generator instance identifier.
|
||||
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
||||
//Name of generator platform.
|
||||
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||
//Name of generator toolset.
|
||||
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/ed/github/KED
|
||||
//Install .so files without execute permission.
|
||||
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_LINKER
|
||||
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
||||
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
||||
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_NM
|
||||
CMAKE_NM-ADVANCED:INTERNAL=1
|
||||
//number of local generators
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=10
|
||||
//ADVANCED property for variable: CMAKE_OBJDUMP
|
||||
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
||||
//Platform information initialized
|
||||
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_RANLIB
|
||||
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
||||
//Path to CMake installation.
|
||||
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.13
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
||||
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
||||
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
||||
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
||||
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STRIP
|
||||
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
||||
//uname command
|
||||
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
||||
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
||||
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
|
@ -1,16 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -1,24 +0,0 @@
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
|
||||
Compiler: /usr/bin/arm-none-eabi-gcc
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
1
|
||||
/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/libc.a(lib_a-exit.o): in function `exit':
|
||||
/tmp/building/package/build/arm-none-eabi/newlib/libc/stdlib/../../../../../newlib/libc/stdlib/exit.c:64: undefined reference to `_exit'
|
||||
collect2: error: ld returned 1 exit status
|
||||
|
||||
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
|
||||
Compiler: /usr/bin/arm-none-eabi-g++
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
1
|
||||
/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/libc.a(lib_a-exit.o): in function `exit':
|
||||
/tmp/building/package/build/arm-none-eabi/newlib/libc/stdlib/../../../../../newlib/libc/stdlib/exit.c:64: undefined reference to `_exit'
|
||||
collect2: error: ld returned 1 exit status
|
||||
|
||||
|
@ -1,595 +0,0 @@
|
||||
The system is: Linux - 4.19.0-17-amd64 - x86_64
|
||||
Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)":
|
||||
arm-none-eabi-gcc (15:7-2018-q2-6) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907]
|
||||
Copyright (C) 2017 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: /usr/bin/arm-none-eabi-gcc
|
||||
Build flags:
|
||||
Id flags: -c
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o"
|
||||
|
||||
The C compiler identification is GNU, found in "/home/ed/github/KED/build/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.o"
|
||||
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler: /usr/bin/arm-none-eabi-g++
|
||||
Build flags:
|
||||
Id flags: -c
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.o"
|
||||
|
||||
The CXX compiler identification is GNU, found in "/home/ed/github/KED/build/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.o"
|
||||
|
||||
Determining if the C compiler works passed with the following output:
|
||||
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"/usr/bin/make" "cmTC_b0e49/fast"
|
||||
/usr/bin/make -f CMakeFiles/cmTC_b0e49.dir/build.make CMakeFiles/cmTC_b0e49.dir/build
|
||||
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_b0e49.dir/testCCompiler.c.o
|
||||
/usr/bin/arm-none-eabi-gcc -o CMakeFiles/cmTC_b0e49.dir/testCCompiler.c.o -c /home/ed/github/KED/build/CMakeFiles/CMakeTmp/testCCompiler.c
|
||||
Linking C executable cmTC_b0e49
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0e49.dir/link.txt --verbose=1
|
||||
/usr/bin/arm-none-eabi-gcc --specs=nosys.specs CMakeFiles/cmTC_b0e49.dir/testCCompiler.c.o -o cmTC_b0e49
|
||||
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
Detecting C compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"/usr/bin/make" "cmTC_7c2b0/fast"
|
||||
/usr/bin/make -f CMakeFiles/cmTC_7c2b0.dir/build.make CMakeFiles/cmTC_7c2b0.dir/build
|
||||
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o
|
||||
/usr/bin/arm-none-eabi-gcc -o CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c
|
||||
Linking C executable cmTC_7c2b0
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c2b0.dir/link.txt --verbose=1
|
||||
/usr/bin/arm-none-eabi-gcc --specs=nosys.specs -v CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o -o cmTC_7c2b0
|
||||
Using built-in specs.
|
||||
Reading specs from /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/nosys.specs
|
||||
rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence
|
||||
COLLECT_GCC=/usr/bin/arm-none-eabi-gcc
|
||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper
|
||||
Target: arm-none-eabi
|
||||
Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:7-2018-q2-6 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip
|
||||
Thread model: single
|
||||
gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (15:7-2018-q2-6)
|
||||
COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/
|
||||
LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/
|
||||
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_7c2b0'
|
||||
/usr/lib/gcc/arm-none-eabi/7.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctEEbe8.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_7c2b0 /usr/lib/gcc/arm-none-eabi/7.3.1/crti.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/7.3.1 -L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o
|
||||
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_7c2b0'
|
||||
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
Parsed C implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(arm-none-eabi-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_7c2b0/fast"]
|
||||
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_7c2b0.dir/build.make CMakeFiles/cmTC_7c2b0.dir/build]
|
||||
ignore line: [make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp']
|
||||
ignore line: [Building C object CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o]
|
||||
ignore line: [/usr/bin/arm-none-eabi-gcc -o CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c]
|
||||
ignore line: [Linking C executable cmTC_7c2b0]
|
||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c2b0.dir/link.txt --verbose=1]
|
||||
ignore line: [/usr/bin/arm-none-eabi-gcc --specs=nosys.specs -v CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o -o cmTC_7c2b0 ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [Reading specs from /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/nosys.specs]
|
||||
ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/arm-none-eabi-gcc]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper]
|
||||
ignore line: [Target: arm-none-eabi]
|
||||
ignore line: [Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:7-2018-q2-6 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip]
|
||||
ignore line: [Thread model: single]
|
||||
ignore line: [gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (15:7-2018-q2-6) ]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_7c2b0']
|
||||
link line: [ /usr/lib/gcc/arm-none-eabi/7.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctEEbe8.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_7c2b0 /usr/lib/gcc/arm-none-eabi/7.3.1/crti.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/7.3.1 -L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o]
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/cctEEbe8.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
|
||||
arg [-X] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_7c2b0] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crti.o] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o] ==> ignore
|
||||
arg [-L/usr/lib/gcc/arm-none-eabi/7.3.1] ==> dir [/usr/lib/gcc/arm-none-eabi/7.3.1]
|
||||
arg [-L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib] ==> dir [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib]
|
||||
arg [CMakeFiles/cmTC_7c2b0.dir/CMakeCCompilerABI.c.o] ==> ignore
|
||||
arg [--start-group] ==> ignore
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [--end-group] ==> ignore
|
||||
arg [--start-group] ==> ignore
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lnosys] ==> lib [nosys]
|
||||
arg [--end-group] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o] ==> ignore
|
||||
collapse library dir [/usr/lib/gcc/arm-none-eabi/7.3.1] ==> [/usr/lib/gcc/arm-none-eabi/7.3.1]
|
||||
collapse library dir [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib] ==> [/usr/lib/arm-none-eabi/lib]
|
||||
implicit libs: [gcc;c;gcc;c;nosys]
|
||||
implicit dirs: [/usr/lib/gcc/arm-none-eabi/7.3.1;/usr/lib/arm-none-eabi/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
|
||||
|
||||
Detecting C [-std=c11] compiler features compiled with the following output:
|
||||
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"/usr/bin/make" "cmTC_a4dd6/fast"
|
||||
/usr/bin/make -f CMakeFiles/cmTC_a4dd6.dir/build.make CMakeFiles/cmTC_a4dd6.dir/build
|
||||
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_a4dd6.dir/feature_tests.c.o
|
||||
/usr/bin/arm-none-eabi-gcc -std=c11 -o CMakeFiles/cmTC_a4dd6.dir/feature_tests.c.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.c
|
||||
Linking C executable cmTC_a4dd6
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4dd6.dir/link.txt --verbose=1
|
||||
/usr/bin/arm-none-eabi-gcc --specs=nosys.specs CMakeFiles/cmTC_a4dd6.dir/feature_tests.c.o -o cmTC_a4dd6
|
||||
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
Feature record: C_FEATURE:1c_function_prototypes
|
||||
Feature record: C_FEATURE:1c_restrict
|
||||
Feature record: C_FEATURE:1c_static_assert
|
||||
Feature record: C_FEATURE:1c_variadic_macros
|
||||
|
||||
|
||||
Detecting C [-std=c99] compiler features compiled with the following output:
|
||||
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"/usr/bin/make" "cmTC_4140d/fast"
|
||||
/usr/bin/make -f CMakeFiles/cmTC_4140d.dir/build.make CMakeFiles/cmTC_4140d.dir/build
|
||||
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_4140d.dir/feature_tests.c.o
|
||||
/usr/bin/arm-none-eabi-gcc -std=c99 -o CMakeFiles/cmTC_4140d.dir/feature_tests.c.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.c
|
||||
Linking C executable cmTC_4140d
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4140d.dir/link.txt --verbose=1
|
||||
/usr/bin/arm-none-eabi-gcc --specs=nosys.specs CMakeFiles/cmTC_4140d.dir/feature_tests.c.o -o cmTC_4140d
|
||||
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
Feature record: C_FEATURE:1c_function_prototypes
|
||||
Feature record: C_FEATURE:1c_restrict
|
||||
Feature record: C_FEATURE:0c_static_assert
|
||||
Feature record: C_FEATURE:1c_variadic_macros
|
||||
|
||||
|
||||
Detecting C [-std=c90] compiler features compiled with the following output:
|
||||
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"/usr/bin/make" "cmTC_2f707/fast"
|
||||
/usr/bin/make -f CMakeFiles/cmTC_2f707.dir/build.make CMakeFiles/cmTC_2f707.dir/build
|
||||
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_2f707.dir/feature_tests.c.o
|
||||
/usr/bin/arm-none-eabi-gcc -std=c90 -o CMakeFiles/cmTC_2f707.dir/feature_tests.c.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.c
|
||||
Linking C executable cmTC_2f707
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f707.dir/link.txt --verbose=1
|
||||
/usr/bin/arm-none-eabi-gcc --specs=nosys.specs CMakeFiles/cmTC_2f707.dir/feature_tests.c.o -o cmTC_2f707
|
||||
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
Feature record: C_FEATURE:1c_function_prototypes
|
||||
Feature record: C_FEATURE:0c_restrict
|
||||
Feature record: C_FEATURE:0c_static_assert
|
||||
Feature record: C_FEATURE:0c_variadic_macros
|
||||
Determining if the CXX compiler works passed with the following output:
|
||||
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"/usr/bin/make" "cmTC_f6653/fast"
|
||||
/usr/bin/make -f CMakeFiles/cmTC_f6653.dir/build.make CMakeFiles/cmTC_f6653.dir/build
|
||||
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
Building CXX object CMakeFiles/cmTC_f6653.dir/testCXXCompiler.cxx.o
|
||||
/usr/bin/arm-none-eabi-g++ -o CMakeFiles/cmTC_f6653.dir/testCXXCompiler.cxx.o -c /home/ed/github/KED/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
|
||||
Linking CXX executable cmTC_f6653
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6653.dir/link.txt --verbose=1
|
||||
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs CMakeFiles/cmTC_f6653.dir/testCXXCompiler.cxx.o -o cmTC_f6653
|
||||
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
Detecting CXX compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"/usr/bin/make" "cmTC_e8e03/fast"
|
||||
/usr/bin/make -f CMakeFiles/cmTC_e8e03.dir/build.make CMakeFiles/cmTC_e8e03.dir/build
|
||||
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
Building CXX object CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o
|
||||
/usr/bin/arm-none-eabi-g++ -o CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp
|
||||
Linking CXX executable cmTC_e8e03
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8e03.dir/link.txt --verbose=1
|
||||
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs -v CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e8e03
|
||||
Using built-in specs.
|
||||
Reading specs from /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/nosys.specs
|
||||
rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence
|
||||
COLLECT_GCC=/usr/bin/arm-none-eabi-g++
|
||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper
|
||||
Target: arm-none-eabi
|
||||
Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:7-2018-q2-6 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip
|
||||
Thread model: single
|
||||
gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (15:7-2018-q2-6)
|
||||
COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/
|
||||
LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/
|
||||
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_e8e03'
|
||||
/usr/lib/gcc/arm-none-eabi/7.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9xMv1I.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_e8e03 /usr/lib/gcc/arm-none-eabi/7.3.1/crti.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/7.3.1 -L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o
|
||||
COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_e8e03'
|
||||
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
Parsed CXX implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(arm-none-eabi-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_e8e03/fast"]
|
||||
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_e8e03.dir/build.make CMakeFiles/cmTC_e8e03.dir/build]
|
||||
ignore line: [make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp']
|
||||
ignore line: [Building CXX object CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o]
|
||||
ignore line: [/usr/bin/arm-none-eabi-g++ -o CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp]
|
||||
ignore line: [Linking CXX executable cmTC_e8e03]
|
||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8e03.dir/link.txt --verbose=1]
|
||||
ignore line: [/usr/bin/arm-none-eabi-g++ --specs=nosys.specs -v CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e8e03 ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [Reading specs from /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/nosys.specs]
|
||||
ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/arm-none-eabi-g++]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper]
|
||||
ignore line: [Target: arm-none-eabi]
|
||||
ignore line: [Configured with: ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:7-2018-q2-6 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' LDFLAGS=-Wl,-z,relro OBJCFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/tmp/building/package=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip]
|
||||
ignore line: [Thread model: single]
|
||||
ignore line: [gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (15:7-2018-q2-6) ]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/7.3.1/:/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-specs=nosys.specs' '-v' '-o' 'cmTC_e8e03']
|
||||
link line: [ /usr/lib/gcc/arm-none-eabi/7.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9xMv1I.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -X -o cmTC_e8e03 /usr/lib/gcc/arm-none-eabi/7.3.1/crti.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o -L/usr/lib/gcc/arm-none-eabi/7.3.1 -L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm --start-group -lgcc -lc --end-group --start-group -lgcc -lc -lnosys --end-group /usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o /usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o]
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/usr/lib/gcc/arm-none-eabi/7.3.1/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/cc9xMv1I.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
|
||||
arg [-X] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_e8e03] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crti.o] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtbegin.o] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/crt0.o] ==> ignore
|
||||
arg [-L/usr/lib/gcc/arm-none-eabi/7.3.1] ==> dir [/usr/lib/gcc/arm-none-eabi/7.3.1]
|
||||
arg [-L/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib] ==> dir [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib]
|
||||
arg [CMakeFiles/cmTC_e8e03.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
||||
arg [-lstdc++] ==> lib [stdc++]
|
||||
arg [-lm] ==> lib [m]
|
||||
arg [--start-group] ==> ignore
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [--end-group] ==> ignore
|
||||
arg [--start-group] ==> ignore
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lnosys] ==> lib [nosys]
|
||||
arg [--end-group] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtend.o] ==> ignore
|
||||
arg [/usr/lib/gcc/arm-none-eabi/7.3.1/crtn.o] ==> ignore
|
||||
collapse library dir [/usr/lib/gcc/arm-none-eabi/7.3.1] ==> [/usr/lib/gcc/arm-none-eabi/7.3.1]
|
||||
collapse library dir [/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib] ==> [/usr/lib/arm-none-eabi/lib]
|
||||
implicit libs: [stdc++;m;gcc;c;gcc;c;nosys]
|
||||
implicit dirs: [/usr/lib/gcc/arm-none-eabi/7.3.1;/usr/lib/arm-none-eabi/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
|
||||
|
||||
Detecting CXX [-std=c++1z] compiler features compiled with the following output:
|
||||
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"/usr/bin/make" "cmTC_c78a7/fast"
|
||||
/usr/bin/make -f CMakeFiles/cmTC_c78a7.dir/build.make CMakeFiles/cmTC_c78a7.dir/build
|
||||
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
Building CXX object CMakeFiles/cmTC_c78a7.dir/feature_tests.cxx.o
|
||||
/usr/bin/arm-none-eabi-g++ -std=c++1z -o CMakeFiles/cmTC_c78a7.dir/feature_tests.cxx.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.cxx
|
||||
Linking CXX executable cmTC_c78a7
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c78a7.dir/link.txt --verbose=1
|
||||
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs CMakeFiles/cmTC_c78a7.dir/feature_tests.cxx.o -o cmTC_c78a7
|
||||
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
|
||||
Feature record: CXX_FEATURE:1cxx_alias_templates
|
||||
Feature record: CXX_FEATURE:1cxx_alignas
|
||||
Feature record: CXX_FEATURE:1cxx_alignof
|
||||
Feature record: CXX_FEATURE:1cxx_attributes
|
||||
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
|
||||
Feature record: CXX_FEATURE:1cxx_auto_type
|
||||
Feature record: CXX_FEATURE:1cxx_binary_literals
|
||||
Feature record: CXX_FEATURE:1cxx_constexpr
|
||||
Feature record: CXX_FEATURE:1cxx_contextual_conversions
|
||||
Feature record: CXX_FEATURE:1cxx_decltype
|
||||
Feature record: CXX_FEATURE:1cxx_decltype_auto
|
||||
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
||||
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
||||
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
||||
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
||||
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
||||
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
||||
Feature record: CXX_FEATURE:1cxx_digit_separators
|
||||
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
||||
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
||||
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
||||
Feature record: CXX_FEATURE:1cxx_extern_templates
|
||||
Feature record: CXX_FEATURE:1cxx_final
|
||||
Feature record: CXX_FEATURE:1cxx_func_identifier
|
||||
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
||||
Feature record: CXX_FEATURE:1cxx_generic_lambdas
|
||||
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
||||
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
||||
Feature record: CXX_FEATURE:1cxx_lambdas
|
||||
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
|
||||
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
||||
Feature record: CXX_FEATURE:1cxx_long_long_type
|
||||
Feature record: CXX_FEATURE:1cxx_noexcept
|
||||
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
||||
Feature record: CXX_FEATURE:1cxx_nullptr
|
||||
Feature record: CXX_FEATURE:1cxx_override
|
||||
Feature record: CXX_FEATURE:1cxx_range_for
|
||||
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
||||
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
||||
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
|
||||
Feature record: CXX_FEATURE:1cxx_return_type_deduction
|
||||
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
||||
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
||||
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
||||
Feature record: CXX_FEATURE:1cxx_static_assert
|
||||
Feature record: CXX_FEATURE:1cxx_strong_enums
|
||||
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
||||
Feature record: CXX_FEATURE:1cxx_thread_local
|
||||
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
||||
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
||||
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
||||
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
||||
Feature record: CXX_FEATURE:1cxx_user_literals
|
||||
Feature record: CXX_FEATURE:1cxx_variable_templates
|
||||
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
||||
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
||||
|
||||
|
||||
Detecting CXX [-std=c++14] compiler features compiled with the following output:
|
||||
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"/usr/bin/make" "cmTC_f22e4/fast"
|
||||
/usr/bin/make -f CMakeFiles/cmTC_f22e4.dir/build.make CMakeFiles/cmTC_f22e4.dir/build
|
||||
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
Building CXX object CMakeFiles/cmTC_f22e4.dir/feature_tests.cxx.o
|
||||
/usr/bin/arm-none-eabi-g++ -std=c++14 -o CMakeFiles/cmTC_f22e4.dir/feature_tests.cxx.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.cxx
|
||||
Linking CXX executable cmTC_f22e4
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f22e4.dir/link.txt --verbose=1
|
||||
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs CMakeFiles/cmTC_f22e4.dir/feature_tests.cxx.o -o cmTC_f22e4
|
||||
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
|
||||
Feature record: CXX_FEATURE:1cxx_alias_templates
|
||||
Feature record: CXX_FEATURE:1cxx_alignas
|
||||
Feature record: CXX_FEATURE:1cxx_alignof
|
||||
Feature record: CXX_FEATURE:1cxx_attributes
|
||||
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
|
||||
Feature record: CXX_FEATURE:1cxx_auto_type
|
||||
Feature record: CXX_FEATURE:1cxx_binary_literals
|
||||
Feature record: CXX_FEATURE:1cxx_constexpr
|
||||
Feature record: CXX_FEATURE:1cxx_contextual_conversions
|
||||
Feature record: CXX_FEATURE:1cxx_decltype
|
||||
Feature record: CXX_FEATURE:1cxx_decltype_auto
|
||||
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
||||
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
||||
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
||||
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
||||
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
||||
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
||||
Feature record: CXX_FEATURE:1cxx_digit_separators
|
||||
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
||||
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
||||
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
||||
Feature record: CXX_FEATURE:1cxx_extern_templates
|
||||
Feature record: CXX_FEATURE:1cxx_final
|
||||
Feature record: CXX_FEATURE:1cxx_func_identifier
|
||||
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
||||
Feature record: CXX_FEATURE:1cxx_generic_lambdas
|
||||
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
||||
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
||||
Feature record: CXX_FEATURE:1cxx_lambdas
|
||||
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
|
||||
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
||||
Feature record: CXX_FEATURE:1cxx_long_long_type
|
||||
Feature record: CXX_FEATURE:1cxx_noexcept
|
||||
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
||||
Feature record: CXX_FEATURE:1cxx_nullptr
|
||||
Feature record: CXX_FEATURE:1cxx_override
|
||||
Feature record: CXX_FEATURE:1cxx_range_for
|
||||
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
||||
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
||||
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
|
||||
Feature record: CXX_FEATURE:1cxx_return_type_deduction
|
||||
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
||||
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
||||
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
||||
Feature record: CXX_FEATURE:1cxx_static_assert
|
||||
Feature record: CXX_FEATURE:1cxx_strong_enums
|
||||
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
||||
Feature record: CXX_FEATURE:1cxx_thread_local
|
||||
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
||||
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
||||
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
||||
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
||||
Feature record: CXX_FEATURE:1cxx_user_literals
|
||||
Feature record: CXX_FEATURE:1cxx_variable_templates
|
||||
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
||||
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
||||
|
||||
|
||||
Detecting CXX [-std=c++11] compiler features compiled with the following output:
|
||||
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"/usr/bin/make" "cmTC_a61a8/fast"
|
||||
/usr/bin/make -f CMakeFiles/cmTC_a61a8.dir/build.make CMakeFiles/cmTC_a61a8.dir/build
|
||||
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
Building CXX object CMakeFiles/cmTC_a61a8.dir/feature_tests.cxx.o
|
||||
/usr/bin/arm-none-eabi-g++ -std=c++11 -o CMakeFiles/cmTC_a61a8.dir/feature_tests.cxx.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.cxx
|
||||
Linking CXX executable cmTC_a61a8
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a61a8.dir/link.txt --verbose=1
|
||||
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs CMakeFiles/cmTC_a61a8.dir/feature_tests.cxx.o -o cmTC_a61a8
|
||||
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
|
||||
Feature record: CXX_FEATURE:1cxx_alias_templates
|
||||
Feature record: CXX_FEATURE:1cxx_alignas
|
||||
Feature record: CXX_FEATURE:1cxx_alignof
|
||||
Feature record: CXX_FEATURE:1cxx_attributes
|
||||
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
|
||||
Feature record: CXX_FEATURE:1cxx_auto_type
|
||||
Feature record: CXX_FEATURE:0cxx_binary_literals
|
||||
Feature record: CXX_FEATURE:1cxx_constexpr
|
||||
Feature record: CXX_FEATURE:0cxx_contextual_conversions
|
||||
Feature record: CXX_FEATURE:1cxx_decltype
|
||||
Feature record: CXX_FEATURE:0cxx_decltype_auto
|
||||
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
||||
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
||||
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
||||
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
||||
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
||||
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
||||
Feature record: CXX_FEATURE:0cxx_digit_separators
|
||||
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
||||
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
||||
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
||||
Feature record: CXX_FEATURE:1cxx_extern_templates
|
||||
Feature record: CXX_FEATURE:1cxx_final
|
||||
Feature record: CXX_FEATURE:1cxx_func_identifier
|
||||
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
||||
Feature record: CXX_FEATURE:0cxx_generic_lambdas
|
||||
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
||||
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
||||
Feature record: CXX_FEATURE:1cxx_lambdas
|
||||
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
|
||||
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
||||
Feature record: CXX_FEATURE:1cxx_long_long_type
|
||||
Feature record: CXX_FEATURE:1cxx_noexcept
|
||||
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
||||
Feature record: CXX_FEATURE:1cxx_nullptr
|
||||
Feature record: CXX_FEATURE:1cxx_override
|
||||
Feature record: CXX_FEATURE:1cxx_range_for
|
||||
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
||||
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
||||
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
|
||||
Feature record: CXX_FEATURE:0cxx_return_type_deduction
|
||||
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
||||
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
||||
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
||||
Feature record: CXX_FEATURE:1cxx_static_assert
|
||||
Feature record: CXX_FEATURE:1cxx_strong_enums
|
||||
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
||||
Feature record: CXX_FEATURE:1cxx_thread_local
|
||||
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
||||
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
||||
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
||||
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
||||
Feature record: CXX_FEATURE:1cxx_user_literals
|
||||
Feature record: CXX_FEATURE:0cxx_variable_templates
|
||||
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
||||
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
||||
|
||||
|
||||
Detecting CXX [-std=c++98] compiler features compiled with the following output:
|
||||
Change Dir: /home/ed/github/KED/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"/usr/bin/make" "cmTC_fd67d/fast"
|
||||
/usr/bin/make -f CMakeFiles/cmTC_fd67d.dir/build.make CMakeFiles/cmTC_fd67d.dir/build
|
||||
make[1]: Entering directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
Building CXX object CMakeFiles/cmTC_fd67d.dir/feature_tests.cxx.o
|
||||
/usr/bin/arm-none-eabi-g++ -std=c++98 -o CMakeFiles/cmTC_fd67d.dir/feature_tests.cxx.o -c /home/ed/github/KED/build/CMakeFiles/feature_tests.cxx
|
||||
Linking CXX executable cmTC_fd67d
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd67d.dir/link.txt --verbose=1
|
||||
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs CMakeFiles/cmTC_fd67d.dir/feature_tests.cxx.o -o cmTC_fd67d
|
||||
make[1]: Leaving directory '/home/ed/github/KED/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
|
||||
Feature record: CXX_FEATURE:0cxx_alias_templates
|
||||
Feature record: CXX_FEATURE:0cxx_alignas
|
||||
Feature record: CXX_FEATURE:0cxx_alignof
|
||||
Feature record: CXX_FEATURE:0cxx_attributes
|
||||
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
|
||||
Feature record: CXX_FEATURE:0cxx_auto_type
|
||||
Feature record: CXX_FEATURE:0cxx_binary_literals
|
||||
Feature record: CXX_FEATURE:0cxx_constexpr
|
||||
Feature record: CXX_FEATURE:0cxx_contextual_conversions
|
||||
Feature record: CXX_FEATURE:0cxx_decltype
|
||||
Feature record: CXX_FEATURE:0cxx_decltype_auto
|
||||
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
|
||||
Feature record: CXX_FEATURE:0cxx_default_function_template_args
|
||||
Feature record: CXX_FEATURE:0cxx_defaulted_functions
|
||||
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
|
||||
Feature record: CXX_FEATURE:0cxx_delegating_constructors
|
||||
Feature record: CXX_FEATURE:0cxx_deleted_functions
|
||||
Feature record: CXX_FEATURE:0cxx_digit_separators
|
||||
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
|
||||
Feature record: CXX_FEATURE:0cxx_explicit_conversions
|
||||
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
|
||||
Feature record: CXX_FEATURE:0cxx_extern_templates
|
||||
Feature record: CXX_FEATURE:0cxx_final
|
||||
Feature record: CXX_FEATURE:0cxx_func_identifier
|
||||
Feature record: CXX_FEATURE:0cxx_generalized_initializers
|
||||
Feature record: CXX_FEATURE:0cxx_generic_lambdas
|
||||
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
|
||||
Feature record: CXX_FEATURE:0cxx_inline_namespaces
|
||||
Feature record: CXX_FEATURE:0cxx_lambdas
|
||||
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
|
||||
Feature record: CXX_FEATURE:0cxx_local_type_template_args
|
||||
Feature record: CXX_FEATURE:0cxx_long_long_type
|
||||
Feature record: CXX_FEATURE:0cxx_noexcept
|
||||
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
|
||||
Feature record: CXX_FEATURE:0cxx_nullptr
|
||||
Feature record: CXX_FEATURE:0cxx_override
|
||||
Feature record: CXX_FEATURE:0cxx_range_for
|
||||
Feature record: CXX_FEATURE:0cxx_raw_string_literals
|
||||
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
|
||||
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
|
||||
Feature record: CXX_FEATURE:0cxx_return_type_deduction
|
||||
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
|
||||
Feature record: CXX_FEATURE:0cxx_rvalue_references
|
||||
Feature record: CXX_FEATURE:0cxx_sizeof_member
|
||||
Feature record: CXX_FEATURE:0cxx_static_assert
|
||||
Feature record: CXX_FEATURE:0cxx_strong_enums
|
||||
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
||||
Feature record: CXX_FEATURE:0cxx_thread_local
|
||||
Feature record: CXX_FEATURE:0cxx_trailing_return_types
|
||||
Feature record: CXX_FEATURE:0cxx_unicode_literals
|
||||
Feature record: CXX_FEATURE:0cxx_uniform_initialization
|
||||
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
|
||||
Feature record: CXX_FEATURE:0cxx_user_literals
|
||||
Feature record: CXX_FEATURE:0cxx_variable_templates
|
||||
Feature record: CXX_FEATURE:0cxx_variadic_macros
|
||||
Feature record: CXX_FEATURE:0cxx_variadic_templates
|
@ -1,150 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# The generator used is:
|
||||
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
|
||||
|
||||
# The top level Makefile was generated from the following files:
|
||||
set(CMAKE_MAKEFILE_DEPENDS
|
||||
"CMakeCache.txt"
|
||||
"../CMakeLists.txt"
|
||||
"../bsl/CMakeLists.txt"
|
||||
"../bsl/csl/CMakeLists.txt"
|
||||
"../bsl/csl/stm32f042/CMakeLists.txt"
|
||||
"../bsl/csl/stm32f042/Drivers/CMakeLists.txt"
|
||||
"../bsl/csl/stm32f042/Src/CMakeLists.txt"
|
||||
"../bsl/csl/stm32f042/startup/CMakeLists.txt"
|
||||
"../bsl/nucleo_f042k6/CMakeLists.txt"
|
||||
"../bsl/nucleo_f042k6/bsl_nucleo_f042k6.cmake"
|
||||
"../bsl/nucleo_f042k6/periferals/CMakeLists.txt"
|
||||
"../bsl/nucleo_f042k6/periferals/gpio/CMakeLists.txt"
|
||||
"CMakeFiles/3.13.4/CMakeASMCompiler.cmake"
|
||||
"CMakeFiles/3.13.4/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.13.4/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.13.4/CMakeSystem.cmake"
|
||||
"CMakeFiles/feature_tests.c"
|
||||
"CMakeFiles/feature_tests.cxx"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeASMCompiler.cmake.in"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeASMInformation.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeCCompiler.cmake.in"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeCInformation.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeCXXCompiler.cmake.in"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeCXXInformation.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeDetermineASMCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeDetermineCompileFeatures.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerABI.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeFindBinUtils.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeGenericSystem.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeInitializeConfigs.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeLanguageInformation.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeParseImplicitLinkInfo.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeSystem.cmake.in"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeTestASMCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeTestCCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeTestCXXCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeTestCompilerCommon.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/CMakeUnixFindMake.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/GNU-ASM.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/GNU-C-FeatureTests.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/GNU-C.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-FeatureTests.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/GNU-FindBinUtils.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/GNU.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Internal/FeatureTesting.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Platform/Linux-Determine-CXX.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Platform/Linux-GNU-C.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Platform/Linux-GNU-CXX.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Platform/Linux-GNU.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Platform/Linux.cmake"
|
||||
"/usr/share/cmake-3.13/Modules/Platform/UnixPaths.cmake"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"CMakeFiles/3.13.4/CMakeSystem.cmake"
|
||||
"CMakeFiles/3.13.4/CMakeASMCompiler.cmake"
|
||||
"CMakeFiles/3.13.4/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.13.4/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.13.4/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.13.4/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"bsl/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"bsl/csl/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"bsl/csl/stm32f042/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"bsl/csl/stm32f042/Drivers/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"bsl/csl/stm32f042/startup/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"bsl/csl/stm32f042/Src/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"bsl/nucleo_f042k6/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"bsl/nucleo_f042k6/periferals/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/refOvenTest.out.dir/DependInfo.cmake"
|
||||
"bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/DependInfo.cmake"
|
||||
"bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/DependInfo.cmake"
|
||||
"bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/DependInfo.cmake"
|
||||
"bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/DependInfo.cmake"
|
||||
"bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/DependInfo.cmake"
|
||||
)
|
@ -1,475 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
|
||||
.PHONY : default_target
|
||||
|
||||
# The main recursive all target
|
||||
all:
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive preinstall target
|
||||
preinstall:
|
||||
|
||||
.PHONY : preinstall
|
||||
|
||||
# The main recursive clean target
|
||||
clean:
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/refOvenTest.out.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/refOvenTest.out.dir/all: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
|
||||
CMakeFiles/refOvenTest.out.dir/all: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
|
||||
CMakeFiles/refOvenTest.out.dir/all: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
|
||||
CMakeFiles/refOvenTest.out.dir/all: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
|
||||
CMakeFiles/refOvenTest.out.dir/all: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
|
||||
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/depend
|
||||
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=3,4 "Built target refOvenTest.out"
|
||||
.PHONY : CMakeFiles/refOvenTest.out.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/refOvenTest.out.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/refOvenTest.out.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 18
|
||||
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/refOvenTest.out.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/refOvenTest.out.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
refOvenTest.out: CMakeFiles/refOvenTest.out.dir/rule
|
||||
|
||||
.PHONY : refOvenTest.out
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/refOvenTest.out.dir/clean:
|
||||
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/clean
|
||||
.PHONY : CMakeFiles/refOvenTest.out.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/refOvenTest.out.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory bsl
|
||||
|
||||
# Convenience name for "all" pass in the directory.
|
||||
bsl/all: bsl/csl/all
|
||||
bsl/all: bsl/nucleo_f042k6/all
|
||||
|
||||
.PHONY : bsl/all
|
||||
|
||||
# Convenience name for "clean" pass in the directory.
|
||||
bsl/clean: bsl/csl/clean
|
||||
bsl/clean: bsl/nucleo_f042k6/clean
|
||||
|
||||
.PHONY : bsl/clean
|
||||
|
||||
# Convenience name for "preinstall" pass in the directory.
|
||||
bsl/preinstall: bsl/csl/preinstall
|
||||
bsl/preinstall: bsl/nucleo_f042k6/preinstall
|
||||
|
||||
.PHONY : bsl/preinstall
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory bsl/csl
|
||||
|
||||
# Convenience name for "all" pass in the directory.
|
||||
bsl/csl/all: bsl/csl/stm32f042/all
|
||||
|
||||
.PHONY : bsl/csl/all
|
||||
|
||||
# Convenience name for "clean" pass in the directory.
|
||||
bsl/csl/clean: bsl/csl/stm32f042/clean
|
||||
|
||||
.PHONY : bsl/csl/clean
|
||||
|
||||
# Convenience name for "preinstall" pass in the directory.
|
||||
bsl/csl/preinstall: bsl/csl/stm32f042/preinstall
|
||||
|
||||
.PHONY : bsl/csl/preinstall
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory bsl/csl/stm32f042
|
||||
|
||||
# Convenience name for "all" pass in the directory.
|
||||
bsl/csl/stm32f042/all: bsl/csl/stm32f042/Drivers/all
|
||||
bsl/csl/stm32f042/all: bsl/csl/stm32f042/startup/all
|
||||
bsl/csl/stm32f042/all: bsl/csl/stm32f042/Src/all
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/all
|
||||
|
||||
# Convenience name for "clean" pass in the directory.
|
||||
bsl/csl/stm32f042/clean: bsl/csl/stm32f042/Drivers/clean
|
||||
bsl/csl/stm32f042/clean: bsl/csl/stm32f042/startup/clean
|
||||
bsl/csl/stm32f042/clean: bsl/csl/stm32f042/Src/clean
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/clean
|
||||
|
||||
# Convenience name for "preinstall" pass in the directory.
|
||||
bsl/csl/stm32f042/preinstall: bsl/csl/stm32f042/Drivers/preinstall
|
||||
bsl/csl/stm32f042/preinstall: bsl/csl/stm32f042/startup/preinstall
|
||||
bsl/csl/stm32f042/preinstall: bsl/csl/stm32f042/Src/preinstall
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/preinstall
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory bsl/csl/stm32f042/Drivers
|
||||
|
||||
# Convenience name for "all" pass in the directory.
|
||||
bsl/csl/stm32f042/Drivers/all: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/Drivers/all
|
||||
|
||||
# Convenience name for "clean" pass in the directory.
|
||||
bsl/csl/stm32f042/Drivers/clean: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/Drivers/clean
|
||||
|
||||
# Convenience name for "preinstall" pass in the directory.
|
||||
bsl/csl/stm32f042/Drivers/preinstall:
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/Drivers/preinstall
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir
|
||||
|
||||
# All Build rule for target.
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all:
|
||||
$(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/depend
|
||||
$(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=5,6,7,8,9,10 "Built target stmDrivers"
|
||||
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 6
|
||||
$(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
stmDrivers: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
|
||||
|
||||
.PHONY : stmDrivers
|
||||
|
||||
# clean rule for target.
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean:
|
||||
$(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
|
||||
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory bsl/csl/stm32f042/startup
|
||||
|
||||
# Convenience name for "all" pass in the directory.
|
||||
bsl/csl/stm32f042/startup/all: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/startup/all
|
||||
|
||||
# Convenience name for "clean" pass in the directory.
|
||||
bsl/csl/stm32f042/startup/clean: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/startup/clean
|
||||
|
||||
# Convenience name for "preinstall" pass in the directory.
|
||||
bsl/csl/stm32f042/startup/preinstall:
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/startup/preinstall
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir
|
||||
|
||||
# All Build rule for target.
|
||||
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all:
|
||||
$(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/depend
|
||||
$(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=1,2 "Built target Startup"
|
||||
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 2
|
||||
$(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
Startup: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
|
||||
|
||||
.PHONY : Startup
|
||||
|
||||
# clean rule for target.
|
||||
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean:
|
||||
$(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
|
||||
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory bsl/csl/stm32f042/Src
|
||||
|
||||
# Convenience name for "all" pass in the directory.
|
||||
bsl/csl/stm32f042/Src/all: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/Src/all
|
||||
|
||||
# Convenience name for "clean" pass in the directory.
|
||||
bsl/csl/stm32f042/Src/clean: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/Src/clean
|
||||
|
||||
# Convenience name for "preinstall" pass in the directory.
|
||||
bsl/csl/stm32f042/Src/preinstall:
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/Src/preinstall
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir
|
||||
|
||||
# All Build rule for target.
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/all
|
||||
$(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/depend
|
||||
$(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=13,14,15,16 "Built target stmSources"
|
||||
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 10
|
||||
$(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
stmSources: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule
|
||||
|
||||
.PHONY : stmSources
|
||||
|
||||
# clean rule for target.
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean:
|
||||
$(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
|
||||
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory bsl/nucleo_f042k6
|
||||
|
||||
# Convenience name for "all" pass in the directory.
|
||||
bsl/nucleo_f042k6/all: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
|
||||
bsl/nucleo_f042k6/all: bsl/nucleo_f042k6/periferals/all
|
||||
|
||||
.PHONY : bsl/nucleo_f042k6/all
|
||||
|
||||
# Convenience name for "clean" pass in the directory.
|
||||
bsl/nucleo_f042k6/clean: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
|
||||
bsl/nucleo_f042k6/clean: bsl/nucleo_f042k6/periferals/clean
|
||||
|
||||
.PHONY : bsl/nucleo_f042k6/clean
|
||||
|
||||
# Convenience name for "preinstall" pass in the directory.
|
||||
bsl/nucleo_f042k6/preinstall: bsl/nucleo_f042k6/periferals/preinstall
|
||||
|
||||
.PHONY : bsl/nucleo_f042k6/preinstall
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir
|
||||
|
||||
# All Build rule for target.
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all:
|
||||
$(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/depend
|
||||
$(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=17,18 "Built target stmTranslator"
|
||||
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 2
|
||||
$(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
stmTranslator: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule
|
||||
|
||||
.PHONY : stmTranslator
|
||||
|
||||
# clean rule for target.
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean:
|
||||
$(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
|
||||
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory bsl/nucleo_f042k6/periferals
|
||||
|
||||
# Convenience name for "all" pass in the directory.
|
||||
bsl/nucleo_f042k6/periferals/all: bsl/nucleo_f042k6/periferals/gpio/all
|
||||
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/all
|
||||
|
||||
# Convenience name for "clean" pass in the directory.
|
||||
bsl/nucleo_f042k6/periferals/clean: bsl/nucleo_f042k6/periferals/gpio/clean
|
||||
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/clean
|
||||
|
||||
# Convenience name for "preinstall" pass in the directory.
|
||||
bsl/nucleo_f042k6/periferals/preinstall: bsl/nucleo_f042k6/periferals/gpio/preinstall
|
||||
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/preinstall
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory bsl/nucleo_f042k6/periferals/gpio
|
||||
|
||||
# Convenience name for "all" pass in the directory.
|
||||
bsl/nucleo_f042k6/periferals/gpio/all: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
|
||||
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/gpio/all
|
||||
|
||||
# Convenience name for "clean" pass in the directory.
|
||||
bsl/nucleo_f042k6/periferals/gpio/clean: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
|
||||
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/gpio/clean
|
||||
|
||||
# Convenience name for "preinstall" pass in the directory.
|
||||
bsl/nucleo_f042k6/periferals/gpio/preinstall:
|
||||
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/gpio/preinstall
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir
|
||||
|
||||
# All Build rule for target.
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all:
|
||||
$(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/depend
|
||||
$(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=11,12 "Built target stmGpio"
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 2
|
||||
$(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
stmGpio: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule
|
||||
|
||||
.PHONY : stmGpio
|
||||
|
||||
# clean rule for target.
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean:
|
||||
$(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# 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
|
||||
|
@ -1,26 +0,0 @@
|
||||
/home/ed/github/KED/build/CMakeFiles/rebuild_cache.dir
|
||||
/home/ed/github/KED/build/CMakeFiles/refOvenTest.out.dir
|
||||
/home/ed/github/KED/build/CMakeFiles/edit_cache.dir
|
||||
/home/ed/github/KED/build/bsl/CMakeFiles/rebuild_cache.dir
|
||||
/home/ed/github/KED/build/bsl/CMakeFiles/edit_cache.dir
|
||||
/home/ed/github/KED/build/bsl/csl/CMakeFiles/rebuild_cache.dir
|
||||
/home/ed/github/KED/build/bsl/csl/CMakeFiles/edit_cache.dir
|
||||
/home/ed/github/KED/build/bsl/csl/stm32f042/CMakeFiles/rebuild_cache.dir
|
||||
/home/ed/github/KED/build/bsl/csl/stm32f042/CMakeFiles/edit_cache.dir
|
||||
/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/rebuild_cache.dir
|
||||
/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir
|
||||
/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/edit_cache.dir
|
||||
/home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/rebuild_cache.dir
|
||||
/home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir
|
||||
/home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/edit_cache.dir
|
||||
/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/rebuild_cache.dir
|
||||
/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir
|
||||
/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/edit_cache.dir
|
||||
/home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/rebuild_cache.dir
|
||||
/home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir
|
||||
/home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/edit_cache.dir
|
||||
/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/CMakeFiles/rebuild_cache.dir
|
||||
/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/CMakeFiles/edit_cache.dir
|
||||
/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/rebuild_cache.dir
|
||||
/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir
|
||||
/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/edit_cache.dir
|
@ -1 +0,0 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
@ -1 +0,0 @@
|
||||
18
|
@ -1,49 +0,0 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/ed/github/KED/main.cpp" "/home/ed/github/KED/build/CMakeFiles/refOvenTest.out.dir/main.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_CXX
|
||||
"DATA_CACHE_ENABLE=0"
|
||||
"HSE_STARTUP_TIMEOUT=100"
|
||||
"HSE_VALUE=8000000"
|
||||
"HSI_VALUE=8000000"
|
||||
"INSTRUCTION_CACHE_ENABLE=0"
|
||||
"LSE_STARTUP_TIMEOUT=5000"
|
||||
"LSE_VALUE=32768"
|
||||
"LSI_VALUE=40000"
|
||||
"PREFETCH_ENABLE=1"
|
||||
"STM32F042x6"
|
||||
"USE_FULL_LL_DRIVER"
|
||||
"VDD_VALUE=3300"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../."
|
||||
"../bsl/nucleo_f042k6"
|
||||
"../bsl/csl/stm32f042/Inc"
|
||||
"../bsl/csl/stm32f042/Drivers/CMSIS/Include"
|
||||
"../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include"
|
||||
"../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc"
|
||||
"../bsl/csl/stm32f042/Src/../Inc"
|
||||
"../periferals/gpio"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/DependInfo.cmake"
|
||||
"/home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/DependInfo.cmake"
|
||||
"/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/DependInfo.cmake"
|
||||
"/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/DependInfo.cmake"
|
||||
"/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -1,106 +0,0 @@
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/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/main.cpp.o: CMakeFiles/refOvenTest.out.dir/flags.make
|
||||
CMakeFiles/refOvenTest.out.dir/main.cpp.o: ../main.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/refOvenTest.out.dir/main.cpp.o"
|
||||
/usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/refOvenTest.out.dir/main.cpp.o -c /home/ed/github/KED/main.cpp
|
||||
|
||||
CMakeFiles/refOvenTest.out.dir/main.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/refOvenTest.out.dir/main.cpp.i"
|
||||
/usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ed/github/KED/main.cpp > CMakeFiles/refOvenTest.out.dir/main.cpp.i
|
||||
|
||||
CMakeFiles/refOvenTest.out.dir/main.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/refOvenTest.out.dir/main.cpp.s"
|
||||
/usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ed/github/KED/main.cpp -o CMakeFiles/refOvenTest.out.dir/main.cpp.s
|
||||
|
||||
# Object files for target refOvenTest.out
|
||||
refOvenTest_out_OBJECTS = \
|
||||
"CMakeFiles/refOvenTest.out.dir/main.cpp.o"
|
||||
|
||||
# External object files for target refOvenTest.out
|
||||
refOvenTest_out_EXTERNAL_OBJECTS =
|
||||
|
||||
refOvenTest.out: CMakeFiles/refOvenTest.out.dir/main.cpp.o
|
||||
refOvenTest.out: CMakeFiles/refOvenTest.out.dir/build.make
|
||||
refOvenTest.out: bsl/csl/stm32f042/startup/libStartup.a
|
||||
refOvenTest.out: bsl/nucleo_f042k6/libstmTranslator.a
|
||||
refOvenTest.out: bsl/csl/stm32f042/Src/libstmSources.a
|
||||
refOvenTest.out: bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a
|
||||
refOvenTest.out: bsl/csl/stm32f042/Drivers/libstmDrivers.a
|
||||
refOvenTest.out: CMakeFiles/refOvenTest.out.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/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/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED /home/ed/github/KED/build /home/ed/github/KED/build /home/ed/github/KED/build/CMakeFiles/refOvenTest.out.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/refOvenTest.out.dir/depend
|
||||
|
@ -1,10 +0,0 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/refOvenTest.out.dir/main.cpp.o"
|
||||
"refOvenTest.out.pdb"
|
||||
"refOvenTest.out"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/refOvenTest.out.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -1,2 +0,0 @@
|
||||
# Empty dependencies file for refOvenTest.out.
|
||||
# This may be replaced when dependencies are built.
|
@ -1,10 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# compile CXX with /usr/bin/arm-none-eabi-g++
|
||||
CXX_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections -std=gnu++11
|
||||
|
||||
CXX_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
|
||||
|
||||
CXX_INCLUDES = -I/home/ed/github/KED/. -I/home/ed/github/KED/bsl/nucleo_f042k6 -I/home/ed/github/KED/bsl/csl/stm32f042/Inc -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc -I/home/ed/github/KED/bsl/csl/stm32f042/Src/../Inc -I/home/ed/github/KED/periferals/gpio
|
||||
|
@ -1 +0,0 @@
|
||||
/usr/bin/arm-none-eabi-g++ --specs=nosys.specs -mcpu=cortex-m0 -mthumb -specs=nano.specs -T/home/ed/github/KED/bsl/csl/stm32f042/startup/STM32F042K6Tx_FLASH.ld -lc -lm -lnosys -Wl,-Map=refOvenTest.map,--cref -Wl,--gc-sections CMakeFiles/refOvenTest.out.dir/main.cpp.o -o refOvenTest.out bsl/csl/stm32f042/startup/libStartup.a bsl/nucleo_f042k6/libstmTranslator.a bsl/csl/stm32f042/Src/libstmSources.a bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a bsl/csl/stm32f042/Drivers/libstmDrivers.a
|
@ -1,3 +0,0 @@
|
||||
CMAKE_PROGRESS_1 = 3
|
||||
CMAKE_PROGRESS_2 = 4
|
||||
|
@ -1,248 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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 -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
|
||||
|
||||
# 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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/CMakeFiles/progress.marks
|
||||
$(MAKE) -f CMakeFiles/Makefile2 all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
$(MAKE) -f CMakeFiles/Makefile2 clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
$(MAKE) -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 refOvenTest.out
|
||||
|
||||
# Build rule for target.
|
||||
refOvenTest.out: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 refOvenTest.out
|
||||
.PHONY : refOvenTest.out
|
||||
|
||||
# fast build rule for target.
|
||||
refOvenTest.out/fast:
|
||||
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/build
|
||||
.PHONY : refOvenTest.out/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named stmDrivers
|
||||
|
||||
# Build rule for target.
|
||||
stmDrivers: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 stmDrivers
|
||||
.PHONY : stmDrivers
|
||||
|
||||
# fast build rule for target.
|
||||
stmDrivers/fast:
|
||||
$(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build
|
||||
.PHONY : stmDrivers/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named Startup
|
||||
|
||||
# Build rule for target.
|
||||
Startup: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 Startup
|
||||
.PHONY : Startup
|
||||
|
||||
# fast build rule for target.
|
||||
Startup/fast:
|
||||
$(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build
|
||||
.PHONY : Startup/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named stmSources
|
||||
|
||||
# Build rule for target.
|
||||
stmSources: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 stmSources
|
||||
.PHONY : stmSources
|
||||
|
||||
# fast build rule for target.
|
||||
stmSources/fast:
|
||||
$(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build
|
||||
.PHONY : stmSources/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named stmTranslator
|
||||
|
||||
# Build rule for target.
|
||||
stmTranslator: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 stmTranslator
|
||||
.PHONY : stmTranslator
|
||||
|
||||
# fast build rule for target.
|
||||
stmTranslator/fast:
|
||||
$(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build
|
||||
.PHONY : stmTranslator/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named stmGpio
|
||||
|
||||
# Build rule for target.
|
||||
stmGpio: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 stmGpio
|
||||
.PHONY : stmGpio
|
||||
|
||||
# fast build rule for target.
|
||||
stmGpio/fast:
|
||||
$(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build
|
||||
.PHONY : stmGpio/fast
|
||||
|
||||
main.o: main.cpp.o
|
||||
|
||||
.PHONY : main.o
|
||||
|
||||
# target to build an object file
|
||||
main.cpp.o:
|
||||
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/main.cpp.o
|
||||
.PHONY : main.cpp.o
|
||||
|
||||
main.i: main.cpp.i
|
||||
|
||||
.PHONY : main.i
|
||||
|
||||
# target to preprocess a source file
|
||||
main.cpp.i:
|
||||
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/main.cpp.i
|
||||
.PHONY : main.cpp.i
|
||||
|
||||
main.s: main.cpp.s
|
||||
|
||||
.PHONY : main.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
main.cpp.s:
|
||||
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/main.cpp.s
|
||||
.PHONY : main.cpp.s
|
||||
|
||||
# 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 "... rebuild_cache"
|
||||
@echo "... refOvenTest.out"
|
||||
@echo "... edit_cache"
|
||||
@echo "... stmDrivers"
|
||||
@echo "... Startup"
|
||||
@echo "... stmSources"
|
||||
@echo "... stmTranslator"
|
||||
@echo "... stmGpio"
|
||||
@echo "... main.o"
|
||||
@echo "... main.i"
|
||||
@echo "... main.s"
|
||||
.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
|
||||
|
@ -1,16 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -1 +0,0 @@
|
||||
16
|
@ -1,134 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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 -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
|
||||
|
||||
# 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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/CMakeFiles/progress.marks
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# 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 "... rebuild_cache"
|
||||
@echo "... edit_cache"
|
||||
.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:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
@ -1,46 +0,0 @@
|
||||
# Install script for directory: /home/ed/github/KED/bsl
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
include("/home/ed/github/KED/build/bsl/csl/cmake_install.cmake")
|
||||
include("/home/ed/github/KED/build/bsl/nucleo_f042k6/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
@ -1,16 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -1 +0,0 @@
|
||||
12
|
@ -1,134 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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 -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
|
||||
|
||||
# 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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/csl/CMakeFiles/progress.marks
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# 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 "... rebuild_cache"
|
||||
@echo "... edit_cache"
|
||||
.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:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
@ -1,45 +0,0 @@
|
||||
# Install script for directory: /home/ed/github/KED/bsl/csl
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
include("/home/ed/github/KED/build/bsl/csl/stm32f042/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
@ -1,16 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -1 +0,0 @@
|
||||
12
|
@ -1,16 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -1 +0,0 @@
|
||||
6
|
@ -1,158 +0,0 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
core_cm0.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/core_cm0.h
|
||||
system_stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
stdint.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
stm32f030x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h
|
||||
stm32f030x8.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h
|
||||
stm32f031x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h
|
||||
stm32f038xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h
|
||||
stm32f042x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
stm32f048xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h
|
||||
stm32f051x8.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h
|
||||
stm32f058xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h
|
||||
stm32f070x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070x6.h
|
||||
stm32f070xb.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070xb.h
|
||||
stm32f071xb.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h
|
||||
stm32f072xb.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h
|
||||
stm32f078xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h
|
||||
stm32f091xc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f091xc.h
|
||||
stm32f098xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f098xx.h
|
||||
stm32f030xc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030xc.h
|
||||
stm32f0xx_hal.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx_hal.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
arm_compat.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
stdint.h
|
||||
-
|
||||
cmsis_armcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
cmsis_armclang.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
cmsis_gcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
cmsis_iccarm.h
|
||||
-
|
||||
cmsis_ccs.h
|
||||
-
|
||||
cmsis_csm.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
iccarm_builtin.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/iccarm_builtin.h
|
||||
intrinsics.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
stdint.h
|
||||
-
|
||||
cmsis_version.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
cmsis_compiler.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
|
||||
stm32f0xx_ll_exti.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.h
|
||||
stm32_assert.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
|
||||
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
|
||||
stm32f0xx_ll_gpio.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.h
|
||||
stm32f0xx_ll_bus.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_bus.h
|
||||
stm32_assert.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
|
||||
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
|
||||
stm32f0xx_ll_pwr.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.h
|
||||
stm32f0xx_ll_bus.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_bus.h
|
||||
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
|
||||
stm32f0xx_ll_rcc.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.h
|
||||
stm32_assert.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
|
||||
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
|
||||
stm32f0xx_ll_rcc.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.h
|
||||
stm32f0xx_ll_utils.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.h
|
||||
stm32f0xx_ll_system.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_system.h
|
||||
stm32_assert.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
|
||||
|
@ -1,43 +0,0 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"C"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_C
|
||||
"/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o"
|
||||
"/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o"
|
||||
"/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
|
||||
"/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
|
||||
"/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
|
||||
)
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_C
|
||||
"DATA_CACHE_ENABLE=0"
|
||||
"HSE_STARTUP_TIMEOUT=100"
|
||||
"HSE_VALUE=8000000"
|
||||
"HSI_VALUE=8000000"
|
||||
"INSTRUCTION_CACHE_ENABLE=0"
|
||||
"LSE_STARTUP_TIMEOUT=5000"
|
||||
"LSE_VALUE=32768"
|
||||
"LSI_VALUE=40000"
|
||||
"PREFETCH_ENABLE=1"
|
||||
"STM32F042x6"
|
||||
"USE_FULL_LL_DRIVER"
|
||||
"VDD_VALUE=3300"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_C_TARGET_INCLUDE_PATH
|
||||
"../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include"
|
||||
"../bsl/csl/stm32f042/Drivers/CMSIS/Include"
|
||||
"../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -1,159 +0,0 @@
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/flags.make
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c > CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
|
||||
|
||||
# Object files for target stmDrivers
|
||||
stmDrivers_OBJECTS = \
|
||||
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o" \
|
||||
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o" \
|
||||
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o" \
|
||||
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o" \
|
||||
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
|
||||
|
||||
# External object files for target stmDrivers
|
||||
stmDrivers_EXTERNAL_OBJECTS =
|
||||
|
||||
bsl/csl/stm32f042/Drivers/libstmDrivers.a: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
|
||||
bsl/csl/stm32f042/Drivers/libstmDrivers.a: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
|
||||
bsl/csl/stm32f042/Drivers/libstmDrivers.a: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
|
||||
bsl/csl/stm32f042/Drivers/libstmDrivers.a: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
|
||||
bsl/csl/stm32f042/Drivers/libstmDrivers.a: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
|
||||
bsl/csl/stm32f042/Drivers/libstmDrivers.a: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make
|
||||
bsl/csl/stm32f042/Drivers/libstmDrivers.a: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking C static library libstmDrivers.a"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && $(CMAKE_COMMAND) -P CMakeFiles/stmDrivers.dir/cmake_clean_target.cmake
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmDrivers.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build: bsl/csl/stm32f042/Drivers/libstmDrivers.a
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean:
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers && $(CMAKE_COMMAND) -P CMakeFiles/stmDrivers.dir/cmake_clean.cmake
|
||||
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/clean
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED/bsl/csl/stm32f042/Drivers /home/ed/github/KED/build /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/depend
|
||||
|
@ -1,14 +0,0 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o"
|
||||
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o"
|
||||
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
|
||||
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
|
||||
"CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
|
||||
"libstmDrivers.pdb"
|
||||
"libstmDrivers.a"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/stmDrivers.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -1,3 +0,0 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libstmDrivers.a"
|
||||
)
|
@ -1,72 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
|
@ -1,72 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
|
||||
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
|
||||
|
@ -1,10 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# compile C with /usr/bin/arm-none-eabi-gcc
|
||||
C_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections
|
||||
|
||||
C_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
|
||||
|
||||
C_INCLUDES = -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc
|
||||
|
@ -1,2 +0,0 @@
|
||||
/usr/bin/arm-none-eabi-ar qc libstmDrivers.a CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
|
||||
/usr/bin/arm-none-eabi-ranlib libstmDrivers.a
|
@ -1,7 +0,0 @@
|
||||
CMAKE_PROGRESS_1 = 5
|
||||
CMAKE_PROGRESS_2 = 6
|
||||
CMAKE_PROGRESS_3 = 7
|
||||
CMAKE_PROGRESS_4 = 8
|
||||
CMAKE_PROGRESS_5 = 9
|
||||
CMAKE_PROGRESS_6 = 10
|
||||
|
@ -1,300 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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 -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
|
||||
|
||||
# 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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/progress.marks
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
|
||||
.PHONY : bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
stmDrivers: bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/rule
|
||||
|
||||
.PHONY : stmDrivers
|
||||
|
||||
# fast build rule for target.
|
||||
stmDrivers/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build
|
||||
.PHONY : stmDrivers/fast
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.o
|
||||
|
||||
# target to build an object file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.i
|
||||
|
||||
# target to preprocess a source file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.o
|
||||
|
||||
# target to build an object file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.i
|
||||
|
||||
# target to preprocess a source file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.o
|
||||
|
||||
# target to build an object file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.i
|
||||
|
||||
# target to preprocess a source file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.o
|
||||
|
||||
# target to build an object file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.i
|
||||
|
||||
# target to preprocess a source file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.o: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.o
|
||||
|
||||
# target to build an object file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.i: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.i
|
||||
|
||||
# target to preprocess a source file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
|
||||
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.s: STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
|
||||
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/build.make bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
|
||||
.PHONY : STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
|
||||
|
||||
# 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 "... rebuild_cache"
|
||||
@echo "... stmDrivers"
|
||||
@echo "... edit_cache"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.o"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.i"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.s"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.o"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.i"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.s"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.o"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.i"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.s"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.o"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.i"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.s"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.o"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.i"
|
||||
@echo "... STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.s"
|
||||
.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:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
@ -1,39 +0,0 @@
|
||||
# Install script for directory: /home/ed/github/KED/bsl/csl/stm32f042/Drivers
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
@ -1,134 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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 -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
|
||||
|
||||
# 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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/csl/stm32f042/CMakeFiles/progress.marks
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# 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 "... rebuild_cache"
|
||||
@echo "... edit_cache"
|
||||
.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:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
@ -1,16 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -1 +0,0 @@
|
||||
10
|
@ -1,43 +0,0 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"C"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_C
|
||||
"/home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_csl.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o"
|
||||
"/home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_it.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o"
|
||||
"/home/ed/github/KED/bsl/csl/stm32f042/Src/system_stm32f0xx.c" "/home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o"
|
||||
)
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_C
|
||||
"DATA_CACHE_ENABLE=0"
|
||||
"HSE_STARTUP_TIMEOUT=100"
|
||||
"HSE_VALUE=8000000"
|
||||
"HSI_VALUE=8000000"
|
||||
"INSTRUCTION_CACHE_ENABLE=0"
|
||||
"LSE_STARTUP_TIMEOUT=5000"
|
||||
"LSE_VALUE=32768"
|
||||
"LSI_VALUE=40000"
|
||||
"PREFETCH_ENABLE=1"
|
||||
"STM32F042x6"
|
||||
"USE_FULL_LL_DRIVER"
|
||||
"VDD_VALUE=3300"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_C_TARGET_INCLUDE_PATH
|
||||
"../bsl/csl/stm32f042/Src/../Inc"
|
||||
"../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include"
|
||||
"../bsl/csl/stm32f042/Drivers/CMSIS/Include"
|
||||
"../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/CMakeFiles/stmDrivers.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -1,129 +0,0 @@
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/flags.make
|
||||
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/flags.make
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o: ../bsl/csl/stm32f042/Src/stm32f0xx_csl.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_csl.c
|
||||
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmSources.dir/stm32f0xx_csl.c.i"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_csl.c > CMakeFiles/stmSources.dir/stm32f0xx_csl.c.i
|
||||
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmSources.dir/stm32f0xx_csl.c.s"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_csl.c -o CMakeFiles/stmSources.dir/stm32f0xx_csl.c.s
|
||||
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/flags.make
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o: ../bsl/csl/stm32f042/Src/stm32f0xx_it.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmSources.dir/stm32f0xx_it.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_it.c
|
||||
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmSources.dir/stm32f0xx_it.c.i"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_it.c > CMakeFiles/stmSources.dir/stm32f0xx_it.c.i
|
||||
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmSources.dir/stm32f0xx_it.c.s"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Src/stm32f0xx_it.c -o CMakeFiles/stmSources.dir/stm32f0xx_it.c.s
|
||||
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/flags.make
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o: ../bsl/csl/stm32f042/Src/system_stm32f0xx.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmSources.dir/system_stm32f0xx.c.o -c /home/ed/github/KED/bsl/csl/stm32f042/Src/system_stm32f0xx.c
|
||||
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmSources.dir/system_stm32f0xx.c.i"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ed/github/KED/bsl/csl/stm32f042/Src/system_stm32f0xx.c > CMakeFiles/stmSources.dir/system_stm32f0xx.c.i
|
||||
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmSources.dir/system_stm32f0xx.c.s"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ed/github/KED/bsl/csl/stm32f042/Src/system_stm32f0xx.c -o CMakeFiles/stmSources.dir/system_stm32f0xx.c.s
|
||||
|
||||
# Object files for target stmSources
|
||||
stmSources_OBJECTS = \
|
||||
"CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o" \
|
||||
"CMakeFiles/stmSources.dir/stm32f0xx_it.c.o" \
|
||||
"CMakeFiles/stmSources.dir/system_stm32f0xx.c.o"
|
||||
|
||||
# External object files for target stmSources
|
||||
stmSources_EXTERNAL_OBJECTS =
|
||||
|
||||
bsl/csl/stm32f042/Src/libstmSources.a: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o
|
||||
bsl/csl/stm32f042/Src/libstmSources.a: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o
|
||||
bsl/csl/stm32f042/Src/libstmSources.a: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o
|
||||
bsl/csl/stm32f042/Src/libstmSources.a: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make
|
||||
bsl/csl/stm32f042/Src/libstmSources.a: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C static library libstmSources.a"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && $(CMAKE_COMMAND) -P CMakeFiles/stmSources.dir/cmake_clean_target.cmake
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmSources.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build: bsl/csl/stm32f042/Src/libstmSources.a
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build
|
||||
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean:
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/Src && $(CMAKE_COMMAND) -P CMakeFiles/stmSources.dir/cmake_clean.cmake
|
||||
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/clean
|
||||
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED/bsl/csl/stm32f042/Src /home/ed/github/KED/build /home/ed/github/KED/build/bsl/csl/stm32f042/Src /home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/depend
|
||||
|
@ -1,12 +0,0 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o"
|
||||
"CMakeFiles/stmSources.dir/stm32f0xx_it.c.o"
|
||||
"CMakeFiles/stmSources.dir/system_stm32f0xx.c.o"
|
||||
"libstmSources.pdb"
|
||||
"libstmSources.a"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/stmSources.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -1,3 +0,0 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libstmSources.a"
|
||||
)
|
@ -1,2 +0,0 @@
|
||||
# Empty dependencies file for stmSources.
|
||||
# This may be replaced when dependencies are built.
|
@ -1,10 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# compile C with /usr/bin/arm-none-eabi-gcc
|
||||
C_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections
|
||||
|
||||
C_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
|
||||
|
||||
C_INCLUDES = -I/home/ed/github/KED/bsl/csl/stm32f042/Src/../Inc -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc
|
||||
|
@ -1,2 +0,0 @@
|
||||
/usr/bin/arm-none-eabi-ar qc libstmSources.a CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o CMakeFiles/stmSources.dir/stm32f0xx_it.c.o CMakeFiles/stmSources.dir/system_stm32f0xx.c.o
|
||||
/usr/bin/arm-none-eabi-ranlib libstmSources.a
|
@ -1,5 +0,0 @@
|
||||
CMAKE_PROGRESS_1 = 13
|
||||
CMAKE_PROGRESS_2 = 14
|
||||
CMAKE_PROGRESS_3 = 15
|
||||
CMAKE_PROGRESS_4 = 16
|
||||
|
@ -1,240 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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 -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
|
||||
|
||||
# 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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/csl/stm32f042/Src/CMakeFiles/progress.marks
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule
|
||||
.PHONY : bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
stmSources: bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/rule
|
||||
|
||||
.PHONY : stmSources
|
||||
|
||||
# fast build rule for target.
|
||||
stmSources/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build
|
||||
.PHONY : stmSources/fast
|
||||
|
||||
stm32f0xx_csl.o: stm32f0xx_csl.c.o
|
||||
|
||||
.PHONY : stm32f0xx_csl.o
|
||||
|
||||
# target to build an object file
|
||||
stm32f0xx_csl.c.o:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.o
|
||||
.PHONY : stm32f0xx_csl.c.o
|
||||
|
||||
stm32f0xx_csl.i: stm32f0xx_csl.c.i
|
||||
|
||||
.PHONY : stm32f0xx_csl.i
|
||||
|
||||
# target to preprocess a source file
|
||||
stm32f0xx_csl.c.i:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.i
|
||||
.PHONY : stm32f0xx_csl.c.i
|
||||
|
||||
stm32f0xx_csl.s: stm32f0xx_csl.c.s
|
||||
|
||||
.PHONY : stm32f0xx_csl.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
stm32f0xx_csl.c.s:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_csl.c.s
|
||||
.PHONY : stm32f0xx_csl.c.s
|
||||
|
||||
stm32f0xx_it.o: stm32f0xx_it.c.o
|
||||
|
||||
.PHONY : stm32f0xx_it.o
|
||||
|
||||
# target to build an object file
|
||||
stm32f0xx_it.c.o:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.o
|
||||
.PHONY : stm32f0xx_it.c.o
|
||||
|
||||
stm32f0xx_it.i: stm32f0xx_it.c.i
|
||||
|
||||
.PHONY : stm32f0xx_it.i
|
||||
|
||||
# target to preprocess a source file
|
||||
stm32f0xx_it.c.i:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.i
|
||||
.PHONY : stm32f0xx_it.c.i
|
||||
|
||||
stm32f0xx_it.s: stm32f0xx_it.c.s
|
||||
|
||||
.PHONY : stm32f0xx_it.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
stm32f0xx_it.c.s:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/stm32f0xx_it.c.s
|
||||
.PHONY : stm32f0xx_it.c.s
|
||||
|
||||
system_stm32f0xx.o: system_stm32f0xx.c.o
|
||||
|
||||
.PHONY : system_stm32f0xx.o
|
||||
|
||||
# target to build an object file
|
||||
system_stm32f0xx.c.o:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.o
|
||||
.PHONY : system_stm32f0xx.c.o
|
||||
|
||||
system_stm32f0xx.i: system_stm32f0xx.c.i
|
||||
|
||||
.PHONY : system_stm32f0xx.i
|
||||
|
||||
# target to preprocess a source file
|
||||
system_stm32f0xx.c.i:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.i
|
||||
.PHONY : system_stm32f0xx.c.i
|
||||
|
||||
system_stm32f0xx.s: system_stm32f0xx.c.s
|
||||
|
||||
.PHONY : system_stm32f0xx.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
system_stm32f0xx.c.s:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/build.make bsl/csl/stm32f042/Src/CMakeFiles/stmSources.dir/system_stm32f0xx.c.s
|
||||
.PHONY : system_stm32f0xx.c.s
|
||||
|
||||
# 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 "... rebuild_cache"
|
||||
@echo "... stmSources"
|
||||
@echo "... edit_cache"
|
||||
@echo "... stm32f0xx_csl.o"
|
||||
@echo "... stm32f0xx_csl.i"
|
||||
@echo "... stm32f0xx_csl.s"
|
||||
@echo "... stm32f0xx_it.o"
|
||||
@echo "... stm32f0xx_it.i"
|
||||
@echo "... stm32f0xx_it.s"
|
||||
@echo "... system_stm32f0xx.o"
|
||||
@echo "... system_stm32f0xx.i"
|
||||
@echo "... system_stm32f0xx.s"
|
||||
.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:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
@ -1,39 +0,0 @@
|
||||
# Install script for directory: /home/ed/github/KED/bsl/csl/stm32f042/Src
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
@ -1,47 +0,0 @@
|
||||
# Install script for directory: /home/ed/github/KED/bsl/csl/stm32f042
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
include("/home/ed/github/KED/build/bsl/csl/stm32f042/Drivers/cmake_install.cmake")
|
||||
include("/home/ed/github/KED/build/bsl/csl/stm32f042/startup/cmake_install.cmake")
|
||||
include("/home/ed/github/KED/build/bsl/csl/stm32f042/Src/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
@ -1,16 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -1,10 +0,0 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/startup/startup_stm32f042x6.s
|
||||
|
@ -1,36 +0,0 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"ASM"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_ASM
|
||||
"/home/ed/github/KED/bsl/csl/stm32f042/startup/startup_stm32f042x6.s" "/home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o"
|
||||
)
|
||||
set(CMAKE_ASM_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_ASM
|
||||
"DATA_CACHE_ENABLE=0"
|
||||
"HSE_STARTUP_TIMEOUT=100"
|
||||
"HSE_VALUE=8000000"
|
||||
"HSI_VALUE=8000000"
|
||||
"INSTRUCTION_CACHE_ENABLE=0"
|
||||
"LSE_STARTUP_TIMEOUT=5000"
|
||||
"LSE_VALUE=32768"
|
||||
"LSI_VALUE=40000"
|
||||
"PREFETCH_ENABLE=1"
|
||||
"STM32F042x6"
|
||||
"USE_FULL_LL_DRIVER"
|
||||
"VDD_VALUE=3300"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_ASM_TARGET_INCLUDE_PATH
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -1,91 +0,0 @@
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/flags.make
|
||||
|
||||
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/flags.make
|
||||
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o: ../bsl/csl/stm32f042/startup/startup_stm32f042x6.s
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building ASM object bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/startup && /usr/bin/arm-none-eabi-gcc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -o CMakeFiles/Startup.dir/startup_stm32f042x6.s.o -c /home/ed/github/KED/bsl/csl/stm32f042/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 =
|
||||
|
||||
bsl/csl/stm32f042/startup/libStartup.a: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o
|
||||
bsl/csl/stm32f042/startup/libStartup.a: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make
|
||||
bsl/csl/stm32f042/startup/libStartup.a: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking ASM static library libStartup.a"
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/startup && $(CMAKE_COMMAND) -P CMakeFiles/Startup.dir/cmake_clean_target.cmake
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/startup && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Startup.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build: bsl/csl/stm32f042/startup/libStartup.a
|
||||
|
||||
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build
|
||||
|
||||
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean:
|
||||
cd /home/ed/github/KED/build/bsl/csl/stm32f042/startup && $(CMAKE_COMMAND) -P CMakeFiles/Startup.dir/cmake_clean.cmake
|
||||
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/clean
|
||||
|
||||
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED/bsl/csl/stm32f042/startup /home/ed/github/KED/build /home/ed/github/KED/build/bsl/csl/stm32f042/startup /home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/depend
|
||||
|
@ -1,10 +0,0 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/Startup.dir/startup_stm32f042x6.s.o"
|
||||
"libStartup.pdb"
|
||||
"libStartup.a"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang ASM)
|
||||
include(CMakeFiles/Startup.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -1,3 +0,0 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libStartup.a"
|
||||
)
|
@ -1,5 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o
|
||||
/home/ed/github/KED/bsl/csl/stm32f042/startup/startup_stm32f042x6.s
|
@ -1,5 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o: ../bsl/csl/stm32f042/startup/startup_stm32f042x6.s
|
||||
|
@ -1,10 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# compile ASM with /usr/bin/arm-none-eabi-gcc
|
||||
ASM_FLAGS = -x assembler-with-cpp -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections
|
||||
|
||||
ASM_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
|
||||
|
||||
ASM_INCLUDES =
|
||||
|
@ -1,2 +0,0 @@
|
||||
/usr/bin/arm-none-eabi-ar cr libStartup.a CMakeFiles/Startup.dir/startup_stm32f042x6.s.o
|
||||
/usr/bin/arm-none-eabi-ranlib libStartup.a
|
@ -1,3 +0,0 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
@ -1 +0,0 @@
|
||||
2
|
@ -1,160 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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 -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
|
||||
|
||||
# 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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/csl/stm32f042/startup/CMakeFiles/progress.marks
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
|
||||
.PHONY : bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
Startup: bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/rule
|
||||
|
||||
.PHONY : Startup
|
||||
|
||||
# fast build rule for target.
|
||||
Startup/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build
|
||||
.PHONY : Startup/fast
|
||||
|
||||
startup_stm32f042x6.o: startup_stm32f042x6.s.o
|
||||
|
||||
.PHONY : startup_stm32f042x6.o
|
||||
|
||||
# target to build an object file
|
||||
startup_stm32f042x6.s.o:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/build.make bsl/csl/stm32f042/startup/CMakeFiles/Startup.dir/startup_stm32f042x6.s.o
|
||||
.PHONY : startup_stm32f042x6.s.o
|
||||
|
||||
# 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 "... rebuild_cache"
|
||||
@echo "... Startup"
|
||||
@echo "... edit_cache"
|
||||
@echo "... startup_stm32f042x6.o"
|
||||
.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:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
@ -1,39 +0,0 @@
|
||||
# Install script for directory: /home/ed/github/KED/bsl/csl/stm32f042/startup
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
@ -1,16 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -1 +0,0 @@
|
||||
4
|
@ -1,168 +0,0 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
core_cm0.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/core_cm0.h
|
||||
system_stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
stdint.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
stm32f030x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h
|
||||
stm32f030x8.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h
|
||||
stm32f031x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h
|
||||
stm32f038xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h
|
||||
stm32f042x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
stm32f048xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h
|
||||
stm32f051x8.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h
|
||||
stm32f058xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h
|
||||
stm32f070x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070x6.h
|
||||
stm32f070xb.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070xb.h
|
||||
stm32f071xb.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h
|
||||
stm32f072xb.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h
|
||||
stm32f078xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h
|
||||
stm32f091xc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f091xc.h
|
||||
stm32f098xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f098xx.h
|
||||
stm32f030xc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030xc.h
|
||||
stm32f0xx_hal.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx_hal.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
arm_compat.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
stdint.h
|
||||
-
|
||||
cmsis_armcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
cmsis_armclang.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
cmsis_gcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
cmsis_iccarm.h
|
||||
-
|
||||
cmsis_ccs.h
|
||||
-
|
||||
cmsis_csm.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
iccarm_builtin.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/iccarm_builtin.h
|
||||
intrinsics.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
stdint.h
|
||||
-
|
||||
cmsis_version.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
cmsis_compiler.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Inc/stm32_assert.h
|
||||
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
|
||||
stm32f0xx_ll_crs.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_crs.h
|
||||
stm32f0xx_ll_rcc.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_rcc.h
|
||||
stm32f0xx_ll_bus.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_bus.h
|
||||
stm32f0xx_ll_system.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_system.h
|
||||
stm32f0xx_ll_exti.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_exti.h
|
||||
stm32f0xx_ll_cortex.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_cortex.h
|
||||
stm32f0xx_ll_utils.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_utils.h
|
||||
stm32f0xx_ll_pwr.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_pwr.h
|
||||
stm32f0xx_ll_dma.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_dma.h
|
||||
stm32f0xx_ll_gpio.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_gpio.h
|
||||
stm32_assert.h
|
||||
../bsl/csl/stm32f042/Inc/stm32_assert.h
|
||||
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
|
||||
bsl_nucleo_f042k6.h
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
|
||||
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
|
||||
stm32f0xx_csl.h
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/stm32f0xx_csl.h
|
||||
|
@ -1,41 +0,0 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp" "/home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_CXX
|
||||
"DATA_CACHE_ENABLE=0"
|
||||
"HSE_STARTUP_TIMEOUT=100"
|
||||
"HSE_VALUE=8000000"
|
||||
"HSI_VALUE=8000000"
|
||||
"INSTRUCTION_CACHE_ENABLE=0"
|
||||
"LSE_STARTUP_TIMEOUT=5000"
|
||||
"LSE_VALUE=32768"
|
||||
"LSI_VALUE=40000"
|
||||
"PREFETCH_ENABLE=1"
|
||||
"STM32F042x6"
|
||||
"USE_FULL_LL_DRIVER"
|
||||
"VDD_VALUE=3300"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../bsl/nucleo_f042k6"
|
||||
"../bsl/csl/stm32f042/Inc"
|
||||
"../bsl/csl/stm32f042/Drivers/CMSIS/Include"
|
||||
"../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include"
|
||||
"../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -1,99 +0,0 @@
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/flags.make
|
||||
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/flags.make
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o"
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o -c /home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
|
||||
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.i"
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp > CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.i
|
||||
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.s"
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp -o CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.s
|
||||
|
||||
# Object files for target stmTranslator
|
||||
stmTranslator_OBJECTS = \
|
||||
"CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o"
|
||||
|
||||
# External object files for target stmTranslator
|
||||
stmTranslator_EXTERNAL_OBJECTS =
|
||||
|
||||
bsl/nucleo_f042k6/libstmTranslator.a: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o
|
||||
bsl/nucleo_f042k6/libstmTranslator.a: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make
|
||||
bsl/nucleo_f042k6/libstmTranslator.a: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libstmTranslator.a"
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && $(CMAKE_COMMAND) -P CMakeFiles/stmTranslator.dir/cmake_clean_target.cmake
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmTranslator.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build: bsl/nucleo_f042k6/libstmTranslator.a
|
||||
|
||||
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build
|
||||
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean:
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6 && $(CMAKE_COMMAND) -P CMakeFiles/stmTranslator.dir/cmake_clean.cmake
|
||||
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/clean
|
||||
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED/bsl/nucleo_f042k6 /home/ed/github/KED/build /home/ed/github/KED/build/bsl/nucleo_f042k6 /home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/depend
|
||||
|
@ -1,10 +0,0 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o"
|
||||
"libstmTranslator.pdb"
|
||||
"libstmTranslator.a"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/stmTranslator.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -1,3 +0,0 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libstmTranslator.a"
|
||||
)
|
@ -1,28 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
../bsl/csl/stm32f042/Inc/stm32_assert.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
|
@ -1,28 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Inc/stm32_assert.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/nucleo_f042k6/bsl_nucleo_f042k6.cpp
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o: ../bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
|
||||
|
@ -1,10 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# compile CXX with /usr/bin/arm-none-eabi-g++
|
||||
CXX_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections -std=gnu++11
|
||||
|
||||
CXX_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
|
||||
|
||||
CXX_INCLUDES = -I/home/ed/github/KED/bsl/nucleo_f042k6 -I/home/ed/github/KED/bsl/csl/stm32f042/Inc -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc
|
||||
|
@ -1,2 +0,0 @@
|
||||
/usr/bin/arm-none-eabi-ar qc libstmTranslator.a CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o
|
||||
/usr/bin/arm-none-eabi-ranlib libstmTranslator.a
|
@ -1,3 +0,0 @@
|
||||
CMAKE_PROGRESS_1 = 17
|
||||
CMAKE_PROGRESS_2 = 18
|
||||
|
@ -1,180 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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 -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
|
||||
|
||||
# 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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/nucleo_f042k6/CMakeFiles/progress.marks
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule
|
||||
.PHONY : bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
stmTranslator: bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/rule
|
||||
|
||||
.PHONY : stmTranslator
|
||||
|
||||
# fast build rule for target.
|
||||
stmTranslator/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build
|
||||
.PHONY : stmTranslator/fast
|
||||
|
||||
bsl_nucleo_f042k6.o: bsl_nucleo_f042k6.cpp.o
|
||||
|
||||
.PHONY : bsl_nucleo_f042k6.o
|
||||
|
||||
# target to build an object file
|
||||
bsl_nucleo_f042k6.cpp.o:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.o
|
||||
.PHONY : bsl_nucleo_f042k6.cpp.o
|
||||
|
||||
bsl_nucleo_f042k6.i: bsl_nucleo_f042k6.cpp.i
|
||||
|
||||
.PHONY : bsl_nucleo_f042k6.i
|
||||
|
||||
# target to preprocess a source file
|
||||
bsl_nucleo_f042k6.cpp.i:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.i
|
||||
.PHONY : bsl_nucleo_f042k6.cpp.i
|
||||
|
||||
bsl_nucleo_f042k6.s: bsl_nucleo_f042k6.cpp.s
|
||||
|
||||
.PHONY : bsl_nucleo_f042k6.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
bsl_nucleo_f042k6.cpp.s:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/build.make bsl/nucleo_f042k6/CMakeFiles/stmTranslator.dir/bsl_nucleo_f042k6.cpp.s
|
||||
.PHONY : bsl_nucleo_f042k6.cpp.s
|
||||
|
||||
# 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 "... rebuild_cache"
|
||||
@echo "... stmTranslator"
|
||||
@echo "... edit_cache"
|
||||
@echo "... bsl_nucleo_f042k6.o"
|
||||
@echo "... bsl_nucleo_f042k6.i"
|
||||
@echo "... bsl_nucleo_f042k6.s"
|
||||
.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:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
@ -1,45 +0,0 @@
|
||||
# Install script for directory: /home/ed/github/KED/bsl/nucleo_f042k6
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
include("/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
@ -1,16 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -1,134 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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 -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
|
||||
|
||||
# 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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/CMakeFiles/progress.marks
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# 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 "... rebuild_cache"
|
||||
@echo "... edit_cache"
|
||||
.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:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
@ -1,45 +0,0 @@
|
||||
# Install script for directory: /home/ed/github/KED/bsl/nucleo_f042k6/periferals
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
include("/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
@ -1,16 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ed/github/KED")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ed/github/KED/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -1 +0,0 @@
|
||||
2
|
@ -1,180 +0,0 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
core_cm0.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/core_cm0.h
|
||||
system_stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
stdint.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
stm32f030x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h
|
||||
stm32f030x8.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h
|
||||
stm32f031x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h
|
||||
stm32f038xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h
|
||||
stm32f042x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
stm32f048xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h
|
||||
stm32f051x8.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h
|
||||
stm32f058xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h
|
||||
stm32f070x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070x6.h
|
||||
stm32f070xb.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070xb.h
|
||||
stm32f071xb.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h
|
||||
stm32f072xb.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h
|
||||
stm32f078xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h
|
||||
stm32f091xc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f091xc.h
|
||||
stm32f098xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f098xx.h
|
||||
stm32f030xc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030xc.h
|
||||
stm32f0xx_hal.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx_hal.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
arm_compat.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
stdint.h
|
||||
-
|
||||
cmsis_armcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
cmsis_armclang.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
cmsis_gcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
cmsis_iccarm.h
|
||||
-
|
||||
cmsis_ccs.h
|
||||
-
|
||||
cmsis_csm.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
iccarm_builtin.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/iccarm_builtin.h
|
||||
intrinsics.h
|
||||
-
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
stdint.h
|
||||
-
|
||||
cmsis_version.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
cmsis_compiler.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../bsl/csl/stm32f042/Inc/stm32_assert.h
|
||||
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
|
||||
stm32f0xx_ll_crs.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_crs.h
|
||||
stm32f0xx_ll_rcc.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_rcc.h
|
||||
stm32f0xx_ll_bus.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_bus.h
|
||||
stm32f0xx_ll_system.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_system.h
|
||||
stm32f0xx_ll_exti.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_exti.h
|
||||
stm32f0xx_ll_cortex.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_cortex.h
|
||||
stm32f0xx_ll_utils.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_utils.h
|
||||
stm32f0xx_ll_pwr.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_pwr.h
|
||||
stm32f0xx_ll_dma.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_dma.h
|
||||
stm32f0xx_ll_gpio.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_ll_gpio.h
|
||||
stm32_assert.h
|
||||
../bsl/csl/stm32f042/Inc/stm32_assert.h
|
||||
|
||||
../periferals/gpio/gpio.hpp
|
||||
unistd.h
|
||||
-
|
||||
stdint.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
|
||||
stm32f0xx_csl.h
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/stm32f0xx_csl.h
|
||||
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp
|
||||
gpio.hpp
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.hpp
|
||||
../../bsl_nucleo_f042k6.h
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
|
||||
/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
-
|
||||
|
@ -1,41 +0,0 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp" "/home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_CXX
|
||||
"DATA_CACHE_ENABLE=0"
|
||||
"HSE_STARTUP_TIMEOUT=100"
|
||||
"HSE_VALUE=8000000"
|
||||
"HSI_VALUE=8000000"
|
||||
"INSTRUCTION_CACHE_ENABLE=0"
|
||||
"LSE_STARTUP_TIMEOUT=5000"
|
||||
"LSE_VALUE=32768"
|
||||
"LSI_VALUE=40000"
|
||||
"PREFETCH_ENABLE=1"
|
||||
"STM32F042x6"
|
||||
"USE_FULL_LL_DRIVER"
|
||||
"VDD_VALUE=3300"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../periferals/gpio"
|
||||
"../bsl/csl/stm32f042/Inc"
|
||||
"../bsl/csl/stm32f042/Drivers/CMSIS/Include"
|
||||
"../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include"
|
||||
"../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -1,99 +0,0 @@
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/flags.make
|
||||
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/flags.make
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/nucleo_f042k6/periferals/gpio/gpio.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o"
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/stmGpio.dir/gpio.cpp.o -c /home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp
|
||||
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/stmGpio.dir/gpio.cpp.i"
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp > CMakeFiles/stmGpio.dir/gpio.cpp.i
|
||||
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/stmGpio.dir/gpio.cpp.s"
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && /usr/bin/arm-none-eabi-g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp -o CMakeFiles/stmGpio.dir/gpio.cpp.s
|
||||
|
||||
# Object files for target stmGpio
|
||||
stmGpio_OBJECTS = \
|
||||
"CMakeFiles/stmGpio.dir/gpio.cpp.o"
|
||||
|
||||
# External object files for target stmGpio
|
||||
stmGpio_EXTERNAL_OBJECTS =
|
||||
|
||||
bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o
|
||||
bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make
|
||||
bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ed/github/KED/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libstmGpio.a"
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && $(CMAKE_COMMAND) -P CMakeFiles/stmGpio.dir/cmake_clean_target.cmake
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmGpio.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build: bsl/nucleo_f042k6/periferals/gpio/libstmGpio.a
|
||||
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build
|
||||
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean:
|
||||
cd /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio && $(CMAKE_COMMAND) -P CMakeFiles/stmGpio.dir/cmake_clean.cmake
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/clean
|
||||
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ed/github/KED /home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio /home/ed/github/KED/build /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/depend
|
||||
|
@ -1,10 +0,0 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/stmGpio.dir/gpio.cpp.o"
|
||||
"libstmGpio.pdb"
|
||||
"libstmGpio.a"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/stmGpio.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -1,3 +0,0 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libstmGpio.a"
|
||||
)
|
@ -1,29 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
../bsl/csl/stm32f042/Inc/stm32_assert.h
|
||||
../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
|
||||
../periferals/gpio/gpio.hpp
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
|
||||
/home/ed/github/KED/bsl/nucleo_f042k6/periferals/gpio/gpio.cpp
|
@ -1,29 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/cmsis_version.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/CMSIS/Include/core_cm0.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Inc/stm32_assert.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/csl/stm32f042/Inc/stm32f0xx_csl.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../periferals/gpio/gpio.hpp
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/nucleo_f042k6/bsl_nucleo_f042k6.h
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o: ../bsl/nucleo_f042k6/periferals/gpio/gpio.cpp
|
||||
|
@ -1,10 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# compile CXX with /usr/bin/arm-none-eabi-g++
|
||||
CXX_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections -std=gnu++11
|
||||
|
||||
CXX_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
|
||||
|
||||
CXX_INCLUDES = -I/home/ed/github/KED/periferals/gpio -I/home/ed/github/KED/bsl/csl/stm32f042/Inc -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/ed/github/KED/bsl/csl/stm32f042/Drivers/STM32F0xx_HAL_Driver/Inc
|
||||
|
@ -1,2 +0,0 @@
|
||||
/usr/bin/arm-none-eabi-ar qc libstmGpio.a CMakeFiles/stmGpio.dir/gpio.cpp.o
|
||||
/usr/bin/arm-none-eabi-ranlib libstmGpio.a
|
@ -1,3 +0,0 @@
|
||||
CMAKE_PROGRESS_1 = 11
|
||||
CMAKE_PROGRESS_2 = 12
|
||||
|
@ -1,180 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
# 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/ed/github/KED
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ed/github/KED/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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 -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
|
||||
|
||||
# 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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles /home/ed/github/KED/build/bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/progress.marks
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ed/github/KED/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f CMakeFiles/Makefile2 bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule
|
||||
.PHONY : bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
stmGpio: bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/rule
|
||||
|
||||
.PHONY : stmGpio
|
||||
|
||||
# fast build rule for target.
|
||||
stmGpio/fast:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build
|
||||
.PHONY : stmGpio/fast
|
||||
|
||||
gpio.o: gpio.cpp.o
|
||||
|
||||
.PHONY : gpio.o
|
||||
|
||||
# target to build an object file
|
||||
gpio.cpp.o:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.o
|
||||
.PHONY : gpio.cpp.o
|
||||
|
||||
gpio.i: gpio.cpp.i
|
||||
|
||||
.PHONY : gpio.i
|
||||
|
||||
# target to preprocess a source file
|
||||
gpio.cpp.i:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.i
|
||||
.PHONY : gpio.cpp.i
|
||||
|
||||
gpio.s: gpio.cpp.s
|
||||
|
||||
.PHONY : gpio.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
gpio.cpp.s:
|
||||
cd /home/ed/github/KED/build && $(MAKE) -f bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/build.make bsl/nucleo_f042k6/periferals/gpio/CMakeFiles/stmGpio.dir/gpio.cpp.s
|
||||
.PHONY : gpio.cpp.s
|
||||
|
||||
# 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 "... rebuild_cache"
|
||||
@echo "... stmGpio"
|
||||
@echo "... edit_cache"
|
||||
@echo "... gpio.o"
|
||||
@echo "... gpio.i"
|
||||
@echo "... gpio.s"
|
||||
.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:
|
||||
cd /home/ed/github/KED/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue