diff --git a/include/rosa/config/rosa_config.h b/include/rosa/config/rosa_config.h deleted file mode 100644 index 8e7a3d6..0000000 --- a/include/rosa/config/rosa_config.h +++ /dev/null @@ -1,57 +0,0 @@ -//===-- rosa/config/rosa_config.h -------------------------------*- C++ -*-===// -// -// The RoSA Framework -// -//===----------------------------------------------------------------------===// -// -// The file enumerates variables from the RoSA configurations so that they can -// be in exported headers. -// -//===----------------------------------------------------------------------===// - -#ifndef ROSA_CONFIG_ROSA_CONFIG_H -#define ROSA_CONFIG_ROSA_CONFIG_H - -// clang-format off - -#define CMAKE_SYSTEM "Linux-4.15.0-47-generic" - -#define CMAKE_GENERATOR "Unix Makefiles" - -#define CMAKE_C_COMPILER_ID "Clang" - -#define CMAKE_C_COMPILER_VERSION "6.0.0" - -#define CMAKE_CXX_COMPILER_ID "Clang" - -#define CMAKE_CXX_COMPILER_VERSION "6.0.0" - -#define ROSA_VERSION_MAJOR 0 - -#define ROSA_VERSION_MINOR 1 - -#define ROSA_VERSION_PATCH 0 - -#define PACKAGE_NAME "Research on Self-Awareness Framework" - -#define PACKAGE_STRING "Research on Self-Awareness Framework 0.1.0" - -#define PACKAGE_VERSION "0.1.0" - -#define PACKAGE_BUGREPORT "david.juhasz@tuwien.ac.at" - -#define BUILD_DATE __DATE__ " " __TIME__ - -#define ROSA_SRC_DIR "/home/edwin/Documents/C_C++/SoC_Rosa_repos/CSVFiles/SoC_Rosa_repo" - -#if 3 != -1 -#define ROSA_LOG_LEVEL 3 -#endif - -#if -1 != -1 -#define ROSA_ENABLE_ASSERTIONS -#endif - -// clang-format on - -#endif // ROSA_CONFIG_ROSA_CONFIG_H