reworked helper scripts, renamed q7s build dirs

This commit is contained in:
2022-05-03 12:27:34 +02:00
parent 4149b08f3a
commit b2ec1773e4
672 changed files with 63681 additions and 142 deletions

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1,35 @@
# 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/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/fieldset.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/fieldset.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/actionreply.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreply.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/actionreq.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreq.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/parameter.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/parameter.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/telemetry.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/telemetry.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/SLIP.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/SLIP.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/misc.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/misc.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/xxhash.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/xxhash.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/transports/egse.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/transports/egse.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
# Preprocessor definitions for this target.
set(CMAKE_TARGET_DEFINITIONS_C
"LINUX"
"UNIX"
)
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../thirdparty/arcsec_star_tracker/."
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,238 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
# Include any dependencies generated for this target.
include thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/depend.make
# Include the progress variables for this target.
include thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/progress.make
# Include the compile flags for this target's objects.
include thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/flags.make
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/xxhash.c.o: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/flags.make
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/xxhash.c.o: ../thirdparty/arcsec_star_tracker/common/xxhash.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/xxhash.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/wire.dir/common/xxhash.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/xxhash.c
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/xxhash.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/wire.dir/common/xxhash.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/xxhash.c > CMakeFiles/wire.dir/common/xxhash.c.i
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/xxhash.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/wire.dir/common/xxhash.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/xxhash.c -o CMakeFiles/wire.dir/common/xxhash.c.s
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/misc.c.o: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/flags.make
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/misc.c.o: ../thirdparty/arcsec_star_tracker/common/misc.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/misc.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/wire.dir/common/misc.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/misc.c
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/misc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/wire.dir/common/misc.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/misc.c > CMakeFiles/wire.dir/common/misc.c.i
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/misc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/wire.dir/common/misc.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/misc.c -o CMakeFiles/wire.dir/common/misc.c.s
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/SLIP.c.o: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/flags.make
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/SLIP.c.o: ../thirdparty/arcsec_star_tracker/common/SLIP.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/SLIP.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/wire.dir/common/SLIP.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/SLIP.c
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/SLIP.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/wire.dir/common/SLIP.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/SLIP.c > CMakeFiles/wire.dir/common/SLIP.c.i
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/SLIP.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/wire.dir/common/SLIP.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/common/SLIP.c -o CMakeFiles/wire.dir/common/SLIP.c.s
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/fieldset.c.o: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/flags.make
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/fieldset.c.o: ../thirdparty/arcsec_star_tracker/client/fieldset.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/fieldset.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/wire.dir/client/fieldset.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/fieldset.c
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/fieldset.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/wire.dir/client/fieldset.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/fieldset.c > CMakeFiles/wire.dir/client/fieldset.c.i
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/fieldset.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/wire.dir/client/fieldset.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/fieldset.c -o CMakeFiles/wire.dir/client/fieldset.c.s
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/parameter.c.o: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/flags.make
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/parameter.c.o: ../thirdparty/arcsec_star_tracker/client/generated/parameter.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/parameter.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/wire.dir/client/generated/parameter.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/parameter.c
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/parameter.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/wire.dir/client/generated/parameter.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/parameter.c > CMakeFiles/wire.dir/client/generated/parameter.c.i
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/parameter.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/wire.dir/client/generated/parameter.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/parameter.c -o CMakeFiles/wire.dir/client/generated/parameter.c.s
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreq.c.o: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/flags.make
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreq.c.o: ../thirdparty/arcsec_star_tracker/client/generated/actionreq.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreq.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/wire.dir/client/generated/actionreq.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/actionreq.c
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreq.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/wire.dir/client/generated/actionreq.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/actionreq.c > CMakeFiles/wire.dir/client/generated/actionreq.c.i
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreq.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/wire.dir/client/generated/actionreq.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/actionreq.c -o CMakeFiles/wire.dir/client/generated/actionreq.c.s
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreply.c.o: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/flags.make
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreply.c.o: ../thirdparty/arcsec_star_tracker/client/generated/actionreply.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreply.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/wire.dir/client/generated/actionreply.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/actionreply.c
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreply.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/wire.dir/client/generated/actionreply.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/actionreply.c > CMakeFiles/wire.dir/client/generated/actionreply.c.i
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreply.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/wire.dir/client/generated/actionreply.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/actionreply.c -o CMakeFiles/wire.dir/client/generated/actionreply.c.s
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/telemetry.c.o: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/flags.make
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/telemetry.c.o: ../thirdparty/arcsec_star_tracker/client/generated/telemetry.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/telemetry.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/wire.dir/client/generated/telemetry.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/telemetry.c
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/telemetry.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/wire.dir/client/generated/telemetry.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/telemetry.c > CMakeFiles/wire.dir/client/generated/telemetry.c.i
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/telemetry.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/wire.dir/client/generated/telemetry.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/client/generated/telemetry.c -o CMakeFiles/wire.dir/client/generated/telemetry.c.s
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/transports/egse.c.o: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/flags.make
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/transports/egse.c.o: ../thirdparty/arcsec_star_tracker/transports/egse.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/transports/egse.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/wire.dir/transports/egse.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/transports/egse.c
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/transports/egse.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/wire.dir/transports/egse.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/transports/egse.c > CMakeFiles/wire.dir/transports/egse.c.i
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/transports/egse.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/wire.dir/transports/egse.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/transports/egse.c -o CMakeFiles/wire.dir/transports/egse.c.s
# Object files for target wire
wire_OBJECTS = \
"CMakeFiles/wire.dir/common/xxhash.c.o" \
"CMakeFiles/wire.dir/common/misc.c.o" \
"CMakeFiles/wire.dir/common/SLIP.c.o" \
"CMakeFiles/wire.dir/client/fieldset.c.o" \
"CMakeFiles/wire.dir/client/generated/parameter.c.o" \
"CMakeFiles/wire.dir/client/generated/actionreq.c.o" \
"CMakeFiles/wire.dir/client/generated/actionreply.c.o" \
"CMakeFiles/wire.dir/client/generated/telemetry.c.o" \
"CMakeFiles/wire.dir/transports/egse.c.o"
# External object files for target wire
wire_EXTERNAL_OBJECTS =
thirdparty/arcsec_star_tracker/libwire.a: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/xxhash.c.o
thirdparty/arcsec_star_tracker/libwire.a: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/misc.c.o
thirdparty/arcsec_star_tracker/libwire.a: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/SLIP.c.o
thirdparty/arcsec_star_tracker/libwire.a: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/fieldset.c.o
thirdparty/arcsec_star_tracker/libwire.a: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/parameter.c.o
thirdparty/arcsec_star_tracker/libwire.a: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreq.c.o
thirdparty/arcsec_star_tracker/libwire.a: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreply.c.o
thirdparty/arcsec_star_tracker/libwire.a: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/telemetry.c.o
thirdparty/arcsec_star_tracker/libwire.a: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/transports/egse.c.o
thirdparty/arcsec_star_tracker/libwire.a: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make
thirdparty/arcsec_star_tracker/libwire.a: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Linking C static library libwire.a"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && $(CMAKE_COMMAND) -P CMakeFiles/wire.dir/cmake_clean_target.cmake
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/wire.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build: thirdparty/arcsec_star_tracker/libwire.a
.PHONY : thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker && $(CMAKE_COMMAND) -P CMakeFiles/wire.dir/cmake_clean.cmake
.PHONY : thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/clean
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/rmueller/EIVE/eive-obsw /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/depend

