Commit 6a3089ac authored by anastast's avatar anastast

int variables of imageDetection example changed to float + master

parent 601769d9
......@@ -7,5 +7,5 @@ package ujf.verimag.bip.userinterface.cli;
* use "svn annotate" and BLAME the one who has commited it !
*/
public class Version {
public static final String VERSION = "2022.03.104619-DEV";
public static final String VERSION = "2022.04.220728-DEV";
}
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
......@@ -31,7 +31,7 @@ include_directories(${BIP2_ENGINE_GENERIC_DIR})
include_directories(${BIP2_ENGINE_SPECIFIC_DIR})
# user include dir
include_directories(/opt/bip_fmu/examples/SpeedControlModule/modelClassification/ext-cpp)
include_directories(/home/siemens/bip/examples/SpeedControlModule/modelClassification/ext-cpp)
# For package learn
include_directories(${GEN_ROOT}/learn/include)
......
set(CMAKE_C_COMPILER "/usr/local/bin/gcc")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "GNU")
set(CMAKE_C_COMPILER_VERSION "5.3.0")
set(CMAKE_C_PLATFORM_ID "Linux")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_COMPILER_IS_GNUCC 1)
set(CMAKE_C_COMPILER_LOADED 1)
set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_C_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_C_COMPILER_ENV_VAR "CC")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_C_COMPILER_ID_RUN 1)
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
set(CMAKE_C_SIZEOF_DATA_PTR "8")
set(CMAKE_C_COMPILER_ABI "ELF")
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
if(CMAKE_C_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_C_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
endif()
if(CMAKE_C_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.3.0;/usr/local/lib64;/lib64;/usr/lib64;/usr/local/lib")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
set(CMAKE_CXX_COMPILER "/usr/local/bin/g++")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "GNU")
set(CMAKE_CXX_COMPILER_VERSION "5.3.0")
set(CMAKE_CXX_PLATFORM_ID "Linux")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_COMPILER_IS_GNUCXX 1)
set(CMAKE_CXX_COMPILER_LOADED 1)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
set(CMAKE_CXX_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_CXX_COMPILER_ID_RUN 1)
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
set(CMAKE_CXX_LINKER_PREFERENCE 30)
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
set(CMAKE_CXX_COMPILER_ABI "ELF")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
if(CMAKE_CXX_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_CXX_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
endif()
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.3.0;/usr/local/lib64;/lib64;/usr/lib64;/usr/local/lib")
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
set(CMAKE_HOST_SYSTEM "Linux-3.10.0-1160.53.1.el7.x86_64")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "3.10.0-1160.53.1.el7.x86_64")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-3.10.0-1160.53.1.el7.x86_64")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "3.10.0-1160.53.1.el7.x86_64")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)
set(CMAKE_HOST_SYSTEM "Linux-5.13.0-35-generic")
set(CMAKE_HOST_SYSTEM "Linux-5.13.0-39-generic")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "5.13.0-35-generic")
set(CMAKE_HOST_SYSTEM_VERSION "5.13.0-39-generic")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-5.13.0-35-generic")
set(CMAKE_SYSTEM "Linux-5.13.0-39-generic")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "5.13.0-35-generic")
set(CMAKE_SYSTEM_VERSION "5.13.0-39-generic")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
......
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output")
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/siemens/bip/examples/SpeedControlModule/modelClassification/output")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build")
# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)
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})
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})
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# The generator used is:
SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
SET(CMAKE_MAKEFILE_DEPENDS
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"../CMakeLists.txt"
"CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
"CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
"CMakeFiles/2.8.12.2/CMakeSystem.cmake"
"CMakeFiles/3.16.3/CMakeCCompiler.cmake"
"CMakeFiles/3.16.3/CMakeCXXCompiler.cmake"
"CMakeFiles/3.16.3/CMakeSystem.cmake"
"../learn/CMakeLists.txt"
"/usr/share/cmake/Modules/CMakeCCompiler.cmake.in"
"/usr/share/cmake/Modules/CMakeCCompilerABI.c"
"/usr/share/cmake/Modules/CMakeCInformation.cmake"
"/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in"
"/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp"
"/usr/share/cmake/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake/Modules/CMakeClDeps.cmake"
"/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake"
"/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake"
"/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake"
"/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake"
"/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake"
"/usr/share/cmake/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake/Modules/CMakeFindBinUtils.cmake"
"/usr/share/cmake/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake"
"/usr/share/cmake/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake/Modules/CMakeTestCCompiler.cmake"
"/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake"
"/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
"/usr/share/cmake/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake/Modules/Compiler/GNU.cmake"
"/usr/share/cmake/Modules/Platform/Linux-CXX.cmake"
"/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake/Modules/Platform/Linux-GNU.cmake"
"/usr/share/cmake/Modules/Platform/Linux.cmake"
"/usr/share/cmake/Modules/Platform/UnixPaths.cmake"
"/usr/share/cmake-3.16/Modules/CMakeCCompiler.cmake.in"
"/usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c"
"/usr/share/cmake-3.16/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-3.16/Modules/CMakeCXXCompiler.cmake.in"
"/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp"
"/usr/share/cmake-3.16/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.16/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
"/usr/share/cmake-3.16/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.16/Modules/CMakeCompilerIdDetection.cmake"
"/usr/share/cmake-3.16/Modules/CMakeDetermineCCompiler.cmake"
"/usr/share/cmake-3.16/Modules/CMakeDetermineCXXCompiler.cmake"
"/usr/share/cmake-3.16/Modules/CMakeDetermineCompileFeatures.cmake"
"/usr/share/cmake-3.16/Modules/CMakeDetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/CMakeDetermineCompilerABI.cmake"
"/usr/share/cmake-3.16/Modules/CMakeDetermineCompilerId.cmake"
"/usr/share/cmake-3.16/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake-3.16/Modules/CMakeFindBinUtils.cmake"
"/usr/share/cmake-3.16/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.16/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake-3.16/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.16/Modules/CMakeParseImplicitIncludeInfo.cmake"
"/usr/share/cmake-3.16/Modules/CMakeParseImplicitLinkInfo.cmake"
"/usr/share/cmake-3.16/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake-3.16/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.16/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.16/Modules/CMakeTestCCompiler.cmake"
"/usr/share/cmake-3.16/Modules/CMakeTestCXXCompiler.cmake"
"/usr/share/cmake-3.16/Modules/CMakeTestCompilerCommon.cmake"
"/usr/share/cmake-3.16/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/ADSP-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Borland-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Clang-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Cray-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/GHS-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/GNU-FindBinUtils.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/GNU.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/HP-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/IAR-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Intel-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/MSVC-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/PGI-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/PathScale-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/SCO-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/TI-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/Watcom-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/XL-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.16/Modules/Internal/CMakeCheckCompilerFlag.cmake"
"/usr/share/cmake-3.16/Modules/Internal/FeatureTesting.cmake"
"/usr/share/cmake-3.16/Modules/Platform/Linux-Determine-CXX.cmake"
"/usr/share/cmake-3.16/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake-3.16/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake-3.16/Modules/Platform/Linux-GNU.cmake"
"/usr/share/cmake-3.16/Modules/Platform/Linux.cmake"
"/usr/share/cmake-3.16/Modules/Platform/UnixPaths.cmake"
)
# The corresponding makefile is:
SET(CMAKE_MAKEFILE_OUTPUTS
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
SET(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/2.8.12.2/CMakeSystem.cmake"
"CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
"CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
"CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
"CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/3.16.3/CMakeSystem.cmake"
"CMakeFiles/3.16.3/CMakeCCompiler.cmake"
"CMakeFiles/3.16.3/CMakeCXXCompiler.cmake"
"CMakeFiles/3.16.3/CMakeCCompiler.cmake"
"CMakeFiles/3.16.3/CMakeCXXCompiler.cmake"
"CMakeFiles/CMakeDirectoryInformation.cmake"
"learn/CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
SET(CMAKE_DEPEND_INFO_FILES
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/system.dir/DependInfo.cmake"
"learn/CMakeFiles/pack__learn.dir/DependInfo.cmake"
)
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# The main recursive all target
all:
.PHONY : all
# The main recursive preinstall target
preinstall:
.PHONY : preinstall
.PHONY : default_target
#=============================================================================
# Special targets provided by cmake.
......@@ -19,16 +12,20 @@ preinstall:
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
......@@ -46,14 +43,49 @@ RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output
CMAKE_SOURCE_DIR = /home/siemens/bip/examples/SpeedControlModule/modelClassification/output
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build
CMAKE_BINARY_DIR = /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/system.dir/all
all: learn/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall: learn/preinstall
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/system.dir/clean
clean: learn/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory learn
# Recursive "all" directory target.
learn/all: learn/CMakeFiles/pack__learn.dir/all
.PHONY : learn/all
# Recursive "preinstall" directory target.
learn/preinstall:
.PHONY : learn/preinstall
# Recursive "clean" directory target.
learn/clean: learn/CMakeFiles/pack__learn.dir/clean
.PHONY : learn/clean
#=============================================================================
# Target rules for target CMakeFiles/system.dir
......@@ -62,23 +94,19 @@ CMAKE_BINARY_DIR = /opt/bip_fmu/examples/SpeedControlModule/modelClassification/
CMakeFiles/system.dir/all: learn/CMakeFiles/pack__learn.dir/all
$(MAKE) -f CMakeFiles/system.dir/build.make CMakeFiles/system.dir/depend
$(MAKE) -f CMakeFiles/system.dir/build.make CMakeFiles/system.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 35
@echo "Built target system"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles --progress-num=36,37 "Built target system"
.PHONY : CMakeFiles/system.dir/all
# Include target in all.
all: CMakeFiles/system.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
CMakeFiles/system.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 35
$(CMAKE_COMMAND) -E cmake_progress_start /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 37
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/system.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 0
.PHONY : CMakeFiles/system.dir/rule
# Convenience name for target.
system: CMakeFiles/system.dir/rule
.PHONY : system
# clean rule for target.
......@@ -86,25 +114,6 @@ CMakeFiles/system.dir/clean:
$(MAKE) -f CMakeFiles/system.dir/build.make CMakeFiles/system.dir/clean
.PHONY : CMakeFiles/system.dir/clean
# clean rule for target.
clean: CMakeFiles/system.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory learn
# Convenience name for "all" pass in the directory.
learn/all: learn/CMakeFiles/pack__learn.dir/all
.PHONY : learn/all
# Convenience name for "clean" pass in the directory.
learn/clean: learn/CMakeFiles/pack__learn.dir/clean
.PHONY : learn/clean
# Convenience name for "preinstall" pass in the directory.
learn/preinstall:
.PHONY : learn/preinstall
#=============================================================================
# Target rules for target learn/CMakeFiles/pack__learn.dir
......@@ -112,23 +121,19 @@ learn/preinstall:
learn/CMakeFiles/pack__learn.dir/all:
$(MAKE) -f learn/CMakeFiles/pack__learn.dir/build.make learn/CMakeFiles/pack__learn.dir/depend
$(MAKE) -f learn/CMakeFiles/pack__learn.dir/build.make learn/CMakeFiles/pack__learn.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
@echo "Built target pack__learn"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35 "Built target pack__learn"
.PHONY : learn/CMakeFiles/pack__learn.dir/all
# Include target in all.
all: learn/CMakeFiles/pack__learn.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
learn/CMakeFiles/pack__learn.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 34
$(CMAKE_COMMAND) -E cmake_progress_start /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 35
$(MAKE) -f CMakeFiles/Makefile2 learn/CMakeFiles/pack__learn.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 0
.PHONY : learn/CMakeFiles/pack__learn.dir/rule
# Convenience name for target.
pack__learn: learn/CMakeFiles/pack__learn.dir/rule
.PHONY : pack__learn
# clean rule for target.
......@@ -136,10 +141,6 @@ learn/CMakeFiles/pack__learn.dir/clean:
$(MAKE) -f learn/CMakeFiles/pack__learn.dir/build.make learn/CMakeFiles/pack__learn.dir/clean
.PHONY : learn/CMakeFiles/pack__learn.dir/clean
# clean rule for target.
clean: learn/CMakeFiles/pack__learn.dir/clean
.PHONY : clean
#=============================================================================
# Special targets to cleanup operation of make.
......@@ -147,6 +148,6 @@ clean: learn/CMakeFiles/pack__learn.dir/clean
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/learn/CMakeFiles/pack__learn.dir
/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles/system.dir
/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles/rebuild_cache.dir
/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles/edit_cache.dir
/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles/system.dir
/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/learn/CMakeFiles/rebuild_cache.dir
/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/learn/CMakeFiles/edit_cache.dir
/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/learn/CMakeFiles/pack__learn.dir
# The set of languages for which implicit dependencies are needed:
SET(CMAKE_DEPENDS_LANGUAGES
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
SET(CMAKE_DEPENDS_CHECK_CXX
"/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/Deploy/Deploy.cpp" "/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles/system.dir/Deploy/Deploy.cpp.o"
)
SET(CMAKE_CXX_COMPILER_ID "GNU")
# Targets to which this target links.
SET(CMAKE_TARGET_LINKED_INFO_FILES
"/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/learn/CMakeFiles/pack__learn.dir/DependInfo.cmake"
set(CMAKE_DEPENDS_CHECK_CXX
"/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/Deploy/Deploy.cpp" "/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles/system.dir/Deploy/Deploy.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "GNU")
# The include file search paths:
SET(CMAKE_C_TARGET_INCLUDE_PATH
"/opt/bip_fmu/distribution/build/bip-full/BIP-reference-engine-2022.03.104619-DEV_Linux-x86_64/include/generic"
"/opt/bip_fmu/distribution/build/bip-full/BIP-reference-engine-2022.03.104619-DEV_Linux-x86_64/include/specific"
"/opt/bip_fmu/examples/SpeedControlModule/modelClassification/ext-cpp"
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"/home/siemens/bip/distribution/build/bip-full/BIP-reference-engine-2022.04.220728-DEV_Linux-x86_64/include/generic"
"/home/siemens/bip/distribution/build/bip-full/BIP-reference-engine-2022.04.220728-DEV_Linux-x86_64/include/specific"
"/home/siemens/bip/examples/SpeedControlModule/modelClassification/ext-cpp"
"../learn/include"
)
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/learn/CMakeFiles/pack__learn.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
......@@ -7,16 +11,20 @@
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
......@@ -34,14 +42,11 @@ RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output
CMAKE_SOURCE_DIR = /home/siemens/bip/examples/SpeedControlModule/modelClassification/output
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build
CMAKE_BINARY_DIR = /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build
# Include any dependencies generated for this target.
include CMakeFiles/system.dir/depend.make
......@@ -54,26 +59,16 @@ include CMakeFiles/system.dir/flags.make
CMakeFiles/system.dir/Deploy/Deploy.cpp.o: CMakeFiles/system.dir/flags.make
CMakeFiles/system.dir/Deploy/Deploy.cpp.o: ../Deploy/Deploy.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles $(CMAKE_PROGRESS_1)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/system.dir/Deploy/Deploy.cpp.o"
/usr/local/bin/g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/system.dir/Deploy/Deploy.cpp.o -c /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/Deploy/Deploy.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/system.dir/Deploy/Deploy.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/system.dir/Deploy/Deploy.cpp.o -c /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/Deploy/Deploy.cpp
CMakeFiles/system.dir/Deploy/Deploy.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/system.dir/Deploy/Deploy.cpp.i"
/usr/local/bin/g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/Deploy/Deploy.cpp > CMakeFiles/system.dir/Deploy/Deploy.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/Deploy/Deploy.cpp > CMakeFiles/system.dir/Deploy/Deploy.cpp.i
CMakeFiles/system.dir/Deploy/Deploy.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/system.dir/Deploy/Deploy.cpp.s"
/usr/local/bin/g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/Deploy/Deploy.cpp -o CMakeFiles/system.dir/Deploy/Deploy.cpp.s
CMakeFiles/system.dir/Deploy/Deploy.cpp.o.requires:
.PHONY : CMakeFiles/system.dir/Deploy/Deploy.cpp.o.requires
CMakeFiles/system.dir/Deploy/Deploy.cpp.o.provides: CMakeFiles/system.dir/Deploy/Deploy.cpp.o.requires
$(MAKE) -f CMakeFiles/system.dir/build.make CMakeFiles/system.dir/Deploy/Deploy.cpp.o.provides.build
.PHONY : CMakeFiles/system.dir/Deploy/Deploy.cpp.o.provides
CMakeFiles/system.dir/Deploy/Deploy.cpp.o.provides.build: CMakeFiles/system.dir/Deploy/Deploy.cpp.o
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/Deploy/Deploy.cpp -o CMakeFiles/system.dir/Deploy/Deploy.cpp.s
# Object files for target system
system_OBJECTS = \
......@@ -85,24 +80,22 @@ system_EXTERNAL_OBJECTS =
system: CMakeFiles/system.dir/Deploy/Deploy.cpp.o
system: CMakeFiles/system.dir/build.make
system: learn/libpack__learn.a
system: /opt/bip_fmu/distribution/build/bip-full/BIP-reference-engine-2022.03.104619-DEV_Linux-x86_64/lib/static/libengine.a
system: /usr/lib64/librt.so
system: /home/siemens/bip/distribution/build/bip-full/BIP-reference-engine-2022.04.220728-DEV_Linux-x86_64/lib/static/libengine.a
system: /usr/lib/x86_64-linux-gnu/librt.so
system: CMakeFiles/system.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable system"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable system"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/system.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/system.dir/build: system
.PHONY : CMakeFiles/system.dir/build
CMakeFiles/system.dir/requires: CMakeFiles/system.dir/Deploy/Deploy.cpp.o.requires
.PHONY : CMakeFiles/system.dir/requires
.PHONY : CMakeFiles/system.dir/build
CMakeFiles/system.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/system.dir/cmake_clean.cmake
.PHONY : CMakeFiles/system.dir/clean
CMakeFiles/system.dir/depend:
cd /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles/system.dir/DependInfo.cmake --color=$(COLOR)
cd /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/siemens/bip/examples/SpeedControlModule/modelClassification/output /home/siemens/bip/examples/SpeedControlModule/modelClassification/output /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles/system.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/system.dir/depend
FILE(REMOVE_RECURSE
file(REMOVE_RECURSE
"CMakeFiles/system.dir/Deploy/Deploy.cpp.o"
"system.pdb"
"system"
"system.pdb"
)
# Per-language clean rules from dependency scanning.
FOREACH(lang CXX)
INCLUDE(CMakeFiles/system.dir/cmake_clean_${lang}.cmake OPTIONAL)
ENDFOREACH(lang)
foreach(lang CXX)
include(CMakeFiles/system.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# compile CXX with /usr/local/bin/g++
CXX_FLAGS = -Wall -std=c++0x -I/opt/bip_fmu/distribution/build/bip-full/BIP-reference-engine-2022.03.104619-DEV_Linux-x86_64/include/generic -I/opt/bip_fmu/distribution/build/bip-full/BIP-reference-engine-2022.03.104619-DEV_Linux-x86_64/include/specific -I/opt/bip_fmu/examples/SpeedControlModule/modelClassification/ext-cpp -I/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/learn/include
# compile CXX with /usr/bin/c++
CXX_FLAGS = -Wall -std=c++0x
CXX_DEFINES =
CXX_INCLUDES = -I/home/siemens/bip/distribution/build/bip-full/BIP-reference-engine-2022.04.220728-DEV_Linux-x86_64/include/generic -I/home/siemens/bip/distribution/build/bip-full/BIP-reference-engine-2022.04.220728-DEV_Linux-x86_64/include/specific -I/home/siemens/bip/examples/SpeedControlModule/modelClassification/ext-cpp -I/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/learn/include
/usr/local/bin/g++ -Wall -std=c++0x CMakeFiles/system.dir/Deploy/Deploy.cpp.o -o system -rdynamic learn/libpack__learn.a /opt/bip_fmu/distribution/build/bip-full/BIP-reference-engine-2022.03.104619-DEV_Linux-x86_64/lib/static/libengine.a -lrt
/usr/bin/c++ -Wall -std=c++0x -rdynamic CMakeFiles/system.dir/Deploy/Deploy.cpp.o -o system learn/libpack__learn.a /home/siemens/bip/distribution/build/bip-full/BIP-reference-engine-2022.04.220728-DEV_Linux-x86_64/lib/static/libengine.a -lrt
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
......@@ -38,43 +47,42 @@ RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output
CMAKE_SOURCE_DIR = /home/siemens/bip/examples/SpeedControlModule/modelClassification/output
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build
CMAKE_BINARY_DIR = /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/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 -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles/progress.marks
$(CMAKE_COMMAND) -E cmake_progress_start /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/CMakeFiles 0
.PHONY : all
# The main clean target
......@@ -84,6 +92,7 @@ clean:
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
......@@ -98,7 +107,7 @@ preinstall/fast:
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
......@@ -128,6 +137,7 @@ pack__learn/fast:
.PHONY : pack__learn/fast
Deploy/Deploy.o: Deploy/Deploy.cpp.o
.PHONY : Deploy/Deploy.o
# target to build an object file
......@@ -136,6 +146,7 @@ Deploy/Deploy.cpp.o:
.PHONY : Deploy/Deploy.cpp.o
Deploy/Deploy.i: Deploy/Deploy.cpp.i
.PHONY : Deploy/Deploy.i
# target to preprocess a source file
......@@ -144,6 +155,7 @@ Deploy/Deploy.cpp.i:
.PHONY : Deploy/Deploy.cpp.i
Deploy/Deploy.s: Deploy/Deploy.cpp.s
.PHONY : Deploy/Deploy.s
# target to generate assembly for a file
......@@ -157,8 +169,8 @@ help:
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... edit_cache"
@echo "... system"
@echo "... pack__learn"
@echo "... Deploy/Deploy.o"
......@@ -175,6 +187,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
# Install script for directory: /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output
# Install script for directory: /home/siemens/bip/examples/SpeedControlModule/modelClassification/output
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_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_]+" ""
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
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(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
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 "0")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
INCLUDE("/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/learn/cmake_install.cmake")
include("/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/learn/cmake_install.cmake")
ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
endif()
IF(CMAKE_INSTALL_COMPONENT)
SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
ELSE(CMAKE_INSTALL_COMPONENT)
SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
ENDIF(CMAKE_INSTALL_COMPONENT)
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
FILE(WRITE "/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/${CMAKE_INSTALL_MANIFEST}" "")
FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
FILE(APPEND "/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
ENDFOREACH(file)
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output")
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/siemens/bip/examples/SpeedControlModule/modelClassification/output")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/build")
# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)
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})
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})
FILE(REMOVE_RECURSE
"CMakeFiles/pack__learn.dir/src/learn/AT__learn__Environment.cpp.o"
file(REMOVE_RECURSE
"CMakeFiles/pack__learn.dir/home/siemens/bip/examples/SpeedControlModule/modelClassification/ext-cpp/utilities.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AT__learn__Brake.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AT__learn__Camera.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AT__learn__Perception.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AT__learn__Controller.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AT__learn__Brake.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AT__learn__Throttle.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AT__learn__Environment.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AT__learn__Perception.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AT__learn__SpeedSensor.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AT__learn__Throttle.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomEPort__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomEPort__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomExternalPort__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomExternalPort__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomIPort__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomIPort__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/CT__learn__Compound.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/ConnPort__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/ConnPort__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/ConnT__learn__intConnector.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/ConnT__learn__rendezVous.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/ConnT__learn__singleton.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/PT__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/PT__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/Inter__learn__intConnector.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/CpndEPort__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/CpndEPort__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/InterV__learn__intConnector.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/Inter__learn__rendezVous.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/InterV__learn__rendezVous.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/Inter__learn__singleton.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/InterV__learn__singleton.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/ConnPort__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/CpndEPort__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomEPort__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomIPort__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomExternalPort__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/Inter__learn__intConnector.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/Inter__learn__rendezVous.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/Inter__learn__singleton.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/PT__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/PT__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/PV__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/QPR__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/ConnPort__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/CpndEPort__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomEPort__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomIPort__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/AtomExternalPort__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/PV__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/QPR__learn__intPort.cpp.o"
"CMakeFiles/pack__learn.dir/src/learn/QPR__learn__silent.cpp.o"
"CMakeFiles/pack__learn.dir/opt/bip_fmu/examples/SpeedControlModule/modelClassification/ext-cpp/utilities.cpp.o"
"libpack__learn.pdb"
"libpack__learn.a"
"libpack__learn.pdb"
)
# Per-language clean rules from dependency scanning.
FOREACH(lang CXX)
INCLUDE(CMakeFiles/pack__learn.dir/cmake_clean_${lang}.cmake OPTIONAL)
ENDFOREACH(lang)
foreach(lang CXX)
include(CMakeFiles/pack__learn.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# compile CXX with /usr/local/bin/g++
CXX_FLAGS = -Wall -std=c++0x -I/opt/bip_fmu/distribution/build/bip-full/BIP-reference-engine-2022.03.104619-DEV_Linux-x86_64/include/generic -I/opt/bip_fmu/distribution/build/bip-full/BIP-reference-engine-2022.03.104619-DEV_Linux-x86_64/include/specific -I/opt/bip_fmu/examples/SpeedControlModule/modelClassification/ext-cpp -I/opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/learn/include
# compile CXX with /usr/bin/c++
CXX_FLAGS = -Wall -std=c++0x
CXX_DEFINES =
CXX_INCLUDES = -I/home/siemens/bip/distribution/build/bip-full/BIP-reference-engine-2022.04.220728-DEV_Linux-x86_64/include/generic -I/home/siemens/bip/distribution/build/bip-full/BIP-reference-engine-2022.04.220728-DEV_Linux-x86_64/include/specific -I/home/siemens/bip/examples/SpeedControlModule/modelClassification/ext-cpp -I/home/siemens/bip/examples/SpeedControlModule/modelClassification/output/learn/include
/usr/bin/ar cr libpack__learn.a CMakeFiles/pack__learn.dir/src/learn/AT__learn__Environment.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__Camera.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__Perception.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__Controller.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__Brake.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__Throttle.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__SpeedSensor.cpp.o CMakeFiles/pack__learn.dir/src/learn/CT__learn__Compound.cpp.o CMakeFiles/pack__learn.dir/src/learn/ConnT__learn__intConnector.cpp.o CMakeFiles/pack__learn.dir/src/learn/ConnT__learn__rendezVous.cpp.o CMakeFiles/pack__learn.dir/src/learn/ConnT__learn__singleton.cpp.o CMakeFiles/pack__learn.dir/src/learn/PT__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/PT__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/Inter__learn__intConnector.cpp.o CMakeFiles/pack__learn.dir/src/learn/InterV__learn__intConnector.cpp.o CMakeFiles/pack__learn.dir/src/learn/Inter__learn__rendezVous.cpp.o CMakeFiles/pack__learn.dir/src/learn/InterV__learn__rendezVous.cpp.o CMakeFiles/pack__learn.dir/src/learn/Inter__learn__singleton.cpp.o CMakeFiles/pack__learn.dir/src/learn/InterV__learn__singleton.cpp.o CMakeFiles/pack__learn.dir/src/learn/ConnPort__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/CpndEPort__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomEPort__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomIPort__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomExternalPort__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/PV__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/QPR__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/ConnPort__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/CpndEPort__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomEPort__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomIPort__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomExternalPort__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/PV__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/QPR__learn__silent.cpp.o CMakeFiles/pack__learn.dir/opt/bip_fmu/examples/SpeedControlModule/modelClassification/ext-cpp/utilities.cpp.o
/usr/bin/ar qc libpack__learn.a CMakeFiles/pack__learn.dir/src/learn/AT__learn__Environment.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__Camera.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__Perception.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__Controller.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__Brake.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__Throttle.cpp.o CMakeFiles/pack__learn.dir/src/learn/AT__learn__SpeedSensor.cpp.o CMakeFiles/pack__learn.dir/src/learn/CT__learn__Compound.cpp.o CMakeFiles/pack__learn.dir/src/learn/ConnT__learn__intConnector.cpp.o CMakeFiles/pack__learn.dir/src/learn/ConnT__learn__rendezVous.cpp.o CMakeFiles/pack__learn.dir/src/learn/ConnT__learn__singleton.cpp.o CMakeFiles/pack__learn.dir/src/learn/PT__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/PT__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/Inter__learn__intConnector.cpp.o CMakeFiles/pack__learn.dir/src/learn/InterV__learn__intConnector.cpp.o CMakeFiles/pack__learn.dir/src/learn/Inter__learn__rendezVous.cpp.o CMakeFiles/pack__learn.dir/src/learn/InterV__learn__rendezVous.cpp.o CMakeFiles/pack__learn.dir/src/learn/Inter__learn__singleton.cpp.o CMakeFiles/pack__learn.dir/src/learn/InterV__learn__singleton.cpp.o CMakeFiles/pack__learn.dir/src/learn/ConnPort__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/CpndEPort__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomEPort__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomIPort__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomExternalPort__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/PV__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/QPR__learn__intPort.cpp.o CMakeFiles/pack__learn.dir/src/learn/ConnPort__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/CpndEPort__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomEPort__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomIPort__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/AtomExternalPort__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/PV__learn__silent.cpp.o CMakeFiles/pack__learn.dir/src/learn/QPR__learn__silent.cpp.o CMakeFiles/pack__learn.dir/home/siemens/bip/examples/SpeedControlModule/modelClassification/ext-cpp/utilities.cpp.o
/usr/bin/ranlib libpack__learn.a
......@@ -32,4 +32,5 @@ CMAKE_PROGRESS_31 = 31
CMAKE_PROGRESS_32 = 32
CMAKE_PROGRESS_33 = 33
CMAKE_PROGRESS_34 = 34
CMAKE_PROGRESS_35 = 35
# Install script for directory: /opt/bip_fmu/examples/SpeedControlModule/modelClassification/output/learn
# Install script for directory: /home/siemens/bip/examples/SpeedControlModule/modelClassification/output/learn
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_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_]+" ""
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
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(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
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 "0")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
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()
......@@ -11,46 +11,46 @@ set(EXTRA_SRC)
set(EXTRA_OBJ)
# user include dir
include_directories(/opt/bip_fmu/examples/SpeedControlModule/modelClassification/ext-cpp)
include_directories(/home/siemens/bip/examples/SpeedControlModule/modelClassification/ext-cpp)
# for @cpp(src="...") extra files
list(APPEND EXTRA_SRC /opt/bip_fmu/examples/SpeedControlModule/modelClassification/./ext-cpp/utilities.cpp)
list(APPEND EXTRA_SRC /home/siemens/bip/examples/SpeedControlModule/modelClassification/./ext-cpp/utilities.cpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:26:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:26:1
list(APPEND TYPE_FILES include/learn/AT__learn__Environment.hpp src/learn/AT__learn__Environment.cpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:44:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:44:1
list(APPEND TYPE_FILES include/learn/AT__learn__Camera.hpp src/learn/AT__learn__Camera.cpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:56:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:56:1
list(APPEND TYPE_FILES include/learn/AT__learn__Perception.hpp src/learn/AT__learn__Perception.cpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:71:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:71:1
list(APPEND TYPE_FILES include/learn/AT__learn__Controller.hpp src/learn/AT__learn__Controller.cpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:97:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:97:1
list(APPEND TYPE_FILES include/learn/AT__learn__Brake.hpp src/learn/AT__learn__Brake.cpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:108:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:108:1
list(APPEND TYPE_FILES include/learn/AT__learn__Throttle.hpp src/learn/AT__learn__Throttle.cpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:119:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:119:1
list(APPEND TYPE_FILES include/learn/AT__learn__SpeedSensor.hpp src/learn/AT__learn__SpeedSensor.cpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:131:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:131:1
list(APPEND TYPE_FILES include/learn/CT__learn__Compound.hpp src/learn/CT__learn__Compound.cpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:12:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:12:1
list(APPEND TYPE_FILES include/learn/ConnT__learn__intConnector.hpp src/learn/ConnT__learn__intConnector.cpp)
......@@ -60,7 +60,7 @@ list (APPEND PORT_FILES src/learn/Inter__learn__intConnector.cpp
list (APPEND PORT_FILES src/learn/InterV__learn__intConnector.cpp
include/learn/InterV__learn__intConnector.hpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:17:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:17:1
list(APPEND TYPE_FILES include/learn/ConnT__learn__rendezVous.hpp src/learn/ConnT__learn__rendezVous.cpp)
......@@ -70,7 +70,7 @@ list (APPEND PORT_FILES src/learn/Inter__learn__rendezVous.cpp
list (APPEND PORT_FILES src/learn/InterV__learn__rendezVous.cpp
include/learn/InterV__learn__rendezVous.hpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:22:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:22:1
list(APPEND TYPE_FILES include/learn/ConnT__learn__singleton.hpp src/learn/ConnT__learn__singleton.cpp)
......@@ -80,7 +80,7 @@ list (APPEND PORT_FILES src/learn/Inter__learn__singleton.cpp
list (APPEND PORT_FILES src/learn/InterV__learn__singleton.cpp
include/learn/InterV__learn__singleton.hpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:8:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:8:1
list(APPEND TYPE_FILES include/learn/PT__learn__intPort.hpp src/learn/PT__learn__intPort.cpp)
......@@ -105,7 +105,7 @@ list (APPEND PORT_FILES src/learn/PV__learn__intPort.cpp
list (APPEND PORT_FILES src/learn/QPR__learn__intPort.cpp
include/learn/QPR__learn__intPort.hpp)
# /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:9:1
# /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:9:1
list(APPEND TYPE_FILES include/learn/PT__learn__silent.hpp src/learn/PT__learn__silent.cpp)
......
#ifndef LEARN_AT____LEARN____BRAKE_HPP_
#define LEARN_AT____LEARN____BRAKE_HPP_
// /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:97:1
// /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:97:1
// include package "master" header
#include <learn.hpp>
......
#ifndef LEARN_AT____LEARN____CAMERA_HPP_
#define LEARN_AT____LEARN____CAMERA_HPP_
// /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:44:1
// /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:44:1
// include package "master" header
#include <learn.hpp>
......
#ifndef LEARN_AT____LEARN____CONTROLLER_HPP_
#define LEARN_AT____LEARN____CONTROLLER_HPP_
// /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:71:1
// /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:71:1
// include package "master" header
#include <learn.hpp>
......
#ifndef LEARN_AT____LEARN____ENVIRONMENT_HPP_
#define LEARN_AT____LEARN____ENVIRONMENT_HPP_
// /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:26:1
// /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:26:1
// include package "master" header
#include <learn.hpp>
......
#ifndef LEARN_AT____LEARN____PERCEPTION_HPP_
#define LEARN_AT____LEARN____PERCEPTION_HPP_
// /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:56:1
// /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:56:1
// include package "master" header
#include <learn.hpp>
......
#ifndef LEARN_AT____LEARN____SPEEDSENSOR_HPP_
#define LEARN_AT____LEARN____SPEEDSENSOR_HPP_
// /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:119:1
// /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:119:1
// include package "master" header
#include <learn.hpp>
......
#ifndef LEARN_AT____LEARN____THROTTLE_HPP_
#define LEARN_AT____LEARN____THROTTLE_HPP_
// /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:108:1
// /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:108:1
// include package "master" header
#include <learn.hpp>
......
#ifndef LEARN_CT____LEARN____COMPOUND_HPP_
#define LEARN_CT____LEARN____COMPOUND_HPP_
// /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:131:1
// /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:131:1
// include package "master" header
#include <learn.hpp>
......
#ifndef LEARN_CONNT____LEARN____INTCONNECTOR_HPP_
#define LEARN_CONNT____LEARN____INTCONNECTOR_HPP_
// /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:12:1
// /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:12:1
// include package "master" header
#include <learn.hpp>
......
#ifndef LEARN_CONNT____LEARN____RENDEZVOUS_HPP_
#define LEARN_CONNT____LEARN____RENDEZVOUS_HPP_
// /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:17:1
// /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:17:1
// include package "master" header
#include <learn.hpp>
......
#ifndef LEARN_CONNT____LEARN____SINGLETON_HPP_
#define LEARN_CONNT____LEARN____SINGLETON_HPP_
// /opt/bip_fmu/examples/SpeedControlModule/modelClassification/learn.bip:22:1
// /home/siemens/bip/examples/SpeedControlModule/modelClassification/learn.bip:22:1
// include package "master" header
#include <learn.hpp>
......
This diff is collapsed.
This diff is collapsed.
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment