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 @@
e59f995289f1064cb93c6d18596fbbad2d516fb0

View File

@ -0,0 +1,43 @@
#
# Internal file for GetGitRevisionDescription.cmake
#
# Requires CMake 2.6 or newer (uses the 'function' command)
#
# Original Author:
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>
# http://academic.cleardefinition.com
# Iowa State University HCI Graduate Program/VRAC
#
# Copyright 2009-2012, Iowa State University
# Copyright 2011-2015, Contributors
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# SPDX-License-Identifier: BSL-1.0
set(HEAD_HASH)
file(READ "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
if(HEAD_CONTENTS MATCHES "ref")
# named branch
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
if(EXISTS "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src/.git/${HEAD_REF}")
configure_file("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src/.git/${HEAD_REF}" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build/CMakeFiles/git-data/head-ref" COPYONLY)
else()
configure_file("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src/.git/packed-refs" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build/CMakeFiles/git-data/packed-refs" COPYONLY)
file(READ "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build/CMakeFiles/git-data/packed-refs" PACKED_REFS)
if(${PACKED_REFS} MATCHES "([0-9a-z]*) ${HEAD_REF}")
set(HEAD_HASH "${CMAKE_MATCH_1}")
endif()
endif()
else()
# detached HEAD
configure_file("/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src/.git/HEAD" "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build/CMakeFiles/git-data/head-ref" COPYONLY)
endif()
if(NOT HEAD_HASH)
file(READ "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
string(STRIP "${HEAD_HASH}" HEAD_HASH)
endif()

View File

@ -0,0 +1 @@
e59f995289f1064cb93c6d18596fbbad2d516fb0

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/_deps/etl-build//CMakeFiles/progress.marks
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/etl-build/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 _deps/etl-build/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 _deps/etl-build/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/etl-build/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/cmake-build-debug-q7s/_deps/etl-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()

Submodule cmake-build-debug-q7s/_deps/etl-src added at e59f995289

View File

@ -0,0 +1,114 @@
# This is the CMakeCache file.
# For build in directory: /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//No help, variable specified on the command line.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=etl-populate
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Git command line client
GIT_EXECUTABLE:FILEPATH=/usr/bin/git
//Value Computed by CMake
etl-populate_BINARY_DIR:STATIC=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild
//Value Computed by CMake
etl-populate_SOURCE_DIR:STATIC=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild
########################
# INTERNAL cache entries
########################
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=18
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=4
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.18
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GIT_EXECUTABLE
GIT_EXECUTABLE-ADVANCED:INTERNAL=1

View File

@ -0,0 +1,15 @@
set(CMAKE_HOST_SYSTEM "Linux-5.13.0-40-generic")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "5.13.0-40-generic")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-5.13.0-40-generic")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "5.13.0-40-generic")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)

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/cmake-build-debug-q7s/_deps/etl-subbuild")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild")
# 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 @@
The system is: Linux - 5.13.0-40-generic - x86_64

View File

@ -0,0 +1,11 @@
# Hashes of file build rules.
9a51b5d677d53e4928df1f27d983a19d CMakeFiles/etl-populate
935fc89c0695eb2ea4f195defae2722f CMakeFiles/etl-populate-complete
9a03950ad3e5dd9446b72fc6363bd548 etl-populate-prefix/src/etl-populate-stamp/etl-populate-build
5aa99b172cba5a01282f87cacbfd96a3 etl-populate-prefix/src/etl-populate-stamp/etl-populate-configure
fffb2be01b1cbf12b771ef3f971789b8 etl-populate-prefix/src/etl-populate-stamp/etl-populate-download
76c23d79b357d84cb0405ddf8bbdda81 etl-populate-prefix/src/etl-populate-stamp/etl-populate-install
7d002b97e9837a36e607743e81ee08ad etl-populate-prefix/src/etl-populate-stamp/etl-populate-mkdir
92cc70ba32ab8a0c51eca018d73b0a31 etl-populate-prefix/src/etl-populate-stamp/etl-populate-patch
f931443cc29f929ffea613acd605f204 etl-populate-prefix/src/etl-populate-stamp/etl-populate-test
e22ced9c94ab888aef113728b1f5ae73 etl-populate-prefix/src/etl-populate-stamp/etl-populate-update

View File

@ -0,0 +1,47 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"CMakeFiles/3.18.4/CMakeSystem.cmake"
"CMakeLists.txt"
"etl-populate-prefix/tmp/etl-populate-cfgcmd.txt.in"
"/usr/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake-3.18/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.18/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake-3.18/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake-3.18/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.18/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.18/Modules/ExternalProject-gitupdate.cmake.in"
"/usr/share/cmake-3.18/Modules/ExternalProject.cmake"
"/usr/share/cmake-3.18/Modules/FindGit.cmake"
"/usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake"
"/usr/share/cmake-3.18/Modules/FindPackageMessage.cmake"
"/usr/share/cmake-3.18/Modules/Platform/Linux.cmake"
"/usr/share/cmake-3.18/Modules/Platform/UnixPaths.cmake"
"/usr/share/cmake-3.18/Modules/RepositoryInfo.txt.in"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/3.18.4/CMakeSystem.cmake"
"etl-populate-prefix/src/etl-populate-stamp/etl-populate-gitinfo.txt"
"etl-populate-prefix/tmp/etl-populate-gitupdate.cmake"
"etl-populate-prefix/tmp/etl-populate-cfgcmd.txt"
"CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/etl-populate.dir/DependInfo.cmake"
)

View File

@ -0,0 +1,125 @@
# 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
#=============================================================================
# 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/cmake-build-debug-q7s/_deps/etl-subbuild
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/etl-populate.dir/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall:
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/etl-populate.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/etl-populate.dir
# All Build rule for target.
CMakeFiles/etl-populate.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/etl-populate.dir/build.make CMakeFiles/etl-populate.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/etl-populate.dir/build.make CMakeFiles/etl-populate.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Built target etl-populate"
.PHONY : CMakeFiles/etl-populate.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/etl-populate.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles 9
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/etl-populate.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles 0
.PHONY : CMakeFiles/etl-populate.dir/rule
# Convenience name for target.
etl-populate: CMakeFiles/etl-populate.dir/rule
.PHONY : etl-populate
# clean rule for target.
CMakeFiles/etl-populate.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/etl-populate.dir/build.make CMakeFiles/etl-populate.dir/clean
.PHONY : CMakeFiles/etl-populate.dir/clean
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,3 @@
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles/rebuild_cache.dir
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles/edit_cache.dir
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles/etl-populate.dir

View File

@ -0,0 +1 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

View File

@ -0,0 +1,11 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# 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,46 @@
{
"sources" :
[
{
"file" : "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles/etl-populate"
},
{
"file" : "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles/etl-populate.rule"
},
{
"file" : "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles/etl-populate-complete.rule"
},
{
"file" : "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-install.rule"
},
{
"file" : "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-mkdir.rule"
},
{
"file" : "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-download.rule"
},
{
"file" : "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-update.rule"
},
{
"file" : "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-patch.rule"
},
{
"file" : "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-configure.rule"
},
{
"file" : "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-build.rule"
},
{
"file" : "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-test.rule"
}
],
"target" :
{
"labels" :
[
"etl-populate"
],
"name" : "etl-populate"
}
}

View File

@ -0,0 +1,14 @@
# Target labels
etl-populate
# Source files and their labels
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles/etl-populate
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles/etl-populate.rule
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles/etl-populate-complete.rule
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-install.rule
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-mkdir.rule
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-download.rule
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-update.rule
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-patch.rule
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-configure.rule
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-build.rule
/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-test.rule

View File

@ -0,0 +1,165 @@
# 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/cmake-build-debug-q7s/_deps/etl-subbuild
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild
# Utility rule file for etl-populate.
# Include the progress variables for this target.
include CMakeFiles/etl-populate.dir/progress.make
CMakeFiles/etl-populate: CMakeFiles/etl-populate-complete
CMakeFiles/etl-populate-complete: etl-populate-prefix/src/etl-populate-stamp/etl-populate-install
CMakeFiles/etl-populate-complete: etl-populate-prefix/src/etl-populate-stamp/etl-populate-mkdir
CMakeFiles/etl-populate-complete: etl-populate-prefix/src/etl-populate-stamp/etl-populate-download
CMakeFiles/etl-populate-complete: etl-populate-prefix/src/etl-populate-stamp/etl-populate-update
CMakeFiles/etl-populate-complete: etl-populate-prefix/src/etl-populate-stamp/etl-populate-patch
CMakeFiles/etl-populate-complete: etl-populate-prefix/src/etl-populate-stamp/etl-populate-configure
CMakeFiles/etl-populate-complete: etl-populate-prefix/src/etl-populate-stamp/etl-populate-build
CMakeFiles/etl-populate-complete: etl-populate-prefix/src/etl-populate-stamp/etl-populate-install
CMakeFiles/etl-populate-complete: etl-populate-prefix/src/etl-populate-stamp/etl-populate-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'etl-populate'"
/usr/bin/cmake -E make_directory /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles
/usr/bin/cmake -E touch /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles/etl-populate-complete
/usr/bin/cmake -E touch /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-done
etl-populate-prefix/src/etl-populate-stamp/etl-populate-install: etl-populate-prefix/src/etl-populate-stamp/etl-populate-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "No install step for 'etl-populate'"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build && /usr/bin/cmake -E echo_append
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build && /usr/bin/cmake -E touch /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-install
etl-populate-prefix/src/etl-populate-stamp/etl-populate-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Creating directories for 'etl-populate'"
/usr/bin/cmake -E make_directory /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src
/usr/bin/cmake -E make_directory /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build
/usr/bin/cmake -E make_directory /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix
/usr/bin/cmake -E make_directory /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/tmp
/usr/bin/cmake -E make_directory /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp
/usr/bin/cmake -E make_directory /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src
/usr/bin/cmake -E make_directory /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp
/usr/bin/cmake -E touch /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-mkdir
etl-populate-prefix/src/etl-populate-stamp/etl-populate-download: etl-populate-prefix/src/etl-populate-stamp/etl-populate-gitinfo.txt
etl-populate-prefix/src/etl-populate-stamp/etl-populate-download: etl-populate-prefix/src/etl-populate-stamp/etl-populate-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Performing download step (git clone) for 'etl-populate'"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps && /usr/bin/cmake -P /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/tmp/etl-populate-gitclone.cmake
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps && /usr/bin/cmake -E touch /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-download
etl-populate-prefix/src/etl-populate-stamp/etl-populate-update: etl-populate-prefix/src/etl-populate-stamp/etl-populate-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Performing update step for 'etl-populate'"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src && /usr/bin/cmake -P /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/tmp/etl-populate-gitupdate.cmake
etl-populate-prefix/src/etl-populate-stamp/etl-populate-patch: etl-populate-prefix/src/etl-populate-stamp/etl-populate-update
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "No patch step for 'etl-populate'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-patch
etl-populate-prefix/src/etl-populate-stamp/etl-populate-configure: etl-populate-prefix/tmp/etl-populate-cfgcmd.txt
etl-populate-prefix/src/etl-populate-stamp/etl-populate-configure: etl-populate-prefix/src/etl-populate-stamp/etl-populate-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No configure step for 'etl-populate'"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build && /usr/bin/cmake -E echo_append
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build && /usr/bin/cmake -E touch /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-configure
etl-populate-prefix/src/etl-populate-stamp/etl-populate-build: etl-populate-prefix/src/etl-populate-stamp/etl-populate-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No build step for 'etl-populate'"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build && /usr/bin/cmake -E echo_append
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build && /usr/bin/cmake -E touch /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-build
etl-populate-prefix/src/etl-populate-stamp/etl-populate-test: etl-populate-prefix/src/etl-populate-stamp/etl-populate-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No test step for 'etl-populate'"
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build && /usr/bin/cmake -E echo_append
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build && /usr/bin/cmake -E touch /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-test
etl-populate: CMakeFiles/etl-populate
etl-populate: CMakeFiles/etl-populate-complete
etl-populate: etl-populate-prefix/src/etl-populate-stamp/etl-populate-install
etl-populate: etl-populate-prefix/src/etl-populate-stamp/etl-populate-mkdir
etl-populate: etl-populate-prefix/src/etl-populate-stamp/etl-populate-download
etl-populate: etl-populate-prefix/src/etl-populate-stamp/etl-populate-update
etl-populate: etl-populate-prefix/src/etl-populate-stamp/etl-populate-patch
etl-populate: etl-populate-prefix/src/etl-populate-stamp/etl-populate-configure
etl-populate: etl-populate-prefix/src/etl-populate-stamp/etl-populate-build
etl-populate: etl-populate-prefix/src/etl-populate-stamp/etl-populate-test
etl-populate: CMakeFiles/etl-populate.dir/build.make
.PHONY : etl-populate
# Rule to build all files generated by this target.
CMakeFiles/etl-populate.dir/build: etl-populate
.PHONY : CMakeFiles/etl-populate.dir/build
CMakeFiles/etl-populate.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/etl-populate.dir/cmake_clean.cmake
.PHONY : CMakeFiles/etl-populate.dir/clean
CMakeFiles/etl-populate.dir/depend:
cd /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles/etl-populate.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/etl-populate.dir/depend

View File

@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/etl-populate"
"CMakeFiles/etl-populate-complete"
"etl-populate-prefix/src/etl-populate-stamp/etl-populate-build"
"etl-populate-prefix/src/etl-populate-stamp/etl-populate-configure"
"etl-populate-prefix/src/etl-populate-stamp/etl-populate-download"
"etl-populate-prefix/src/etl-populate-stamp/etl-populate-install"
"etl-populate-prefix/src/etl-populate-stamp/etl-populate-mkdir"
"etl-populate-prefix/src/etl-populate-stamp/etl-populate-patch"
"etl-populate-prefix/src/etl-populate-stamp/etl-populate-test"
"etl-populate-prefix/src/etl-populate-stamp/etl-populate-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/etl-populate.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18

View File

@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18

View File

@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 = 3
CMAKE_PROGRESS_4 = 4
CMAKE_PROGRESS_5 = 5
CMAKE_PROGRESS_6 = 6
CMAKE_PROGRESS_7 = 7
CMAKE_PROGRESS_8 = 8
CMAKE_PROGRESS_9 = 9

View File

@ -0,0 +1,25 @@
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
cmake_minimum_required(VERSION 3.18.4)
# We name the project and the target for the ExternalProject_Add() call
# to something that will highlight to the user what we are working on if
# something goes wrong and an error message is produced.
project(etl-populate NONE)
include(ExternalProject)
ExternalProject_Add(etl-populate
"UPDATE_DISCONNECTED" "False" "GIT_REPOSITORY" "https://github.com/ETLCPP/etl" "GIT_TAG" "20.27.3"
SOURCE_DIR "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
BINARY_DIR "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-build"
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
TEST_COMMAND ""
USES_TERMINAL_DOWNLOAD YES
USES_TERMINAL_UPDATE YES
)

View File

@ -0,0 +1,167 @@
# 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/cmake-build-debug-q7s/_deps/etl-subbuild
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --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
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named etl-populate
# Build rule for target.
etl-populate: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 etl-populate
.PHONY : etl-populate
# fast build rule for target.
etl-populate/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/etl-populate.dir/build.make CMakeFiles/etl-populate.dir/build
.PHONY : etl-populate/fast
# 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 "... rebuild_cache"
@echo "... etl-populate"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,49 @@
# Install script for directory: /home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")

View File

@ -0,0 +1,3 @@
repository='https://github.com/ETLCPP/etl'
module=''
tag='origin'

View File

@ -0,0 +1,3 @@
repository='https://github.com/ETLCPP/etl'
module=''
tag='origin'

View File

@ -0,0 +1,66 @@
if(NOT "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-gitinfo.txt" IS_NEWER_THAN "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-gitclone-lastrun.txt")
message(STATUS "Avoiding repeated git clone, stamp file is up to date: '/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-gitclone-lastrun.txt'")
return()
endif()
execute_process(
COMMAND ${CMAKE_COMMAND} -E rm -rf "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to remove directory: '/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src'")
endif()
# try the clone 3 times in case there is an odd git clone issue
set(error_code 1)
set(number_of_tries 0)
while(error_code AND number_of_tries LESS 3)
execute_process(
COMMAND "/usr/bin/git" clone --no-checkout "https://github.com/ETLCPP/etl" "etl-src"
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps"
RESULT_VARIABLE error_code
)
math(EXPR number_of_tries "${number_of_tries} + 1")
endwhile()
if(number_of_tries GREATER 1)
message(STATUS "Had to git clone more than once:
${number_of_tries} times.")
endif()
if(error_code)
message(FATAL_ERROR "Failed to clone repository: 'https://github.com/ETLCPP/etl'")
endif()
execute_process(
COMMAND "/usr/bin/git" checkout 20.27.3 --
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to checkout tag: '20.27.3'")
endif()
set(init_submodules TRUE)
if(init_submodules)
execute_process(
COMMAND "/usr/bin/git" submodule update --recursive --init
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
endif()
if(error_code)
message(FATAL_ERROR "Failed to update submodules in: '/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src'")
endif()
# Complete success, update the script-last-run stamp file:
#
execute_process(
COMMAND ${CMAKE_COMMAND} -E copy
"/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-gitinfo.txt"
"/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-gitclone-lastrun.txt"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to copy script-last-run stamp file: '/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-subbuild/etl-populate-prefix/src/etl-populate-stamp/etl-populate-gitclone-lastrun.txt'")
endif()

View File

@ -0,0 +1,216 @@
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
cmake_minimum_required(VERSION 3.5)
execute_process(
COMMAND "/usr/bin/git" rev-list --max-count=1 HEAD
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
OUTPUT_VARIABLE head_sha
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if(error_code)
message(FATAL_ERROR "Failed to get the hash for HEAD")
endif()
execute_process(
COMMAND "/usr/bin/git" show-ref "20.27.3"
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
OUTPUT_VARIABLE show_ref_output
)
# If a remote ref is asked for, which can possibly move around,
# we must always do a fetch and checkout.
if("${show_ref_output}" MATCHES "remotes")
set(is_remote_ref 1)
else()
set(is_remote_ref 0)
endif()
# Tag is in the form <remote>/<tag> (i.e. origin/master) we must strip
# the remote from the tag.
if("${show_ref_output}" MATCHES "refs/remotes/20.27.3")
string(REGEX MATCH "^([^/]+)/(.+)$" _unused "20.27.3")
set(git_remote "${CMAKE_MATCH_1}")
set(git_tag "${CMAKE_MATCH_2}")
else()
set(git_remote "origin")
set(git_tag "20.27.3")
endif()
# This will fail if the tag does not exist (it probably has not been fetched
# yet).
execute_process(
COMMAND "/usr/bin/git" rev-list --max-count=1 "${git_tag}"
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
OUTPUT_VARIABLE tag_sha
OUTPUT_STRIP_TRAILING_WHITESPACE
)
# Is the hash checkout out that we want?
if(error_code OR is_remote_ref OR NOT ("${tag_sha}" STREQUAL "${head_sha}"))
execute_process(
COMMAND "/usr/bin/git" fetch
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to fetch repository 'https://github.com/ETLCPP/etl'")
endif()
if(is_remote_ref)
# Check if stash is needed
execute_process(
COMMAND "/usr/bin/git" status --porcelain
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
OUTPUT_VARIABLE repo_status
)
if(error_code)
message(FATAL_ERROR "Failed to get the status")
endif()
string(LENGTH "${repo_status}" need_stash)
# If not in clean state, stash changes in order to be able to perform a
# rebase or checkout without losing those changes permanently
if(need_stash)
execute_process(
COMMAND "/usr/bin/git" stash save --all;--quiet
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to stash changes")
endif()
endif()
if("REBASE" STREQUAL "CHECKOUT")
execute_process(
COMMAND "/usr/bin/git" checkout "${git_remote}/${git_tag}"
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to checkout tag: '${git_remote}/${git_tag}'")
endif()
else()
# Pull changes from the remote branch
execute_process(
COMMAND "/usr/bin/git" rebase "${git_remote}/${git_tag}"
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
OUTPUT_VARIABLE rebase_output
ERROR_VARIABLE rebase_output
)
if(error_code)
# Rebase failed, undo the rebase attempt before continuing
execute_process(
COMMAND "/usr/bin/git" rebase --abort
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
)
if(NOT "REBASE" STREQUAL "REBASE_CHECKOUT")
# Not allowed to do a checkout as a fallback, so cannot proceed
if(need_stash)
execute_process(
COMMAND "/usr/bin/git" stash pop --index --quiet
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
)
endif()
message(FATAL_ERROR "\nFailed to rebase in: '/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src'."
"\nOutput from the attempted rebase follows:"
"\n${rebase_output}"
"\n\nYou will have to resolve the conflicts manually")
endif()
# Fall back to checkout. We create an annotated tag so that the user
# can manually inspect the situation and revert if required.
# We can't log the failed rebase output because MSVC sees it and
# intervenes, causing the build to fail even though it completes.
# Write it to a file instead.
string(TIMESTAMP tag_timestamp "%Y%m%dT%H%M%S" UTC)
set(tag_name _cmake_ExternalProject_moved_from_here_${tag_timestamp}Z)
set(error_log_file ${CMAKE_CURRENT_LIST_DIR}/rebase_error_${tag_timestamp}Z.log)
file(WRITE ${error_log_file} "${rebase_output}")
message(WARNING "Rebase failed, output has been saved to ${error_log_file}"
"\nFalling back to checkout, previous commit tagged as ${tag_name}")
execute_process(
COMMAND "/usr/bin/git" tag -a
-m "ExternalProject attempting to move from here to ${git_remote}/${git_tag}"
${tag_name}
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to add marker tag")
endif()
execute_process(
COMMAND "/usr/bin/git" checkout "${git_remote}/${git_tag}"
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to checkout : '${git_remote}/${git_tag}'")
endif()
endif()
endif()
if(need_stash)
execute_process(
COMMAND "/usr/bin/git" stash pop --index --quiet
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
if(error_code)
# Stash pop --index failed: Try again dropping the index
execute_process(
COMMAND "/usr/bin/git" reset --hard --quiet
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
execute_process(
COMMAND "/usr/bin/git" stash pop --quiet
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
if(error_code)
# Stash pop failed: Restore previous state.
execute_process(
COMMAND "/usr/bin/git" reset --hard --quiet ${head_sha}
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
)
execute_process(
COMMAND "/usr/bin/git" stash pop --index --quiet
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
)
message(FATAL_ERROR "\nFailed to unstash changes in: '/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src'."
"\nYou will have to resolve the conflicts manually")
endif()
endif()
endif()
else()
execute_process(
COMMAND "/usr/bin/git" checkout "${git_tag}"
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
if(error_code)
message(FATAL_ERROR "Failed to checkout tag: '${git_tag}'")
endif()
endif()
set(init_submodules "TRUE")
if(init_submodules)
execute_process(
COMMAND "/usr/bin/git" submodule update --recursive --init
WORKING_DIRECTORY "/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src"
RESULT_VARIABLE error_code
)
endif()
if(error_code)
message(FATAL_ERROR "Failed to update submodules in: '/home/rmueller/EIVE/eive-obsw/cmake-build-debug-q7s/_deps/etl-src'")
endif()
endif()