View File

@ -0,0 +1,18 @@
file(REMOVE_RECURSE
"CMakeFiles/wire.dir/client/fieldset.c.o"
"CMakeFiles/wire.dir/client/generated/actionreply.c.o"
"CMakeFiles/wire.dir/client/generated/actionreq.c.o"
"CMakeFiles/wire.dir/client/generated/parameter.c.o"
"CMakeFiles/wire.dir/client/generated/telemetry.c.o"
"CMakeFiles/wire.dir/common/SLIP.c.o"
"CMakeFiles/wire.dir/common/misc.c.o"
"CMakeFiles/wire.dir/common/xxhash.c.o"
"CMakeFiles/wire.dir/transports/egse.c.o"
"libwire.a"
"libwire.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/wire.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"libwire.a"
)

View File

@ -0,0 +1,2 @@
# Empty dependencies file for wire.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# compile C with /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc
C_DEFINES = -DLINUX -DUNIX
C_INCLUDES = -I/home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker/.
C_FLAGS = -pthread -g -Wall -Wextra -Wimplicit-fallthrough=1 -Wno-unused-parameter -Wno-psabi -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wnull-dereference -Wundef -Wformat=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wformat-security -Wstrict-overflow=3 -Warray-bounds=2 -Wshift-overflow=2 -Wcast-qual -Wstringop-overflow=4 -ffunction-sections -fdata-sections -pedantic -Werror

View File

@ -0,0 +1,2 @@
/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-ar qc libwire.a CMakeFiles/wire.dir/common/xxhash.c.o CMakeFiles/wire.dir/common/misc.c.o CMakeFiles/wire.dir/common/SLIP.c.o CMakeFiles/wire.dir/client/fieldset.c.o CMakeFiles/wire.dir/client/generated/parameter.c.o CMakeFiles/wire.dir/client/generated/actionreq.c.o CMakeFiles/wire.dir/client/generated/actionreply.c.o CMakeFiles/wire.dir/client/generated/telemetry.c.o CMakeFiles/wire.dir/transports/egse.c.o
/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-ranlib libwire.a

View File

@ -0,0 +1,11 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 98
CMAKE_PROGRESS_3 =
CMAKE_PROGRESS_4 =
CMAKE_PROGRESS_5 =
CMAKE_PROGRESS_6 = 99
CMAKE_PROGRESS_7 =
CMAKE_PROGRESS_8 =
CMAKE_PROGRESS_9 =
CMAKE_PROGRESS_10 = 100

View File

@ -0,0 +1,489 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# 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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/arcsec_star_tracker//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/arcsec_star_tracker/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/arcsec_star_tracker/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/arcsec_star_tracker/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/arcsec_star_tracker/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/rule:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/rule
.PHONY : thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/rule
# Convenience name for target.
wire: thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/rule
.PHONY : wire
# fast build rule for target.
wire/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build
.PHONY : wire/fast
client/fieldset.o: client/fieldset.c.o
.PHONY : client/fieldset.o
# target to build an object file
client/fieldset.c.o:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/fieldset.c.o
.PHONY : client/fieldset.c.o
client/fieldset.i: client/fieldset.c.i
.PHONY : client/fieldset.i
# target to preprocess a source file
client/fieldset.c.i:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/fieldset.c.i
.PHONY : client/fieldset.c.i
client/fieldset.s: client/fieldset.c.s
.PHONY : client/fieldset.s
# target to generate assembly for a file
client/fieldset.c.s:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/fieldset.c.s
.PHONY : client/fieldset.c.s
client/generated/actionreply.o: client/generated/actionreply.c.o
.PHONY : client/generated/actionreply.o
# target to build an object file
client/generated/actionreply.c.o:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreply.c.o
.PHONY : client/generated/actionreply.c.o
client/generated/actionreply.i: client/generated/actionreply.c.i
.PHONY : client/generated/actionreply.i
# target to preprocess a source file
client/generated/actionreply.c.i:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreply.c.i
.PHONY : client/generated/actionreply.c.i
client/generated/actionreply.s: client/generated/actionreply.c.s
.PHONY : client/generated/actionreply.s
# target to generate assembly for a file
client/generated/actionreply.c.s:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreply.c.s
.PHONY : client/generated/actionreply.c.s
client/generated/actionreq.o: client/generated/actionreq.c.o
.PHONY : client/generated/actionreq.o
# target to build an object file
client/generated/actionreq.c.o:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreq.c.o
.PHONY : client/generated/actionreq.c.o
client/generated/actionreq.i: client/generated/actionreq.c.i
.PHONY : client/generated/actionreq.i
# target to preprocess a source file
client/generated/actionreq.c.i:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreq.c.i
.PHONY : client/generated/actionreq.c.i
client/generated/actionreq.s: client/generated/actionreq.c.s
.PHONY : client/generated/actionreq.s
# target to generate assembly for a file
client/generated/actionreq.c.s:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/actionreq.c.s
.PHONY : client/generated/actionreq.c.s
client/generated/parameter.o: client/generated/parameter.c.o
.PHONY : client/generated/parameter.o
# target to build an object file
client/generated/parameter.c.o:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/parameter.c.o
.PHONY : client/generated/parameter.c.o
client/generated/parameter.i: client/generated/parameter.c.i
.PHONY : client/generated/parameter.i
# target to preprocess a source file
client/generated/parameter.c.i:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/parameter.c.i
.PHONY : client/generated/parameter.c.i
client/generated/parameter.s: client/generated/parameter.c.s
.PHONY : client/generated/parameter.s
# target to generate assembly for a file
client/generated/parameter.c.s:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/parameter.c.s
.PHONY : client/generated/parameter.c.s
client/generated/telemetry.o: client/generated/telemetry.c.o
.PHONY : client/generated/telemetry.o
# target to build an object file
client/generated/telemetry.c.o:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/telemetry.c.o
.PHONY : client/generated/telemetry.c.o
client/generated/telemetry.i: client/generated/telemetry.c.i
.PHONY : client/generated/telemetry.i
# target to preprocess a source file
client/generated/telemetry.c.i:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/telemetry.c.i
.PHONY : client/generated/telemetry.c.i
client/generated/telemetry.s: client/generated/telemetry.c.s
.PHONY : client/generated/telemetry.s
# target to generate assembly for a file
client/generated/telemetry.c.s:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/client/generated/telemetry.c.s
.PHONY : client/generated/telemetry.c.s
common/SLIP.o: common/SLIP.c.o
.PHONY : common/SLIP.o
# target to build an object file
common/SLIP.c.o:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/SLIP.c.o
.PHONY : common/SLIP.c.o
common/SLIP.i: common/SLIP.c.i
.PHONY : common/SLIP.i
# target to preprocess a source file
common/SLIP.c.i:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/SLIP.c.i
.PHONY : common/SLIP.c.i
common/SLIP.s: common/SLIP.c.s
.PHONY : common/SLIP.s
# target to generate assembly for a file
common/SLIP.c.s:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/SLIP.c.s
.PHONY : common/SLIP.c.s
common/misc.o: common/misc.c.o
.PHONY : common/misc.o
# target to build an object file
common/misc.c.o:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/misc.c.o
.PHONY : common/misc.c.o
common/misc.i: common/misc.c.i
.PHONY : common/misc.i
# target to preprocess a source file
common/misc.c.i:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/misc.c.i
.PHONY : common/misc.c.i
common/misc.s: common/misc.c.s
.PHONY : common/misc.s
# target to generate assembly for a file
common/misc.c.s:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/misc.c.s
.PHONY : common/misc.c.s
common/xxhash.o: common/xxhash.c.o
.PHONY : common/xxhash.o
# target to build an object file
common/xxhash.c.o:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/xxhash.c.o
.PHONY : common/xxhash.c.o
common/xxhash.i: common/xxhash.c.i
.PHONY : common/xxhash.i
# target to preprocess a source file
common/xxhash.c.i:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/xxhash.c.i
.PHONY : common/xxhash.c.i
common/xxhash.s: common/xxhash.c.s
.PHONY : common/xxhash.s
# target to generate assembly for a file
common/xxhash.c.s:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/common/xxhash.c.s
.PHONY : common/xxhash.c.s
transports/egse.o: transports/egse.c.o
.PHONY : transports/egse.o
# target to build an object file
transports/egse.c.o:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/transports/egse.c.o
.PHONY : transports/egse.c.o
transports/egse.i: transports/egse.c.i
.PHONY : transports/egse.i
# target to preprocess a source file
transports/egse.c.i:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/transports/egse.c.i
.PHONY : transports/egse.c.i
transports/egse.s: transports/egse.c.s
.PHONY : transports/egse.s
# target to generate assembly for a file
transports/egse.c.s:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/build.make thirdparty/arcsec_star_tracker/CMakeFiles/wire.dir/transports/egse.c.s
.PHONY : transports/egse.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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... wire"
@echo "... client/fieldset.o"
@echo "... client/fieldset.i"
@echo "... client/fieldset.s"
@echo "... client/generated/actionreply.o"
@echo "... client/generated/actionreply.i"
@echo "... client/generated/actionreply.s"
@echo "... client/generated/actionreq.o"
@echo "... client/generated/actionreq.i"
@echo "... client/generated/actionreq.s"
@echo "... client/generated/parameter.o"
@echo "... client/generated/parameter.i"
@echo "... client/generated/parameter.s"
@echo "... client/generated/telemetry.o"
@echo "... client/generated/telemetry.i"
@echo "... client/generated/telemetry.s"
@echo "... common/SLIP.o"
@echo "... common/SLIP.i"
@echo "... common/SLIP.s"
@echo "... common/misc.o"
@echo "... common/misc.i"
@echo "... common/misc.s"
@echo "... common/xxhash.o"
@echo "... common/xxhash.i"
@echo "... common/xxhash.s"
@echo "... transports/egse.o"
@echo "... transports/egse.i"
@echo "... transports/egse.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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,44 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/arcsec_star_tracker
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/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
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/json//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/json/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/json/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/json/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/json/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,44 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/json
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()

View File

@ -0,0 +1,4 @@
Name: nlohmann_json
Description: JSON for Modern C++
Version: 3.9.1
Cflags: -I/usr/local/include

View File

@ -0,0 +1,15 @@
include(FindPackageHandleStandardArgs)
set(${CMAKE_FIND_PACKAGE_NAME}_CONFIG ${CMAKE_CURRENT_LIST_FILE})
find_package_handle_standard_args(nlohmann_json CONFIG_MODE)
if(NOT TARGET nlohmann_json::nlohmann_json)
include("${CMAKE_CURRENT_LIST_DIR}/nlohmann_jsonTargets.cmake")
if((NOT TARGET nlohmann_json) AND
(NOT nlohmann_json_FIND_VERSION OR
nlohmann_json_FIND_VERSION VERSION_LESS 3.2.0))
add_library(nlohmann_json INTERFACE IMPORTED)
set_target_properties(nlohmann_json PROPERTIES
INTERFACE_LINK_LIBRARIES nlohmann_json::nlohmann_json
)
endif()
endif()

View File

@ -0,0 +1,20 @@
# This is essentially cmake's BasicConfigVersion-SameMajorVersion.cmake.in but
# without the 32/64-bit check. Since json is a header-only library, it doesn't
# matter if it was built on a different platform than what it is used on (see
# https://github.com/nlohmann/json/issues/1697).
set(PACKAGE_VERSION "3.9.1")
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()
if(PACKAGE_FIND_VERSION_MAJOR STREQUAL "3")
set(PACKAGE_VERSION_COMPATIBLE TRUE)
else()
set(PACKAGE_VERSION_COMPATIBLE FALSE)
endif()
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
set(PACKAGE_VERSION_EXACT TRUE)
endif()
endif()

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1,63 @@
# 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/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_malloc.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_queue.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_semaphore.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_system.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_thread.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_time.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/pthread_queue.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_hmac.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_sha1.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_xtea.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_bridge.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_bridge.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_buffer.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_buffer.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_conn.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_conn.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_crc32.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_crc32.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_debug.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_debug.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_dedup.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_dedup.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_endian.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_endian.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_hex_dump.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_hex_dump.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_iflist.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_iflist.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_io.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_io.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_port.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_port.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_promisc.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_promisc.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_qfifo.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_qfifo.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_route.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_route.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_service_handler.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_service_handler.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_services.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_services.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_sfp.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_sfp.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/drivers/can/can_socketcan.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_can.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_can_pbuf.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_i2c.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_kiss.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_lo.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/rtable/csp_rtable_cidr.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/transport/csp_rdp.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.o"
"/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/transport/csp_udp.c" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_udp.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
# Preprocessor definitions for this target.
set(CMAKE_TARGET_DEFINITIONS_C
"LINUX"
"UNIX"
)
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../thirdparty/libcsp/include"
"../thirdparty/libcsp"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,643 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
# Include any dependencies generated for this target.
include thirdparty/libcsp/CMakeFiles/libcsp.dir/depend.make
# Include the progress variables for this target.
include thirdparty/libcsp/CMakeFiles/libcsp.dir/progress.make
# Include the compile flags for this target's objects.
include thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_bridge.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_bridge.c.o: ../thirdparty/libcsp/src/csp_bridge.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_bridge.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_bridge.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_bridge.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_bridge.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_bridge.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_bridge.c > CMakeFiles/libcsp.dir/src/csp_bridge.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_bridge.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_bridge.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_bridge.c -o CMakeFiles/libcsp.dir/src/csp_bridge.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_buffer.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_buffer.c.o: ../thirdparty/libcsp/src/csp_buffer.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_buffer.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_buffer.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_buffer.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_buffer.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_buffer.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_buffer.c > CMakeFiles/libcsp.dir/src/csp_buffer.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_buffer.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_buffer.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_buffer.c -o CMakeFiles/libcsp.dir/src/csp_buffer.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_conn.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_conn.c.o: ../thirdparty/libcsp/src/csp_conn.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_conn.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_conn.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_conn.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_conn.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_conn.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_conn.c > CMakeFiles/libcsp.dir/src/csp_conn.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_conn.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_conn.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_conn.c -o CMakeFiles/libcsp.dir/src/csp_conn.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_crc32.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_crc32.c.o: ../thirdparty/libcsp/src/csp_crc32.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_crc32.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_crc32.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_crc32.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_crc32.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_crc32.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_crc32.c > CMakeFiles/libcsp.dir/src/csp_crc32.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_crc32.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_crc32.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_crc32.c -o CMakeFiles/libcsp.dir/src/csp_crc32.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_debug.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_debug.c.o: ../thirdparty/libcsp/src/csp_debug.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_debug.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_debug.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_debug.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_debug.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_debug.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_debug.c > CMakeFiles/libcsp.dir/src/csp_debug.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_debug.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_debug.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_debug.c -o CMakeFiles/libcsp.dir/src/csp_debug.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_dedup.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_dedup.c.o: ../thirdparty/libcsp/src/csp_dedup.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_dedup.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_dedup.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_dedup.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_dedup.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_dedup.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_dedup.c > CMakeFiles/libcsp.dir/src/csp_dedup.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_dedup.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_dedup.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_dedup.c -o CMakeFiles/libcsp.dir/src/csp_dedup.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_endian.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_endian.c.o: ../thirdparty/libcsp/src/csp_endian.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_endian.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_endian.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_endian.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_endian.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_endian.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_endian.c > CMakeFiles/libcsp.dir/src/csp_endian.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_endian.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_endian.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_endian.c -o CMakeFiles/libcsp.dir/src/csp_endian.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_hex_dump.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_hex_dump.c.o: ../thirdparty/libcsp/src/csp_hex_dump.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_hex_dump.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_hex_dump.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_hex_dump.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_hex_dump.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_hex_dump.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_hex_dump.c > CMakeFiles/libcsp.dir/src/csp_hex_dump.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_hex_dump.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_hex_dump.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_hex_dump.c -o CMakeFiles/libcsp.dir/src/csp_hex_dump.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_iflist.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_iflist.c.o: ../thirdparty/libcsp/src/csp_iflist.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_iflist.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_iflist.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_iflist.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_iflist.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_iflist.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_iflist.c > CMakeFiles/libcsp.dir/src/csp_iflist.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_iflist.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_iflist.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_iflist.c -o CMakeFiles/libcsp.dir/src/csp_iflist.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_io.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_io.c.o: ../thirdparty/libcsp/src/csp_io.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_io.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_io.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_io.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_io.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_io.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_io.c > CMakeFiles/libcsp.dir/src/csp_io.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_io.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_io.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_io.c -o CMakeFiles/libcsp.dir/src/csp_io.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_port.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_port.c.o: ../thirdparty/libcsp/src/csp_port.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_port.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_port.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_port.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_port.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_port.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_port.c > CMakeFiles/libcsp.dir/src/csp_port.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_port.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_port.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_port.c -o CMakeFiles/libcsp.dir/src/csp_port.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_promisc.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_promisc.c.o: ../thirdparty/libcsp/src/csp_promisc.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_promisc.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_promisc.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_promisc.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_promisc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_promisc.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_promisc.c > CMakeFiles/libcsp.dir/src/csp_promisc.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_promisc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_promisc.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_promisc.c -o CMakeFiles/libcsp.dir/src/csp_promisc.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_qfifo.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_qfifo.c.o: ../thirdparty/libcsp/src/csp_qfifo.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_qfifo.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_qfifo.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_qfifo.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_qfifo.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_qfifo.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_qfifo.c > CMakeFiles/libcsp.dir/src/csp_qfifo.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_qfifo.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_qfifo.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_qfifo.c -o CMakeFiles/libcsp.dir/src/csp_qfifo.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_route.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_route.c.o: ../thirdparty/libcsp/src/csp_route.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_route.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_route.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_route.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_route.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_route.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_route.c > CMakeFiles/libcsp.dir/src/csp_route.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_route.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_route.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_route.c -o CMakeFiles/libcsp.dir/src/csp_route.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_service_handler.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_service_handler.c.o: ../thirdparty/libcsp/src/csp_service_handler.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_service_handler.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_service_handler.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_service_handler.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_service_handler.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_service_handler.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_service_handler.c > CMakeFiles/libcsp.dir/src/csp_service_handler.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_service_handler.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_service_handler.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_service_handler.c -o CMakeFiles/libcsp.dir/src/csp_service_handler.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_services.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_services.c.o: ../thirdparty/libcsp/src/csp_services.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_services.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_services.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_services.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_services.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_services.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_services.c > CMakeFiles/libcsp.dir/src/csp_services.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_services.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_services.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_services.c -o CMakeFiles/libcsp.dir/src/csp_services.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_sfp.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_sfp.c.o: ../thirdparty/libcsp/src/csp_sfp.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_sfp.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/csp_sfp.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_sfp.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_sfp.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/csp_sfp.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_sfp.c > CMakeFiles/libcsp.dir/src/csp_sfp.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_sfp.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/csp_sfp.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/csp_sfp.c -o CMakeFiles/libcsp.dir/src/csp_sfp.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.o: ../thirdparty/libcsp/src/drivers/can/can_socketcan.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/drivers/can/can_socketcan.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/drivers/can/can_socketcan.c > CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/drivers/can/can_socketcan.c -o CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.o: ../thirdparty/libcsp/src/crypto/csp_hmac.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_hmac.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_hmac.c > CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_hmac.c -o CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.o: ../thirdparty/libcsp/src/crypto/csp_sha1.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_sha1.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_sha1.c > CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_sha1.c -o CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.o: ../thirdparty/libcsp/src/crypto/csp_xtea.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_xtea.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_xtea.c > CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto/csp_xtea.c -o CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.o: ../thirdparty/libcsp/src/interfaces/csp_if_can_pbuf.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_can_pbuf.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_can_pbuf.c > CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_can_pbuf.c -o CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.o: ../thirdparty/libcsp/src/interfaces/csp_if_can.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_can.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_can.c > CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_can.c -o CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.o: ../thirdparty/libcsp/src/interfaces/csp_if_i2c.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_i2c.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_i2c.c > CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_i2c.c -o CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.o: ../thirdparty/libcsp/src/interfaces/csp_if_kiss.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_kiss.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_kiss.c > CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_kiss.c -o CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.o: ../thirdparty/libcsp/src/interfaces/csp_if_lo.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_lo.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_lo.c > CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces/csp_if_lo.c -o CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.o: ../thirdparty/libcsp/src/rtable/csp_rtable_cidr.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/rtable/csp_rtable_cidr.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/rtable/csp_rtable_cidr.c > CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/rtable/csp_rtable_cidr.c -o CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.o: ../thirdparty/libcsp/src/transport/csp_rdp.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/transport/csp_rdp.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/transport/csp_rdp.c > CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/transport/csp_rdp.c -o CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_udp.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_udp.c.o: ../thirdparty/libcsp/src/transport/csp_udp.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_udp.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/transport/csp_udp.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/transport/csp_udp.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_udp.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/transport/csp_udp.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/transport/csp_udp.c > CMakeFiles/libcsp.dir/src/transport/csp_udp.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_udp.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/transport/csp_udp.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/transport/csp_udp.c -o CMakeFiles/libcsp.dir/src/transport/csp_udp.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.o: ../thirdparty/libcsp/src/arch/posix/csp_malloc.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_malloc.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_malloc.c > CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_malloc.c -o CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.o: ../thirdparty/libcsp/src/arch/posix/csp_queue.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_queue.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_queue.c > CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_queue.c -o CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.o: ../thirdparty/libcsp/src/arch/posix/csp_semaphore.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_semaphore.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_semaphore.c > CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_semaphore.c -o CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.o: ../thirdparty/libcsp/src/arch/posix/csp_system.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_system.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_system.c > CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_system.c -o CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.o: ../thirdparty/libcsp/src/arch/posix/csp_thread.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_thread.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_thread.c > CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_thread.c -o CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.o: ../thirdparty/libcsp/src/arch/posix/csp_time.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_time.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_time.c > CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/csp_time.c -o CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.s
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.o: thirdparty/libcsp/CMakeFiles/libcsp.dir/flags.make
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.o: ../thirdparty/libcsp/src/arch/posix/pthread_queue.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.o"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.o -c /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/pthread_queue.c
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.i"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/pthread_queue.c > CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.i
thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.s"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc --sysroot=/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-linux-gnueabi $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix/pthread_queue.c -o CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.s
# Object files for target libcsp
libcsp_OBJECTS = \
"CMakeFiles/libcsp.dir/src/csp_bridge.c.o" \
"CMakeFiles/libcsp.dir/src/csp_buffer.c.o" \
"CMakeFiles/libcsp.dir/src/csp_conn.c.o" \
"CMakeFiles/libcsp.dir/src/csp_crc32.c.o" \
"CMakeFiles/libcsp.dir/src/csp_debug.c.o" \
"CMakeFiles/libcsp.dir/src/csp_dedup.c.o" \
"CMakeFiles/libcsp.dir/src/csp_endian.c.o" \
"CMakeFiles/libcsp.dir/src/csp_hex_dump.c.o" \
"CMakeFiles/libcsp.dir/src/csp_iflist.c.o" \
"CMakeFiles/libcsp.dir/src/csp_io.c.o" \
"CMakeFiles/libcsp.dir/src/csp_port.c.o" \
"CMakeFiles/libcsp.dir/src/csp_promisc.c.o" \
"CMakeFiles/libcsp.dir/src/csp_qfifo.c.o" \
"CMakeFiles/libcsp.dir/src/csp_route.c.o" \
"CMakeFiles/libcsp.dir/src/csp_service_handler.c.o" \
"CMakeFiles/libcsp.dir/src/csp_services.c.o" \
"CMakeFiles/libcsp.dir/src/csp_sfp.c.o" \
"CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.o" \
"CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.o" \
"CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.o" \
"CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.o" \
"CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.o" \
"CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.o" \
"CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.o" \
"CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.o" \
"CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.o" \
"CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.o" \
"CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.o" \
"CMakeFiles/libcsp.dir/src/transport/csp_udp.c.o" \
"CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.o" \
"CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.o" \
"CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.o" \
"CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.o" \
"CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.o" \
"CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.o" \
"CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.o"
# External object files for target libcsp
libcsp_EXTERNAL_OBJECTS =
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_bridge.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_buffer.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_conn.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_crc32.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_debug.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_dedup.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_endian.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_hex_dump.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_iflist.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_io.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_port.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_promisc.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_qfifo.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_route.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_service_handler.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_services.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/csp_sfp.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/transport/csp_udp.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.o
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/build.make
thirdparty/libcsp/liblibcsp.a: thirdparty/libcsp/CMakeFiles/libcsp.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Linking C static library liblibcsp.a"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && $(CMAKE_COMMAND) -P CMakeFiles/libcsp.dir/cmake_clean_target.cmake
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libcsp.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
thirdparty/libcsp/CMakeFiles/libcsp.dir/build: thirdparty/libcsp/liblibcsp.a
.PHONY : thirdparty/libcsp/CMakeFiles/libcsp.dir/build
thirdparty/libcsp/CMakeFiles/libcsp.dir/clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp && $(CMAKE_COMMAND) -P CMakeFiles/libcsp.dir/cmake_clean.cmake
.PHONY : thirdparty/libcsp/CMakeFiles/libcsp.dir/clean
thirdparty/libcsp/CMakeFiles/libcsp.dir/depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/rmueller/EIVE/eive-obsw /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/CMakeFiles/libcsp.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : thirdparty/libcsp/CMakeFiles/libcsp.dir/depend

View File

@ -0,0 +1,45 @@
file(REMOVE_RECURSE
"CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.o"
"CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.o"
"CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.o"
"CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.o"
"CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.o"
"CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.o"
"CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.o"
"CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.o"
"CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.o"
"CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.o"
"CMakeFiles/libcsp.dir/src/csp_bridge.c.o"
"CMakeFiles/libcsp.dir/src/csp_buffer.c.o"
"CMakeFiles/libcsp.dir/src/csp_conn.c.o"
"CMakeFiles/libcsp.dir/src/csp_crc32.c.o"
"CMakeFiles/libcsp.dir/src/csp_debug.c.o"
"CMakeFiles/libcsp.dir/src/csp_dedup.c.o"
"CMakeFiles/libcsp.dir/src/csp_endian.c.o"
"CMakeFiles/libcsp.dir/src/csp_hex_dump.c.o"
"CMakeFiles/libcsp.dir/src/csp_iflist.c.o"
"CMakeFiles/libcsp.dir/src/csp_io.c.o"
"CMakeFiles/libcsp.dir/src/csp_port.c.o"
"CMakeFiles/libcsp.dir/src/csp_promisc.c.o"
"CMakeFiles/libcsp.dir/src/csp_qfifo.c.o"
"CMakeFiles/libcsp.dir/src/csp_route.c.o"
"CMakeFiles/libcsp.dir/src/csp_service_handler.c.o"
"CMakeFiles/libcsp.dir/src/csp_services.c.o"
"CMakeFiles/libcsp.dir/src/csp_sfp.c.o"
"CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.o"
"CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.o"
"CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.o"
"CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.o"
"CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.o"
"CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.o"
"CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.o"
"CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.o"
"CMakeFiles/libcsp.dir/src/transport/csp_udp.c.o"
"liblibcsp.a"
"liblibcsp.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/libcsp.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"liblibcsp.a"
)

View File

@ -0,0 +1,2 @@
# Empty dependencies file for libcsp.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# compile C with /home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc
C_DEFINES = -DLINUX -DUNIX
C_INCLUDES = -I/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/include -I/home/rmueller/EIVE/eive-obsw/thirdparty/libcsp
C_FLAGS = -mcpu=cortex-a9 -mfpu=neon-vfpv3 -mfloat-abi=hard -lgpiod -lxiphos -g -Wall -Wextra -Wimplicit-fallthrough=1 -Wno-unused-parameter -Wno-psabi -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wnull-dereference -Wundef -Wformat=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wformat-security -Wstrict-overflow=3 -Warray-bounds=2 -Wshift-overflow=2 -Wcast-qual -Wstringop-overflow=4 -ffunction-sections -fdata-sections

View File

@ -0,0 +1,2 @@
/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-ar qc liblibcsp.a CMakeFiles/libcsp.dir/src/csp_bridge.c.o CMakeFiles/libcsp.dir/src/csp_buffer.c.o CMakeFiles/libcsp.dir/src/csp_conn.c.o CMakeFiles/libcsp.dir/src/csp_crc32.c.o CMakeFiles/libcsp.dir/src/csp_debug.c.o CMakeFiles/libcsp.dir/src/csp_dedup.c.o CMakeFiles/libcsp.dir/src/csp_endian.c.o CMakeFiles/libcsp.dir/src/csp_hex_dump.c.o CMakeFiles/libcsp.dir/src/csp_iflist.c.o CMakeFiles/libcsp.dir/src/csp_io.c.o CMakeFiles/libcsp.dir/src/csp_port.c.o CMakeFiles/libcsp.dir/src/csp_promisc.c.o CMakeFiles/libcsp.dir/src/csp_qfifo.c.o CMakeFiles/libcsp.dir/src/csp_route.c.o CMakeFiles/libcsp.dir/src/csp_service_handler.c.o CMakeFiles/libcsp.dir/src/csp_services.c.o CMakeFiles/libcsp.dir/src/csp_sfp.c.o CMakeFiles/libcsp.dir/src/drivers/can/can_socketcan.c.o CMakeFiles/libcsp.dir/src/crypto/csp_hmac.c.o CMakeFiles/libcsp.dir/src/crypto/csp_sha1.c.o CMakeFiles/libcsp.dir/src/crypto/csp_xtea.c.o CMakeFiles/libcsp.dir/src/interfaces/csp_if_can_pbuf.c.o CMakeFiles/libcsp.dir/src/interfaces/csp_if_can.c.o CMakeFiles/libcsp.dir/src/interfaces/csp_if_i2c.c.o CMakeFiles/libcsp.dir/src/interfaces/csp_if_kiss.c.o CMakeFiles/libcsp.dir/src/interfaces/csp_if_lo.c.o CMakeFiles/libcsp.dir/src/rtable/csp_rtable_cidr.c.o CMakeFiles/libcsp.dir/src/transport/csp_rdp.c.o CMakeFiles/libcsp.dir/src/transport/csp_udp.c.o CMakeFiles/libcsp.dir/src/arch/posix/csp_malloc.c.o CMakeFiles/libcsp.dir/src/arch/posix/csp_queue.c.o CMakeFiles/libcsp.dir/src/arch/posix/csp_semaphore.c.o CMakeFiles/libcsp.dir/src/arch/posix/csp_system.c.o CMakeFiles/libcsp.dir/src/arch/posix/csp_thread.c.o CMakeFiles/libcsp.dir/src/arch/posix/csp_time.c.o CMakeFiles/libcsp.dir/src/arch/posix/pthread_queue.c.o
/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-ranlib liblibcsp.a

View File

@ -0,0 +1,38 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 89
CMAKE_PROGRESS_3 =
CMAKE_PROGRESS_4 =
CMAKE_PROGRESS_5 =
CMAKE_PROGRESS_6 = 90
CMAKE_PROGRESS_7 =
CMAKE_PROGRESS_8 =
CMAKE_PROGRESS_9 =
CMAKE_PROGRESS_10 = 91
CMAKE_PROGRESS_11 =
CMAKE_PROGRESS_12 =
CMAKE_PROGRESS_13 =
CMAKE_PROGRESS_14 = 92
CMAKE_PROGRESS_15 =
CMAKE_PROGRESS_16 =
CMAKE_PROGRESS_17 =
CMAKE_PROGRESS_18 = 93
CMAKE_PROGRESS_19 =
CMAKE_PROGRESS_20 =
CMAKE_PROGRESS_21 =
CMAKE_PROGRESS_22 =
CMAKE_PROGRESS_23 = 94
CMAKE_PROGRESS_24 =
CMAKE_PROGRESS_25 =
CMAKE_PROGRESS_26 =
CMAKE_PROGRESS_27 = 95
CMAKE_PROGRESS_28 =
CMAKE_PROGRESS_29 =
CMAKE_PROGRESS_30 =
CMAKE_PROGRESS_31 = 96
CMAKE_PROGRESS_32 =
CMAKE_PROGRESS_33 =
CMAKE_PROGRESS_34 =
CMAKE_PROGRESS_35 = 97
CMAKE_PROGRESS_36 =
CMAKE_PROGRESS_37 =

View File

@ -0,0 +1 @@
9

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,51 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/cmake_install.cmake")
include("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/include/cmake_install.cmake")
endif()

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# 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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/include//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/include/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/include/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/include/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/include/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,44 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/include
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# 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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# 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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/arch//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/arch/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/arch/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/arch/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/arch/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,50 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/arch/posix/cmake_install.cmake")
endif()

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# 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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/arch/posix//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/arch/posix/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/arch/posix/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/arch/posix/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/arch/posix/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,44 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/arch/posix
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()

View File

@ -0,0 +1,55 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/drivers/cmake_install.cmake")
include("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/crypto/cmake_install.cmake")
include("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/interfaces/cmake_install.cmake")
include("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/rtable/cmake_install.cmake")
include("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/transport/cmake_install.cmake")
include("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/arch/cmake_install.cmake")
endif()

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# 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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/crypto//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/crypto/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/crypto/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/crypto/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/crypto/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,44 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/crypto
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# 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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/drivers//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/drivers/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/drivers/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/drivers/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/drivers/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# 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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/drivers/can//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/drivers/can/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/drivers/can/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/drivers/can/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/drivers/can/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,44 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/drivers/can
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()

View File

@ -0,0 +1,50 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/drivers/can/cmake_install.cmake")
endif()

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# 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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/interfaces//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/interfaces/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/interfaces/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/interfaces/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/interfaces/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,44 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/interfaces
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# 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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/rtable//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/rtable/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/rtable/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/rtable/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/rtable/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,44 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/rtable
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# 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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/libcsp/src/transport//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/transport/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/transport/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/transport/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/libcsp/src/transport/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,44 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/libcsp/src/transport
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/rmueller/EIVE/eive-obsw")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s")
# 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})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,203 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rmueller/EIVE/eive-obsw
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/thirdparty/lwgps//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/lwgps/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/lwgps/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/lwgps/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thirdparty/lwgps/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(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 "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_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/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,44 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/thirdparty/lwgps
# 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 "Debug")
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()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/rmueller/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-objdump")
endif()