diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt deleted file mode 100644 index 6e78f29a6fc84ef52adc6ed07530be7f056afff8..0000000000000000000000000000000000000000 --- a/build/CMakeCache.txt +++ /dev/null @@ -1,551 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /home/hiba/PMC-SOG/mc-sog/build -# It was generated by CMake: /usr/bin/cmake -# You can edit this file to change values found and used by cmake. -# If you do not want to change any of the values, simply exit the editor. -# If you do want to change a value, simply edit, save, and exit the editor. -# The syntax for the file is as follows: -# KEY:TYPE=VALUE -# KEY is the name of a variable in the cache. -# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. -# VALUE is the current value for the KEY. - -######################## -# EXTERNAL cache entries -######################## - -//path to the bison executable -BISON_EXECUTABLE:FILEPATH=/usr/bin/bison - -//Path to a program. -CMAKE_AR:FILEPATH=/usr/bin/ar - -//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or -// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. -CMAKE_BUILD_TYPE:STRING= - -//Enable/Disable color output during build. -CMAKE_COLOR_MAKEFILE:BOOL=ON - -//CXX compiler -CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7 - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7 - -//Flags used by the compiler during all build types. -CMAKE_CXX_FLAGS:STRING= - -//Flags used by the compiler during debug builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//Flags used by the compiler during release builds for minimum -// size. -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the compiler during release builds. -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the compiler during release builds with debug info. -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//C compiler -CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7 - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7 - -//Flags used by the compiler during all build types. -CMAKE_C_FLAGS:STRING= - -//Flags used by the compiler during debug builds. -CMAKE_C_FLAGS_DEBUG:STRING=-g - -//Flags used by the compiler during release builds for minimum -// size. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the compiler during release builds. -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the compiler during release builds with debug info. -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Flags used by the linker. -CMAKE_EXE_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Enable/Disable output of compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//Path to a program. -CMAKE_LINKER:FILEPATH=/usr/bin/ld - -//Path to a program. -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make - -//Flags used by the linker during the creation of modules. -CMAKE_MODULE_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_NM:FILEPATH=/usr/bin/nm - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=hybrid-sog - -//Path to a program. -CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib - -//Flags used by the linker during the creation of dll's. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the linker during the creation of static libraries. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=/usr/bin/strip - -//If this value is on, makefiles will be generated without the -// .SILENT directive, and all commands will be echoed to the console -// during the make. This is useful for debugging only. With Visual -// Studio IDE projects all commands are done without /nologo. -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE - -//path to the flex executable -FLEX_EXECUTABLE:FILEPATH=/usr/bin/flex - -//Path to the flex headers -FLEX_INCLUDE_DIR:PATH=/usr/include - -//Path to the fl library -FL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libfl.so - -//Executable for running MPI programs. -MPIEXEC_EXECUTABLE:FILEPATH=/usr/bin/mpiexec - -//Maximum number of processors available to run MPI applications. -MPIEXEC_MAX_NUMPROCS:STRING=2 - -//Flag used by MPI to specify the number of processes for mpiexec; -// the next option will be the number of processes. -MPIEXEC_NUMPROC_FLAG:STRING=-n - -//These flags will be placed after all flags passed to mpiexec. -MPIEXEC_POSTFLAGS:STRING= - -//These flags will be directly before the executable that is being -// run by mpiexec. -MPIEXEC_PREFLAGS:STRING= - -//MPI CXX additional include directories -MPI_CXX_ADDITIONAL_INCLUDE_DIRS:STRING=/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi;/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent;/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include - -//MPI compiler for CXX -MPI_CXX_COMPILER:FILEPATH=/usr/bin/mpicxx - -//MPI CXX compilation definitions -MPI_CXX_COMPILE_DEFINITIONS:STRING= - -//MPI CXX compilation options -MPI_CXX_COMPILE_OPTIONS:STRING=-pthread - -//Path to a file. -MPI_CXX_HEADER_DIR:PATH=/usr/lib/x86_64-linux-gnu/openmpi/include - -//MPI CXX libraries to link against -MPI_CXX_LIB_NAMES:STRING=mpi_cxx;mpi - -//MPI CXX linker flags -MPI_CXX_LINK_FLAGS:STRING=-pthread - -//If true, the MPI-2 C++ bindings are disabled using definitions. -MPI_CXX_SKIP_MPICXX:BOOL=FALSE - -//MPI C additional include directories -MPI_C_ADDITIONAL_INCLUDE_DIRS:STRING=/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi;/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent;/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include - -//MPI compiler for C -MPI_C_COMPILER:FILEPATH=/usr/bin/mpicc - -//MPI C compilation definitions -MPI_C_COMPILE_DEFINITIONS:STRING= - -//MPI C compilation options -MPI_C_COMPILE_OPTIONS:STRING=-pthread - -//Path to a file. -MPI_C_HEADER_DIR:PATH=/usr/lib/x86_64-linux-gnu/openmpi/include - -//MPI C libraries to link against -MPI_C_LIB_NAMES:STRING=mpi - -//MPI C linker flags -MPI_C_LINK_FLAGS:STRING=-pthread - -//Location of the mpi library for MPI -MPI_mpi_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so - -//Location of the mpi_cxx library for MPI -MPI_mpi_cxx_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so - -//Path to a library. -OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so - -//Path to a file. -OPENSSL_INCLUDE_DIR:PATH=/usr/include - -//Path to a library. -OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so - -//pkg-config executable -PKG_CONFIG_EXECUTABLE:FILEPATH=PKG_CONFIG_EXECUTABLE-NOTFOUND - -//Dependencies for target -RdP_LIB_DEPENDS:STATIC= - -//Value Computed by CMake -hybrid-sog_BINARY_DIR:STATIC=/home/hiba/PMC-SOG/mc-sog/build - -//Value Computed by CMake -hybrid-sog_SOURCE_DIR:STATIC=/home/hiba/PMC-SOG/mc-sog - -//Value Computed by CMake -pn-parser-src_BINARY_DIR:STATIC=/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src - -//Value Computed by CMake -pn-parser-src_SOURCE_DIR:STATIC=/home/hiba/PMC-SOG/mc-sog/libraries/parser/src - -//Value Computed by CMake -pn-parser-test_BINARY_DIR:STATIC=/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests - -//Value Computed by CMake -pn-parser-test_SOURCE_DIR:STATIC=/home/hiba/PMC-SOG/mc-sog/libraries/parser/tests - -//Value Computed by CMake -pn-parser_BINARY_DIR:STATIC=/home/hiba/PMC-SOG/mc-sog/build/libraries/parser - -//Value Computed by CMake -pn-parser_SOURCE_DIR:STATIC=/home/hiba/PMC-SOG/mc-sog/libraries/parser - -//Value Computed by CMake -sylvan_BINARY_DIR:STATIC=/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan - -//Dependencies for the target -sylvan_LIB_DEPENDS:STATIC=general;-lpthread;general;-lgmp;general;rt; - -//Value Computed by CMake -sylvan_SOURCE_DIR:STATIC=/home/hiba/PMC-SOG/mc-sog/third-party/sylvan - - -######################## -# INTERNAL cache entries -######################## - -//ADVANCED property for variable: BISON_EXECUTABLE -BISON_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_AR -CMAKE_AR-ADVANCED:INTERNAL=1 -//This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/hiba/PMC-SOG/mc-sog/build -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=10 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 -//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE -CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/usr/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest -//ADVANCED property for variable: CMAKE_CXX_COMPILER -CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR -CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB -CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER -CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_AR -CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB -CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS -CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG -CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL -CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE -CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO -CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS -CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 -//Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL= -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Unix Makefiles -//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/hiba/PMC-SOG/mc-sog -//Install .so files without execute permission. -CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 -//ADVANCED property for variable: CMAKE_LINKER -CMAKE_LINKER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_NM -CMAKE_NM-ADVANCED:INTERNAL=1 -//number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=6 -//ADVANCED property for variable: CMAKE_OBJCOPY -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJDUMP -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 -//Platform information initialized -CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RANLIB -CMAKE_RANLIB-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.10 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STRIP -CMAKE_STRIP-ADVANCED:INTERNAL=1 -//uname command -CMAKE_UNAME:INTERNAL=/bin/uname -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 -//Details about finding BISON -FIND_PACKAGE_MESSAGE_DETAILS_BISON:INTERNAL=[/usr/bin/bison][v3.0.4()] -//Details about finding FLEX -FIND_PACKAGE_MESSAGE_DETAILS_FLEX:INTERNAL=[/usr/bin/flex][v2.6.4()] -//Details about finding MPI -FIND_PACKAGE_MESSAGE_DETAILS_MPI:INTERNAL=[TRUE][TRUE][c ][v3.1()] -//Details about finding MPI_C -FIND_PACKAGE_MESSAGE_DETAILS_MPI_C:INTERNAL=[/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so][mpi][/usr/lib/x86_64-linux-gnu/openmpi/include][TRUE][v3.1()] -//Details about finding MPI_CXX -FIND_PACKAGE_MESSAGE_DETAILS_MPI_CXX:INTERNAL=[/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so][/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so][mpi_cxx;mpi][/usr/lib/x86_64-linux-gnu/openmpi/include][TRUE][v3.1()] -//Details about finding OpenSSL -FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libcrypto.so][/usr/include][v1.1.0g()] -//ADVANCED property for variable: FLEX_EXECUTABLE -FLEX_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: FLEX_INCLUDE_DIR -FLEX_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: FL_LIBRARY -FL_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPIEXEC_EXECUTABLE -MPIEXEC_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPIEXEC_MAX_NUMPROCS -MPIEXEC_MAX_NUMPROCS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPIEXEC_NUMPROC_FLAG -MPIEXEC_NUMPROC_FLAG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPIEXEC_POSTFLAGS -MPIEXEC_POSTFLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPIEXEC_PREFLAGS -MPIEXEC_PREFLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_CXX_ADDITIONAL_INCLUDE_DIRS -MPI_CXX_ADDITIONAL_INCLUDE_DIRS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_CXX_COMPILER -MPI_CXX_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_CXX_COMPILE_DEFINITIONS -MPI_CXX_COMPILE_DEFINITIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_CXX_COMPILE_OPTIONS -MPI_CXX_COMPILE_OPTIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_CXX_HEADER_DIR -MPI_CXX_HEADER_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_CXX_LIB_NAMES -MPI_CXX_LIB_NAMES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_CXX_LINK_FLAGS -MPI_CXX_LINK_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_CXX_SKIP_MPICXX -MPI_CXX_SKIP_MPICXX-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_C_ADDITIONAL_INCLUDE_DIRS -MPI_C_ADDITIONAL_INCLUDE_DIRS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_C_COMPILER -MPI_C_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_C_COMPILE_DEFINITIONS -MPI_C_COMPILE_DEFINITIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_C_COMPILE_OPTIONS -MPI_C_COMPILE_OPTIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_C_HEADER_DIR -MPI_C_HEADER_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_C_LIB_NAMES -MPI_C_LIB_NAMES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_C_LINK_FLAGS -MPI_C_LINK_FLAGS-ADVANCED:INTERNAL=1 -//Result of TRY_COMPILE -MPI_RESULT_CXX_test_mpi_MPICXX:INTERNAL=TRUE -//Result of TRY_COMPILE -MPI_RESULT_CXX_test_mpi_normal:INTERNAL=TRUE -//Result of TRY_COMPILE -MPI_RESULT_C_test_mpi_normal:INTERNAL=TRUE -//ADVANCED property for variable: MPI_mpi_LIBRARY -MPI_mpi_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MPI_mpi_cxx_LIBRARY -MPI_mpi_cxx_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY -OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENSSL_INCLUDE_DIR -OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENSSL_SSL_LIBRARY -OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE -PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 -_OPENSSL_CFLAGS:INTERNAL= -_OPENSSL_CFLAGS_I:INTERNAL= -_OPENSSL_CFLAGS_OTHER:INTERNAL= -_OPENSSL_FOUND:INTERNAL= -_OPENSSL_INCLUDEDIR:INTERNAL= -_OPENSSL_LIBDIR:INTERNAL= -_OPENSSL_LIBS:INTERNAL= -_OPENSSL_LIBS_L:INTERNAL= -_OPENSSL_LIBS_OTHER:INTERNAL= -_OPENSSL_LIBS_PATHS:INTERNAL= -_OPENSSL_PREFIX:INTERNAL= -_OPENSSL_STATIC_CFLAGS:INTERNAL= -_OPENSSL_STATIC_CFLAGS_I:INTERNAL= -_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL= -_OPENSSL_STATIC_LIBDIR:INTERNAL= -_OPENSSL_STATIC_LIBS:INTERNAL= -_OPENSSL_STATIC_LIBS_L:INTERNAL= -_OPENSSL_STATIC_LIBS_OTHER:INTERNAL= -_OPENSSL_STATIC_LIBS_PATHS:INTERNAL= -_OPENSSL_VERSION:INTERNAL= -__pkg_config_checked__OPENSSL:INTERNAL=1 - diff --git a/build/CMakeFiles/3.10.2/CMakeCCompiler.cmake b/build/CMakeFiles/3.10.2/CMakeCCompiler.cmake deleted file mode 100644 index 9a941e540b0ed18888eb91fd78c27fa83fd25218..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/3.10.2/CMakeCCompiler.cmake +++ /dev/null @@ -1,73 +0,0 @@ -set(CMAKE_C_COMPILER "/usr/bin/cc") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "7.3.0") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") -set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") - -set(CMAKE_C_PLATFORM_ID "Linux") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_SIMULATE_VERSION "") - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-7") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7") -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;m) -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 "x86_64-linux-gnu") - -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 "x86_64-linux-gnu") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake b/build/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake deleted file mode 100644 index 1404958c2d9f054ad773287be4ee1c7718c6ac2a..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,75 +0,0 @@ -set(CMAKE_CXX_COMPILER "/usr/bin/c++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "7.3.0") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17") -set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") -set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") -set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") -set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") - -set(CMAKE_CXX_PLATFORM_ID "Linux") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_SIMULATE_VERSION "") - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-7") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7") -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;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 "x86_64-linux-gnu") - -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 "x86_64-linux-gnu") -endif() - -set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index bd61e49a6c4044d8fe7d2cb22cadce716aad9e5e..0000000000000000000000000000000000000000 Binary files a/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin b/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100755 index e06836b9f21d43ea4e3c5f410eea88fa8f84a78f..0000000000000000000000000000000000000000 Binary files a/build/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/build/CMakeFiles/3.10.2/CMakeSystem.cmake b/build/CMakeFiles/3.10.2/CMakeSystem.cmake deleted file mode 100644 index 115428224d25a35269c1dadc7778e5829c7ea5b8..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/3.10.2/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Linux-4.15.0-47-generic") -set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "4.15.0-47-generic") -set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - - - -set(CMAKE_SYSTEM "Linux-4.15.0-47-generic") -set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "4.15.0-47-generic") -set(CMAKE_SYSTEM_PROCESSOR "x86_64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index 722faa803f6df8628261ccd5da97b74fa64c0114..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,598 +0,0 @@ -#ifdef __cplusplus -# error "A C++ compiler has been selected for C." -#endif - -#if defined(__18CXX) -# define ID_VOID_MAIN -#endif -#if defined(__CLASSIC_C__) -/* cv-qualifiers did not exist in K&R C */ -# define const -# define volatile -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif - /* __INTEL_COMPILER = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" -# if __SUNPRO_C >= 0x5100 - /* __SUNPRO_C = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# endif - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - /* __HP_cc = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - /* __DECC_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) - -#elif defined(__IBMC__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 -# define COMPILER_ID "XL" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__BCC__) -# define COMPILER_ID "Bruce" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) -# define COMPILER_ID "SDCC" -# if defined(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) -# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) -# else - /* SDCC = VRP */ -# define COMPILER_VERSION_MAJOR DEC(SDCC/100) -# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) -# define COMPILER_VERSION_PATCH DEC(SDCC % 10) -# endif - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXE) || defined(__CRAYXC) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - - -#if !defined(__STDC__) -# if defined(_MSC_VER) && !defined(__clang__) -# define C_DIALECT "90" -# else -# define C_DIALECT -# endif -#elif __STDC_VERSION__ >= 201000L -# define C_DIALECT "11" -#elif __STDC_VERSION__ >= 199901L -# define C_DIALECT "99" -#else -# define C_DIALECT "90" -#endif -const char* info_language_dialect_default = - "INFO" ":" "dialect_default[" C_DIALECT "]"; - -/*--------------------------------------------------------------------------*/ - -#ifdef ID_VOID_MAIN -void main() {} -#else -# if defined(__CLASSIC_C__) -int main(argc, argv) int argc; char *argv[]; -# else -int main(int argc, char* argv[]) -# endif -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef COMPILER_VERSION_INTERNAL - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXE) || defined(__CRAYXC) - require += info_cray[argc]; -#endif - require += info_language_dialect_default[argc]; - (void)argv; - return require; -} -#endif diff --git a/build/CMakeFiles/3.10.2/CompilerIdC/a.out b/build/CMakeFiles/3.10.2/CompilerIdC/a.out deleted file mode 100755 index 709142da4be3068b64ffe1d3dd8525f4602b48b6..0000000000000000000000000000000000000000 Binary files a/build/CMakeFiles/3.10.2/CompilerIdC/a.out and /dev/null differ diff --git a/build/CMakeFiles/3.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/CMakeFiles/3.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index 2d66298588989dc5d404dae0025b8bf4e952498e..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/3.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,576 +0,0 @@ -/* This source file must have a .cpp extension so that all C++ compilers - recognize the extension without flags. Borland does not know .cxx for - example. */ -#ifndef __cplusplus -# error "A C compiler has been selected for C++." -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__COMO__) -# define COMPILER_ID "Comeau" - /* __COMO_VERSION__ = VRR */ -# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) -# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) - -#elif defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif - /* __INTEL_COMPILER = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 -# define COMPILER_ID "XL" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__GNUC__) || defined(__GNUG__) -# define COMPILER_ID "GNU" -# if defined(__GNUC__) -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# else -# define COMPILER_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXE) || defined(__CRAYXC) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - - -#if defined(_MSC_VER) && defined(_MSVC_LANG) -#define CXX_STD _MSVC_LANG -#else -#define CXX_STD __cplusplus -#endif - -const char* info_language_dialect_default = "INFO" ":" "dialect_default[" -#if CXX_STD > 201402L - "17" -#elif CXX_STD >= 201402L - "14" -#elif CXX_STD >= 201103L - "11" -#else - "98" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef COMPILER_VERSION_INTERNAL - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXE) || defined(__CRAYXC) - require += info_cray[argc]; -#endif - require += info_language_dialect_default[argc]; - (void)argv; - return require; -} diff --git a/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out b/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out deleted file mode 100755 index 88131755bddfeb5a7c8bf082b83aa37aedb133c5..0000000000000000000000000000000000000000 Binary files a/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out and /dev/null differ diff --git a/build/CMakeFiles/CMakeDirectoryInformation.cmake b/build/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 231d7f3e07d5ac221a86bd8748e501abcce9f2b9..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hiba/PMC-SOG/mc-sog") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hiba/PMC-SOG/mc-sog/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/CMakeFiles/CMakeOutput.log b/build/CMakeFiles/CMakeOutput.log deleted file mode 100644 index 7918cb708d4718a7182aec9f4e56c69411a6fa52..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/CMakeOutput.log +++ /dev/null @@ -1,633 +0,0 @@ -The system is: Linux - 4.15.0-47-generic - x86_64 -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: /usr/bin/cc -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - -The C compiler identification is GNU, found in "/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/3.10.2/CompilerIdC/a.out" - -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. -Compiler: /usr/bin/c++ -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - -The CXX compiler identification is GNU, found in "/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out" - -Determining if the C compiler works passed with the following output: -Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_e8aeb/fast" -/usr/bin/make -f CMakeFiles/cmTC_e8aeb.dir/build.make CMakeFiles/cmTC_e8aeb.dir/build -make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » -Building C object CMakeFiles/cmTC_e8aeb.dir/testCCompiler.c.o -/usr/bin/cc -o CMakeFiles/cmTC_e8aeb.dir/testCCompiler.c.o -c /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp/testCCompiler.c -Linking C executable cmTC_e8aeb -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8aeb.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTC_e8aeb.dir/testCCompiler.c.o -o cmTC_e8aeb -make[1] : on quitte le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » - - -Detecting C compiler ABI info compiled with the following output: -Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_9be75/fast" -/usr/bin/make -f CMakeFiles/cmTC_9be75.dir/build.make CMakeFiles/cmTC_9be75.dir/build -make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » -Building C object CMakeFiles/cmTC_9be75.dir/CMakeCCompilerABI.c.o -/usr/bin/cc -o CMakeFiles/cmTC_9be75.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c -Linking C executable cmTC_9be75 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9be75.dir/link.txt --verbose=1 -/usr/bin/cc -v CMakeFiles/cmTC_9be75.dir/CMakeCCompilerABI.c.o -o cmTC_9be75 -Using built-in specs. -COLLECT_GCC=/usr/bin/cc -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -OFFLOAD_TARGET_NAMES=nvptx-none -OFFLOAD_TARGET_DEFAULT=1 -Target: x86_64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.3.0-27ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu -Thread model: posix -gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9be75' '-mtune=generic' '-march=x86-64' - /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccmFxLVp.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_9be75 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_9be75.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9be75' '-mtune=generic' '-march=x86-64' -make[1] : on quitte le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/make" "cmTC_9be75/fast"] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_9be75.dir/build.make CMakeFiles/cmTC_9be75.dir/build] - ignore line: [make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp »] - ignore line: [Building C object CMakeFiles/cmTC_9be75.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_9be75.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c] - ignore line: [Linking C executable cmTC_9be75] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9be75.dir/link.txt --verbose=1] - ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_9be75.dir/CMakeCCompilerABI.c.o -o cmTC_9be75 ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] - ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none] - ignore line: [OFFLOAD_TARGET_DEFAULT=1] - ignore line: [Target: x86_64-linux-gnu] - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.3.0-27ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9be75' '-mtune=generic' '-march=x86-64'] - link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccmFxLVp.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_9be75 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_9be75.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccmFxLVp.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [--sysroot=/] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [--as-needed] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-znow] ==> ignore - arg [-zrelro] ==> ignore - arg [-o] ==> ignore - arg [cmTC_9be75] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] - arg [CMakeFiles/cmTC_9be75.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib] - implicit libs: [gcc;gcc_s;c;gcc;gcc_s] - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] - implicit fwks: [] - - - - -Detecting C [-std=c11] compiler features compiled with the following output: -Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_98ab4/fast" -/usr/bin/make -f CMakeFiles/cmTC_98ab4.dir/build.make CMakeFiles/cmTC_98ab4.dir/build -make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » -Building C object CMakeFiles/cmTC_98ab4.dir/feature_tests.c.o -/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_98ab4.dir/feature_tests.c.o -c /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_98ab4 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98ab4.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTC_98ab4.dir/feature_tests.c.o -o cmTC_98ab4 -make[1] : on quitte le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:1c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c99] compiler features compiled with the following output: -Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_a7ef7/fast" -/usr/bin/make -f CMakeFiles/cmTC_a7ef7.dir/build.make CMakeFiles/cmTC_a7ef7.dir/build -make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » -Building C object CMakeFiles/cmTC_a7ef7.dir/feature_tests.c.o -/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_a7ef7.dir/feature_tests.c.o -c /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_a7ef7 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7ef7.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTC_a7ef7.dir/feature_tests.c.o -o cmTC_a7ef7 -make[1] : on quitte le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c90] compiler features compiled with the following output: -Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_bffeb/fast" -/usr/bin/make -f CMakeFiles/cmTC_bffeb.dir/build.make CMakeFiles/cmTC_bffeb.dir/build -make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » -Building C object CMakeFiles/cmTC_bffeb.dir/feature_tests.c.o -/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_bffeb.dir/feature_tests.c.o -c /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_bffeb -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bffeb.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTC_bffeb.dir/feature_tests.c.o -o cmTC_bffeb -make[1] : on quitte le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:0c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:0c_variadic_macros -Determining if the CXX compiler works passed with the following output: -Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_e6078/fast" -/usr/bin/make -f CMakeFiles/cmTC_e6078.dir/build.make CMakeFiles/cmTC_e6078.dir/build -make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » -Building CXX object CMakeFiles/cmTC_e6078.dir/testCXXCompiler.cxx.o -/usr/bin/c++ -o CMakeFiles/cmTC_e6078.dir/testCXXCompiler.cxx.o -c /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -Linking CXX executable cmTC_e6078 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6078.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_e6078.dir/testCXXCompiler.cxx.o -o cmTC_e6078 -make[1] : on quitte le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_c55c3/fast" -/usr/bin/make -f CMakeFiles/cmTC_c55c3.dir/build.make CMakeFiles/cmTC_c55c3.dir/build -make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » -Building CXX object CMakeFiles/cmTC_c55c3.dir/CMakeCXXCompilerABI.cpp.o -/usr/bin/c++ -o CMakeFiles/cmTC_c55c3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp -Linking CXX executable cmTC_c55c3 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c55c3.dir/link.txt --verbose=1 -/usr/bin/c++ -v CMakeFiles/cmTC_c55c3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c55c3 -Using built-in specs. -COLLECT_GCC=/usr/bin/c++ -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -OFFLOAD_TARGET_NAMES=nvptx-none -OFFLOAD_TARGET_DEFAULT=1 -Target: x86_64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.3.0-27ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu -Thread model: posix -gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c55c3' '-shared-libgcc' '-mtune=generic' '-march=x86-64' - /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cceoxmke.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_c55c3 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_c55c3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c55c3' '-shared-libgcc' '-mtune=generic' '-march=x86-64' -make[1] : on quitte le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/make" "cmTC_c55c3/fast"] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_c55c3.dir/build.make CMakeFiles/cmTC_c55c3.dir/build] - ignore line: [make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp »] - ignore line: [Building CXX object CMakeFiles/cmTC_c55c3.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_c55c3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Linking CXX executable cmTC_c55c3] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c55c3.dir/link.txt --verbose=1] - ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_c55c3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c55c3 ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] - ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none] - ignore line: [OFFLOAD_TARGET_DEFAULT=1] - ignore line: [Target: x86_64-linux-gnu] - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.3.0-27ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c55c3' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] - link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cceoxmke.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_c55c3 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_c55c3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/cceoxmke.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [--sysroot=/] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [--as-needed] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-znow] ==> ignore - arg [-zrelro] ==> ignore - arg [-o] ==> ignore - arg [cmTC_c55c3] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] - arg [CMakeFiles/cmTC_c55c3.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib] - implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] - implicit fwks: [] - - - - -Detecting CXX [-std=c++1z] compiler features compiled with the following output: -Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_bfcce/fast" -/usr/bin/make -f CMakeFiles/cmTC_bfcce.dir/build.make CMakeFiles/cmTC_bfcce.dir/build -make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » -Building CXX object CMakeFiles/cmTC_bfcce.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++1z -o CMakeFiles/cmTC_bfcce.dir/feature_tests.cxx.o -c /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_bfcce -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bfcce.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_bfcce.dir/feature_tests.cxx.o -o cmTC_bfcce -make[1] : on quitte le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++14] compiler features compiled with the following output: -Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_787e3/fast" -/usr/bin/make -f CMakeFiles/cmTC_787e3.dir/build.make CMakeFiles/cmTC_787e3.dir/build -make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » -Building CXX object CMakeFiles/cmTC_787e3.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_787e3.dir/feature_tests.cxx.o -c /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_787e3 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_787e3.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_787e3.dir/feature_tests.cxx.o -o cmTC_787e3 -make[1] : on quitte le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++11] compiler features compiled with the following output: -Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_4b733/fast" -/usr/bin/make -f CMakeFiles/cmTC_4b733.dir/build.make CMakeFiles/cmTC_4b733.dir/build -make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » -Building CXX object CMakeFiles/cmTC_4b733.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_4b733.dir/feature_tests.cxx.o -c /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_4b733 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b733.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_4b733.dir/feature_tests.cxx.o -o cmTC_4b733 -make[1] : on quitte le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++98] compiler features compiled with the following output: -Change Dir: /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_21ede/fast" -/usr/bin/make -f CMakeFiles/cmTC_21ede.dir/build.make CMakeFiles/cmTC_21ede.dir/build -make[1] : on entre dans le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » -Building CXX object CMakeFiles/cmTC_21ede.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_21ede.dir/feature_tests.cxx.o -c /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_21ede -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21ede.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_21ede.dir/feature_tests.cxx.o -o cmTC_21ede -make[1] : on quitte le répertoire « /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/CMakeTmp » - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:0cxx_alias_templates - Feature record: CXX_FEATURE:0cxx_alignas - Feature record: CXX_FEATURE:0cxx_alignof - Feature record: CXX_FEATURE:0cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:0cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:0cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:0cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:0cxx_default_function_template_args - Feature record: CXX_FEATURE:0cxx_defaulted_functions - Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:0cxx_delegating_constructors - Feature record: CXX_FEATURE:0cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:0cxx_enum_forward_declarations - Feature record: CXX_FEATURE:0cxx_explicit_conversions - Feature record: CXX_FEATURE:0cxx_extended_friend_declarations - Feature record: CXX_FEATURE:0cxx_extern_templates - Feature record: CXX_FEATURE:0cxx_final - Feature record: CXX_FEATURE:0cxx_func_identifier - Feature record: CXX_FEATURE:0cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:0cxx_inheriting_constructors - Feature record: CXX_FEATURE:0cxx_inline_namespaces - Feature record: CXX_FEATURE:0cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:0cxx_local_type_template_args - Feature record: CXX_FEATURE:0cxx_long_long_type - Feature record: CXX_FEATURE:0cxx_noexcept - Feature record: CXX_FEATURE:0cxx_nonstatic_member_init - Feature record: CXX_FEATURE:0cxx_nullptr - Feature record: CXX_FEATURE:0cxx_override - Feature record: CXX_FEATURE:0cxx_range_for - Feature record: CXX_FEATURE:0cxx_raw_string_literals - Feature record: CXX_FEATURE:0cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:0cxx_right_angle_brackets - Feature record: CXX_FEATURE:0cxx_rvalue_references - Feature record: CXX_FEATURE:0cxx_sizeof_member - Feature record: CXX_FEATURE:0cxx_static_assert - Feature record: CXX_FEATURE:0cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:0cxx_thread_local - Feature record: CXX_FEATURE:0cxx_trailing_return_types - Feature record: CXX_FEATURE:0cxx_unicode_literals - Feature record: CXX_FEATURE:0cxx_uniform_initialization - Feature record: CXX_FEATURE:0cxx_unrestricted_unions - Feature record: CXX_FEATURE:0cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:0cxx_variadic_macros - Feature record: CXX_FEATURE:0cxx_variadic_templates diff --git a/build/CMakeFiles/CMakeRuleHashes.txt b/build/CMakeFiles/CMakeRuleHashes.txt deleted file mode 100644 index 6db79652e8d458f7ed70ab165a3393b3cb8cf86e..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/CMakeRuleHashes.txt +++ /dev/null @@ -1,3 +0,0 @@ -# Hashes of file build rules. -35c188f4b2fa29e02cd002271e2bc806 libraries/parser/src/RdPMonteur.lex.cpp -ae8c7e50ccd5b3151220de5463b86127 libraries/parser/src/RdPMonteur.tab.cpp diff --git a/build/CMakeFiles/FindMPI/test_mpi.cpp b/build/CMakeFiles/FindMPI/test_mpi.cpp deleted file mode 100644 index b8a308a4b0ee0aed363a0cf8c1669974a937eeae..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/FindMPI/test_mpi.cpp +++ /dev/null @@ -1,37 +0,0 @@ -#include <mpi.h> - -#ifdef __cplusplus -#include <cstdio> -#else -#include <stdio.h> -#endif - -#if defined(MPI_VERSION) && defined(MPI_SUBVERSION) -const char mpiver_str[] = { 'I', 'N', - 'F', 'O', - ':', 'M', - 'P', 'I', - '-', 'V', - 'E', 'R', - '[', ('0' + MPI_VERSION), - '.', ('0' + MPI_SUBVERSION), - ']', '\0' }; -#endif - -int main(int argc, char* argv[]) -{ -#if defined(MPI_VERSION) && defined(MPI_SUBVERSION) -#ifdef __cplusplus - std::puts(mpiver_str); -#else - puts(mpiver_str); -#endif -#endif -#ifdef TEST_MPI_MPICXX - MPI::MPI_Init(&argc, &argv); - MPI::MPI_Finalize(); -#else - MPI_Init(&argc, &argv); - MPI_Finalize(); -#endif -} diff --git a/build/CMakeFiles/FindMPI/test_mpi_C.bin b/build/CMakeFiles/FindMPI/test_mpi_C.bin deleted file mode 100755 index 79f4038bcc628a4d81f5784c41c123249290854b..0000000000000000000000000000000000000000 Binary files a/build/CMakeFiles/FindMPI/test_mpi_C.bin and /dev/null differ diff --git a/build/CMakeFiles/FindMPI/test_mpi_CXX.bin b/build/CMakeFiles/FindMPI/test_mpi_CXX.bin deleted file mode 100755 index db610be822de3e232a33fcaa998fe4ed53d973f3..0000000000000000000000000000000000000000 Binary files a/build/CMakeFiles/FindMPI/test_mpi_CXX.bin and /dev/null differ diff --git a/build/CMakeFiles/Makefile.cmake b/build/CMakeFiles/Makefile.cmake deleted file mode 100644 index 29a1c60b5d9fd5da281b43ef9608004301ec74d1..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Makefile.cmake +++ /dev/null @@ -1,140 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# The generator used is: -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") - -# The top level Makefile was generated from the following files: -set(CMAKE_MAKEFILE_DEPENDS - "CMakeCache.txt" - "../CMakeLists.txt" - "CMakeFiles/3.10.2/CMakeCCompiler.cmake" - "CMakeFiles/3.10.2/CMakeCXXCompiler.cmake" - "CMakeFiles/3.10.2/CMakeSystem.cmake" - "CMakeFiles/FindMPI/test_mpi.cpp" - "CMakeFiles/feature_tests.c" - "CMakeFiles/feature_tests.cxx" - "../libraries/parser/CMakeLists.txt" - "../libraries/parser/src/CMakeLists.txt" - "../libraries/parser/tests/CMakeLists.txt" - "../src/CMakeLists.txt" - "../third-party/sylvan/CMakeLists.txt" - "/usr/share/cmake-3.10/Modules/CMakeCCompiler.cmake.in" - "/usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c" - "/usr/share/cmake-3.10/Modules/CMakeCInformation.cmake" - "/usr/share/cmake-3.10/Modules/CMakeCXXCompiler.cmake.in" - "/usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp" - "/usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake" - "/usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake" - "/usr/share/cmake-3.10/Modules/CMakeCompilerIdDetection.cmake" - "/usr/share/cmake-3.10/Modules/CMakeDetermineCCompiler.cmake" - "/usr/share/cmake-3.10/Modules/CMakeDetermineCXXCompiler.cmake" - "/usr/share/cmake-3.10/Modules/CMakeDetermineCompileFeatures.cmake" - "/usr/share/cmake-3.10/Modules/CMakeDetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/CMakeDetermineCompilerABI.cmake" - "/usr/share/cmake-3.10/Modules/CMakeDetermineCompilerId.cmake" - "/usr/share/cmake-3.10/Modules/CMakeDetermineSystem.cmake" - "/usr/share/cmake-3.10/Modules/CMakeFindBinUtils.cmake" - "/usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake" - "/usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake" - "/usr/share/cmake-3.10/Modules/CMakeParseImplicitLinkInfo.cmake" - "/usr/share/cmake-3.10/Modules/CMakeSystem.cmake.in" - "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake" - "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake" - "/usr/share/cmake-3.10/Modules/CMakeTestCCompiler.cmake" - "/usr/share/cmake-3.10/Modules/CMakeTestCXXCompiler.cmake" - "/usr/share/cmake-3.10/Modules/CMakeTestCompilerCommon.cmake" - "/usr/share/cmake-3.10/Modules/CMakeUnixFindMake.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/ADSP-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Borland-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Clang-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Cray-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/GHS-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/GNU-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/GNU-C-FeatureTests.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX-FeatureTests.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/GNU-FindBinUtils.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/GNU.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/HP-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/IAR-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Intel-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/MIPSpro-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/MSVC-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/PGI-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/PathScale-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/SCO-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/TI-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/Watcom-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/XL-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/zOS-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.10/Modules/FindBISON.cmake" - "/usr/share/cmake-3.10/Modules/FindFLEX.cmake" - "/usr/share/cmake-3.10/Modules/FindMPI.cmake" - "/usr/share/cmake-3.10/Modules/FindMPI/test_mpi.c" - "/usr/share/cmake-3.10/Modules/FindOpenSSL.cmake" - "/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake" - "/usr/share/cmake-3.10/Modules/FindPackageMessage.cmake" - "/usr/share/cmake-3.10/Modules/FindPkgConfig.cmake" - "/usr/share/cmake-3.10/Modules/Internal/FeatureTesting.cmake" - "/usr/share/cmake-3.10/Modules/Platform/Linux-Determine-CXX.cmake" - "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-C.cmake" - "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-CXX.cmake" - "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU.cmake" - "/usr/share/cmake-3.10/Modules/Platform/Linux.cmake" - "/usr/share/cmake-3.10/Modules/Platform/UnixPaths.cmake" - ) - -# The corresponding makefile is: -set(CMAKE_MAKEFILE_OUTPUTS - "Makefile" - "CMakeFiles/cmake.check_cache" - ) - -# Byproducts of CMake generate step: -set(CMAKE_MAKEFILE_PRODUCTS - "CMakeFiles/3.10.2/CMakeSystem.cmake" - "CMakeFiles/3.10.2/CMakeCCompiler.cmake" - "CMakeFiles/3.10.2/CMakeCXXCompiler.cmake" - "CMakeFiles/3.10.2/CMakeCCompiler.cmake" - "CMakeFiles/3.10.2/CMakeCXXCompiler.cmake" - "CMakeFiles/CMakeDirectoryInformation.cmake" - "libraries/parser/CMakeFiles/CMakeDirectoryInformation.cmake" - "libraries/parser/src/CMakeFiles/CMakeDirectoryInformation.cmake" - "libraries/parser/tests/CMakeFiles/CMakeDirectoryInformation.cmake" - "third-party/sylvan/CMakeFiles/CMakeDirectoryInformation.cmake" - "src/CMakeFiles/CMakeDirectoryInformation.cmake" - ) - -# Dependency information for all targets: -set(CMAKE_DEPEND_INFO_FILES - "libraries/parser/src/CMakeFiles/RdP.dir/DependInfo.cmake" - "libraries/parser/tests/CMakeFiles/RdPtest.dir/DependInfo.cmake" - "third-party/sylvan/CMakeFiles/sylvan.dir/DependInfo.cmake" - "src/CMakeFiles/hybrid-sog.dir/DependInfo.cmake" - ) diff --git a/build/CMakeFiles/Makefile2 b/build/CMakeFiles/Makefile2 deleted file mode 100644 index d7631fa71aa128e28666d087a244d226aa8802cd..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Makefile2 +++ /dev/null @@ -1,313 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# 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 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/hiba/PMC-SOG/mc-sog - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/hiba/PMC-SOG/mc-sog/build - -#============================================================================= -# Directory level rules for directory libraries/parser - -# Convenience name for "all" pass in the directory. -libraries/parser/all: libraries/parser/src/all -libraries/parser/all: libraries/parser/tests/all - -.PHONY : libraries/parser/all - -# Convenience name for "clean" pass in the directory. -libraries/parser/clean: libraries/parser/src/clean -libraries/parser/clean: libraries/parser/tests/clean - -.PHONY : libraries/parser/clean - -# Convenience name for "preinstall" pass in the directory. -libraries/parser/preinstall: libraries/parser/src/preinstall -libraries/parser/preinstall: libraries/parser/tests/preinstall - -.PHONY : libraries/parser/preinstall - -#============================================================================= -# Directory level rules for directory libraries/parser/src - -# Convenience name for "all" pass in the directory. -libraries/parser/src/all: libraries/parser/src/CMakeFiles/RdP.dir/all - -.PHONY : libraries/parser/src/all - -# Convenience name for "clean" pass in the directory. -libraries/parser/src/clean: libraries/parser/src/CMakeFiles/RdP.dir/clean - -.PHONY : libraries/parser/src/clean - -# Convenience name for "preinstall" pass in the directory. -libraries/parser/src/preinstall: - -.PHONY : libraries/parser/src/preinstall - -#============================================================================= -# Target rules for target libraries/parser/src/CMakeFiles/RdP.dir - -# All Build rule for target. -libraries/parser/src/CMakeFiles/RdP.dir/all: - $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/depend - $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=1,2,3,4,5,6 "Built target RdP" -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/all - -# Include target in all. -all: libraries/parser/src/CMakeFiles/RdP.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -libraries/parser/src/CMakeFiles/RdP.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 6 - $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/src/CMakeFiles/RdP.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 0 -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/rule - -# Convenience name for target. -RdP: libraries/parser/src/CMakeFiles/RdP.dir/rule - -.PHONY : RdP - -# clean rule for target. -libraries/parser/src/CMakeFiles/RdP.dir/clean: - $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/clean -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/clean - -# clean rule for target. -clean: libraries/parser/src/CMakeFiles/RdP.dir/clean - -.PHONY : clean - -#============================================================================= -# Directory level rules for directory libraries/parser/tests - -# Convenience name for "all" pass in the directory. -libraries/parser/tests/all: libraries/parser/tests/CMakeFiles/RdPtest.dir/all - -.PHONY : libraries/parser/tests/all - -# Convenience name for "clean" pass in the directory. -libraries/parser/tests/clean: libraries/parser/tests/CMakeFiles/RdPtest.dir/clean - -.PHONY : libraries/parser/tests/clean - -# Convenience name for "preinstall" pass in the directory. -libraries/parser/tests/preinstall: - -.PHONY : libraries/parser/tests/preinstall - -#============================================================================= -# Target rules for target libraries/parser/tests/CMakeFiles/RdPtest.dir - -# All Build rule for target. -libraries/parser/tests/CMakeFiles/RdPtest.dir/all: libraries/parser/src/CMakeFiles/RdP.dir/all - $(MAKE) -f libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make libraries/parser/tests/CMakeFiles/RdPtest.dir/depend - $(MAKE) -f libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make libraries/parser/tests/CMakeFiles/RdPtest.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=7,8 "Built target RdPtest" -.PHONY : libraries/parser/tests/CMakeFiles/RdPtest.dir/all - -# Include target in all. -all: libraries/parser/tests/CMakeFiles/RdPtest.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -libraries/parser/tests/CMakeFiles/RdPtest.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 8 - $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/tests/CMakeFiles/RdPtest.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 0 -.PHONY : libraries/parser/tests/CMakeFiles/RdPtest.dir/rule - -# Convenience name for target. -RdPtest: libraries/parser/tests/CMakeFiles/RdPtest.dir/rule - -.PHONY : RdPtest - -# clean rule for target. -libraries/parser/tests/CMakeFiles/RdPtest.dir/clean: - $(MAKE) -f libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make libraries/parser/tests/CMakeFiles/RdPtest.dir/clean -.PHONY : libraries/parser/tests/CMakeFiles/RdPtest.dir/clean - -# clean rule for target. -clean: libraries/parser/tests/CMakeFiles/RdPtest.dir/clean - -.PHONY : clean - -#============================================================================= -# Directory level rules for directory third-party/sylvan - -# Convenience name for "all" pass in the directory. -third-party/sylvan/all: third-party/sylvan/CMakeFiles/sylvan.dir/all - -.PHONY : third-party/sylvan/all - -# Convenience name for "clean" pass in the directory. -third-party/sylvan/clean: third-party/sylvan/CMakeFiles/sylvan.dir/clean - -.PHONY : third-party/sylvan/clean - -# Convenience name for "preinstall" pass in the directory. -third-party/sylvan/preinstall: - -.PHONY : third-party/sylvan/preinstall - -#============================================================================= -# Target rules for target third-party/sylvan/CMakeFiles/sylvan.dir - -# All Build rule for target. -third-party/sylvan/CMakeFiles/sylvan.dir/all: - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/depend - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33 "Built target sylvan" -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/all - -# Include target in all. -all: third-party/sylvan/CMakeFiles/sylvan.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -third-party/sylvan/CMakeFiles/sylvan.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 16 - $(MAKE) -f CMakeFiles/Makefile2 third-party/sylvan/CMakeFiles/sylvan.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 0 -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/rule - -# Convenience name for target. -sylvan: third-party/sylvan/CMakeFiles/sylvan.dir/rule - -.PHONY : sylvan - -# clean rule for target. -third-party/sylvan/CMakeFiles/sylvan.dir/clean: - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/clean -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/clean - -# clean rule for target. -clean: third-party/sylvan/CMakeFiles/sylvan.dir/clean - -.PHONY : clean - -#============================================================================= -# Directory level rules for directory src - -# Convenience name for "all" pass in the directory. -src/all: src/CMakeFiles/hybrid-sog.dir/all - -.PHONY : src/all - -# Convenience name for "clean" pass in the directory. -src/clean: src/CMakeFiles/hybrid-sog.dir/clean - -.PHONY : src/clean - -# Convenience name for "preinstall" pass in the directory. -src/preinstall: - -.PHONY : src/preinstall - -#============================================================================= -# Target rules for target src/CMakeFiles/hybrid-sog.dir - -# All Build rule for target. -src/CMakeFiles/hybrid-sog.dir/all: libraries/parser/src/CMakeFiles/RdP.dir/all -src/CMakeFiles/hybrid-sog.dir/all: third-party/sylvan/CMakeFiles/sylvan.dir/all - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/depend - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=9,10,11,12,13,14,15,16,17 "Built target hybrid-sog" -.PHONY : src/CMakeFiles/hybrid-sog.dir/all - -# Include target in all. -all: src/CMakeFiles/hybrid-sog.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -src/CMakeFiles/hybrid-sog.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 31 - $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/hybrid-sog.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 0 -.PHONY : src/CMakeFiles/hybrid-sog.dir/rule - -# Convenience name for target. -hybrid-sog: src/CMakeFiles/hybrid-sog.dir/rule - -.PHONY : hybrid-sog - -# clean rule for target. -src/CMakeFiles/hybrid-sog.dir/clean: - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/clean -.PHONY : src/CMakeFiles/hybrid-sog.dir/clean - -# clean rule for target. -clean: src/CMakeFiles/hybrid-sog.dir/clean - -.PHONY : clean - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/CMakeFiles/Progress/1 b/build/CMakeFiles/Progress/1 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/1 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/18 b/build/CMakeFiles/Progress/18 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/18 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/19 b/build/CMakeFiles/Progress/19 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/19 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/2 b/build/CMakeFiles/Progress/2 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/2 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/20 b/build/CMakeFiles/Progress/20 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/20 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/21 b/build/CMakeFiles/Progress/21 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/21 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/22 b/build/CMakeFiles/Progress/22 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/22 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/23 b/build/CMakeFiles/Progress/23 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/23 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/24 b/build/CMakeFiles/Progress/24 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/24 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/25 b/build/CMakeFiles/Progress/25 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/25 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/26 b/build/CMakeFiles/Progress/26 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/26 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/27 b/build/CMakeFiles/Progress/27 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/27 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/28 b/build/CMakeFiles/Progress/28 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/28 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/29 b/build/CMakeFiles/Progress/29 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/29 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/3 b/build/CMakeFiles/Progress/3 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/3 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/30 b/build/CMakeFiles/Progress/30 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/30 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/31 b/build/CMakeFiles/Progress/31 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/31 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/32 b/build/CMakeFiles/Progress/32 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/32 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/33 b/build/CMakeFiles/Progress/33 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/33 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/4 b/build/CMakeFiles/Progress/4 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/4 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/5 b/build/CMakeFiles/Progress/5 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/5 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/6 b/build/CMakeFiles/Progress/6 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/6 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/7 b/build/CMakeFiles/Progress/7 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/7 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/8 b/build/CMakeFiles/Progress/8 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/8 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/9 b/build/CMakeFiles/Progress/9 deleted file mode 100644 index 7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/9 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/CMakeFiles/Progress/count.txt b/build/CMakeFiles/Progress/count.txt deleted file mode 100644 index bb95160cb6e07358f54a28a208ae41e69889c97b..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/Progress/count.txt +++ /dev/null @@ -1 +0,0 @@ -33 diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index 3949b32cb8d000e3034522a625b3ed521906d049..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,16 +0,0 @@ -/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/rebuild_cache.dir -/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/edit_cache.dir -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/CMakeFiles/rebuild_cache.dir -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/CMakeFiles/edit_cache.dir -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/CMakeFiles/rebuild_cache.dir -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/CMakeFiles/RdP.dir -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/CMakeFiles/edit_cache.dir -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests/CMakeFiles/rebuild_cache.dir -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests/CMakeFiles/RdPtest.dir -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests/CMakeFiles/edit_cache.dir -/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/rebuild_cache.dir -/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir -/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/edit_cache.dir -/home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/rebuild_cache.dir -/home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/hybrid-sog.dir -/home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/edit_cache.dir diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd731726d7faa8b29d8d7dba3b981a53ca497..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/CMakeFiles/feature_tests.bin b/build/CMakeFiles/feature_tests.bin deleted file mode 100755 index bb5625462c0c86c0b7f20416c175efaf58a44f39..0000000000000000000000000000000000000000 Binary files a/build/CMakeFiles/feature_tests.bin and /dev/null differ diff --git a/build/CMakeFiles/feature_tests.c b/build/CMakeFiles/feature_tests.c deleted file mode 100644 index 83e86dd8cd85f9f7554f51122b8cd08412ec01f2..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/feature_tests.c +++ /dev/null @@ -1,34 +0,0 @@ - - const char features[] = {"\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 -"1" -#else -"0" -#endif -"c_function_prototypes\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_restrict\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L -"1" -#else -"0" -#endif -"c_static_assert\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_variadic_macros\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/build/CMakeFiles/feature_tests.cxx b/build/CMakeFiles/feature_tests.cxx deleted file mode 100644 index b93418c6ed69feaf1b5c2feb9592bbdb5a5f042c..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/feature_tests.cxx +++ /dev/null @@ -1,405 +0,0 @@ - - const char features[] = {"\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_aggregate_default_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alias_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alignas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alignof\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_attributes\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_attribute_deprecated\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_auto_type\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_binary_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_constexpr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_contextual_conversions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_decltype\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_decltype_auto\n" -"CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_decltype_incomplete_return_types\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_default_function_template_args\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_defaulted_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_defaulted_move_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_delegating_constructors\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_deleted_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_digit_separators\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_enum_forward_declarations\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_explicit_conversions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_extended_friend_declarations\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_extern_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_final\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_func_identifier\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_generalized_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_generic_lambdas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_inheriting_constructors\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_inline_namespaces\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_lambdas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_lambda_init_captures\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_local_type_template_args\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_long_long_type\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_noexcept\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_nonstatic_member_init\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_nullptr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_override\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_range_for\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_raw_string_literals\n" -"CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_reference_qualified_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_relaxed_constexpr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_return_type_deduction\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_right_angle_brackets\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_rvalue_references\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_sizeof_member\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_static_assert\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_strong_enums\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus -"1" -#else -"0" -#endif -"cxx_template_template_parameters\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_thread_local\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_trailing_return_types\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_unicode_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_uniform_initialization\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_unrestricted_unions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_user_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_variable_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_variadic_macros\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_variadic_templates\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/build/CMakeFiles/progress.marks b/build/CMakeFiles/progress.marks deleted file mode 100644 index bb95160cb6e07358f54a28a208ae41e69889c97b..0000000000000000000000000000000000000000 --- a/build/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -33 diff --git a/build/Makefile b/build/Makefile deleted file mode 100644 index 289c717ccac5aeb0017b801f64c14a4ac27a0259..0000000000000000000000000000000000000000 --- a/build/Makefile +++ /dev/null @@ -1,190 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/hiba/PMC-SOG/mc-sog - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/hiba/PMC-SOG/mc-sog/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -H$(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/hiba/PMC-SOG/mc-sog/build/CMakeFiles /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles/progress.marks - $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named RdP - -# Build rule for target. -RdP: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 RdP -.PHONY : RdP - -# fast build rule for target. -RdP/fast: - $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/build -.PHONY : RdP/fast - -#============================================================================= -# Target rules for targets named RdPtest - -# Build rule for target. -RdPtest: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 RdPtest -.PHONY : RdPtest - -# fast build rule for target. -RdPtest/fast: - $(MAKE) -f libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make libraries/parser/tests/CMakeFiles/RdPtest.dir/build -.PHONY : RdPtest/fast - -#============================================================================= -# Target rules for targets named sylvan - -# Build rule for target. -sylvan: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 sylvan -.PHONY : sylvan - -# fast build rule for target. -sylvan/fast: - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/build -.PHONY : sylvan/fast - -#============================================================================= -# Target rules for targets named hybrid-sog - -# Build rule for target. -hybrid-sog: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 hybrid-sog -.PHONY : hybrid-sog - -# fast build rule for target. -hybrid-sog/fast: - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/build -.PHONY : hybrid-sog/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 "... rebuild_cache" - @echo "... edit_cache" - @echo "... RdP" - @echo "... RdPtest" - @echo "... sylvan" - @echo "... hybrid-sog" -.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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake deleted file mode 100644 index 060fdcdd04a937ab1bb20966afcf74098c3c5cfe..0000000000000000000000000000000000000000 --- a/build/cmake_install.cmake +++ /dev/null @@ -1,57 +0,0 @@ -# Install script for directory: /home/hiba/PMC-SOG/mc-sog - -# 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(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/cmake_install.cmake") - include("/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/cmake_install.cmake") - include("/home/hiba/PMC-SOG/mc-sog/build/src/cmake_install.cmake") - -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/hiba/PMC-SOG/mc-sog/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/libraries/parser/CMakeFiles/CMakeDirectoryInformation.cmake b/build/libraries/parser/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 231d7f3e07d5ac221a86bd8748e501abcce9f2b9..0000000000000000000000000000000000000000 --- a/build/libraries/parser/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hiba/PMC-SOG/mc-sog") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hiba/PMC-SOG/mc-sog/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/libraries/parser/CMakeFiles/progress.marks b/build/libraries/parser/CMakeFiles/progress.marks deleted file mode 100644 index 45a4fb75db864000d01701c0f7a51864bd4daabf..0000000000000000000000000000000000000000 --- a/build/libraries/parser/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/build/libraries/parser/CTestTestfile.cmake b/build/libraries/parser/CTestTestfile.cmake deleted file mode 100644 index 614e008ea56c8a8586123c7579919fca2eac2989..0000000000000000000000000000000000000000 --- a/build/libraries/parser/CTestTestfile.cmake +++ /dev/null @@ -1,8 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/hiba/PMC-SOG/mc-sog/libraries/parser -# Build directory: /home/hiba/PMC-SOG/mc-sog/build/libraries/parser -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("src") -subdirs("tests") diff --git a/build/libraries/parser/Makefile b/build/libraries/parser/Makefile deleted file mode 100644 index 25703980ca6ee6045b8cc0f67e88a140329bc0e9..0000000000000000000000000000000000000000 --- a/build/libraries/parser/Makefile +++ /dev/null @@ -1,134 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/hiba/PMC-SOG/mc-sog - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/hiba/PMC-SOG/mc-sog/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/CMakeFiles/progress.marks - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... edit_cache" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/libraries/parser/cmake_install.cmake b/build/libraries/parser/cmake_install.cmake deleted file mode 100644 index 5ba2e7e9b2f7fb6d4cc82baef39d1689e166e88a..0000000000000000000000000000000000000000 --- a/build/libraries/parser/cmake_install.cmake +++ /dev/null @@ -1,46 +0,0 @@ -# Install script for directory: /home/hiba/PMC-SOG/mc-sog/libraries/parser - -# 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(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/cmake_install.cmake") - include("/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests/cmake_install.cmake") - -endif() - diff --git a/build/libraries/parser/src/CMakeFiles/CMakeDirectoryInformation.cmake b/build/libraries/parser/src/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 231d7f3e07d5ac221a86bd8748e501abcce9f2b9..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hiba/PMC-SOG/mc-sog") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hiba/PMC-SOG/mc-sog/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/CXX.includecache b/build/libraries/parser/src/CMakeFiles/RdP.dir/CXX.includecache deleted file mode 100644 index 3b70306d4ab13cfab5147391fa055603cf172da8..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/RdP.dir/CXX.includecache +++ /dev/null @@ -1,100 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -../libraries/parser/src/RdPMonteur.hpp -iostream -- -string -- - -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp -stdio.h -- -string.h -- -errno.h -- -stdlib.h -- -inttypes.h -- -stdio.h -- -string.h -- -RdPMonteur.tab.hpp -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.hpp -unistd.h -- - -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp -string -- -stdio.h -- -RdPMonteur.hpp -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.hpp -stddef.h -- -libintl.h -- -alloca.h -- -malloc.h -- -stdlib.h -- -stdlib.h -- -stdio.h -- - -/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.hpp - -/home/hiba/PMC-SOG/mc-sog/libraries/parser/src/Net.cpp -Net.hpp -/home/hiba/PMC-SOG/mc-sog/libraries/parser/src/Net.hpp -algorithm -- -ext/hash_map -- -iomanip -- -iostream -- -map -- -string -- -vector -- - -/home/hiba/PMC-SOG/mc-sog/libraries/parser/src/Net.hpp -cstring -- -ext/hash_map -- -iostream -- -map -- -set -- -string -- -vector -- -RdPMonteur.hpp -/home/hiba/PMC-SOG/mc-sog/libraries/parser/src/RdPMonteur.hpp - -/home/hiba/PMC-SOG/mc-sog/libraries/parser/src/RdPMonteur.hpp -iostream -- -string -- - diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/DependInfo.cmake b/build/libraries/parser/src/CMakeFiles/RdP.dir/DependInfo.cmake deleted file mode 100644 index 1028e319b8a40ea798caa2b2e62277f4a8883098..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/RdP.dir/DependInfo.cmake +++ /dev/null @@ -1,29 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/hiba/PMC-SOG/mc-sog/libraries/parser/src/Net.cpp" "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o" - "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp" "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o" - "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_CXX_TARGET_INCLUDE_PATH - "../libraries/parser/src" - ) - -# Pairs of files generated by the same build rule. -set(CMAKE_MULTIPLE_OUTPUT_PAIRS - "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.hpp" "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" - ) - - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o b/build/libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o deleted file mode 100644 index 805693ae642baf69811694e38e0942a4f572bdc7..0000000000000000000000000000000000000000 Binary files a/build/libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o and /dev/null differ diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o b/build/libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o deleted file mode 100644 index 7051b78803a72866e398acfdc520fa445154eff8..0000000000000000000000000000000000000000 Binary files a/build/libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o and /dev/null differ diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o b/build/libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o deleted file mode 100644 index de0b240d9fb3db291698a0048086b280ee032652..0000000000000000000000000000000000000000 Binary files a/build/libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o and /dev/null differ diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/build.make b/build/libraries/parser/src/CMakeFiles/RdP.dir/build.make deleted file mode 100644 index 95155dc279506891e3968bb62f695aceee0f7a02..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/RdP.dir/build.make +++ /dev/null @@ -1,182 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/hiba/PMC-SOG/mc-sog - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/hiba/PMC-SOG/mc-sog/build - -# Include any dependencies generated for this target. -include libraries/parser/src/CMakeFiles/RdP.dir/depend.make - -# Include the progress variables for this target. -include libraries/parser/src/CMakeFiles/RdP.dir/progress.make - -# Include the compile flags for this target's objects. -include libraries/parser/src/CMakeFiles/RdP.dir/flags.make - -libraries/parser/src/RdPMonteur.tab.cpp: ../libraries/parser/src/RdPMonteur.y - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "[BISON][RdPMonteurParser] Building parser with bison 3.0.4" - cd /home/hiba/PMC-SOG/mc-sog/libraries/parser/src && /usr/bin/bison -d -o /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp RdPMonteur.y - -libraries/parser/src/RdPMonteur.tab.hpp: libraries/parser/src/RdPMonteur.tab.cpp - @$(CMAKE_COMMAND) -E touch_nocreate libraries/parser/src/RdPMonteur.tab.hpp - -libraries/parser/src/RdPMonteur.lex.cpp: ../libraries/parser/src/RdPMonteur.l - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "[FLEX][RdPMonteurLexer] Building scanner with flex 2.6.4" - cd /home/hiba/PMC-SOG/mc-sog/libraries/parser/src && /usr/bin/flex -o/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp RdPMonteur.l - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o: libraries/parser/src/CMakeFiles/RdP.dir/flags.make -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o: libraries/parser/src/RdPMonteur.tab.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o -c /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp > CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.i - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp -o CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.s - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o.requires: - -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o.requires - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o.provides: libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o.requires - $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o.provides.build -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o.provides - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o.provides.build: libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o - - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o: libraries/parser/src/CMakeFiles/RdP.dir/flags.make -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o: libraries/parser/src/RdPMonteur.lex.cpp -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o: libraries/parser/src/RdPMonteur.tab.hpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o -c /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp > CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.i - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp -o CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.s - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o.requires: - -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o.requires - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o.provides: libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o.requires - $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o.provides.build -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o.provides - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o.provides.build: libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o - - -libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o: libraries/parser/src/CMakeFiles/RdP.dir/flags.make -libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o: ../libraries/parser/src/Net.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/RdP.dir/Net.cpp.o -c /home/hiba/PMC-SOG/mc-sog/libraries/parser/src/Net.cpp - -libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/RdP.dir/Net.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/libraries/parser/src/Net.cpp > CMakeFiles/RdP.dir/Net.cpp.i - -libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/RdP.dir/Net.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/libraries/parser/src/Net.cpp -o CMakeFiles/RdP.dir/Net.cpp.s - -libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o.requires: - -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o.requires - -libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o.provides: libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o.requires - $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o.provides.build -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o.provides - -libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o.provides.build: libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o - - -# Object files for target RdP -RdP_OBJECTS = \ -"CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o" \ -"CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o" \ -"CMakeFiles/RdP.dir/Net.cpp.o" - -# External object files for target RdP -RdP_EXTERNAL_OBJECTS = - -libraries/parser/src/libRdP.a: libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o -libraries/parser/src/libRdP.a: libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o -libraries/parser/src/libRdP.a: libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o -libraries/parser/src/libRdP.a: libraries/parser/src/CMakeFiles/RdP.dir/build.make -libraries/parser/src/libRdP.a: libraries/parser/src/CMakeFiles/RdP.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX static library libRdP.a" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && $(CMAKE_COMMAND) -P CMakeFiles/RdP.dir/cmake_clean_target.cmake - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/RdP.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libraries/parser/src/CMakeFiles/RdP.dir/build: libraries/parser/src/libRdP.a - -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/build - -libraries/parser/src/CMakeFiles/RdP.dir/requires: libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o.requires -libraries/parser/src/CMakeFiles/RdP.dir/requires: libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o.requires -libraries/parser/src/CMakeFiles/RdP.dir/requires: libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o.requires - -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/requires - -libraries/parser/src/CMakeFiles/RdP.dir/clean: - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src && $(CMAKE_COMMAND) -P CMakeFiles/RdP.dir/cmake_clean.cmake -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/clean - -libraries/parser/src/CMakeFiles/RdP.dir/depend: libraries/parser/src/RdPMonteur.tab.cpp -libraries/parser/src/CMakeFiles/RdP.dir/depend: libraries/parser/src/RdPMonteur.tab.hpp -libraries/parser/src/CMakeFiles/RdP.dir/depend: libraries/parser/src/RdPMonteur.lex.cpp - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hiba/PMC-SOG/mc-sog /home/hiba/PMC-SOG/mc-sog/libraries/parser/src /home/hiba/PMC-SOG/mc-sog/build /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/CMakeFiles/RdP.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/depend - diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/cmake_clean.cmake b/build/libraries/parser/src/CMakeFiles/RdP.dir/cmake_clean.cmake deleted file mode 100644 index 7974ce184d6e0d16fb8fec6b51dcbb476f7dd8a5..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/RdP.dir/cmake_clean.cmake +++ /dev/null @@ -1,15 +0,0 @@ -file(REMOVE_RECURSE - "RdPMonteur.tab.cpp" - "RdPMonteur.tab.hpp" - "RdPMonteur.lex.cpp" - "CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o" - "CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o" - "CMakeFiles/RdP.dir/Net.cpp.o" - "libRdP.pdb" - "libRdP.a" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/RdP.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/cmake_clean_target.cmake b/build/libraries/parser/src/CMakeFiles/RdP.dir/cmake_clean_target.cmake deleted file mode 100644 index 5216f5bc8675196a5ba0517b547a3a8f6dec8733..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/RdP.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libRdP.a" -) diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/depend.internal b/build/libraries/parser/src/CMakeFiles/RdP.dir/depend.internal deleted file mode 100644 index 18b551c4457ba806d3c4e13eb386ebc8543c03bf..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/RdP.dir/depend.internal +++ /dev/null @@ -1,13 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o - /home/hiba/PMC-SOG/mc-sog/libraries/parser/src/Net.cpp - /home/hiba/PMC-SOG/mc-sog/libraries/parser/src/Net.hpp - /home/hiba/PMC-SOG/mc-sog/libraries/parser/src/RdPMonteur.hpp -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o - /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp - /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.hpp -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o - ../libraries/parser/src/RdPMonteur.hpp - /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/depend.make b/build/libraries/parser/src/CMakeFiles/RdP.dir/depend.make deleted file mode 100644 index 9e18532be8f5262c45d272932367aef8c1d0acf6..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/RdP.dir/depend.make +++ /dev/null @@ -1,13 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o: ../libraries/parser/src/Net.cpp -libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o: ../libraries/parser/src/Net.hpp -libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o: ../libraries/parser/src/RdPMonteur.hpp - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o: libraries/parser/src/RdPMonteur.lex.cpp -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o: libraries/parser/src/RdPMonteur.tab.hpp - -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o: ../libraries/parser/src/RdPMonteur.hpp -libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o: libraries/parser/src/RdPMonteur.tab.cpp - diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/flags.make b/build/libraries/parser/src/CMakeFiles/RdP.dir/flags.make deleted file mode 100644 index 362fc75939227a84f9b38b34994457d33f1643c8..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/RdP.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -fpermissive -O3 -Wall - -CXX_DEFINES = - -CXX_INCLUDES = -I/home/hiba/PMC-SOG/mc-sog/libraries/parser/src - diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/link.txt b/build/libraries/parser/src/CMakeFiles/RdP.dir/link.txt deleted file mode 100644 index 72a1e8a7fe216c0c30ffa8d0e015a90baf700be8..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/RdP.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libRdP.a CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o CMakeFiles/RdP.dir/Net.cpp.o -/usr/bin/ranlib libRdP.a diff --git a/build/libraries/parser/src/CMakeFiles/RdP.dir/progress.make b/build/libraries/parser/src/CMakeFiles/RdP.dir/progress.make deleted file mode 100644 index daba7fae8329f94f9035390e28baa013e2a5f555..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/RdP.dir/progress.make +++ /dev/null @@ -1,7 +0,0 @@ -CMAKE_PROGRESS_1 = 1 -CMAKE_PROGRESS_2 = 2 -CMAKE_PROGRESS_3 = 3 -CMAKE_PROGRESS_4 = 4 -CMAKE_PROGRESS_5 = 5 -CMAKE_PROGRESS_6 = 6 - diff --git a/build/libraries/parser/src/CMakeFiles/progress.marks b/build/libraries/parser/src/CMakeFiles/progress.marks deleted file mode 100644 index 1e8b314962144c26d5e0e50fd29d2ca327864913..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/build/libraries/parser/src/Makefile b/build/libraries/parser/src/Makefile deleted file mode 100644 index c2a8fe97335b51b4675c7b56b2cb6bd5df24f263..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/Makefile +++ /dev/null @@ -1,240 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/hiba/PMC-SOG/mc-sog - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/hiba/PMC-SOG/mc-sog/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/CMakeFiles/progress.marks - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/src/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/src/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/src/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/src/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -libraries/parser/src/CMakeFiles/RdP.dir/rule: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/src/CMakeFiles/RdP.dir/rule -.PHONY : libraries/parser/src/CMakeFiles/RdP.dir/rule - -# Convenience name for target. -RdP: libraries/parser/src/CMakeFiles/RdP.dir/rule - -.PHONY : RdP - -# fast build rule for target. -RdP/fast: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/build -.PHONY : RdP/fast - -Net.o: Net.cpp.o - -.PHONY : Net.o - -# target to build an object file -Net.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.o -.PHONY : Net.cpp.o - -Net.i: Net.cpp.i - -.PHONY : Net.i - -# target to preprocess a source file -Net.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.i -.PHONY : Net.cpp.i - -Net.s: Net.cpp.s - -.PHONY : Net.s - -# target to generate assembly for a file -Net.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/Net.cpp.s -.PHONY : Net.cpp.s - -RdPMonteur.lex.o: RdPMonteur.lex.cpp.o - -.PHONY : RdPMonteur.lex.o - -# target to build an object file -RdPMonteur.lex.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.o -.PHONY : RdPMonteur.lex.cpp.o - -RdPMonteur.lex.i: RdPMonteur.lex.cpp.i - -.PHONY : RdPMonteur.lex.i - -# target to preprocess a source file -RdPMonteur.lex.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.i -.PHONY : RdPMonteur.lex.cpp.i - -RdPMonteur.lex.s: RdPMonteur.lex.cpp.s - -.PHONY : RdPMonteur.lex.s - -# target to generate assembly for a file -RdPMonteur.lex.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.lex.cpp.s -.PHONY : RdPMonteur.lex.cpp.s - -RdPMonteur.tab.o: RdPMonteur.tab.cpp.o - -.PHONY : RdPMonteur.tab.o - -# target to build an object file -RdPMonteur.tab.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.o -.PHONY : RdPMonteur.tab.cpp.o - -RdPMonteur.tab.i: RdPMonteur.tab.cpp.i - -.PHONY : RdPMonteur.tab.i - -# target to preprocess a source file -RdPMonteur.tab.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.i -.PHONY : RdPMonteur.tab.cpp.i - -RdPMonteur.tab.s: RdPMonteur.tab.cpp.s - -.PHONY : RdPMonteur.tab.s - -# target to generate assembly for a file -RdPMonteur.tab.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/src/CMakeFiles/RdP.dir/build.make libraries/parser/src/CMakeFiles/RdP.dir/RdPMonteur.tab.cpp.s -.PHONY : RdPMonteur.tab.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... RdP" - @echo "... edit_cache" - @echo "... Net.o" - @echo "... Net.i" - @echo "... Net.s" - @echo "... RdPMonteur.lex.o" - @echo "... RdPMonteur.lex.i" - @echo "... RdPMonteur.lex.s" - @echo "... RdPMonteur.tab.o" - @echo "... RdPMonteur.tab.i" - @echo "... RdPMonteur.tab.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/libraries/parser/src/RdPMonteur.lex.cpp b/build/libraries/parser/src/RdPMonteur.lex.cpp deleted file mode 100644 index 6d28f40dcf988247a497e5db1674440e6ec3dd1b..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/RdPMonteur.lex.cpp +++ /dev/null @@ -1,1912 +0,0 @@ -#line 2 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp" - -#line 4 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp" - -#define YY_INT_ALIGNED short int - -/* A lexical scanner generated by flex */ - -#define FLEX_SCANNER -#define YY_FLEX_MAJOR_VERSION 2 -#define YY_FLEX_MINOR_VERSION 6 -#define YY_FLEX_SUBMINOR_VERSION 4 -#if YY_FLEX_SUBMINOR_VERSION > 0 -#define FLEX_BETA -#endif - -/* First, we deal with platform-specific or compiler-specific issues. */ - -/* begin standard C headers. */ -#include <stdio.h> -#include <string.h> -#include <errno.h> -#include <stdlib.h> - -/* end standard C headers. */ - -/* flex integer type definitions */ - -#ifndef FLEXINT_H -#define FLEXINT_H - -/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ - -#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L - -/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, - * if you want the limit (max/min) macros for int types. - */ -#ifndef __STDC_LIMIT_MACROS -#define __STDC_LIMIT_MACROS 1 -#endif - -#include <inttypes.h> -typedef int8_t flex_int8_t; -typedef uint8_t flex_uint8_t; -typedef int16_t flex_int16_t; -typedef uint16_t flex_uint16_t; -typedef int32_t flex_int32_t; -typedef uint32_t flex_uint32_t; -#else -typedef signed char flex_int8_t; -typedef short int flex_int16_t; -typedef int flex_int32_t; -typedef unsigned char flex_uint8_t; -typedef unsigned short int flex_uint16_t; -typedef unsigned int flex_uint32_t; - -/* Limits of integral types. */ -#ifndef INT8_MIN -#define INT8_MIN (-128) -#endif -#ifndef INT16_MIN -#define INT16_MIN (-32767-1) -#endif -#ifndef INT32_MIN -#define INT32_MIN (-2147483647-1) -#endif -#ifndef INT8_MAX -#define INT8_MAX (127) -#endif -#ifndef INT16_MAX -#define INT16_MAX (32767) -#endif -#ifndef INT32_MAX -#define INT32_MAX (2147483647) -#endif -#ifndef UINT8_MAX -#define UINT8_MAX (255U) -#endif -#ifndef UINT16_MAX -#define UINT16_MAX (65535U) -#endif -#ifndef UINT32_MAX -#define UINT32_MAX (4294967295U) -#endif - -#ifndef SIZE_MAX -#define SIZE_MAX (~(size_t)0) -#endif - -#endif /* ! C99 */ - -#endif /* ! FLEXINT_H */ - -/* begin standard C++ headers. */ - -/* TODO: this is always defined, so inline it */ -#define yyconst const - -#if defined(__GNUC__) && __GNUC__ >= 3 -#define yynoreturn __attribute__((__noreturn__)) -#else -#define yynoreturn -#endif - -/* Returned upon end-of-file. */ -#define YY_NULL 0 - -/* Promotes a possibly negative, possibly signed char to an - * integer in range [0..255] for use as an array index. - */ -#define YY_SC_TO_UI(c) ((YY_CHAR) (c)) - -/* Enter a start condition. This macro really ought to take a parameter, - * but we do it the disgusting crufty way forced on us by the ()-less - * definition of BEGIN. - */ -#define BEGIN (yy_start) = 1 + 2 * -/* Translate the current start state into a value that can be later handed - * to BEGIN to return to the state. The YYSTATE alias is for lex - * compatibility. - */ -#define YY_START (((yy_start) - 1) / 2) -#define YYSTATE YY_START -/* Action number for EOF rule of a given start state. */ -#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) -/* Special action meaning "start processing a new file". */ -#define YY_NEW_FILE yyrestart( yyin ) -#define YY_END_OF_BUFFER_CHAR 0 - -/* Size of default input buffer. */ -#ifndef YY_BUF_SIZE -#ifdef __ia64__ -/* On IA-64, the buffer size is 16k, not 8k. - * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. - * Ditto for the __ia64__ case accordingly. - */ -#define YY_BUF_SIZE 32768 -#else -#define YY_BUF_SIZE 16384 -#endif /* __ia64__ */ -#endif - -/* The state buf must be large enough to hold one state per character in the main buffer. - */ -#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) - -#ifndef YY_TYPEDEF_YY_BUFFER_STATE -#define YY_TYPEDEF_YY_BUFFER_STATE -typedef struct yy_buffer_state *YY_BUFFER_STATE; -#endif - -#ifndef YY_TYPEDEF_YY_SIZE_T -#define YY_TYPEDEF_YY_SIZE_T -typedef size_t yy_size_t; -#endif - -extern int yyleng; - -extern FILE *yyin, *yyout; - -#define EOB_ACT_CONTINUE_SCAN 0 -#define EOB_ACT_END_OF_FILE 1 -#define EOB_ACT_LAST_MATCH 2 - - #define YY_LESS_LINENO(n) - #define YY_LINENO_REWIND_TO(ptr) - -/* Return all but the first "n" matched characters back to the input stream. */ -#define yyless(n) \ - do \ - { \ - /* Undo effects of setting up yytext. */ \ - int yyless_macro_arg = (n); \ - YY_LESS_LINENO(yyless_macro_arg);\ - *yy_cp = (yy_hold_char); \ - YY_RESTORE_YY_MORE_OFFSET \ - (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ - YY_DO_BEFORE_ACTION; /* set up yytext again */ \ - } \ - while ( 0 ) -#define unput(c) yyunput( c, (yytext_ptr) ) - -#ifndef YY_STRUCT_YY_BUFFER_STATE -#define YY_STRUCT_YY_BUFFER_STATE -struct yy_buffer_state - { - FILE *yy_input_file; - - char *yy_ch_buf; /* input buffer */ - char *yy_buf_pos; /* current position in input buffer */ - - /* Size of input buffer in bytes, not including room for EOB - * characters. - */ - int yy_buf_size; - - /* Number of characters read into yy_ch_buf, not including EOB - * characters. - */ - int yy_n_chars; - - /* Whether we "own" the buffer - i.e., we know we created it, - * and can realloc() it to grow it, and should free() it to - * delete it. - */ - int yy_is_our_buffer; - - /* Whether this is an "interactive" input source; if so, and - * if we're using stdio for input, then we want to use getc() - * instead of fread(), to make sure we stop fetching input after - * each newline. - */ - int yy_is_interactive; - - /* Whether we're considered to be at the beginning of a line. - * If so, '^' rules will be active on the next match, otherwise - * not. - */ - int yy_at_bol; - - int yy_bs_lineno; /**< The line count. */ - int yy_bs_column; /**< The column count. */ - - /* Whether to try to fill the input buffer when we reach the - * end of it. - */ - int yy_fill_buffer; - - int yy_buffer_status; - -#define YY_BUFFER_NEW 0 -#define YY_BUFFER_NORMAL 1 - /* When an EOF's been seen but there's still some text to process - * then we mark the buffer as YY_EOF_PENDING, to indicate that we - * shouldn't try reading from the input source any more. We might - * still have a bunch of tokens to match, though, because of - * possible backing-up. - * - * When we actually see the EOF, we change the status to "new" - * (via yyrestart()), so that the user can continue scanning by - * just pointing yyin at a new input file. - */ -#define YY_BUFFER_EOF_PENDING 2 - - }; -#endif /* !YY_STRUCT_YY_BUFFER_STATE */ - -/* Stack of input buffers. */ -static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ -static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ -static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */ - -/* We provide macros for accessing buffer states in case in the - * future we want to put the buffer states in a more general - * "scanner state". - * - * Returns the top of the stack, or NULL. - */ -#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ - ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ - : NULL) -/* Same as previous macro, but useful when we know that the buffer stack is not - * NULL or when we need an lvalue. For internal use only. - */ -#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] - -/* yy_hold_char holds the character lost when yytext is formed. */ -static char yy_hold_char; -static int yy_n_chars; /* number of characters read into yy_ch_buf */ -int yyleng; - -/* Points to current character in buffer. */ -static char *yy_c_buf_p = NULL; -static int yy_init = 0; /* whether we need to initialize */ -static int yy_start = 0; /* start state number */ - -/* Flag which is used to allow yywrap()'s to do buffer switches - * instead of setting up a fresh yyin. A bit of a hack ... - */ -static int yy_did_buffer_switch_on_eof; - -void yyrestart ( FILE *input_file ); -void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer ); -YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size ); -void yy_delete_buffer ( YY_BUFFER_STATE b ); -void yy_flush_buffer ( YY_BUFFER_STATE b ); -void yypush_buffer_state ( YY_BUFFER_STATE new_buffer ); -void yypop_buffer_state ( void ); - -static void yyensure_buffer_stack ( void ); -static void yy_load_buffer_state ( void ); -static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file ); -#define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER ) - -YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); -YY_BUFFER_STATE yy_scan_string ( const char *yy_str ); -YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len ); - -void *yyalloc ( yy_size_t ); -void *yyrealloc ( void *, yy_size_t ); -void yyfree ( void * ); - -#define yy_new_buffer yy_create_buffer -#define yy_set_interactive(is_interactive) \ - { \ - if ( ! YY_CURRENT_BUFFER ){ \ - yyensure_buffer_stack (); \ - YY_CURRENT_BUFFER_LVALUE = \ - yy_create_buffer( yyin, YY_BUF_SIZE ); \ - } \ - YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ - } -#define yy_set_bol(at_bol) \ - { \ - if ( ! YY_CURRENT_BUFFER ){\ - yyensure_buffer_stack (); \ - YY_CURRENT_BUFFER_LVALUE = \ - yy_create_buffer( yyin, YY_BUF_SIZE ); \ - } \ - YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ - } -#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) - -/* Begin user sect3 */ -typedef flex_uint8_t YY_CHAR; - -FILE *yyin = NULL, *yyout = NULL; - -typedef int yy_state_type; - -extern int yylineno; -int yylineno = 1; - -extern char *yytext; -#ifdef yytext_ptr -#undef yytext_ptr -#endif -#define yytext_ptr yytext - -static yy_state_type yy_get_previous_state ( void ); -static yy_state_type yy_try_NUL_trans ( yy_state_type current_state ); -static int yy_get_next_buffer ( void ); -static void yynoreturn yy_fatal_error ( const char* msg ); - -/* Done after the current pattern has been matched and before the - * corresponding action - sets up yytext. - */ -#define YY_DO_BEFORE_ACTION \ - (yytext_ptr) = yy_bp; \ - yyleng = (int) (yy_cp - yy_bp); \ - (yy_hold_char) = *yy_cp; \ - *yy_cp = '\0'; \ - (yy_c_buf_p) = yy_cp; -#define YY_NUM_RULES 24 -#define YY_END_OF_BUFFER 25 -/* This struct is not used in this scanner, - but its presence is necessary. */ -struct yy_trans_info - { - flex_int32_t yy_verify; - flex_int32_t yy_nxt; - }; -static const flex_int16_t yy_accept[67] = - { 0, - 0, 0, 25, 24, 23, 24, 1, 2, 24, 21, - 5, 6, 10, 22, 22, 22, 22, 22, 3, 4, - 22, 22, 0, 0, 0, 0, 9, 21, 8, 22, - 22, 22, 22, 22, 19, 22, 0, 0, 0, 0, - 0, 0, 0, 18, 22, 0, 17, 22, 20, 0, - 0, 0, 0, 7, 16, 22, 0, 0, 0, 0, - 15, 14, 12, 13, 11, 0 - } ; - -static const YY_CHAR yy_ec[256] = - { 0, - 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 3, 1, 1, 4, 1, 1, 1, 1, 5, - 6, 1, 1, 1, 1, 7, 1, 8, 8, 8, - 8, 8, 8, 8, 8, 8, 8, 9, 10, 11, - 1, 12, 1, 1, 13, 13, 13, 13, 13, 13, - 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, - 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, - 1, 1, 1, 1, 13, 1, 14, 13, 15, 16, - - 17, 13, 13, 13, 18, 13, 19, 20, 21, 22, - 23, 24, 25, 26, 27, 28, 29, 13, 13, 13, - 13, 13, 30, 1, 31, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1 - } ; - -static const YY_CHAR yy_meta[32] = - { 0, - 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, - 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, - 1 - } ; - -static const flex_int16_t yy_base[68] = - { 0, - 0, 14, 84, 85, 85, 16, 85, 85, 71, 74, - 85, 85, 74, 0, 56, 56, 59, 60, 85, 85, - 54, 46, 52, 53, 43, 45, 85, 62, 31, 0, - 40, 42, 43, 41, 0, 39, 50, 51, 47, 49, - 32, 50, 44, 85, 34, 47, 85, 43, 0, 31, - 43, 28, 34, 85, 0, 27, 28, 36, 34, 15, - 0, 85, 85, 85, 85, 85, 34 - } ; - -static const flex_int16_t yy_def[68] = - { 0, - 66, 1, 66, 66, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 67, 67, 67, 67, 67, 66, 66, - 67, 67, 66, 66, 66, 66, 66, 66, 66, 67, - 67, 67, 67, 67, 67, 67, 66, 66, 66, 66, - 66, 66, 66, 66, 67, 66, 66, 67, 67, 66, - 66, 66, 66, 66, 67, 67, 66, 66, 66, 66, - 67, 66, 66, 66, 66, 0, 66 - } ; - -static const flex_int16_t yy_nxt[117] = - { 0, - 4, 5, 5, 6, 7, 8, 9, 10, 11, 12, - 13, 4, 14, 14, 15, 14, 14, 14, 14, 16, - 17, 14, 14, 14, 14, 18, 14, 14, 14, 19, - 20, 21, 23, 41, 41, 30, 22, 42, 42, 24, - 25, 65, 43, 26, 44, 46, 43, 47, 44, 46, - 64, 47, 63, 62, 61, 60, 59, 58, 57, 56, - 55, 54, 53, 52, 51, 50, 49, 48, 45, 28, - 40, 39, 38, 37, 36, 35, 34, 33, 32, 31, - 29, 28, 27, 66, 3, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - - 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66 - } ; - -static const flex_int16_t yy_chk[117] = - { 0, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 2, 6, 29, 41, 67, 2, 29, 41, 6, - 6, 60, 31, 6, 31, 33, 43, 33, 43, 46, - 59, 46, 58, 57, 56, 53, 52, 51, 50, 48, - 45, 42, 40, 39, 38, 37, 36, 34, 32, 28, - 26, 25, 24, 23, 22, 21, 18, 17, 16, 15, - 13, 10, 9, 3, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - - 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66 - } ; - -static yy_state_type yy_last_accepting_state; -static char *yy_last_accepting_cpos; - -extern int yy_flex_debug; -int yy_flex_debug = 0; - -/* The intent behind this definition is that it'll catch - * any uses of REJECT which flex missed. - */ -#define REJECT reject_used_but_not_detected -#define yymore() yymore_used_but_not_detected -#define YY_MORE_ADJ 0 -#define YY_RESTORE_YY_MORE_OFFSET -char *yytext; -#line 1 "RdPMonteur.l" -#line 2 "RdPMonteur.l" -/************* INCLUDES AND EXTERNALS *************************************/ -extern "C" int yylex(); - -#include <stdio.h> -#include <string.h> -#include "RdPMonteur.tab.hpp" - -#line 495 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp" -#line 496 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp" - -#define INITIAL 0 - -#ifndef YY_NO_UNISTD_H -/* Special case for "unistd.h", since it is non-ANSI. We include it way - * down here because we want the user's section 1 to have been scanned first. - * The user has a chance to override it with an option. - */ -#include <unistd.h> -#endif - -#ifndef YY_EXTRA_TYPE -#define YY_EXTRA_TYPE void * -#endif - -static int yy_init_globals ( void ); - -/* Accessor methods to globals. - These are made visible to non-reentrant scanners for convenience. */ - -int yylex_destroy ( void ); - -int yyget_debug ( void ); - -void yyset_debug ( int debug_flag ); - -YY_EXTRA_TYPE yyget_extra ( void ); - -void yyset_extra ( YY_EXTRA_TYPE user_defined ); - -FILE *yyget_in ( void ); - -void yyset_in ( FILE * _in_str ); - -FILE *yyget_out ( void ); - -void yyset_out ( FILE * _out_str ); - - int yyget_leng ( void ); - -char *yyget_text ( void ); - -int yyget_lineno ( void ); - -void yyset_lineno ( int _line_number ); - -/* Macros after this point can all be overridden by user definitions in - * section 1. - */ - -#ifndef YY_SKIP_YYWRAP -#ifdef __cplusplus -extern "C" int yywrap ( void ); -#else -extern int yywrap ( void ); -#endif -#endif - -#ifndef YY_NO_UNPUT - - static void yyunput ( int c, char *buf_ptr ); - -#endif - -#ifndef yytext_ptr -static void yy_flex_strncpy ( char *, const char *, int ); -#endif - -#ifdef YY_NEED_STRLEN -static int yy_flex_strlen ( const char * ); -#endif - -#ifndef YY_NO_INPUT -#ifdef __cplusplus -static int yyinput ( void ); -#else -static int input ( void ); -#endif - -#endif - -/* Amount of stuff to slurp up with each read. */ -#ifndef YY_READ_BUF_SIZE -#ifdef __ia64__ -/* On IA-64, the buffer size is 16k, not 8k */ -#define YY_READ_BUF_SIZE 16384 -#else -#define YY_READ_BUF_SIZE 8192 -#endif /* __ia64__ */ -#endif - -/* Copy whatever the last rule matched to the standard output. */ -#ifndef ECHO -/* This used to be an fputs(), but since the string might contain NUL's, - * we now use fwrite(). - */ -#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) -#endif - -/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, - * is returned in "result". - */ -#ifndef YY_INPUT -#define YY_INPUT(buf,result,max_size) \ - if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ - { \ - int c = '*'; \ - int n; \ - for ( n = 0; n < max_size && \ - (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ - buf[n] = (char) c; \ - if ( c == '\n' ) \ - buf[n++] = (char) c; \ - if ( c == EOF && ferror( yyin ) ) \ - YY_FATAL_ERROR( "input in flex scanner failed" ); \ - result = n; \ - } \ - else \ - { \ - errno=0; \ - while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ - { \ - if( errno != EINTR) \ - { \ - YY_FATAL_ERROR( "input in flex scanner failed" ); \ - break; \ - } \ - errno=0; \ - clearerr(yyin); \ - } \ - }\ -\ - -#endif - -/* No semi-colon after return; correct usage is to write "yyterminate();" - - * we don't want an extra ';' after the "return" because that will cause - * some compilers to complain about unreachable statements. - */ -#ifndef yyterminate -#define yyterminate() return YY_NULL -#endif - -/* Number of entries by which start-condition stack grows. */ -#ifndef YY_START_STACK_INCR -#define YY_START_STACK_INCR 25 -#endif - -/* Report a fatal error. */ -#ifndef YY_FATAL_ERROR -#define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) -#endif - -/* end tables serialization structures and prototypes */ - -/* Default declaration of generated scanner - a define so the user can - * easily add parameters. - */ -#ifndef YY_DECL -#define YY_DECL_IS_OURS 1 - -extern int yylex (void); - -#define YY_DECL int yylex (void) -#endif /* !YY_DECL */ - -/* Code executed at the beginning of each rule, after yytext and yyleng - * have been set up. - */ -#ifndef YY_USER_ACTION -#define YY_USER_ACTION -#endif - -/* Code executed at the end of each rule. */ -#ifndef YY_BREAK -#define YY_BREAK /*LINTED*/break; -#endif - -#define YY_RULE_SETUP \ - if ( yyleng > 0 ) \ - YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ - (yytext[yyleng - 1] == '\n'); \ - YY_USER_ACTION - -/** The main scanner function which does all the work. - */ -YY_DECL -{ - yy_state_type yy_current_state; - char *yy_cp, *yy_bp; - int yy_act; - - if ( !(yy_init) ) - { - (yy_init) = 1; - -#ifdef YY_USER_INIT - YY_USER_INIT; -#endif - - if ( ! (yy_start) ) - (yy_start) = 1; /* first start state */ - - if ( ! yyin ) - yyin = stdin; - - if ( ! yyout ) - yyout = stdout; - - if ( ! YY_CURRENT_BUFFER ) { - yyensure_buffer_stack (); - YY_CURRENT_BUFFER_LVALUE = - yy_create_buffer( yyin, YY_BUF_SIZE ); - } - - yy_load_buffer_state( ); - } - - { -#line 11 "RdPMonteur.l" - -#line 718 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp" - - while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ - { - yy_cp = (yy_c_buf_p); - - /* Support of yytext. */ - *yy_cp = (yy_hold_char); - - /* yy_bp points to the position in yy_ch_buf of the start of - * the current run. - */ - yy_bp = yy_cp; - - yy_current_state = (yy_start); - yy_current_state += YY_AT_BOL(); -yy_match: - do - { - YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; - if ( yy_accept[yy_current_state] ) - { - (yy_last_accepting_state) = yy_current_state; - (yy_last_accepting_cpos) = yy_cp; - } - while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) - { - yy_current_state = (int) yy_def[yy_current_state]; - if ( yy_current_state >= 67 ) - yy_c = yy_meta[yy_c]; - } - yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; - ++yy_cp; - } - while ( yy_base[yy_current_state] != 85 ); - -yy_find_action: - yy_act = yy_accept[yy_current_state]; - if ( yy_act == 0 ) - { /* have to back up */ - yy_cp = (yy_last_accepting_cpos); - yy_current_state = (yy_last_accepting_state); - yy_act = yy_accept[yy_current_state]; - } - - YY_DO_BEFORE_ACTION; - -do_action: /* This label is used only to access EOF actions. */ - - switch ( yy_act ) - { /* beginning of action switch */ - case 0: /* must back up */ - /* undo the effects of YY_DO_BEFORE_ACTION */ - *yy_cp = (yy_hold_char); - yy_cp = (yy_last_accepting_cpos); - yy_current_state = (yy_last_accepting_state); - goto yy_find_action; - -case 1: -YY_RULE_SETUP -#line 12 "RdPMonteur.l" -{ return('('); } - YY_BREAK -case 2: -YY_RULE_SETUP -#line 13 "RdPMonteur.l" -{ return(')'); } - YY_BREAK -case 3: -YY_RULE_SETUP -#line 14 "RdPMonteur.l" -{ return('{'); } - YY_BREAK -case 4: -YY_RULE_SETUP -#line 15 "RdPMonteur.l" -{ return('}'); } - YY_BREAK -case 5: -YY_RULE_SETUP -#line 16 "RdPMonteur.l" -{ return(':'); } - YY_BREAK -case 6: -YY_RULE_SETUP -#line 17 "RdPMonteur.l" -{ return(';'); } - YY_BREAK -case 7: -YY_RULE_SETUP -#line 18 "RdPMonteur.l" -{ return(TOKEN);} - YY_BREAK -case 8: -YY_RULE_SETUP -#line 19 "RdPMonteur.l" -{ return('['); } - YY_BREAK -case 9: -YY_RULE_SETUP -#line 20 "RdPMonteur.l" -{ return(']'); } - YY_BREAK -case 10: -YY_RULE_SETUP -#line 21 "RdPMonteur.l" -{ return(INHIBITOR); } - YY_BREAK -case 11: -YY_RULE_SETUP -#line 22 "RdPMonteur.l" -{ return(TRANS);} - YY_BREAK -case 12: -YY_RULE_SETUP -#line 23 "RdPMonteur.l" -{ return(PLACE);} - YY_BREAK -case 13: -YY_RULE_SETUP -#line 24 "RdPMonteur.l" -{ return(QUEUE);} - YY_BREAK -case 14: -YY_RULE_SETUP -#line 25 "RdPMonteur.l" -{ return(ENDTR);} - YY_BREAK -case 15: -YY_RULE_SETUP -#line 26 "RdPMonteur.l" -{ return(RESET);} - YY_BREAK -case 16: -YY_RULE_SETUP -#line 27 "RdPMonteur.l" -{ return(LOSS);} - YY_BREAK -case 17: -*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ -(yy_c_buf_p) = yy_cp = yy_bp + 2; -YY_DO_BEFORE_ACTION; /* set up yytext again */ -YY_RULE_SETUP -#line 28 "RdPMonteur.l" -{ return(MK);} - YY_BREAK -case 18: -*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ -(yy_c_buf_p) = yy_cp = yy_bp + 2; -YY_DO_BEFORE_ACTION; /* set up yytext again */ -YY_RULE_SETUP -#line 29 "RdPMonteur.l" -{ return(CP);} - YY_BREAK -case 19: -YY_RULE_SETUP -#line 30 "RdPMonteur.l" -{ return(IN);} - YY_BREAK -case 20: -YY_RULE_SETUP -#line 31 "RdPMonteur.l" -{ return(OUT);} - YY_BREAK -case 21: -YY_RULE_SETUP -#line 32 "RdPMonteur.l" -{ sscanf(yytext,"%d",&yylval.i); return(ENTIER);} - YY_BREAK -case 22: -YY_RULE_SETUP -#line 33 "RdPMonteur.l" -{ yylval.s = strdup(yytext); return(VARIABLE);} - YY_BREAK -case 23: -/* rule 23 can match eol */ -YY_RULE_SETUP -#line 34 "RdPMonteur.l" -{} - YY_BREAK -case 24: -YY_RULE_SETUP -#line 35 "RdPMonteur.l" -ECHO; - YY_BREAK -#line 903 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.lex.cpp" -case YY_STATE_EOF(INITIAL): - yyterminate(); - - case YY_END_OF_BUFFER: - { - /* Amount of text matched not including the EOB char. */ - int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; - - /* Undo the effects of YY_DO_BEFORE_ACTION. */ - *yy_cp = (yy_hold_char); - YY_RESTORE_YY_MORE_OFFSET - - if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) - { - /* We're scanning a new file or input source. It's - * possible that this happened because the user - * just pointed yyin at a new source and called - * yylex(). If so, then we have to assure - * consistency between YY_CURRENT_BUFFER and our - * globals. Here is the right place to do so, because - * this is the first action (other than possibly a - * back-up) that will match for the new input source. - */ - (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; - YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; - YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; - } - - /* Note that here we test for yy_c_buf_p "<=" to the position - * of the first EOB in the buffer, since yy_c_buf_p will - * already have been incremented past the NUL character - * (since all states make transitions on EOB to the - * end-of-buffer state). Contrast this with the test - * in input(). - */ - if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) - { /* This was really a NUL. */ - yy_state_type yy_next_state; - - (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; - - yy_current_state = yy_get_previous_state( ); - - /* Okay, we're now positioned to make the NUL - * transition. We couldn't have - * yy_get_previous_state() go ahead and do it - * for us because it doesn't know how to deal - * with the possibility of jamming (and we don't - * want to build jamming into it because then it - * will run more slowly). - */ - - yy_next_state = yy_try_NUL_trans( yy_current_state ); - - yy_bp = (yytext_ptr) + YY_MORE_ADJ; - - if ( yy_next_state ) - { - /* Consume the NUL. */ - yy_cp = ++(yy_c_buf_p); - yy_current_state = yy_next_state; - goto yy_match; - } - - else - { - yy_cp = (yy_c_buf_p); - goto yy_find_action; - } - } - - else switch ( yy_get_next_buffer( ) ) - { - case EOB_ACT_END_OF_FILE: - { - (yy_did_buffer_switch_on_eof) = 0; - - if ( yywrap( ) ) - { - /* Note: because we've taken care in - * yy_get_next_buffer() to have set up - * yytext, we can now set up - * yy_c_buf_p so that if some total - * hoser (like flex itself) wants to - * call the scanner after we return the - * YY_NULL, it'll still work - another - * YY_NULL will get returned. - */ - (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; - - yy_act = YY_STATE_EOF(YY_START); - goto do_action; - } - - else - { - if ( ! (yy_did_buffer_switch_on_eof) ) - YY_NEW_FILE; - } - break; - } - - case EOB_ACT_CONTINUE_SCAN: - (yy_c_buf_p) = - (yytext_ptr) + yy_amount_of_matched_text; - - yy_current_state = yy_get_previous_state( ); - - yy_cp = (yy_c_buf_p); - yy_bp = (yytext_ptr) + YY_MORE_ADJ; - goto yy_match; - - case EOB_ACT_LAST_MATCH: - (yy_c_buf_p) = - &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; - - yy_current_state = yy_get_previous_state( ); - - yy_cp = (yy_c_buf_p); - yy_bp = (yytext_ptr) + YY_MORE_ADJ; - goto yy_find_action; - } - break; - } - - default: - YY_FATAL_ERROR( - "fatal flex scanner internal error--no action found" ); - } /* end of action switch */ - } /* end of scanning one token */ - } /* end of user's declarations */ -} /* end of yylex */ - -/* yy_get_next_buffer - try to read in a new buffer - * - * Returns a code representing an action: - * EOB_ACT_LAST_MATCH - - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position - * EOB_ACT_END_OF_FILE - end of file - */ -static int yy_get_next_buffer (void) -{ - char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; - char *source = (yytext_ptr); - int number_to_move, i; - int ret_val; - - if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) - YY_FATAL_ERROR( - "fatal flex scanner internal error--end of buffer missed" ); - - if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) - { /* Don't try to fill the buffer, so this is an EOF. */ - if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) - { - /* We matched a single character, the EOB, so - * treat this as a final EOF. - */ - return EOB_ACT_END_OF_FILE; - } - - else - { - /* We matched some text prior to the EOB, first - * process it. - */ - return EOB_ACT_LAST_MATCH; - } - } - - /* Try to read more data. */ - - /* First move last chars to start of buffer. */ - number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1); - - for ( i = 0; i < number_to_move; ++i ) - *(dest++) = *(source++); - - if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) - /* don't do the read, it's not guaranteed to return an EOF, - * just force an EOF - */ - YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; - - else - { - int num_to_read = - YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; - - while ( num_to_read <= 0 ) - { /* Not enough room in the buffer - grow it. */ - - /* just a shorter name for the current buffer */ - YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; - - int yy_c_buf_p_offset = - (int) ((yy_c_buf_p) - b->yy_ch_buf); - - if ( b->yy_is_our_buffer ) - { - int new_size = b->yy_buf_size * 2; - - if ( new_size <= 0 ) - b->yy_buf_size += b->yy_buf_size / 8; - else - b->yy_buf_size *= 2; - - b->yy_ch_buf = (char *) - /* Include room in for 2 EOB chars. */ - yyrealloc( (void *) b->yy_ch_buf, - (yy_size_t) (b->yy_buf_size + 2) ); - } - else - /* Can't grow it, we don't own it. */ - b->yy_ch_buf = NULL; - - if ( ! b->yy_ch_buf ) - YY_FATAL_ERROR( - "fatal error - scanner input buffer overflow" ); - - (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; - - num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - - number_to_move - 1; - - } - - if ( num_to_read > YY_READ_BUF_SIZE ) - num_to_read = YY_READ_BUF_SIZE; - - /* Read in more data. */ - YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), - (yy_n_chars), num_to_read ); - - YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); - } - - if ( (yy_n_chars) == 0 ) - { - if ( number_to_move == YY_MORE_ADJ ) - { - ret_val = EOB_ACT_END_OF_FILE; - yyrestart( yyin ); - } - - else - { - ret_val = EOB_ACT_LAST_MATCH; - YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = - YY_BUFFER_EOF_PENDING; - } - } - - else - ret_val = EOB_ACT_CONTINUE_SCAN; - - if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { - /* Extend the array by 50%, plus the number we really need. */ - int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); - YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc( - (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); - if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) - YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); - /* "- 2" to take care of EOB's */ - YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); - } - - (yy_n_chars) += number_to_move; - YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; - YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; - - (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; - - return ret_val; -} - -/* yy_get_previous_state - get the state just before the EOB char was reached */ - - static yy_state_type yy_get_previous_state (void) -{ - yy_state_type yy_current_state; - char *yy_cp; - - yy_current_state = (yy_start); - yy_current_state += YY_AT_BOL(); - - for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) - { - YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); - if ( yy_accept[yy_current_state] ) - { - (yy_last_accepting_state) = yy_current_state; - (yy_last_accepting_cpos) = yy_cp; - } - while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) - { - yy_current_state = (int) yy_def[yy_current_state]; - if ( yy_current_state >= 67 ) - yy_c = yy_meta[yy_c]; - } - yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; - } - - return yy_current_state; -} - -/* yy_try_NUL_trans - try to make a transition on the NUL character - * - * synopsis - * next_state = yy_try_NUL_trans( current_state ); - */ - static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) -{ - int yy_is_jam; - char *yy_cp = (yy_c_buf_p); - - YY_CHAR yy_c = 1; - if ( yy_accept[yy_current_state] ) - { - (yy_last_accepting_state) = yy_current_state; - (yy_last_accepting_cpos) = yy_cp; - } - while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) - { - yy_current_state = (int) yy_def[yy_current_state]; - if ( yy_current_state >= 67 ) - yy_c = yy_meta[yy_c]; - } - yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; - yy_is_jam = (yy_current_state == 66); - - return yy_is_jam ? 0 : yy_current_state; -} - -#ifndef YY_NO_UNPUT - - static void yyunput (int c, char * yy_bp ) -{ - char *yy_cp; - - yy_cp = (yy_c_buf_p); - - /* undo effects of setting up yytext */ - *yy_cp = (yy_hold_char); - - if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) - { /* need to shift things up to make room */ - /* +2 for EOB chars. */ - int number_to_move = (yy_n_chars) + 2; - char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ - YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; - char *source = - &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; - - while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) - *--dest = *--source; - - yy_cp += (int) (dest - source); - yy_bp += (int) (dest - source); - YY_CURRENT_BUFFER_LVALUE->yy_n_chars = - (yy_n_chars) = (int) YY_CURRENT_BUFFER_LVALUE->yy_buf_size; - - if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) - YY_FATAL_ERROR( "flex scanner push-back overflow" ); - } - - *--yy_cp = (char) c; - - (yytext_ptr) = yy_bp; - (yy_hold_char) = *yy_cp; - (yy_c_buf_p) = yy_cp; -} - -#endif - -#ifndef YY_NO_INPUT -#ifdef __cplusplus - static int yyinput (void) -#else - static int input (void) -#endif - -{ - int c; - - *(yy_c_buf_p) = (yy_hold_char); - - if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) - { - /* yy_c_buf_p now points to the character we want to return. - * If this occurs *before* the EOB characters, then it's a - * valid NUL; if not, then we've hit the end of the buffer. - */ - if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) - /* This was really a NUL. */ - *(yy_c_buf_p) = '\0'; - - else - { /* need more input */ - int offset = (int) ((yy_c_buf_p) - (yytext_ptr)); - ++(yy_c_buf_p); - - switch ( yy_get_next_buffer( ) ) - { - case EOB_ACT_LAST_MATCH: - /* This happens because yy_g_n_b() - * sees that we've accumulated a - * token and flags that we need to - * try matching the token before - * proceeding. But for input(), - * there's no matching to consider. - * So convert the EOB_ACT_LAST_MATCH - * to EOB_ACT_END_OF_FILE. - */ - - /* Reset buffer status. */ - yyrestart( yyin ); - - /*FALLTHROUGH*/ - - case EOB_ACT_END_OF_FILE: - { - if ( yywrap( ) ) - return 0; - - if ( ! (yy_did_buffer_switch_on_eof) ) - YY_NEW_FILE; -#ifdef __cplusplus - return yyinput(); -#else - return input(); -#endif - } - - case EOB_ACT_CONTINUE_SCAN: - (yy_c_buf_p) = (yytext_ptr) + offset; - break; - } - } - } - - c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ - *(yy_c_buf_p) = '\0'; /* preserve yytext */ - (yy_hold_char) = *++(yy_c_buf_p); - - YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); - - return c; -} -#endif /* ifndef YY_NO_INPUT */ - -/** Immediately switch to a different input stream. - * @param input_file A readable stream. - * - * @note This function does not reset the start condition to @c INITIAL . - */ - void yyrestart (FILE * input_file ) -{ - - if ( ! YY_CURRENT_BUFFER ){ - yyensure_buffer_stack (); - YY_CURRENT_BUFFER_LVALUE = - yy_create_buffer( yyin, YY_BUF_SIZE ); - } - - yy_init_buffer( YY_CURRENT_BUFFER, input_file ); - yy_load_buffer_state( ); -} - -/** Switch to a different input buffer. - * @param new_buffer The new input buffer. - * - */ - void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) -{ - - /* TODO. We should be able to replace this entire function body - * with - * yypop_buffer_state(); - * yypush_buffer_state(new_buffer); - */ - yyensure_buffer_stack (); - if ( YY_CURRENT_BUFFER == new_buffer ) - return; - - if ( YY_CURRENT_BUFFER ) - { - /* Flush out information for old buffer. */ - *(yy_c_buf_p) = (yy_hold_char); - YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); - YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); - } - - YY_CURRENT_BUFFER_LVALUE = new_buffer; - yy_load_buffer_state( ); - - /* We don't actually know whether we did this switch during - * EOF (yywrap()) processing, but the only time this flag - * is looked at is after yywrap() is called, so it's safe - * to go ahead and always set it. - */ - (yy_did_buffer_switch_on_eof) = 1; -} - -static void yy_load_buffer_state (void) -{ - (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; - (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; - yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; - (yy_hold_char) = *(yy_c_buf_p); -} - -/** Allocate and initialize an input buffer state. - * @param file A readable stream. - * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. - * - * @return the allocated buffer state. - */ - YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) -{ - YY_BUFFER_STATE b; - - b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); - if ( ! b ) - YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); - - b->yy_buf_size = size; - - /* yy_ch_buf has to be 2 characters longer than the size given because - * we need to put in 2 end-of-buffer characters. - */ - b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); - if ( ! b->yy_ch_buf ) - YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); - - b->yy_is_our_buffer = 1; - - yy_init_buffer( b, file ); - - return b; -} - -/** Destroy the buffer. - * @param b a buffer created with yy_create_buffer() - * - */ - void yy_delete_buffer (YY_BUFFER_STATE b ) -{ - - if ( ! b ) - return; - - if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ - YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; - - if ( b->yy_is_our_buffer ) - yyfree( (void *) b->yy_ch_buf ); - - yyfree( (void *) b ); -} - -/* Initializes or reinitializes a buffer. - * This function is sometimes called more than once on the same buffer, - * such as during a yyrestart() or at EOF. - */ - static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) - -{ - int oerrno = errno; - - yy_flush_buffer( b ); - - b->yy_input_file = file; - b->yy_fill_buffer = 1; - - /* If b is the current buffer, then yy_init_buffer was _probably_ - * called from yyrestart() or through yy_get_next_buffer. - * In that case, we don't want to reset the lineno or column. - */ - if (b != YY_CURRENT_BUFFER){ - b->yy_bs_lineno = 1; - b->yy_bs_column = 0; - } - - b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; - - errno = oerrno; -} - -/** Discard all buffered characters. On the next scan, YY_INPUT will be called. - * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. - * - */ - void yy_flush_buffer (YY_BUFFER_STATE b ) -{ - if ( ! b ) - return; - - b->yy_n_chars = 0; - - /* We always need two end-of-buffer characters. The first causes - * a transition to the end-of-buffer state. The second causes - * a jam in that state. - */ - b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; - b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; - - b->yy_buf_pos = &b->yy_ch_buf[0]; - - b->yy_at_bol = 1; - b->yy_buffer_status = YY_BUFFER_NEW; - - if ( b == YY_CURRENT_BUFFER ) - yy_load_buffer_state( ); -} - -/** Pushes the new state onto the stack. The new state becomes - * the current state. This function will allocate the stack - * if necessary. - * @param new_buffer The new state. - * - */ -void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) -{ - if (new_buffer == NULL) - return; - - yyensure_buffer_stack(); - - /* This block is copied from yy_switch_to_buffer. */ - if ( YY_CURRENT_BUFFER ) - { - /* Flush out information for old buffer. */ - *(yy_c_buf_p) = (yy_hold_char); - YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); - YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); - } - - /* Only push if top exists. Otherwise, replace top. */ - if (YY_CURRENT_BUFFER) - (yy_buffer_stack_top)++; - YY_CURRENT_BUFFER_LVALUE = new_buffer; - - /* copied from yy_switch_to_buffer. */ - yy_load_buffer_state( ); - (yy_did_buffer_switch_on_eof) = 1; -} - -/** Removes and deletes the top of the stack, if present. - * The next element becomes the new top. - * - */ -void yypop_buffer_state (void) -{ - if (!YY_CURRENT_BUFFER) - return; - - yy_delete_buffer(YY_CURRENT_BUFFER ); - YY_CURRENT_BUFFER_LVALUE = NULL; - if ((yy_buffer_stack_top) > 0) - --(yy_buffer_stack_top); - - if (YY_CURRENT_BUFFER) { - yy_load_buffer_state( ); - (yy_did_buffer_switch_on_eof) = 1; - } -} - -/* Allocates the stack if it does not exist. - * Guarantees space for at least one push. - */ -static void yyensure_buffer_stack (void) -{ - yy_size_t num_to_alloc; - - if (!(yy_buffer_stack)) { - - /* First allocation is just for 2 elements, since we don't know if this - * scanner will even need a stack. We use 2 instead of 1 to avoid an - * immediate realloc on the next call. - */ - num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ - (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc - (num_to_alloc * sizeof(struct yy_buffer_state*) - ); - if ( ! (yy_buffer_stack) ) - YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); - - memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); - - (yy_buffer_stack_max) = num_to_alloc; - (yy_buffer_stack_top) = 0; - return; - } - - if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ - - /* Increase the buffer to prepare for a possible push. */ - yy_size_t grow_size = 8 /* arbitrary grow size */; - - num_to_alloc = (yy_buffer_stack_max) + grow_size; - (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc - ((yy_buffer_stack), - num_to_alloc * sizeof(struct yy_buffer_state*) - ); - if ( ! (yy_buffer_stack) ) - YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); - - /* zero only the new slots.*/ - memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); - (yy_buffer_stack_max) = num_to_alloc; - } -} - -/** Setup the input buffer state to scan directly from a user-specified character buffer. - * @param base the character buffer - * @param size the size in bytes of the character buffer - * - * @return the newly allocated buffer state object. - */ -YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) -{ - YY_BUFFER_STATE b; - - if ( size < 2 || - base[size-2] != YY_END_OF_BUFFER_CHAR || - base[size-1] != YY_END_OF_BUFFER_CHAR ) - /* They forgot to leave room for the EOB's. */ - return NULL; - - b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); - if ( ! b ) - YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); - - b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */ - b->yy_buf_pos = b->yy_ch_buf = base; - b->yy_is_our_buffer = 0; - b->yy_input_file = NULL; - b->yy_n_chars = b->yy_buf_size; - b->yy_is_interactive = 0; - b->yy_at_bol = 1; - b->yy_fill_buffer = 0; - b->yy_buffer_status = YY_BUFFER_NEW; - - yy_switch_to_buffer( b ); - - return b; -} - -/** Setup the input buffer state to scan a string. The next call to yylex() will - * scan from a @e copy of @a str. - * @param yystr a NUL-terminated string to scan - * - * @return the newly allocated buffer state object. - * @note If you want to scan bytes that may contain NUL values, then use - * yy_scan_bytes() instead. - */ -YY_BUFFER_STATE yy_scan_string (const char * yystr ) -{ - - return yy_scan_bytes( yystr, (int) strlen(yystr) ); -} - -/** Setup the input buffer state to scan the given bytes. The next call to yylex() will - * scan from a @e copy of @a bytes. - * @param yybytes the byte buffer to scan - * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. - * - * @return the newly allocated buffer state object. - */ -YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) -{ - YY_BUFFER_STATE b; - char *buf; - yy_size_t n; - int i; - - /* Get memory for full buffer, including space for trailing EOB's. */ - n = (yy_size_t) (_yybytes_len + 2); - buf = (char *) yyalloc( n ); - if ( ! buf ) - YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); - - for ( i = 0; i < _yybytes_len; ++i ) - buf[i] = yybytes[i]; - - buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; - - b = yy_scan_buffer( buf, n ); - if ( ! b ) - YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); - - /* It's okay to grow etc. this buffer, and we should throw it - * away when we're done. - */ - b->yy_is_our_buffer = 1; - - return b; -} - -#ifndef YY_EXIT_FAILURE -#define YY_EXIT_FAILURE 2 -#endif - -static void yynoreturn yy_fatal_error (const char* msg ) -{ - fprintf( stderr, "%s\n", msg ); - exit( YY_EXIT_FAILURE ); -} - -/* Redefine yyless() so it works in section 3 code. */ - -#undef yyless -#define yyless(n) \ - do \ - { \ - /* Undo effects of setting up yytext. */ \ - int yyless_macro_arg = (n); \ - YY_LESS_LINENO(yyless_macro_arg);\ - yytext[yyleng] = (yy_hold_char); \ - (yy_c_buf_p) = yytext + yyless_macro_arg; \ - (yy_hold_char) = *(yy_c_buf_p); \ - *(yy_c_buf_p) = '\0'; \ - yyleng = yyless_macro_arg; \ - } \ - while ( 0 ) - -/* Accessor methods (get/set functions) to struct members. */ - -/** Get the current line number. - * - */ -int yyget_lineno (void) -{ - - return yylineno; -} - -/** Get the input stream. - * - */ -FILE *yyget_in (void) -{ - return yyin; -} - -/** Get the output stream. - * - */ -FILE *yyget_out (void) -{ - return yyout; -} - -/** Get the length of the current token. - * - */ -int yyget_leng (void) -{ - return yyleng; -} - -/** Get the current token. - * - */ - -char *yyget_text (void) -{ - return yytext; -} - -/** Set the current line number. - * @param _line_number line number - * - */ -void yyset_lineno (int _line_number ) -{ - - yylineno = _line_number; -} - -/** Set the input stream. This does not discard the current - * input buffer. - * @param _in_str A readable stream. - * - * @see yy_switch_to_buffer - */ -void yyset_in (FILE * _in_str ) -{ - yyin = _in_str ; -} - -void yyset_out (FILE * _out_str ) -{ - yyout = _out_str ; -} - -int yyget_debug (void) -{ - return yy_flex_debug; -} - -void yyset_debug (int _bdebug ) -{ - yy_flex_debug = _bdebug ; -} - -static int yy_init_globals (void) -{ - /* Initialization is the same as for the non-reentrant scanner. - * This function is called from yylex_destroy(), so don't allocate here. - */ - - (yy_buffer_stack) = NULL; - (yy_buffer_stack_top) = 0; - (yy_buffer_stack_max) = 0; - (yy_c_buf_p) = NULL; - (yy_init) = 0; - (yy_start) = 0; - -/* Defined in main.c */ -#ifdef YY_STDINIT - yyin = stdin; - yyout = stdout; -#else - yyin = NULL; - yyout = NULL; -#endif - - /* For future reference: Set errno on error, since we are called by - * yylex_init() - */ - return 0; -} - -/* yylex_destroy is for both reentrant and non-reentrant scanners. */ -int yylex_destroy (void) -{ - - /* Pop the buffer stack, destroying each element. */ - while(YY_CURRENT_BUFFER){ - yy_delete_buffer( YY_CURRENT_BUFFER ); - YY_CURRENT_BUFFER_LVALUE = NULL; - yypop_buffer_state(); - } - - /* Destroy the stack itself. */ - yyfree((yy_buffer_stack) ); - (yy_buffer_stack) = NULL; - - /* Reset the globals. This is important in a non-reentrant scanner so the next time - * yylex() is called, initialization will occur. */ - yy_init_globals( ); - - return 0; -} - -/* - * Internal utility routines. - */ - -#ifndef yytext_ptr -static void yy_flex_strncpy (char* s1, const char * s2, int n ) -{ - - int i; - for ( i = 0; i < n; ++i ) - s1[i] = s2[i]; -} -#endif - -#ifdef YY_NEED_STRLEN -static int yy_flex_strlen (const char * s ) -{ - int n; - for ( n = 0; s[n]; ++n ) - ; - - return n; -} -#endif - -void *yyalloc (yy_size_t size ) -{ - return malloc(size); -} - -void *yyrealloc (void * ptr, yy_size_t size ) -{ - - /* The cast to (char *) in the following accommodates both - * implementations that use char* generic pointers, and those - * that use void* generic pointers. It works with the latter - * because both ANSI C and C++ allow castless assignment from - * any pointer type to void*, and deal with argument conversions - * as though doing an assignment. - */ - return realloc(ptr, size); -} - -void yyfree (void * ptr ) -{ - free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ -} - -#define YYTABLES_NAME "yytables" - -#line 35 "RdPMonteur.l" - - diff --git a/build/libraries/parser/src/RdPMonteur.tab.cpp b/build/libraries/parser/src/RdPMonteur.tab.cpp deleted file mode 100644 index ae838671e2871ee74f0709f55aaa7d963dcc8bdb..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/RdPMonteur.tab.cpp +++ /dev/null @@ -1,1754 +0,0 @@ -/* A Bison parser, made by GNU Bison 3.0.4. */ - -/* Bison implementation for Yacc-like parsers in C - - Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - -/* As a special exception, you may create a larger work that contains - part or all of the Bison parser skeleton and distribute that work - under terms of your choice, so long as that work isn't itself a - parser generator using the skeleton or a modified version thereof - as a parser skeleton. Alternatively, if you modify or redistribute - the parser skeleton itself, you may (at your option) remove this - special exception, which will cause the skeleton and the resulting - Bison output files to be licensed under the GNU General Public - License without this special exception. - - This special exception was added by the Free Software Foundation in - version 2.2 of Bison. */ - -/* C LALR(1) parser skeleton written by Richard Stallman, by - simplifying the original so-called "semantic" parser. */ - -/* All symbols defined below should begin with yy or YY, to avoid - infringing on user name space. This should be done even for local - variables, as they might otherwise be expanded by user macros. - There are some unavoidable exceptions within include files to - define necessary library symbols; they are noted "INFRINGES ON - USER NAME SPACE" below. */ - -/* Identify Bison output. */ -#define YYBISON 1 - -/* Bison version. */ -#define YYBISON_VERSION "3.0.4" - -/* Skeleton name. */ -#define YYSKELETON_NAME "yacc.c" - -/* Pure parsers. */ -#define YYPURE 0 - -/* Push parsers. */ -#define YYPUSH 0 - -/* Pull parsers. */ -#define YYPULL 1 - - - - -/* Copy the first part of user declarations. */ -#line 1 "RdPMonteur.y" /* yacc.c:339 */ - - -/* .......... Declarations C ........*/ - -#include <string> -#include <stdio.h> -#include "RdPMonteur.hpp" - -static RdPMonteur *R; -static string t; - -extern FILE *yyin; -extern char yytext[]; - -/*........... Code C additionnel ....*/ -extern "C" { - int yylex(); - - int yyerror(const char* s){ - printf("parsing error\n"); - return (1); - } - - int yywrap(){ - return (1); - } -} - - -#line 96 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:339 */ - -# ifndef YY_NULLPTR -# if defined __cplusplus && 201103L <= __cplusplus -# define YY_NULLPTR nullptr -# else -# define YY_NULLPTR 0 -# endif -# endif - -/* Enabling verbose error messages. */ -#ifdef YYERROR_VERBOSE -# undef YYERROR_VERBOSE -# define YYERROR_VERBOSE 1 -#else -# define YYERROR_VERBOSE 0 -#endif - -/* In a future release of Bison, this section will be replaced - by #include "RdPMonteur.tab.hpp". */ -#ifndef YY_YY_HOME_HIBA_PMC_SOG_MC_SOG_BUILD_LIBRARIES_PARSER_SRC_RDPMONTEUR_TAB_HPP_INCLUDED -# define YY_YY_HOME_HIBA_PMC_SOG_MC_SOG_BUILD_LIBRARIES_PARSER_SRC_RDPMONTEUR_TAB_HPP_INCLUDED -/* Debug traces. */ -#ifndef YYDEBUG -# define YYDEBUG 0 -#endif -#if YYDEBUG -extern int yydebug; -#endif - -/* Token type. */ -#ifndef YYTOKENTYPE -# define YYTOKENTYPE - enum yytokentype - { - IN = 258, - OUT = 259, - MK = 260, - CP = 261, - PLACE = 262, - QUEUE = 263, - TRANS = 264, - ENDTR = 265, - TOKEN = 266, - RESET = 267, - LOSS = 268, - INHIBITOR = 269, - ENTIER = 270, - VARIABLE = 271 - }; -#endif - -/* Value type. */ -#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED - -union YYSTYPE -{ -#line 32 "RdPMonteur.y" /* yacc.c:355 */ - - int i; - char *s; - -#line 158 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:355 */ -}; - -typedef union YYSTYPE YYSTYPE; -# define YYSTYPE_IS_TRIVIAL 1 -# define YYSTYPE_IS_DECLARED 1 -#endif - - -extern YYSTYPE yylval; - -int yyparse (void); - -#endif /* !YY_YY_HOME_HIBA_PMC_SOG_MC_SOG_BUILD_LIBRARIES_PARSER_SRC_RDPMONTEUR_TAB_HPP_INCLUDED */ - -/* Copy the second part of user declarations. */ - -#line 175 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:358 */ - -#ifdef short -# undef short -#endif - -#ifdef YYTYPE_UINT8 -typedef YYTYPE_UINT8 yytype_uint8; -#else -typedef unsigned char yytype_uint8; -#endif - -#ifdef YYTYPE_INT8 -typedef YYTYPE_INT8 yytype_int8; -#else -typedef signed char yytype_int8; -#endif - -#ifdef YYTYPE_UINT16 -typedef YYTYPE_UINT16 yytype_uint16; -#else -typedef unsigned short int yytype_uint16; -#endif - -#ifdef YYTYPE_INT16 -typedef YYTYPE_INT16 yytype_int16; -#else -typedef short int yytype_int16; -#endif - -#ifndef YYSIZE_T -# ifdef __SIZE_TYPE__ -# define YYSIZE_T __SIZE_TYPE__ -# elif defined size_t -# define YYSIZE_T size_t -# elif ! defined YYSIZE_T -# include <stddef.h> /* INFRINGES ON USER NAME SPACE */ -# define YYSIZE_T size_t -# else -# define YYSIZE_T unsigned int -# endif -#endif - -#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) - -#ifndef YY_ -# if defined YYENABLE_NLS && YYENABLE_NLS -# if ENABLE_NLS -# include <libintl.h> /* INFRINGES ON USER NAME SPACE */ -# define YY_(Msgid) dgettext ("bison-runtime", Msgid) -# endif -# endif -# ifndef YY_ -# define YY_(Msgid) Msgid -# endif -#endif - -#ifndef YY_ATTRIBUTE -# if (defined __GNUC__ \ - && (2 < __GNUC__ || (__GNUC__ == 2 && 96 <= __GNUC_MINOR__))) \ - || defined __SUNPRO_C && 0x5110 <= __SUNPRO_C -# define YY_ATTRIBUTE(Spec) __attribute__(Spec) -# else -# define YY_ATTRIBUTE(Spec) /* empty */ -# endif -#endif - -#ifndef YY_ATTRIBUTE_PURE -# define YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) -#endif - -#ifndef YY_ATTRIBUTE_UNUSED -# define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) -#endif - -#if !defined _Noreturn \ - && (!defined __STDC_VERSION__ || __STDC_VERSION__ < 201112) -# if defined _MSC_VER && 1200 <= _MSC_VER -# define _Noreturn __declspec (noreturn) -# else -# define _Noreturn YY_ATTRIBUTE ((__noreturn__)) -# endif -#endif - -/* Suppress unused-variable warnings by "using" E. */ -#if ! defined lint || defined __GNUC__ -# define YYUSE(E) ((void) (E)) -#else -# define YYUSE(E) /* empty */ -#endif - -#if defined __GNUC__ && 407 <= __GNUC__ * 100 + __GNUC_MINOR__ -/* Suppress an incorrect diagnostic about yylval being uninitialized. */ -# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \ - _Pragma ("GCC diagnostic push") \ - _Pragma ("GCC diagnostic ignored \"-Wuninitialized\"")\ - _Pragma ("GCC diagnostic ignored \"-Wmaybe-uninitialized\"") -# define YY_IGNORE_MAYBE_UNINITIALIZED_END \ - _Pragma ("GCC diagnostic pop") -#else -# define YY_INITIAL_VALUE(Value) Value -#endif -#ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN -# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN -# define YY_IGNORE_MAYBE_UNINITIALIZED_END -#endif -#ifndef YY_INITIAL_VALUE -# define YY_INITIAL_VALUE(Value) /* Nothing. */ -#endif - - -#if ! defined yyoverflow || YYERROR_VERBOSE - -/* The parser invokes alloca or malloc; define the necessary symbols. */ - -# ifdef YYSTACK_USE_ALLOCA -# if YYSTACK_USE_ALLOCA -# ifdef __GNUC__ -# define YYSTACK_ALLOC __builtin_alloca -# elif defined __BUILTIN_VA_ARG_INCR -# include <alloca.h> /* INFRINGES ON USER NAME SPACE */ -# elif defined _AIX -# define YYSTACK_ALLOC __alloca -# elif defined _MSC_VER -# include <malloc.h> /* INFRINGES ON USER NAME SPACE */ -# define alloca _alloca -# else -# define YYSTACK_ALLOC alloca -# if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS -# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ - /* Use EXIT_SUCCESS as a witness for stdlib.h. */ -# ifndef EXIT_SUCCESS -# define EXIT_SUCCESS 0 -# endif -# endif -# endif -# endif -# endif - -# ifdef YYSTACK_ALLOC - /* Pacify GCC's 'empty if-body' warning. */ -# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0) -# ifndef YYSTACK_ALLOC_MAXIMUM - /* The OS might guarantee only one guard page at the bottom of the stack, - and a page size can be as small as 4096 bytes. So we cannot safely - invoke alloca (N) if N exceeds 4096. Use a slightly smaller number - to allow for a few compiler-allocated temporary stack slots. */ -# define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ -# endif -# else -# define YYSTACK_ALLOC YYMALLOC -# define YYSTACK_FREE YYFREE -# ifndef YYSTACK_ALLOC_MAXIMUM -# define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM -# endif -# if (defined __cplusplus && ! defined EXIT_SUCCESS \ - && ! ((defined YYMALLOC || defined malloc) \ - && (defined YYFREE || defined free))) -# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ -# ifndef EXIT_SUCCESS -# define EXIT_SUCCESS 0 -# endif -# endif -# ifndef YYMALLOC -# define YYMALLOC malloc -# if ! defined malloc && ! defined EXIT_SUCCESS -void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ -# endif -# endif -# ifndef YYFREE -# define YYFREE free -# if ! defined free && ! defined EXIT_SUCCESS -void free (void *); /* INFRINGES ON USER NAME SPACE */ -# endif -# endif -# endif -#endif /* ! defined yyoverflow || YYERROR_VERBOSE */ - - -#if (! defined yyoverflow \ - && (! defined __cplusplus \ - || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) - -/* A type that is properly aligned for any stack member. */ -union yyalloc -{ - yytype_int16 yyss_alloc; - YYSTYPE yyvs_alloc; -}; - -/* The size of the maximum gap between one aligned stack and the next. */ -# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) - -/* The size of an array large to enough to hold all stacks, each with - N elements. */ -# define YYSTACK_BYTES(N) \ - ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ - + YYSTACK_GAP_MAXIMUM) - -# define YYCOPY_NEEDED 1 - -/* Relocate STACK from its old location to the new one. The - local variables YYSIZE and YYSTACKSIZE give the old and new number of - elements in the stack, and YYPTR gives the new location of the - stack. Advance YYPTR to a properly aligned location for the next - stack. */ -# define YYSTACK_RELOCATE(Stack_alloc, Stack) \ - do \ - { \ - YYSIZE_T yynewbytes; \ - YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ - Stack = &yyptr->Stack_alloc; \ - yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ - yyptr += yynewbytes / sizeof (*yyptr); \ - } \ - while (0) - -#endif - -#if defined YYCOPY_NEEDED && YYCOPY_NEEDED -/* Copy COUNT objects from SRC to DST. The source and destination do - not overlap. */ -# ifndef YYCOPY -# if defined __GNUC__ && 1 < __GNUC__ -# define YYCOPY(Dst, Src, Count) \ - __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src))) -# else -# define YYCOPY(Dst, Src, Count) \ - do \ - { \ - YYSIZE_T yyi; \ - for (yyi = 0; yyi < (Count); yyi++) \ - (Dst)[yyi] = (Src)[yyi]; \ - } \ - while (0) -# endif -# endif -#endif /* !YYCOPY_NEEDED */ - -/* YYFINAL -- State number of the termination state. */ -#define YYFINAL 13 -/* YYLAST -- Last index in YYTABLE. */ -#define YYLAST 85 - -/* YYNTOKENS -- Number of terminals. */ -#define YYNTOKENS 25 -/* YYNNTS -- Number of nonterminals. */ -#define YYNNTS 12 -/* YYNRULES -- Number of rules. */ -#define YYNRULES 34 -/* YYNSTATES -- Number of states. */ -#define YYNSTATES 80 - -/* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned - by yylex, with out-of-bounds checking. */ -#define YYUNDEFTOK 2 -#define YYMAXUTOK 271 - -#define YYTRANSLATE(YYX) \ - ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) - -/* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM - as returned by yylex, without out-of-bounds checking. */ -static const yytype_uint8 yytranslate[] = -{ - 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 17, 18, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 21, 22, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 23, 2, 24, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 19, 2, 20, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, - 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, - 15, 16 -}; - -#if YYDEBUG - /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ -static const yytype_uint8 yyrline[] = -{ - 0, 52, 52, 52, 55, 55, 55, 62, 69, 76, - 83, 90, 103, 110, 117, 124, 131, 143, 153, 159, - 160, 166, 167, 174, 181, 188, 195, 202, 209, 212, - 219, 226, 233, 236, 238 -}; -#endif - -#if YYDEBUG || YYERROR_VERBOSE || 0 -/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. - First, the terminals, then, starting at YYNTOKENS, nonterminals. */ -static const char *const yytname[] = -{ - "$end", "error", "$undefined", "IN", "OUT", "MK", "CP", "PLACE", - "QUEUE", "TRANS", "ENDTR", "TOKEN", "RESET", "LOSS", "INHIBITOR", - "ENTIER", "VARIABLE", "'('", "')'", "'{'", "'}'", "':'", "';'", "'['", - "']'", "$accept", "reseau", "noeud", "place", "queue", "nomtransition", - "transition", "entree", "sortie", "listearcin", "listearcout", - "marquage", YY_NULLPTR -}; -#endif - -# ifdef YYPRINT -/* YYTOKNUM[NUM] -- (External) token number corresponding to the - (internal) symbol number NUM (which must be that of a token). */ -static const yytype_uint16 yytoknum[] = -{ - 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, - 265, 266, 267, 268, 269, 270, 271, 40, 41, 123, - 125, 58, 59, 91, 93 -}; -# endif - -#define YYPACT_NINF -47 - -#define yypact_value_is_default(Yystate) \ - (!!((Yystate) == (-47))) - -#define YYTABLE_NINF -1 - -#define yytable_value_is_error(Yytable_value) \ - 0 - - /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing - STATE-NUM. */ -static const yytype_int8 yypact[] = -{ - 21, -6, 6, 17, 9, -47, -47, -47, 31, -47, - 26, -2, -47, -47, -47, 16, 32, 20, 22, 23, - 35, -47, 19, 33, 10, 27, 29, 28, 4, -47, - -47, -47, 36, 30, 34, 37, 38, 5, -47, 7, - -47, 40, 44, 41, 39, 43, -10, 42, -47, 45, - 47, -47, -47, 46, 48, 49, 50, 51, -8, 52, - 10, -47, -47, -47, 53, -47, 54, 57, 56, 61, - 62, 59, -47, 58, -47, -47, -47, -47, 63, -47 -}; - - /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM. - Performed when YYTABLE does not specify something else to do. Zero - means the default is an error. */ -static const yytype_uint8 yydefact[] = -{ - 0, 0, 0, 0, 0, 2, 4, 5, 20, 6, - 7, 12, 17, 1, 3, 0, 22, 0, 0, 0, - 14, 28, 0, 0, 0, 0, 0, 0, 0, 32, - 18, 33, 0, 0, 0, 0, 0, 0, 19, 0, - 34, 8, 9, 13, 0, 0, 0, 0, 21, 0, - 0, 16, 15, 0, 0, 0, 0, 0, 0, 0, - 0, 26, 25, 27, 0, 23, 0, 0, 0, 0, - 0, 0, 31, 0, 29, 10, 11, 24, 0, 30 -}; - - /* YYPGOTO[NTERM-NUM]. */ -static const yytype_int8 yypgoto[] = -{ - -47, -47, 55, -47, -47, -47, -47, -47, -47, -47, - -47, -46 -}; - - /* YYDEFGOTO[NTERM-NUM]. */ -static const yytype_int8 yydefgoto[] = -{ - -1, 4, 5, 6, 7, 8, 9, 16, 23, 28, - 39, 33 -}; - - /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If - positive, shift that token. If negative, reduce the rule whose - number is the opposite. If YYTABLE_NINF, syntax error. */ -static const yytype_uint8 yytable[] = -{ - 57, 31, 54, 31, 19, 32, 55, 32, 66, 13, - 10, 20, 68, 56, 70, 67, 1, 2, 3, 45, - 37, 31, 11, 47, 38, 32, 46, 48, 1, 2, - 3, 17, 18, 12, 15, 21, 22, 24, 29, 25, - 26, 27, 34, 30, 35, 36, 49, 40, 41, 50, - 0, 0, 42, 44, 51, 43, 0, 52, 53, 14, - 0, 0, 59, 58, 60, 64, 0, 69, 61, 0, - 62, 63, 73, 65, 0, 0, 72, 71, 74, 75, - 76, 77, 78, 0, 0, 79 -}; - -static const yytype_int8 yycheck[] = -{ - 46, 11, 12, 11, 6, 15, 16, 15, 16, 0, - 16, 13, 58, 23, 60, 23, 7, 8, 9, 14, - 16, 11, 16, 16, 20, 15, 21, 20, 7, 8, - 9, 5, 6, 16, 3, 19, 4, 17, 19, 17, - 17, 6, 15, 10, 15, 17, 6, 11, 18, 5, - -1, -1, 18, 15, 13, 18, -1, 18, 15, 4, - -1, -1, 17, 21, 17, 15, -1, 15, 22, -1, - 22, 22, 15, 22, -1, -1, 22, 24, 22, 18, - 18, 22, 24, -1, -1, 22 -}; - - /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing - symbol of state STATE-NUM. */ -static const yytype_uint8 yystos[] = -{ - 0, 7, 8, 9, 26, 27, 28, 29, 30, 31, - 16, 16, 16, 0, 27, 3, 32, 5, 6, 6, - 13, 19, 4, 33, 17, 17, 17, 6, 34, 19, - 10, 11, 15, 36, 15, 15, 17, 16, 20, 35, - 11, 18, 18, 18, 15, 14, 21, 16, 20, 6, - 5, 13, 18, 15, 12, 16, 23, 36, 21, 17, - 17, 22, 22, 22, 15, 22, 16, 23, 36, 15, - 36, 24, 22, 15, 22, 18, 18, 22, 24, 22 -}; - - /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ -static const yytype_uint8 yyr1[] = -{ - 0, 25, 26, 26, 27, 27, 27, 28, 28, 28, - 28, 28, 29, 29, 29, 29, 29, 30, 31, 32, - 32, 33, 33, 34, 34, 34, 34, 34, 34, 35, - 35, 35, 35, 36, 36 -}; - - /* YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. */ -static const yytype_uint8 yyr2[] = -{ - 0, 2, 1, 2, 1, 1, 1, 2, 6, 6, - 10, 10, 2, 6, 3, 7, 7, 2, 4, 4, - 0, 4, 0, 5, 7, 5, 5, 5, 0, 5, - 7, 5, 0, 1, 2 -}; - - -#define yyerrok (yyerrstatus = 0) -#define yyclearin (yychar = YYEMPTY) -#define YYEMPTY (-2) -#define YYEOF 0 - -#define YYACCEPT goto yyacceptlab -#define YYABORT goto yyabortlab -#define YYERROR goto yyerrorlab - - -#define YYRECOVERING() (!!yyerrstatus) - -#define YYBACKUP(Token, Value) \ -do \ - if (yychar == YYEMPTY) \ - { \ - yychar = (Token); \ - yylval = (Value); \ - YYPOPSTACK (yylen); \ - yystate = *yyssp; \ - goto yybackup; \ - } \ - else \ - { \ - yyerror (YY_("syntax error: cannot back up")); \ - YYERROR; \ - } \ -while (0) - -/* Error token number */ -#define YYTERROR 1 -#define YYERRCODE 256 - - - -/* Enable debugging if requested. */ -#if YYDEBUG - -# ifndef YYFPRINTF -# include <stdio.h> /* INFRINGES ON USER NAME SPACE */ -# define YYFPRINTF fprintf -# endif - -# define YYDPRINTF(Args) \ -do { \ - if (yydebug) \ - YYFPRINTF Args; \ -} while (0) - -/* This macro is provided for backward compatibility. */ -#ifndef YY_LOCATION_PRINT -# define YY_LOCATION_PRINT(File, Loc) ((void) 0) -#endif - - -# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ -do { \ - if (yydebug) \ - { \ - YYFPRINTF (stderr, "%s ", Title); \ - yy_symbol_print (stderr, \ - Type, Value); \ - YYFPRINTF (stderr, "\n"); \ - } \ -} while (0) - - -/*----------------------------------------. -| Print this symbol's value on YYOUTPUT. | -`----------------------------------------*/ - -static void -yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) -{ - FILE *yyo = yyoutput; - YYUSE (yyo); - if (!yyvaluep) - return; -# ifdef YYPRINT - if (yytype < YYNTOKENS) - YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); -# endif - YYUSE (yytype); -} - - -/*--------------------------------. -| Print this symbol on YYOUTPUT. | -`--------------------------------*/ - -static void -yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) -{ - YYFPRINTF (yyoutput, "%s %s (", - yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); - - yy_symbol_value_print (yyoutput, yytype, yyvaluep); - YYFPRINTF (yyoutput, ")"); -} - -/*------------------------------------------------------------------. -| yy_stack_print -- Print the state stack from its BOTTOM up to its | -| TOP (included). | -`------------------------------------------------------------------*/ - -static void -yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) -{ - YYFPRINTF (stderr, "Stack now"); - for (; yybottom <= yytop; yybottom++) - { - int yybot = *yybottom; - YYFPRINTF (stderr, " %d", yybot); - } - YYFPRINTF (stderr, "\n"); -} - -# define YY_STACK_PRINT(Bottom, Top) \ -do { \ - if (yydebug) \ - yy_stack_print ((Bottom), (Top)); \ -} while (0) - - -/*------------------------------------------------. -| Report that the YYRULE is going to be reduced. | -`------------------------------------------------*/ - -static void -yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) -{ - unsigned long int yylno = yyrline[yyrule]; - int yynrhs = yyr2[yyrule]; - int yyi; - YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", - yyrule - 1, yylno); - /* The symbols being reduced. */ - for (yyi = 0; yyi < yynrhs; yyi++) - { - YYFPRINTF (stderr, " $%d = ", yyi + 1); - yy_symbol_print (stderr, - yystos[yyssp[yyi + 1 - yynrhs]], - &(yyvsp[(yyi + 1) - (yynrhs)]) - ); - YYFPRINTF (stderr, "\n"); - } -} - -# define YY_REDUCE_PRINT(Rule) \ -do { \ - if (yydebug) \ - yy_reduce_print (yyssp, yyvsp, Rule); \ -} while (0) - -/* Nonzero means print parse trace. It is left uninitialized so that - multiple parsers can coexist. */ -int yydebug; -#else /* !YYDEBUG */ -# define YYDPRINTF(Args) -# define YY_SYMBOL_PRINT(Title, Type, Value, Location) -# define YY_STACK_PRINT(Bottom, Top) -# define YY_REDUCE_PRINT(Rule) -#endif /* !YYDEBUG */ - - -/* YYINITDEPTH -- initial size of the parser's stacks. */ -#ifndef YYINITDEPTH -# define YYINITDEPTH 200 -#endif - -/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only - if the built-in stack extension method is used). - - Do not make this value too large; the results are undefined if - YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) - evaluated with infinite-precision integer arithmetic. */ - -#ifndef YYMAXDEPTH -# define YYMAXDEPTH 10000 -#endif - - -#if YYERROR_VERBOSE - -# ifndef yystrlen -# if defined __GLIBC__ && defined _STRING_H -# define yystrlen strlen -# else -/* Return the length of YYSTR. */ -static YYSIZE_T -yystrlen (const char *yystr) -{ - YYSIZE_T yylen; - for (yylen = 0; yystr[yylen]; yylen++) - continue; - return yylen; -} -# endif -# endif - -# ifndef yystpcpy -# if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE -# define yystpcpy stpcpy -# else -/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in - YYDEST. */ -static char * -yystpcpy (char *yydest, const char *yysrc) -{ - char *yyd = yydest; - const char *yys = yysrc; - - while ((*yyd++ = *yys++) != '\0') - continue; - - return yyd - 1; -} -# endif -# endif - -# ifndef yytnamerr -/* Copy to YYRES the contents of YYSTR after stripping away unnecessary - quotes and backslashes, so that it's suitable for yyerror. The - heuristic is that double-quoting is unnecessary unless the string - contains an apostrophe, a comma, or backslash (other than - backslash-backslash). YYSTR is taken from yytname. If YYRES is - null, do not copy; instead, return the length of what the result - would have been. */ -static YYSIZE_T -yytnamerr (char *yyres, const char *yystr) -{ - if (*yystr == '"') - { - YYSIZE_T yyn = 0; - char const *yyp = yystr; - - for (;;) - switch (*++yyp) - { - case '\'': - case ',': - goto do_not_strip_quotes; - - case '\\': - if (*++yyp != '\\') - goto do_not_strip_quotes; - /* Fall through. */ - default: - if (yyres) - yyres[yyn] = *yyp; - yyn++; - break; - - case '"': - if (yyres) - yyres[yyn] = '\0'; - return yyn; - } - do_not_strip_quotes: ; - } - - if (! yyres) - return yystrlen (yystr); - - return yystpcpy (yyres, yystr) - yyres; -} -# endif - -/* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message - about the unexpected token YYTOKEN for the state stack whose top is - YYSSP. - - Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is - not large enough to hold the message. In that case, also set - *YYMSG_ALLOC to the required number of bytes. Return 2 if the - required number of bytes is too large to store. */ -static int -yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, - yytype_int16 *yyssp, int yytoken) -{ - YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]); - YYSIZE_T yysize = yysize0; - enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; - /* Internationalized format string. */ - const char *yyformat = YY_NULLPTR; - /* Arguments of yyformat. */ - char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; - /* Number of reported tokens (one for the "unexpected", one per - "expected"). */ - int yycount = 0; - - /* There are many possibilities here to consider: - - If this state is a consistent state with a default action, then - the only way this function was invoked is if the default action - is an error action. In that case, don't check for expected - tokens because there are none. - - The only way there can be no lookahead present (in yychar) is if - this state is a consistent state with a default action. Thus, - detecting the absence of a lookahead is sufficient to determine - that there is no unexpected or expected token to report. In that - case, just report a simple "syntax error". - - Don't assume there isn't a lookahead just because this state is a - consistent state with a default action. There might have been a - previous inconsistent state, consistent state with a non-default - action, or user semantic action that manipulated yychar. - - Of course, the expected token list depends on states to have - correct lookahead information, and it depends on the parser not - to perform extra reductions after fetching a lookahead from the - scanner and before detecting a syntax error. Thus, state merging - (from LALR or IELR) and default reductions corrupt the expected - token list. However, the list is correct for canonical LR with - one exception: it will still contain any token that will not be - accepted due to an error action in a later state. - */ - if (yytoken != YYEMPTY) - { - int yyn = yypact[*yyssp]; - yyarg[yycount++] = yytname[yytoken]; - if (!yypact_value_is_default (yyn)) - { - /* Start YYX at -YYN if negative to avoid negative indexes in - YYCHECK. In other words, skip the first -YYN actions for - this state because they are default actions. */ - int yyxbegin = yyn < 0 ? -yyn : 0; - /* Stay within bounds of both yycheck and yytname. */ - int yychecklim = YYLAST - yyn + 1; - int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; - int yyx; - - for (yyx = yyxbegin; yyx < yyxend; ++yyx) - if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR - && !yytable_value_is_error (yytable[yyx + yyn])) - { - if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) - { - yycount = 1; - yysize = yysize0; - break; - } - yyarg[yycount++] = yytname[yyx]; - { - YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); - if (! (yysize <= yysize1 - && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) - return 2; - yysize = yysize1; - } - } - } - } - - switch (yycount) - { -# define YYCASE_(N, S) \ - case N: \ - yyformat = S; \ - break - YYCASE_(0, YY_("syntax error")); - YYCASE_(1, YY_("syntax error, unexpected %s")); - YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); - YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); - YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); - YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); -# undef YYCASE_ - } - - { - YYSIZE_T yysize1 = yysize + yystrlen (yyformat); - if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) - return 2; - yysize = yysize1; - } - - if (*yymsg_alloc < yysize) - { - *yymsg_alloc = 2 * yysize; - if (! (yysize <= *yymsg_alloc - && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) - *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; - return 1; - } - - /* Avoid sprintf, as that infringes on the user's name space. - Don't have undefined behavior even if the translation - produced a string with the wrong number of "%s"s. */ - { - char *yyp = *yymsg; - int yyi = 0; - while ((*yyp = *yyformat) != '\0') - if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) - { - yyp += yytnamerr (yyp, yyarg[yyi++]); - yyformat += 2; - } - else - { - yyp++; - yyformat++; - } - } - return 0; -} -#endif /* YYERROR_VERBOSE */ - -/*-----------------------------------------------. -| Release the memory associated to this symbol. | -`-----------------------------------------------*/ - -static void -yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) -{ - YYUSE (yyvaluep); - if (!yymsg) - yymsg = "Deleting"; - YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); - - YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN - YYUSE (yytype); - YY_IGNORE_MAYBE_UNINITIALIZED_END -} - - - - -/* The lookahead symbol. */ -int yychar; - -/* The semantic value of the lookahead symbol. */ -YYSTYPE yylval; -/* Number of syntax errors so far. */ -int yynerrs; - - -/*----------. -| yyparse. | -`----------*/ - -int -yyparse (void) -{ - int yystate; - /* Number of tokens to shift before error messages enabled. */ - int yyerrstatus; - - /* The stacks and their tools: - 'yyss': related to states. - 'yyvs': related to semantic values. - - Refer to the stacks through separate pointers, to allow yyoverflow - to reallocate them elsewhere. */ - - /* The state stack. */ - yytype_int16 yyssa[YYINITDEPTH]; - yytype_int16 *yyss; - yytype_int16 *yyssp; - - /* The semantic value stack. */ - YYSTYPE yyvsa[YYINITDEPTH]; - YYSTYPE *yyvs; - YYSTYPE *yyvsp; - - YYSIZE_T yystacksize; - - int yyn; - int yyresult; - /* Lookahead token as an internal (translated) token number. */ - int yytoken = 0; - /* The variables used to return semantic value and location from the - action routines. */ - YYSTYPE yyval; - -#if YYERROR_VERBOSE - /* Buffer for error messages, and its allocated size. */ - char yymsgbuf[128]; - char *yymsg = yymsgbuf; - YYSIZE_T yymsg_alloc = sizeof yymsgbuf; -#endif - -#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) - - /* The number of symbols on the RHS of the reduced rule. - Keep to zero when no symbol should be popped. */ - int yylen = 0; - - yyssp = yyss = yyssa; - yyvsp = yyvs = yyvsa; - yystacksize = YYINITDEPTH; - - YYDPRINTF ((stderr, "Starting parse\n")); - - yystate = 0; - yyerrstatus = 0; - yynerrs = 0; - yychar = YYEMPTY; /* Cause a token to be read. */ - goto yysetstate; - -/*------------------------------------------------------------. -| yynewstate -- Push a new state, which is found in yystate. | -`------------------------------------------------------------*/ - yynewstate: - /* In all cases, when you get here, the value and location stacks - have just been pushed. So pushing a state here evens the stacks. */ - yyssp++; - - yysetstate: - *yyssp = yystate; - - if (yyss + yystacksize - 1 <= yyssp) - { - /* Get the current used size of the three stacks, in elements. */ - YYSIZE_T yysize = yyssp - yyss + 1; - -#ifdef yyoverflow - { - /* Give user a chance to reallocate the stack. Use copies of - these so that the &'s don't force the real ones into - memory. */ - YYSTYPE *yyvs1 = yyvs; - yytype_int16 *yyss1 = yyss; - - /* Each stack pointer address is followed by the size of the - data in use in that stack, in bytes. This used to be a - conditional around just the two extra args, but that might - be undefined if yyoverflow is a macro. */ - yyoverflow (YY_("memory exhausted"), - &yyss1, yysize * sizeof (*yyssp), - &yyvs1, yysize * sizeof (*yyvsp), - &yystacksize); - - yyss = yyss1; - yyvs = yyvs1; - } -#else /* no yyoverflow */ -# ifndef YYSTACK_RELOCATE - goto yyexhaustedlab; -# else - /* Extend the stack our own way. */ - if (YYMAXDEPTH <= yystacksize) - goto yyexhaustedlab; - yystacksize *= 2; - if (YYMAXDEPTH < yystacksize) - yystacksize = YYMAXDEPTH; - - { - yytype_int16 *yyss1 = yyss; - union yyalloc *yyptr = - (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); - if (! yyptr) - goto yyexhaustedlab; - YYSTACK_RELOCATE (yyss_alloc, yyss); - YYSTACK_RELOCATE (yyvs_alloc, yyvs); -# undef YYSTACK_RELOCATE - if (yyss1 != yyssa) - YYSTACK_FREE (yyss1); - } -# endif -#endif /* no yyoverflow */ - - yyssp = yyss + yysize - 1; - yyvsp = yyvs + yysize - 1; - - YYDPRINTF ((stderr, "Stack size increased to %lu\n", - (unsigned long int) yystacksize)); - - if (yyss + yystacksize - 1 <= yyssp) - YYABORT; - } - - YYDPRINTF ((stderr, "Entering state %d\n", yystate)); - - if (yystate == YYFINAL) - YYACCEPT; - - goto yybackup; - -/*-----------. -| yybackup. | -`-----------*/ -yybackup: - - /* Do appropriate processing given the current state. Read a - lookahead token if we need one and don't already have one. */ - - /* First try to decide what to do without reference to lookahead token. */ - yyn = yypact[yystate]; - if (yypact_value_is_default (yyn)) - goto yydefault; - - /* Not known => get a lookahead token if don't already have one. */ - - /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ - if (yychar == YYEMPTY) - { - YYDPRINTF ((stderr, "Reading a token: ")); - yychar = yylex (); - } - - if (yychar <= YYEOF) - { - yychar = yytoken = YYEOF; - YYDPRINTF ((stderr, "Now at end of input.\n")); - } - else - { - yytoken = YYTRANSLATE (yychar); - YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); - } - - /* If the proper action on seeing token YYTOKEN is to reduce or to - detect an error, take that action. */ - yyn += yytoken; - if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) - goto yydefault; - yyn = yytable[yyn]; - if (yyn <= 0) - { - if (yytable_value_is_error (yyn)) - goto yyerrlab; - yyn = -yyn; - goto yyreduce; - } - - /* Count tokens shifted since error; after three, turn off error - status. */ - if (yyerrstatus) - yyerrstatus--; - - /* Shift the lookahead token. */ - YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); - - /* Discard the shifted token. */ - yychar = YYEMPTY; - - yystate = yyn; - YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN - *++yyvsp = yylval; - YY_IGNORE_MAYBE_UNINITIALIZED_END - - goto yynewstate; - - -/*-----------------------------------------------------------. -| yydefault -- do the default action for the current state. | -`-----------------------------------------------------------*/ -yydefault: - yyn = yydefact[yystate]; - if (yyn == 0) - goto yyerrlab; - goto yyreduce; - - -/*-----------------------------. -| yyreduce -- Do a reduction. | -`-----------------------------*/ -yyreduce: - /* yyn is the number of a rule to reduce with. */ - yylen = yyr2[yyn]; - - /* If YYLEN is nonzero, implement the default value of the action: - '$$ = $1'. - - Otherwise, the following line sets YYVAL to garbage. - This behavior is undocumented and Bison - users should not rely upon it. Assigning to YYVAL - unconditionally makes the parser a bit smaller, and it avoids a - GCC warning that YYVAL may be used uninitialized. */ - yyval = yyvsp[1-yylen]; - - - YY_REDUCE_PRINT (yyn); - switch (yyn) - { - case 7: -#line 63 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addPlace((yyvsp[0].s))) - { - yyerror("");return(1); - } - } -#line 1301 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 8: -#line 70 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addPlace((yyvsp[-4].s),(yyvsp[-1].i))) - { - yyerror("");return(1); - } - } -#line 1312 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 9: -#line 77 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addPlace((yyvsp[-4].s),0,(yyvsp[-1].i))) - { - yyerror("");return(1); - } - } -#line 1323 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 10: -#line 84 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addPlace((yyvsp[-8].s),(yyvsp[-5].i),(yyvsp[-1].i))) - { - yyerror("");return(1); - } - } -#line 1334 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 11: -#line 91 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addPlace((yyvsp[-8].s),(yyvsp[-1].i),(yyvsp[-5].i))) - { - yyerror("");return(1); - } - } -#line 1345 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 12: -#line 104 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addQueue((yyvsp[0].s))) - { - yyerror("");return(1); - } - } -#line 1356 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 13: -#line 111 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addQueue((yyvsp[-4].s),(yyvsp[-1].i))) - { - yyerror("");return(1); - } - } -#line 1367 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 14: -#line 118 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addLossQueue((yyvsp[-1].s))) - { - yyerror("");return(1); - } - } -#line 1378 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 15: -#line 125 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addLossQueue((yyvsp[-5].s),(yyvsp[-1].i))) - { - yyerror("");return(1); - } - } -#line 1389 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 16: -#line 132 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addLossQueue((yyvsp[-5].s),(yyvsp[-2].i))) - { - yyerror("");return(1); - } - } -#line 1400 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 17: -#line 144 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addTrans((yyvsp[0].s))) - { - yyerror("");return(1); - } - t=(yyvsp[0].s); - } -#line 1412 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 23: -#line 175 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addPre((yyvsp[-3].s),t,(yyvsp[-1].i))) - { - yyerror("");return(1); - } - } -#line 1423 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 24: -#line 182 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addPreQueue((yyvsp[-5].s),t,(yyvsp[-2].i))) - { - yyerror("");return(1); - } - } -#line 1434 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 25: -#line 189 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addReset((yyvsp[-3].s),t)) - { - yyerror("");return(1); - } - } -#line 1445 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 26: -#line 196 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addInhibitor((yyvsp[-3].s),t,(yyvsp[-1].i))) - { - yyerror("");return(1); - } - } -#line 1456 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 27: -#line 203 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addPreAuto((yyvsp[-3].s),t,(yyvsp[-1].s))) - { - yyerror("");return(1); - } - } -#line 1467 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 29: -#line 213 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addPost((yyvsp[-3].s),t,(yyvsp[-1].i))) - { - yyerror("");return(1); - } - } -#line 1478 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 30: -#line 220 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addPostQueue((yyvsp[-5].s),t,(yyvsp[-2].i))) - { - yyerror("");return(1); - } - } -#line 1489 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 31: -#line 227 "RdPMonteur.y" /* yacc.c:1646 */ - { - if(!R->addPostAuto((yyvsp[-3].s),t,(yyvsp[-1].s))) - { - yyerror("");return(1); - } - } -#line 1500 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 33: -#line 236 "RdPMonteur.y" /* yacc.c:1646 */ - {(yyval.i)=1;} -#line 1506 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - case 34: -#line 238 "RdPMonteur.y" /* yacc.c:1646 */ - {(yyval.i)=(yyvsp[-1].i);} -#line 1512 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - break; - - -#line 1516 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.cpp" /* yacc.c:1646 */ - default: break; - } - /* User semantic actions sometimes alter yychar, and that requires - that yytoken be updated with the new translation. We take the - approach of translating immediately before every use of yytoken. - One alternative is translating here after every semantic action, - but that translation would be missed if the semantic action invokes - YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or - if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an - incorrect destructor might then be invoked immediately. In the - case of YYERROR or YYBACKUP, subsequent parser actions might lead - to an incorrect destructor call or verbose syntax error message - before the lookahead is translated. */ - YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); - - YYPOPSTACK (yylen); - yylen = 0; - YY_STACK_PRINT (yyss, yyssp); - - *++yyvsp = yyval; - - /* Now 'shift' the result of the reduction. Determine what state - that goes to, based on the state we popped back to and the rule - number reduced by. */ - - yyn = yyr1[yyn]; - - yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; - if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) - yystate = yytable[yystate]; - else - yystate = yydefgoto[yyn - YYNTOKENS]; - - goto yynewstate; - - -/*--------------------------------------. -| yyerrlab -- here on detecting error. | -`--------------------------------------*/ -yyerrlab: - /* Make sure we have latest lookahead translation. See comments at - user semantic actions for why this is necessary. */ - yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); - - /* If not already recovering from an error, report this error. */ - if (!yyerrstatus) - { - ++yynerrs; -#if ! YYERROR_VERBOSE - yyerror (YY_("syntax error")); -#else -# define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ - yyssp, yytoken) - { - char const *yymsgp = YY_("syntax error"); - int yysyntax_error_status; - yysyntax_error_status = YYSYNTAX_ERROR; - if (yysyntax_error_status == 0) - yymsgp = yymsg; - else if (yysyntax_error_status == 1) - { - if (yymsg != yymsgbuf) - YYSTACK_FREE (yymsg); - yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); - if (!yymsg) - { - yymsg = yymsgbuf; - yymsg_alloc = sizeof yymsgbuf; - yysyntax_error_status = 2; - } - else - { - yysyntax_error_status = YYSYNTAX_ERROR; - yymsgp = yymsg; - } - } - yyerror (yymsgp); - if (yysyntax_error_status == 2) - goto yyexhaustedlab; - } -# undef YYSYNTAX_ERROR -#endif - } - - - - if (yyerrstatus == 3) - { - /* If just tried and failed to reuse lookahead token after an - error, discard it. */ - - if (yychar <= YYEOF) - { - /* Return failure if at end of input. */ - if (yychar == YYEOF) - YYABORT; - } - else - { - yydestruct ("Error: discarding", - yytoken, &yylval); - yychar = YYEMPTY; - } - } - - /* Else will try to reuse lookahead token after shifting the error - token. */ - goto yyerrlab1; - - -/*---------------------------------------------------. -| yyerrorlab -- error raised explicitly by YYERROR. | -`---------------------------------------------------*/ -yyerrorlab: - - /* Pacify compilers like GCC when the user code never invokes - YYERROR and the label yyerrorlab therefore never appears in user - code. */ - if (/*CONSTCOND*/ 0) - goto yyerrorlab; - - /* Do not reclaim the symbols of the rule whose action triggered - this YYERROR. */ - YYPOPSTACK (yylen); - yylen = 0; - YY_STACK_PRINT (yyss, yyssp); - yystate = *yyssp; - goto yyerrlab1; - - -/*-------------------------------------------------------------. -| yyerrlab1 -- common code for both syntax error and YYERROR. | -`-------------------------------------------------------------*/ -yyerrlab1: - yyerrstatus = 3; /* Each real token shifted decrements this. */ - - for (;;) - { - yyn = yypact[yystate]; - if (!yypact_value_is_default (yyn)) - { - yyn += YYTERROR; - if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) - { - yyn = yytable[yyn]; - if (0 < yyn) - break; - } - } - - /* Pop the current state because it cannot handle the error token. */ - if (yyssp == yyss) - YYABORT; - - - yydestruct ("Error: popping", - yystos[yystate], yyvsp); - YYPOPSTACK (1); - yystate = *yyssp; - YY_STACK_PRINT (yyss, yyssp); - } - - YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN - *++yyvsp = yylval; - YY_IGNORE_MAYBE_UNINITIALIZED_END - - - /* Shift the error token. */ - YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); - - yystate = yyn; - goto yynewstate; - - -/*-------------------------------------. -| yyacceptlab -- YYACCEPT comes here. | -`-------------------------------------*/ -yyacceptlab: - yyresult = 0; - goto yyreturn; - -/*-----------------------------------. -| yyabortlab -- YYABORT comes here. | -`-----------------------------------*/ -yyabortlab: - yyresult = 1; - goto yyreturn; - -#if !defined yyoverflow || YYERROR_VERBOSE -/*-------------------------------------------------. -| yyexhaustedlab -- memory exhaustion comes here. | -`-------------------------------------------------*/ -yyexhaustedlab: - yyerror (YY_("memory exhausted")); - yyresult = 2; - /* Fall through. */ -#endif - -yyreturn: - if (yychar != YYEMPTY) - { - /* Make sure we have latest lookahead translation. See comments at - user semantic actions for why this is necessary. */ - yytoken = YYTRANSLATE (yychar); - yydestruct ("Cleanup: discarding lookahead", - yytoken, &yylval); - } - /* Do not reclaim the symbols of the rule whose action triggered - this YYABORT or YYACCEPT. */ - YYPOPSTACK (yylen); - YY_STACK_PRINT (yyss, yyssp); - while (yyssp != yyss) - { - yydestruct ("Cleanup: popping", - yystos[*yyssp], yyvsp); - YYPOPSTACK (1); - } -#ifndef yyoverflow - if (yyss != yyssa) - YYSTACK_FREE (yyss); -#endif -#if YYERROR_VERBOSE - if (yymsg != yymsgbuf) - YYSTACK_FREE (yymsg); -#endif - return yyresult; -} -#line 240 "RdPMonteur.y" /* yacc.c:1906 */ - - -bool RdPMonteur::create(const char *f){ - int i; - if ((yyin=fopen(f,"r"))==NULL) - return false; - R=this; - i=(int) yyparse(); - fclose(yyin); - return (i==0); -} diff --git a/build/libraries/parser/src/RdPMonteur.tab.hpp b/build/libraries/parser/src/RdPMonteur.tab.hpp deleted file mode 100644 index c632c4390205c2b18e79ed5e7de5c104d4a1694a..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/RdPMonteur.tab.hpp +++ /dev/null @@ -1,88 +0,0 @@ -/* A Bison parser, made by GNU Bison 3.0.4. */ - -/* Bison interface for Yacc-like parsers in C - - Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ - -/* As a special exception, you may create a larger work that contains - part or all of the Bison parser skeleton and distribute that work - under terms of your choice, so long as that work isn't itself a - parser generator using the skeleton or a modified version thereof - as a parser skeleton. Alternatively, if you modify or redistribute - the parser skeleton itself, you may (at your option) remove this - special exception, which will cause the skeleton and the resulting - Bison output files to be licensed under the GNU General Public - License without this special exception. - - This special exception was added by the Free Software Foundation in - version 2.2 of Bison. */ - -#ifndef YY_YY_HOME_HIBA_PMC_SOG_MC_SOG_BUILD_LIBRARIES_PARSER_SRC_RDPMONTEUR_TAB_HPP_INCLUDED -# define YY_YY_HOME_HIBA_PMC_SOG_MC_SOG_BUILD_LIBRARIES_PARSER_SRC_RDPMONTEUR_TAB_HPP_INCLUDED -/* Debug traces. */ -#ifndef YYDEBUG -# define YYDEBUG 0 -#endif -#if YYDEBUG -extern int yydebug; -#endif - -/* Token type. */ -#ifndef YYTOKENTYPE -# define YYTOKENTYPE - enum yytokentype - { - IN = 258, - OUT = 259, - MK = 260, - CP = 261, - PLACE = 262, - QUEUE = 263, - TRANS = 264, - ENDTR = 265, - TOKEN = 266, - RESET = 267, - LOSS = 268, - INHIBITOR = 269, - ENTIER = 270, - VARIABLE = 271 - }; -#endif - -/* Value type. */ -#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED - -union YYSTYPE -{ -#line 32 "RdPMonteur.y" /* yacc.c:1909 */ - - int i; - char *s; - -#line 76 "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/RdPMonteur.tab.hpp" /* yacc.c:1909 */ -}; - -typedef union YYSTYPE YYSTYPE; -# define YYSTYPE_IS_TRIVIAL 1 -# define YYSTYPE_IS_DECLARED 1 -#endif - - -extern YYSTYPE yylval; - -int yyparse (void); - -#endif /* !YY_YY_HOME_HIBA_PMC_SOG_MC_SOG_BUILD_LIBRARIES_PARSER_SRC_RDPMONTEUR_TAB_HPP_INCLUDED */ diff --git a/build/libraries/parser/src/cmake_install.cmake b/build/libraries/parser/src/cmake_install.cmake deleted file mode 100644 index f4f0aa8ad5912a3789f9da6b26c5448514ac439d..0000000000000000000000000000000000000000 --- a/build/libraries/parser/src/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: /home/hiba/PMC-SOG/mc-sog/libraries/parser/src - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - diff --git a/build/libraries/parser/src/libRdP.a b/build/libraries/parser/src/libRdP.a deleted file mode 100644 index 2029ea7fa6e283f9951dcfbafaaa825c162d2f97..0000000000000000000000000000000000000000 Binary files a/build/libraries/parser/src/libRdP.a and /dev/null differ diff --git a/build/libraries/parser/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/build/libraries/parser/tests/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 231d7f3e07d5ac221a86bd8748e501abcce9f2b9..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hiba/PMC-SOG/mc-sog") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hiba/PMC-SOG/mc-sog/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/CXX.includecache b/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/CXX.includecache deleted file mode 100644 index 349e6d2c57ef53bbaa345748b5d79ba5014f71ee..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/CXX.includecache +++ /dev/null @@ -1,478 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -../libraries/parser/src/Net.hpp -cstring -- -ext/hash_map -- -iostream -- -map -- -set -- -string -- -vector -- -RdPMonteur.hpp -../libraries/parser/src/RdPMonteur.hpp - -../libraries/parser/src/RdPMonteur.hpp -iostream -- -string -- - -/home/hiba/PMC-SOG/mc-sog/libraries/parser/tests/catch.hpp -TargetConditionals.h -- -ciso646 -- -iosfwd -- -string -- -cstdint -- -vector -- -memory -- -cstddef -- -string -- -iosfwd -- -vector -- -cstddef -- -type_traits -- -string -- -iosfwd -- -cstddef -- -ostream -- -string_view -- -Foundation/Foundation.h -- -utility -- -tuple -- -variant -- -ctime -- -ratio -- -chrono -- -iosfwd -- -string -- -string -- -vector -- -cstddef -- -string -- -cstdint -- -string -- -cstdint -- -string -- -string -- -memory -- -exception -- -string -- -vector -- -type_traits -- -string -- -iosfwd -- -string -- -vector -- -type_traits -- -cmath -- -functional -- -string -- -string -- -algorithm -- -memory -- -stdexcept -- -memory -- -vector -- -cassert -- -utility -- -string -- -vector -- -memory -- -objc/runtime.h -- -string -- -string -- -vector -- -memory -- -string -- -iosfwd -- -string -- -vector -- -memory -- -memory -- -vector -- -string -- -string -- -string -- -iosfwd -- -map -- -set -- -memory -- -algorithm -- -cstring -- -cfloat -- -cstdio -- -cassert -- -memory -- -ostream -- -vector -- -string -- -vector -- -memory -- -cmath -- -limits -- -memory -- -signal.h -- -AfxWin.h -- -windows.h -- -signal.h -- -string -- -optional -- -cassert -- -ostream -- -sstream -- -vector -- -string -- -memory -- -set -- -algorithm -- -fstream -- -ctime -- -cstring -- -ostream -- -sstream -- -unistd.h -- -string -- -assert.h -- -stdbool.h -- -sys/types.h -- -unistd.h -- -sys/sysctl.h -- -cstddef -- -ostream -- -fstream -- -string -- -cerrno -- -vector -- -string -- -memory -- -Foundation/Foundation.h -/home/hiba/PMC-SOG/mc-sog/libraries/parser/tests/Foundation/Foundation.h -algorithm -- -random -- -limits -- -set -- -crtdbg.h -- -set -- -limits -- -algorithm -- -iomanip -- -string -- -cstdlib -- -cstdint -- -cstring -- -regex -- -cassert -- -stack -- -cstdio -- -iosfwd -- -string -- -cstdio -- -cstring -- -fstream -- -sstream -- -stdexcept -- -io.h -- -unistd.h -- -cmath -- -vector -- -set -- -algorithm -- -ios -- -map -- -string -- -map -- -vector -- -exception -- -cassert -- -algorithm -- -sstream -- -memory -- -iosfwd -- -cstdlib -- -iomanip -- -vector -- -cstdio -- -iostream -- -fstream -- -sstream -- -vector -- -memory -- -algorithm -- -ostream -- -cstring -- -cctype -- -ostream -- -cstring -- -cstdint -- -sstream -- -cctype -- -exception -- -algorithm -- -sstream -- -sstream -- -algorithm -- -cassert -- -stdexcept -- -memory -- -sstream -- -algorithm -- -string -- -vector -- -memory -- -chrono -- -cmath -- -iomanip -- -exception -- -ostream -- -sstream -- -iomanip -- -cstring -- -cfloat -- -cstdio -- -cassert -- -memory -- -cfloat -- -cstdio -- -cassert -- -sstream -- -ctime -- -algorithm -- -cassert -- - -/home/hiba/PMC-SOG/mc-sog/libraries/parser/tests/test.cpp -Net.hpp -/home/hiba/PMC-SOG/mc-sog/libraries/parser/tests/Net.hpp -catch.hpp -/home/hiba/PMC-SOG/mc-sog/libraries/parser/tests/catch.hpp - diff --git a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/DependInfo.cmake b/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/DependInfo.cmake deleted file mode 100644 index 81a389dcffe6513cc8a2d0a490661daa76b3fe6a..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/hiba/PMC-SOG/mc-sog/libraries/parser/tests/test.cpp" "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_CXX_TARGET_INCLUDE_PATH - "../libraries/parser/src" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/CMakeFiles/RdP.dir/DependInfo.cmake" - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make b/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make deleted file mode 100644 index b346149dbd367a8e5a399c8ab156f3baf8a1a82f..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make +++ /dev/null @@ -1,114 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/hiba/PMC-SOG/mc-sog - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/hiba/PMC-SOG/mc-sog/build - -# Include any dependencies generated for this target. -include libraries/parser/tests/CMakeFiles/RdPtest.dir/depend.make - -# Include the progress variables for this target. -include libraries/parser/tests/CMakeFiles/RdPtest.dir/progress.make - -# Include the compile flags for this target's objects. -include libraries/parser/tests/CMakeFiles/RdPtest.dir/flags.make - -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o: libraries/parser/tests/CMakeFiles/RdPtest.dir/flags.make -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o: ../libraries/parser/tests/test.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/RdPtest.dir/test.cpp.o -c /home/hiba/PMC-SOG/mc-sog/libraries/parser/tests/test.cpp - -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/RdPtest.dir/test.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/libraries/parser/tests/test.cpp > CMakeFiles/RdPtest.dir/test.cpp.i - -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/RdPtest.dir/test.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/libraries/parser/tests/test.cpp -o CMakeFiles/RdPtest.dir/test.cpp.s - -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o.requires: - -.PHONY : libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o.requires - -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o.provides: libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o.requires - $(MAKE) -f libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o.provides.build -.PHONY : libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o.provides - -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o.provides.build: libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o - - -# Object files for target RdPtest -RdPtest_OBJECTS = \ -"CMakeFiles/RdPtest.dir/test.cpp.o" - -# External object files for target RdPtest -RdPtest_EXTERNAL_OBJECTS = - -libraries/parser/tests/RdPtest: libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o -libraries/parser/tests/RdPtest: libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make -libraries/parser/tests/RdPtest: libraries/parser/src/libRdP.a -libraries/parser/tests/RdPtest: libraries/parser/tests/CMakeFiles/RdPtest.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable RdPtest" - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/RdPtest.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libraries/parser/tests/CMakeFiles/RdPtest.dir/build: libraries/parser/tests/RdPtest - -.PHONY : libraries/parser/tests/CMakeFiles/RdPtest.dir/build - -libraries/parser/tests/CMakeFiles/RdPtest.dir/requires: libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o.requires - -.PHONY : libraries/parser/tests/CMakeFiles/RdPtest.dir/requires - -libraries/parser/tests/CMakeFiles/RdPtest.dir/clean: - cd /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests && $(CMAKE_COMMAND) -P CMakeFiles/RdPtest.dir/cmake_clean.cmake -.PHONY : libraries/parser/tests/CMakeFiles/RdPtest.dir/clean - -libraries/parser/tests/CMakeFiles/RdPtest.dir/depend: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hiba/PMC-SOG/mc-sog /home/hiba/PMC-SOG/mc-sog/libraries/parser/tests /home/hiba/PMC-SOG/mc-sog/build /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : libraries/parser/tests/CMakeFiles/RdPtest.dir/depend - diff --git a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/cmake_clean.cmake b/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/cmake_clean.cmake deleted file mode 100644 index 6a132f81050c66117cde99b88b7816d51fa7ab14..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/cmake_clean.cmake +++ /dev/null @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/RdPtest.dir/test.cpp.o" - "RdPtest.pdb" - "RdPtest" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/RdPtest.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/depend.internal b/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/depend.internal deleted file mode 100644 index e222978fcfd2ce381f191d06f6df03d4699f4001..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/depend.internal +++ /dev/null @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o - ../libraries/parser/src/Net.hpp - ../libraries/parser/src/RdPMonteur.hpp - /home/hiba/PMC-SOG/mc-sog/libraries/parser/tests/catch.hpp - /home/hiba/PMC-SOG/mc-sog/libraries/parser/tests/test.cpp diff --git a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/depend.make b/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/depend.make deleted file mode 100644 index 87cc3ddde237af0a7c80224b4264ff8533c069d8..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/depend.make +++ /dev/null @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o: ../libraries/parser/src/Net.hpp -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o: ../libraries/parser/src/RdPMonteur.hpp -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o: ../libraries/parser/tests/catch.hpp -libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o: ../libraries/parser/tests/test.cpp - diff --git a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/flags.make b/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/flags.make deleted file mode 100644 index c16a1cb687731691a149c3c1012135e91f9df494..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -fpermissive - -CXX_DEFINES = - -CXX_INCLUDES = -I/home/hiba/PMC-SOG/mc-sog/libraries/parser/src - diff --git a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/link.txt b/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/link.txt deleted file mode 100644 index 6b05272960af3dac5234e38b8f465e0f3badef58..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/c++ -fpermissive CMakeFiles/RdPtest.dir/test.cpp.o -o RdPtest ../src/libRdP.a diff --git a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/progress.make b/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/progress.make deleted file mode 100644 index 72bb7dd025afc5824222cbd3a1e64841afc2792c..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 7 -CMAKE_PROGRESS_2 = 8 - diff --git a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o b/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o deleted file mode 100644 index 6c84ba55155926c1a00feb46ad02efaf12abb081..0000000000000000000000000000000000000000 Binary files a/build/libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o and /dev/null differ diff --git a/build/libraries/parser/tests/CMakeFiles/progress.marks b/build/libraries/parser/tests/CMakeFiles/progress.marks deleted file mode 100644 index 45a4fb75db864000d01701c0f7a51864bd4daabf..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/build/libraries/parser/tests/CTestTestfile.cmake b/build/libraries/parser/tests/CTestTestfile.cmake deleted file mode 100644 index 44e4030b23ed330672769ff71912d0c83a7b6416..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/CTestTestfile.cmake +++ /dev/null @@ -1,8 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/hiba/PMC-SOG/mc-sog/libraries/parser/tests -# Build directory: /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -add_test(tests "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests/RdPtest") -set_tests_properties(tests PROPERTIES WORKING_DIRECTORY "/home/hiba/PMC-SOG/mc-sog/libraries/parser/examples") diff --git a/build/libraries/parser/tests/Makefile b/build/libraries/parser/tests/Makefile deleted file mode 100644 index 85b7209e5645e4e40abc02a171a1a155941fe3b5..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/Makefile +++ /dev/null @@ -1,180 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/hiba/PMC-SOG/mc-sog - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/hiba/PMC-SOG/mc-sog/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles /home/hiba/PMC-SOG/mc-sog/build/libraries/parser/tests/CMakeFiles/progress.marks - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/tests/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/tests/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/tests/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/tests/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -libraries/parser/tests/CMakeFiles/RdPtest.dir/rule: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 libraries/parser/tests/CMakeFiles/RdPtest.dir/rule -.PHONY : libraries/parser/tests/CMakeFiles/RdPtest.dir/rule - -# Convenience name for target. -RdPtest: libraries/parser/tests/CMakeFiles/RdPtest.dir/rule - -.PHONY : RdPtest - -# fast build rule for target. -RdPtest/fast: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make libraries/parser/tests/CMakeFiles/RdPtest.dir/build -.PHONY : RdPtest/fast - -test.o: test.cpp.o - -.PHONY : test.o - -# target to build an object file -test.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.o -.PHONY : test.cpp.o - -test.i: test.cpp.i - -.PHONY : test.i - -# target to preprocess a source file -test.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.i -.PHONY : test.cpp.i - -test.s: test.cpp.s - -.PHONY : test.s - -# target to generate assembly for a file -test.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f libraries/parser/tests/CMakeFiles/RdPtest.dir/build.make libraries/parser/tests/CMakeFiles/RdPtest.dir/test.cpp.s -.PHONY : test.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... RdPtest" - @echo "... edit_cache" - @echo "... test.o" - @echo "... test.i" - @echo "... test.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/libraries/parser/tests/RdPtest b/build/libraries/parser/tests/RdPtest deleted file mode 100755 index 6713093ce024231b6419ca7728dabc00fc87e90e..0000000000000000000000000000000000000000 Binary files a/build/libraries/parser/tests/RdPtest and /dev/null differ diff --git a/build/libraries/parser/tests/cmake_install.cmake b/build/libraries/parser/tests/cmake_install.cmake deleted file mode 100644 index 8062279dad296f6beffe10d5e6b2444702a29c60..0000000000000000000000000000000000000000 --- a/build/libraries/parser/tests/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: /home/hiba/PMC-SOG/mc-sog/libraries/parser/tests - -# 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() - diff --git a/build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/build/src/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 231d7f3e07d5ac221a86bd8748e501abcce9f2b9..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hiba/PMC-SOG/mc-sog") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hiba/PMC-SOG/mc-sog/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/src/CMakeFiles/hybrid-sog.dir/C.includecache b/build/src/CMakeFiles/hybrid-sog.dir/C.includecache deleted file mode 100644 index 9e1923238d38c59310fbfc6bb3ea2ac3a9397c96..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/hybrid-sog.dir/C.includecache +++ /dev/null @@ -1,104 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -../src/sylvan_sog.h - -../third-party/sylvan/lace.h -unistd.h -- -stdint.h -- -stdio.h -- -pthread.h -- -lace_config.h -- - -../third-party/sylvan/sylvan.h -sylvan_config.h -- -assert.h -- -stddef.h -- -stdint.h -- -stdio.h -- -stdlib.h -- -unistd.h -- -pthread.h -- -mach/mach_time.h -- -time.h -- -lace.h -- -sylvan_tls.h -- -sylvan_common.h -- -sylvan_stats.h -- -sylvan_mt.h -- -sylvan_mtbdd.h -- -sylvan_bdd.h -- -sylvan_ldd.h -- - -../third-party/sylvan/sylvan_bdd.h - -../third-party/sylvan/sylvan_cache.h - -../third-party/sylvan/sylvan_common.h - -../third-party/sylvan/sylvan_config.h - -../third-party/sylvan/sylvan_int.h -sylvan.h -- -sylvan_cache.h -- -sylvan_table.h -- -sylvan_mtbdd_int.h -- -sylvan_ldd_int.h -- - -../third-party/sylvan/sylvan_ldd.h - -../third-party/sylvan/sylvan_ldd_int.h - -../third-party/sylvan/sylvan_mt.h - -../third-party/sylvan/sylvan_mtbdd.h - -../third-party/sylvan/sylvan_mtbdd_int.h - -../third-party/sylvan/sylvan_stats.h - -../third-party/sylvan/sylvan_table.h - -../third-party/sylvan/sylvan_tls.h - -/home/hiba/PMC-SOG/mc-sog/src/sylvan_sog.c -sylvan.h -- -sylvan_int.h -- -sylvan_sog.h -- - diff --git a/build/src/CMakeFiles/hybrid-sog.dir/CXX.includecache b/build/src/CMakeFiles/hybrid-sog.dir/CXX.includecache deleted file mode 100644 index b0055ad4c04698c4e6b9894c9639f74697654e6f..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/hybrid-sog.dir/CXX.includecache +++ /dev/null @@ -1,574 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -../libraries/parser/src/Net.hpp -cstring -- -ext/hash_map -- -iostream -- -map -- -set -- -string -- -vector -- -RdPMonteur.hpp -../libraries/parser/src/RdPMonteur.hpp - -../libraries/parser/src/RdPMonteur.hpp -iostream -- -string -- - -../src/sylvan_sog.h - -../third-party/sylvan/lace.h -unistd.h -- -stdint.h -- -stdio.h -- -pthread.h -- -lace_config.h -- - -../third-party/sylvan/sha2.h -sys/types.h -- -inttypes.h -- - -../third-party/sylvan/sylvan.h -sylvan_config.h -- -assert.h -- -stddef.h -- -stdint.h -- -stdio.h -- -stdlib.h -- -unistd.h -- -pthread.h -- -mach/mach_time.h -- -time.h -- -lace.h -- -sylvan_tls.h -- -sylvan_common.h -- -sylvan_stats.h -- -sylvan_mt.h -- -sylvan_mtbdd.h -- -sylvan_bdd.h -- -sylvan_ldd.h -- - -../third-party/sylvan/sylvan_bdd.h - -../third-party/sylvan/sylvan_cache.h - -../third-party/sylvan/sylvan_common.h - -../third-party/sylvan/sylvan_config.h - -../third-party/sylvan/sylvan_int.h -sylvan.h -- -sylvan_cache.h -- -sylvan_table.h -- -sylvan_mtbdd_int.h -- -sylvan_ldd_int.h -- - -../third-party/sylvan/sylvan_ldd.h - -../third-party/sylvan/sylvan_ldd_int.h - -../third-party/sylvan/sylvan_mt.h - -../third-party/sylvan/sylvan_mtbdd.h - -../third-party/sylvan/sylvan_mtbdd_int.h - -../third-party/sylvan/sylvan_seq.h - -../third-party/sylvan/sylvan_stats.h - -../third-party/sylvan/sylvan_table.h - -../third-party/sylvan/sylvan_tls.h - -/home/hiba/PMC-SOG/mc-sog/src/DistributedSOG.cpp -DistributedSOG.h -/home/hiba/PMC-SOG/mc-sog/src/DistributedSOG.h -stdio.h -- -sylvan_int.h -- -sylvan_seq.h -/home/hiba/PMC-SOG/mc-sog/src/sylvan_seq.h - -/home/hiba/PMC-SOG/mc-sog/src/DistributedSOG.h -stack -- -vector -- -Net.hpp -/home/hiba/PMC-SOG/mc-sog/src/Net.hpp -pthread.h -- -stdio.h -- -sys/types.h -- -unistd.h -- -LDDGraph.h -/home/hiba/PMC-SOG/mc-sog/src/LDDGraph.h -TransSylvan.h -/home/hiba/PMC-SOG/mc-sog/src/TransSylvan.h -mpi.h -- -sha2.h -- -stdio.h -- -sys/ipc.h -- -sys/shm.h -- -sys/types.h -- -cstdlib -- -sstream -- -iostream -- -string -- -iostream -- -queue -- -string -- -time.h -- -chrono -- - -/home/hiba/PMC-SOG/mc-sog/src/HybridSOG.cpp -HybridSOG.h -/home/hiba/PMC-SOG/mc-sog/src/HybridSOG.h -stdio.h -- -sylvan_seq.h -/home/hiba/PMC-SOG/mc-sog/src/sylvan_seq.h -sylvan_int.h -- -openssl/md5.h -- - -/home/hiba/PMC-SOG/mc-sog/src/HybridSOG.h -stack -- -vector -- -Net.hpp -/home/hiba/PMC-SOG/mc-sog/src/Net.hpp -pthread.h -- -stdio.h -- -sys/types.h -- -unistd.h -- -LDDGraph.h -/home/hiba/PMC-SOG/mc-sog/src/LDDGraph.h -TransSylvan.h -/home/hiba/PMC-SOG/mc-sog/src/TransSylvan.h -mpi.h -- -sha2.h -- -stdio.h -- -sys/ipc.h -- -sys/shm.h -- -sys/types.h -- -cstdlib -- -sstream -- -iostream -- -queue -- -string -- -time.h -- -chrono -- - -/home/hiba/PMC-SOG/mc-sog/src/LDDGraph.cpp -LDDGraph.h -/home/hiba/PMC-SOG/mc-sog/src/LDDGraph.h -sylvan.h -- -stdio.h -- -string.h -- - -/home/hiba/PMC-SOG/mc-sog/src/LDDGraph.h -LDDState.h -/home/hiba/PMC-SOG/mc-sog/src/LDDState.h -iostream -- - -/home/hiba/PMC-SOG/mc-sog/src/LDDState.cpp -LDDState.h -/home/hiba/PMC-SOG/mc-sog/src/LDDState.h - -/home/hiba/PMC-SOG/mc-sog/src/LDDState.h -sylvan.h -- -set -- -vector -- - -/home/hiba/PMC-SOG/mc-sog/src/TransSylvan.cpp -TransSylvan.h -/home/hiba/PMC-SOG/mc-sog/src/TransSylvan.h - -/home/hiba/PMC-SOG/mc-sog/src/TransSylvan.h -sylvan.h -- - -/home/hiba/PMC-SOG/mc-sog/src/main.cpp -time.h -- -chrono -- -iostream -- -string -- -fstream -- -mpi.h -- -DistributedSOG.h -/home/hiba/PMC-SOG/mc-sog/src/DistributedSOG.h -threadSOG.h -/home/hiba/PMC-SOG/mc-sog/src/threadSOG.h -HybridSOG.h -/home/hiba/PMC-SOG/mc-sog/src/HybridSOG.h -LDDGraph.h -/home/hiba/PMC-SOG/mc-sog/src/LDDGraph.h -spot/misc/version.hh -- -spot/twaalgos/dot.hh -- -spot/tl/parse.hh -- -spot/tl/print.hh -- -spot/twaalgos/translate.hh -- -spot/twaalgos/emptiness.hh -- -spot/tl/apcollect.hh -- -Net.hpp -/home/hiba/PMC-SOG/mc-sog/src/Net.hpp - -/home/hiba/PMC-SOG/mc-sog/src/threadSOG.cpp -threadSOG.h -/home/hiba/PMC-SOG/mc-sog/src/threadSOG.h -sylvan.h -/home/hiba/PMC-SOG/mc-sog/src/sylvan.h -sylvan_seq.h -/home/hiba/PMC-SOG/mc-sog/src/sylvan_seq.h -sylvan_sog.h -- -sylvan_int.h -- - -/home/hiba/PMC-SOG/mc-sog/src/threadSOG.h -stack -- -vector -- -Net.hpp -/home/hiba/PMC-SOG/mc-sog/src/Net.hpp -pthread.h -- -stdio.h -- -sys/types.h -- -unistd.h -- -LDDGraph.h -/home/hiba/PMC-SOG/mc-sog/src/LDDGraph.h -TransSylvan.h -/home/hiba/PMC-SOG/mc-sog/src/TransSylvan.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h -stddef.h -- -mpi_portable_platform.h -/usr/lib/x86_64-linux-gnu/openmpi/include/mpi_portable_platform.h -openmpi/ompi/mpi/cxx/mpicxx.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/mpi_portable_platform.h -omp.h -/usr/lib/x86_64-linux-gnu/openmpi/include/omp.h -omp.h -/usr/lib/x86_64-linux-gnu/openmpi/include/omp.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/constants.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/exception.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions_inln.h -string.h -- - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h -mpi.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/mpi.h -map -- -utility -- -stdarg.h -- -stdio.h -- -iostream -- -sys/synch.h -- -ompi/mpi/cxx/pmpicxx.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/pmpicxx.h -ompi/mpi/cxx/constants.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/constants.h -ompi/mpi/cxx/functions.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/functions.h -ompi/mpi/cxx/datatype.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/datatype.h -openmpi/ompi/mpi/cxx/constants.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/constants.h -openmpi/ompi/mpi/cxx/functions.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/functions.h -openmpi/ompi/mpi/cxx/datatype.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/datatype.h -ompi/mpi/cxx/exception.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/exception.h -ompi/mpi/cxx/op.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/op.h -ompi/mpi/cxx/status.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/status.h -ompi/mpi/cxx/request.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/request.h -ompi/mpi/cxx/group.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/group.h -ompi/mpi/cxx/comm.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/comm.h -ompi/mpi/cxx/win.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/win.h -ompi/mpi/cxx/file.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/file.h -ompi/mpi/cxx/errhandler.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/errhandler.h -ompi/mpi/cxx/intracomm.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/intracomm.h -ompi/mpi/cxx/topology.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/topology.h -ompi/mpi/cxx/intercomm.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/intercomm.h -ompi/mpi/cxx/info.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/info.h -openmpi/ompi/mpi/cxx/exception.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/exception.h -openmpi/ompi/mpi/cxx/op.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/op.h -openmpi/ompi/mpi/cxx/status.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/status.h -openmpi/ompi/mpi/cxx/request.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/request.h -openmpi/ompi/mpi/cxx/group.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/group.h -openmpi/ompi/mpi/cxx/comm.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/comm.h -openmpi/ompi/mpi/cxx/win.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/win.h -openmpi/ompi/mpi/cxx/file.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/file.h -openmpi/ompi/mpi/cxx/errhandler.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/errhandler.h -openmpi/ompi/mpi/cxx/intracomm.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/intracomm.h -openmpi/ompi/mpi/cxx/topology.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/topology.h -openmpi/ompi/mpi/cxx/intercomm.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/intercomm.h -openmpi/ompi/mpi/cxx/info.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/info.h -ompi/mpi/cxx/pop_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/pop_inln.h -ompi/mpi/cxx/pgroup_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/pgroup_inln.h -ompi/mpi/cxx/pstatus_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/pstatus_inln.h -ompi/mpi/cxx/prequest_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/prequest_inln.h -ompi/mpi/cxx/datatype_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/datatype_inln.h -ompi/mpi/cxx/functions_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/functions_inln.h -ompi/mpi/cxx/request_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/request_inln.h -ompi/mpi/cxx/comm_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/comm_inln.h -ompi/mpi/cxx/intracomm_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/intracomm_inln.h -ompi/mpi/cxx/topology_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/topology_inln.h -ompi/mpi/cxx/intercomm_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/intercomm_inln.h -ompi/mpi/cxx/group_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/group_inln.h -ompi/mpi/cxx/op_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/op_inln.h -ompi/mpi/cxx/errhandler_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/errhandler_inln.h -ompi/mpi/cxx/status_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/status_inln.h -ompi/mpi/cxx/info_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/info_inln.h -ompi/mpi/cxx/win_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/win_inln.h -ompi/mpi/cxx/file_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/ompi/mpi/cxx/file_inln.h -openmpi/ompi/mpi/cxx/datatype_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/datatype_inln.h -openmpi/ompi/mpi/cxx/functions_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/functions_inln.h -openmpi/ompi/mpi/cxx/request_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/request_inln.h -openmpi/ompi/mpi/cxx/comm_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/comm_inln.h -openmpi/ompi/mpi/cxx/intracomm_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/intracomm_inln.h -openmpi/ompi/mpi/cxx/topology_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/topology_inln.h -openmpi/ompi/mpi/cxx/intercomm_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/intercomm_inln.h -openmpi/ompi/mpi/cxx/group_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/group_inln.h -openmpi/ompi/mpi/cxx/op_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/op_inln.h -openmpi/ompi/mpi/cxx/errhandler_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/errhandler_inln.h -openmpi/ompi/mpi/cxx/status_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/status_inln.h -openmpi/ompi/mpi/cxx/info_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/info_inln.h -openmpi/ompi/mpi/cxx/win_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/win_inln.h -openmpi/ompi/mpi/cxx/file_inln.h -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/openmpi/ompi/mpi/cxx/file_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology_inln.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win.h - -/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win_inln.h - diff --git a/build/src/CMakeFiles/hybrid-sog.dir/DependInfo.cmake b/build/src/CMakeFiles/hybrid-sog.dir/DependInfo.cmake deleted file mode 100644 index f4cb930f7639ea30e19cee2d708de8e5fbd83319..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/hybrid-sog.dir/DependInfo.cmake +++ /dev/null @@ -1,55 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "C" - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_C - "/home/hiba/PMC-SOG/mc-sog/src/sylvan_sog.c" "/home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o" - ) -set(CMAKE_C_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - "../libraries/parser/src" - "../third-party/sylvan" - "../src" - "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi" - "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent" - "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include" - "/usr/lib/x86_64-linux-gnu/openmpi/include" - "../third-party/sylvan/src" - "/usr/include/spot" - ) -set(CMAKE_DEPENDS_CHECK_CXX - "/home/hiba/PMC-SOG/mc-sog/src/DistributedSOG.cpp" "/home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o" - "/home/hiba/PMC-SOG/mc-sog/src/HybridSOG.cpp" "/home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o" - "/home/hiba/PMC-SOG/mc-sog/src/LDDGraph.cpp" "/home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o" - "/home/hiba/PMC-SOG/mc-sog/src/LDDState.cpp" "/home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o" - "/home/hiba/PMC-SOG/mc-sog/src/TransSylvan.cpp" "/home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o" - "/home/hiba/PMC-SOG/mc-sog/src/main.cpp" "/home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/hybrid-sog.dir/main.cpp.o" - "/home/hiba/PMC-SOG/mc-sog/src/threadSOG.cpp" "/home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_CXX_TARGET_INCLUDE_PATH - "../libraries/parser/src" - "../third-party/sylvan" - "../src" - "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi" - "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent" - "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include" - "/usr/lib/x86_64-linux-gnu/openmpi/include" - "../third-party/sylvan/src" - "/usr/include/spot" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/DependInfo.cmake" - "/home/hiba/PMC-SOG/mc-sog/build/libraries/parser/src/CMakeFiles/RdP.dir/DependInfo.cmake" - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/src/CMakeFiles/hybrid-sog.dir/build.make b/build/src/CMakeFiles/hybrid-sog.dir/build.make deleted file mode 100644 index be5b2f6219e5ad7e55ef0c9ad6e4b253e1556926..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/hybrid-sog.dir/build.make +++ /dev/null @@ -1,309 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/hiba/PMC-SOG/mc-sog - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/hiba/PMC-SOG/mc-sog/build - -# Include any dependencies generated for this target. -include src/CMakeFiles/hybrid-sog.dir/depend.make - -# Include the progress variables for this target. -include src/CMakeFiles/hybrid-sog.dir/progress.make - -# Include the compile flags for this target's objects. -include src/CMakeFiles/hybrid-sog.dir/flags.make - -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: src/CMakeFiles/hybrid-sog.dir/flags.make -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../src/main.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object src/CMakeFiles/hybrid-sog.dir/main.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/hybrid-sog.dir/main.cpp.o -c /home/hiba/PMC-SOG/mc-sog/src/main.cpp - -src/CMakeFiles/hybrid-sog.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hybrid-sog.dir/main.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/src/main.cpp > CMakeFiles/hybrid-sog.dir/main.cpp.i - -src/CMakeFiles/hybrid-sog.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hybrid-sog.dir/main.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/src/main.cpp -o CMakeFiles/hybrid-sog.dir/main.cpp.s - -src/CMakeFiles/hybrid-sog.dir/main.cpp.o.requires: - -.PHONY : src/CMakeFiles/hybrid-sog.dir/main.cpp.o.requires - -src/CMakeFiles/hybrid-sog.dir/main.cpp.o.provides: src/CMakeFiles/hybrid-sog.dir/main.cpp.o.requires - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/main.cpp.o.provides.build -.PHONY : src/CMakeFiles/hybrid-sog.dir/main.cpp.o.provides - -src/CMakeFiles/hybrid-sog.dir/main.cpp.o.provides.build: src/CMakeFiles/hybrid-sog.dir/main.cpp.o - - -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: src/CMakeFiles/hybrid-sog.dir/flags.make -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../src/DistributedSOG.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o -c /home/hiba/PMC-SOG/mc-sog/src/DistributedSOG.cpp - -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/src/DistributedSOG.cpp > CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.i - -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/src/DistributedSOG.cpp -o CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.s - -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o.requires: - -.PHONY : src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o.requires - -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o.provides: src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o.requires - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o.provides.build -.PHONY : src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o.provides - -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o.provides.build: src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o - - -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: src/CMakeFiles/hybrid-sog.dir/flags.make -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../src/HybridSOG.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o -c /home/hiba/PMC-SOG/mc-sog/src/HybridSOG.cpp - -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/src/HybridSOG.cpp > CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.i - -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/src/HybridSOG.cpp -o CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.s - -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o.requires: - -.PHONY : src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o.requires - -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o.provides: src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o.requires - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o.provides.build -.PHONY : src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o.provides - -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o.provides.build: src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o - - -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: src/CMakeFiles/hybrid-sog.dir/flags.make -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../src/threadSOG.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o -c /home/hiba/PMC-SOG/mc-sog/src/threadSOG.cpp - -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hybrid-sog.dir/threadSOG.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/src/threadSOG.cpp > CMakeFiles/hybrid-sog.dir/threadSOG.cpp.i - -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hybrid-sog.dir/threadSOG.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/src/threadSOG.cpp -o CMakeFiles/hybrid-sog.dir/threadSOG.cpp.s - -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o.requires: - -.PHONY : src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o.requires - -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o.provides: src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o.requires - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o.provides.build -.PHONY : src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o.provides - -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o.provides.build: src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o - - -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: src/CMakeFiles/hybrid-sog.dir/flags.make -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../src/LDDGraph.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o -c /home/hiba/PMC-SOG/mc-sog/src/LDDGraph.cpp - -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/src/LDDGraph.cpp > CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.i - -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/src/LDDGraph.cpp -o CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.s - -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o.requires: - -.PHONY : src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o.requires - -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o.provides: src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o.requires - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o.provides.build -.PHONY : src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o.provides - -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o.provides.build: src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o - - -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: src/CMakeFiles/hybrid-sog.dir/flags.make -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../src/LDDState.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/hybrid-sog.dir/LDDState.cpp.o -c /home/hiba/PMC-SOG/mc-sog/src/LDDState.cpp - -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hybrid-sog.dir/LDDState.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/src/LDDState.cpp > CMakeFiles/hybrid-sog.dir/LDDState.cpp.i - -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hybrid-sog.dir/LDDState.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/src/LDDState.cpp -o CMakeFiles/hybrid-sog.dir/LDDState.cpp.s - -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o.requires: - -.PHONY : src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o.requires - -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o.provides: src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o.requires - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o.provides.build -.PHONY : src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o.provides - -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o.provides.build: src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o - - -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: src/CMakeFiles/hybrid-sog.dir/flags.make -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../src/TransSylvan.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o -c /home/hiba/PMC-SOG/mc-sog/src/TransSylvan.cpp - -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/src/TransSylvan.cpp > CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.i - -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/src/TransSylvan.cpp -o CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.s - -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o.requires: - -.PHONY : src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o.requires - -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o.provides: src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o.requires - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o.provides.build -.PHONY : src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o.provides - -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o.provides.build: src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o - - -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: src/CMakeFiles/hybrid-sog.dir/flags.make -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../src/sylvan_sog.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o -c /home/hiba/PMC-SOG/mc-sog/src/sylvan_sog.c - -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/hybrid-sog.dir/sylvan_sog.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/src/sylvan_sog.c > CMakeFiles/hybrid-sog.dir/sylvan_sog.c.i - -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/hybrid-sog.dir/sylvan_sog.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/src/sylvan_sog.c -o CMakeFiles/hybrid-sog.dir/sylvan_sog.c.s - -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o.requires: - -.PHONY : src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o.requires - -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o.provides: src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o.requires - $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o.provides.build -.PHONY : src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o.provides - -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o.provides.build: src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o - - -# Object files for target hybrid-sog -hybrid__sog_OBJECTS = \ -"CMakeFiles/hybrid-sog.dir/main.cpp.o" \ -"CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o" \ -"CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o" \ -"CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o" \ -"CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o" \ -"CMakeFiles/hybrid-sog.dir/LDDState.cpp.o" \ -"CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o" \ -"CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o" - -# External object files for target hybrid-sog -hybrid__sog_EXTERNAL_OBJECTS = - -src/hybrid-sog: src/CMakeFiles/hybrid-sog.dir/main.cpp.o -src/hybrid-sog: src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o -src/hybrid-sog: src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o -src/hybrid-sog: src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o -src/hybrid-sog: src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o -src/hybrid-sog: src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o -src/hybrid-sog: src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o -src/hybrid-sog: src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o -src/hybrid-sog: src/CMakeFiles/hybrid-sog.dir/build.make -src/hybrid-sog: /usr/lib/x86_64-linux-gnu/libspot.so -src/hybrid-sog: third-party/sylvan/libsylvan.a -src/hybrid-sog: libraries/parser/src/libRdP.a -src/hybrid-sog: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so -src/hybrid-sog: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so -src/hybrid-sog: /usr/lib/x86_64-linux-gnu/libssl.so -src/hybrid-sog: /usr/lib/x86_64-linux-gnu/libcrypto.so -src/hybrid-sog: src/CMakeFiles/hybrid-sog.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Linking CXX executable hybrid-sog" - cd /home/hiba/PMC-SOG/mc-sog/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hybrid-sog.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -src/CMakeFiles/hybrid-sog.dir/build: src/hybrid-sog - -.PHONY : src/CMakeFiles/hybrid-sog.dir/build - -src/CMakeFiles/hybrid-sog.dir/requires: src/CMakeFiles/hybrid-sog.dir/main.cpp.o.requires -src/CMakeFiles/hybrid-sog.dir/requires: src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o.requires -src/CMakeFiles/hybrid-sog.dir/requires: src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o.requires -src/CMakeFiles/hybrid-sog.dir/requires: src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o.requires -src/CMakeFiles/hybrid-sog.dir/requires: src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o.requires -src/CMakeFiles/hybrid-sog.dir/requires: src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o.requires -src/CMakeFiles/hybrid-sog.dir/requires: src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o.requires -src/CMakeFiles/hybrid-sog.dir/requires: src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o.requires - -.PHONY : src/CMakeFiles/hybrid-sog.dir/requires - -src/CMakeFiles/hybrid-sog.dir/clean: - cd /home/hiba/PMC-SOG/mc-sog/build/src && $(CMAKE_COMMAND) -P CMakeFiles/hybrid-sog.dir/cmake_clean.cmake -.PHONY : src/CMakeFiles/hybrid-sog.dir/clean - -src/CMakeFiles/hybrid-sog.dir/depend: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hiba/PMC-SOG/mc-sog /home/hiba/PMC-SOG/mc-sog/src /home/hiba/PMC-SOG/mc-sog/build /home/hiba/PMC-SOG/mc-sog/build/src /home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/hybrid-sog.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : src/CMakeFiles/hybrid-sog.dir/depend - diff --git a/build/src/CMakeFiles/hybrid-sog.dir/cmake_clean.cmake b/build/src/CMakeFiles/hybrid-sog.dir/cmake_clean.cmake deleted file mode 100644 index 8ace7028bdd6b9faab6ce3009f3d3670f59e8832..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/hybrid-sog.dir/cmake_clean.cmake +++ /dev/null @@ -1,17 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/hybrid-sog.dir/main.cpp.o" - "CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o" - "CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o" - "CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o" - "CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o" - "CMakeFiles/hybrid-sog.dir/LDDState.cpp.o" - "CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o" - "CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o" - "hybrid-sog.pdb" - "hybrid-sog" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C CXX) - include(CMakeFiles/hybrid-sog.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/src/CMakeFiles/hybrid-sog.dir/depend.internal b/build/src/CMakeFiles/hybrid-sog.dir/depend.internal deleted file mode 100644 index 4523f5067fbf48c38cbc7fcd2f7c2155836f4096..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/hybrid-sog.dir/depend.internal +++ /dev/null @@ -1,256 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o - ../src/sylvan_sog.h - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/src/sylvan_sog.c -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o - ../libraries/parser/src/Net.hpp - ../libraries/parser/src/RdPMonteur.hpp - ../third-party/sylvan/lace.h - ../third-party/sylvan/sha2.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_seq.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/src/DistributedSOG.cpp - /home/hiba/PMC-SOG/mc-sog/src/DistributedSOG.h - /home/hiba/PMC-SOG/mc-sog/src/LDDGraph.h - /home/hiba/PMC-SOG/mc-sog/src/LDDState.h - /home/hiba/PMC-SOG/mc-sog/src/TransSylvan.h - /usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h - /usr/lib/x86_64-linux-gnu/openmpi/include/mpi_portable_platform.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/constants.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/exception.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o - ../libraries/parser/src/Net.hpp - ../libraries/parser/src/RdPMonteur.hpp - ../third-party/sylvan/lace.h - ../third-party/sylvan/sha2.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_seq.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/src/HybridSOG.cpp - /home/hiba/PMC-SOG/mc-sog/src/HybridSOG.h - /home/hiba/PMC-SOG/mc-sog/src/LDDGraph.h - /home/hiba/PMC-SOG/mc-sog/src/LDDState.h - /home/hiba/PMC-SOG/mc-sog/src/TransSylvan.h - /usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h - /usr/lib/x86_64-linux-gnu/openmpi/include/mpi_portable_platform.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/constants.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/exception.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win_inln.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/src/LDDGraph.cpp - /home/hiba/PMC-SOG/mc-sog/src/LDDGraph.h - /home/hiba/PMC-SOG/mc-sog/src/LDDState.h -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/src/LDDState.cpp - /home/hiba/PMC-SOG/mc-sog/src/LDDState.h -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/src/TransSylvan.cpp - /home/hiba/PMC-SOG/mc-sog/src/TransSylvan.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o - ../libraries/parser/src/Net.hpp - ../libraries/parser/src/RdPMonteur.hpp - ../third-party/sylvan/lace.h - ../third-party/sylvan/sha2.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/src/DistributedSOG.h - /home/hiba/PMC-SOG/mc-sog/src/HybridSOG.h - /home/hiba/PMC-SOG/mc-sog/src/LDDGraph.h - /home/hiba/PMC-SOG/mc-sog/src/LDDState.h - /home/hiba/PMC-SOG/mc-sog/src/TransSylvan.h - /home/hiba/PMC-SOG/mc-sog/src/main.cpp - /home/hiba/PMC-SOG/mc-sog/src/threadSOG.h - /usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h - /usr/lib/x86_64-linux-gnu/openmpi/include/mpi_portable_platform.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/constants.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/exception.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology_inln.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win.h - /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win_inln.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o - ../libraries/parser/src/Net.hpp - ../libraries/parser/src/RdPMonteur.hpp - ../src/sylvan_sog.h - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_seq.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/src/LDDGraph.h - /home/hiba/PMC-SOG/mc-sog/src/LDDState.h - /home/hiba/PMC-SOG/mc-sog/src/TransSylvan.h - /home/hiba/PMC-SOG/mc-sog/src/threadSOG.cpp - /home/hiba/PMC-SOG/mc-sog/src/threadSOG.h diff --git a/build/src/CMakeFiles/hybrid-sog.dir/depend.make b/build/src/CMakeFiles/hybrid-sog.dir/depend.make deleted file mode 100644 index 59e801ce2a15e8cf64b2a157e3ae792b2bbe2083..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/hybrid-sog.dir/depend.make +++ /dev/null @@ -1,256 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../src/sylvan_sog.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/lace.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_bdd.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_cache.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_common.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_config.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_int.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_ldd.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_ldd_int.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_mt.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_mtbdd.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_mtbdd_int.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_stats.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_table.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../third-party/sylvan/sylvan_tls.h -src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o: ../src/sylvan_sog.c - -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../libraries/parser/src/Net.hpp -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../libraries/parser/src/RdPMonteur.hpp -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/lace.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sha2.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_bdd.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_cache.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_common.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_config.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_int.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_ldd.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_ldd_int.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_mt.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_mtbdd.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_mtbdd_int.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_seq.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_stats.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_table.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../third-party/sylvan/sylvan_tls.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../src/DistributedSOG.cpp -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../src/DistributedSOG.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../src/LDDGraph.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../src/LDDState.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: ../src/TransSylvan.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/mpi_portable_platform.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/constants.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/exception.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology_inln.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win.h -src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win_inln.h - -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../libraries/parser/src/Net.hpp -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../libraries/parser/src/RdPMonteur.hpp -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/lace.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sha2.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_bdd.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_cache.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_common.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_config.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_int.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_ldd.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_ldd_int.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_mt.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_mtbdd.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_mtbdd_int.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_seq.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_stats.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_table.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../third-party/sylvan/sylvan_tls.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../src/HybridSOG.cpp -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../src/HybridSOG.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../src/LDDGraph.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../src/LDDState.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: ../src/TransSylvan.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/mpi_portable_platform.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/constants.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/exception.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology_inln.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win.h -src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win_inln.h - -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../third-party/sylvan/lace.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../third-party/sylvan/sylvan.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../third-party/sylvan/sylvan_bdd.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../third-party/sylvan/sylvan_common.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../third-party/sylvan/sylvan_config.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../third-party/sylvan/sylvan_ldd.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../third-party/sylvan/sylvan_mt.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../third-party/sylvan/sylvan_mtbdd.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../third-party/sylvan/sylvan_stats.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../third-party/sylvan/sylvan_tls.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../src/LDDGraph.cpp -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../src/LDDGraph.h -src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o: ../src/LDDState.h - -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../third-party/sylvan/lace.h -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../third-party/sylvan/sylvan.h -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../third-party/sylvan/sylvan_bdd.h -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../third-party/sylvan/sylvan_common.h -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../third-party/sylvan/sylvan_config.h -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../third-party/sylvan/sylvan_ldd.h -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../third-party/sylvan/sylvan_mt.h -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../third-party/sylvan/sylvan_mtbdd.h -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../third-party/sylvan/sylvan_stats.h -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../third-party/sylvan/sylvan_tls.h -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../src/LDDState.cpp -src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o: ../src/LDDState.h - -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../third-party/sylvan/lace.h -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../third-party/sylvan/sylvan.h -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../third-party/sylvan/sylvan_bdd.h -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../third-party/sylvan/sylvan_common.h -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../third-party/sylvan/sylvan_config.h -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../third-party/sylvan/sylvan_ldd.h -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../third-party/sylvan/sylvan_mt.h -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../third-party/sylvan/sylvan_mtbdd.h -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../third-party/sylvan/sylvan_stats.h -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../third-party/sylvan/sylvan_tls.h -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../src/TransSylvan.cpp -src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o: ../src/TransSylvan.h - -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../libraries/parser/src/Net.hpp -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../libraries/parser/src/RdPMonteur.hpp -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../third-party/sylvan/lace.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../third-party/sylvan/sha2.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../third-party/sylvan/sylvan.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../third-party/sylvan/sylvan_bdd.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../third-party/sylvan/sylvan_common.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../third-party/sylvan/sylvan_config.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../third-party/sylvan/sylvan_ldd.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../third-party/sylvan/sylvan_mt.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../third-party/sylvan/sylvan_mtbdd.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../third-party/sylvan/sylvan_stats.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../third-party/sylvan/sylvan_tls.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../src/DistributedSOG.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../src/HybridSOG.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../src/LDDGraph.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../src/LDDState.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../src/TransSylvan.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../src/main.cpp -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: ../src/threadSOG.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/mpi_portable_platform.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/comm_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/constants.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/datatype_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/errhandler_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/exception.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/file_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/functions_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/group_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/info_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intercomm_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/intracomm_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/request_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/status_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/topology_inln.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win.h -src/CMakeFiles/hybrid-sog.dir/main.cpp.o: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/win_inln.h - -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../libraries/parser/src/Net.hpp -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../libraries/parser/src/RdPMonteur.hpp -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../src/sylvan_sog.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/lace.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_bdd.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_cache.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_common.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_config.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_int.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_ldd.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_ldd_int.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_mt.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_mtbdd.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_mtbdd_int.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_seq.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_stats.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_table.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../third-party/sylvan/sylvan_tls.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../src/LDDGraph.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../src/LDDState.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../src/TransSylvan.h -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../src/threadSOG.cpp -src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o: ../src/threadSOG.h - diff --git a/build/src/CMakeFiles/hybrid-sog.dir/flags.make b/build/src/CMakeFiles/hybrid-sog.dir/flags.make deleted file mode 100644 index bedacefaedc21f609d67564fd0eb6b1794b57aed..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/hybrid-sog.dir/flags.make +++ /dev/null @@ -1,17 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# compile C with /usr/bin/cc -# compile CXX with /usr/bin/c++ -C_FLAGS = - -C_DEFINES = - -C_INCLUDES = -I/home/hiba/PMC-SOG/mc-sog/libraries/parser/src -I/home/hiba/PMC-SOG/mc-sog/third-party/sylvan -I/home/hiba/PMC-SOG/mc-sog/src -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include -I/usr/lib/x86_64-linux-gnu/openmpi/include -I/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/src -isystem /usr/include/spot - -CXX_FLAGS = -fpermissive - -CXX_DEFINES = - -CXX_INCLUDES = -I/home/hiba/PMC-SOG/mc-sog/libraries/parser/src -I/home/hiba/PMC-SOG/mc-sog/third-party/sylvan -I/home/hiba/PMC-SOG/mc-sog/src -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include -I/usr/lib/x86_64-linux-gnu/openmpi/include -I/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/src -isystem /usr/include/spot - diff --git a/build/src/CMakeFiles/hybrid-sog.dir/link.txt b/build/src/CMakeFiles/hybrid-sog.dir/link.txt deleted file mode 100644 index 231caa214e78243ff62c793e5f590d2932b450af..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/hybrid-sog.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/c++ -fpermissive CMakeFiles/hybrid-sog.dir/main.cpp.o CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o CMakeFiles/hybrid-sog.dir/LDDState.cpp.o CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o -o hybrid-sog -Wl,-rpath,/usr/lib/x86_64-linux-gnu/openmpi/lib /usr/lib/x86_64-linux-gnu/libspot.so ../third-party/sylvan/libsylvan.a ../libraries/parser/src/libRdP.a /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so -lpthread -lgmp -lrt diff --git a/build/src/CMakeFiles/hybrid-sog.dir/progress.make b/build/src/CMakeFiles/hybrid-sog.dir/progress.make deleted file mode 100644 index 23ace9ffc16df6260c650a4fa71ce87f221f6ec5..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/hybrid-sog.dir/progress.make +++ /dev/null @@ -1,10 +0,0 @@ -CMAKE_PROGRESS_1 = 9 -CMAKE_PROGRESS_2 = 10 -CMAKE_PROGRESS_3 = 11 -CMAKE_PROGRESS_4 = 12 -CMAKE_PROGRESS_5 = 13 -CMAKE_PROGRESS_6 = 14 -CMAKE_PROGRESS_7 = 15 -CMAKE_PROGRESS_8 = 16 -CMAKE_PROGRESS_9 = 17 - diff --git a/build/src/CMakeFiles/progress.marks b/build/src/CMakeFiles/progress.marks deleted file mode 100644 index e85087affded170efcbc6f9672a6fc671d839ed0..0000000000000000000000000000000000000000 --- a/build/src/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -31 diff --git a/build/src/Makefile b/build/src/Makefile deleted file mode 100644 index 4f6ac4f5577bb481d1b0c4078b7895542efa165f..0000000000000000000000000000000000000000 --- a/build/src/Makefile +++ /dev/null @@ -1,390 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/hiba/PMC-SOG/mc-sog - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/hiba/PMC-SOG/mc-sog/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles /home/hiba/PMC-SOG/mc-sog/build/src/CMakeFiles/progress.marks - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 src/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 src/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -src/CMakeFiles/hybrid-sog.dir/rule: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/hybrid-sog.dir/rule -.PHONY : src/CMakeFiles/hybrid-sog.dir/rule - -# Convenience name for target. -hybrid-sog: src/CMakeFiles/hybrid-sog.dir/rule - -.PHONY : hybrid-sog - -# fast build rule for target. -hybrid-sog/fast: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/build -.PHONY : hybrid-sog/fast - -DistributedSOG.o: DistributedSOG.cpp.o - -.PHONY : DistributedSOG.o - -# target to build an object file -DistributedSOG.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.o -.PHONY : DistributedSOG.cpp.o - -DistributedSOG.i: DistributedSOG.cpp.i - -.PHONY : DistributedSOG.i - -# target to preprocess a source file -DistributedSOG.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.i -.PHONY : DistributedSOG.cpp.i - -DistributedSOG.s: DistributedSOG.cpp.s - -.PHONY : DistributedSOG.s - -# target to generate assembly for a file -DistributedSOG.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/DistributedSOG.cpp.s -.PHONY : DistributedSOG.cpp.s - -HybridSOG.o: HybridSOG.cpp.o - -.PHONY : HybridSOG.o - -# target to build an object file -HybridSOG.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.o -.PHONY : HybridSOG.cpp.o - -HybridSOG.i: HybridSOG.cpp.i - -.PHONY : HybridSOG.i - -# target to preprocess a source file -HybridSOG.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.i -.PHONY : HybridSOG.cpp.i - -HybridSOG.s: HybridSOG.cpp.s - -.PHONY : HybridSOG.s - -# target to generate assembly for a file -HybridSOG.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/HybridSOG.cpp.s -.PHONY : HybridSOG.cpp.s - -LDDGraph.o: LDDGraph.cpp.o - -.PHONY : LDDGraph.o - -# target to build an object file -LDDGraph.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.o -.PHONY : LDDGraph.cpp.o - -LDDGraph.i: LDDGraph.cpp.i - -.PHONY : LDDGraph.i - -# target to preprocess a source file -LDDGraph.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.i -.PHONY : LDDGraph.cpp.i - -LDDGraph.s: LDDGraph.cpp.s - -.PHONY : LDDGraph.s - -# target to generate assembly for a file -LDDGraph.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/LDDGraph.cpp.s -.PHONY : LDDGraph.cpp.s - -LDDState.o: LDDState.cpp.o - -.PHONY : LDDState.o - -# target to build an object file -LDDState.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.o -.PHONY : LDDState.cpp.o - -LDDState.i: LDDState.cpp.i - -.PHONY : LDDState.i - -# target to preprocess a source file -LDDState.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.i -.PHONY : LDDState.cpp.i - -LDDState.s: LDDState.cpp.s - -.PHONY : LDDState.s - -# target to generate assembly for a file -LDDState.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/LDDState.cpp.s -.PHONY : LDDState.cpp.s - -TransSylvan.o: TransSylvan.cpp.o - -.PHONY : TransSylvan.o - -# target to build an object file -TransSylvan.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.o -.PHONY : TransSylvan.cpp.o - -TransSylvan.i: TransSylvan.cpp.i - -.PHONY : TransSylvan.i - -# target to preprocess a source file -TransSylvan.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.i -.PHONY : TransSylvan.cpp.i - -TransSylvan.s: TransSylvan.cpp.s - -.PHONY : TransSylvan.s - -# target to generate assembly for a file -TransSylvan.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/TransSylvan.cpp.s -.PHONY : TransSylvan.cpp.s - -main.o: main.cpp.o - -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i - -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s - -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/main.cpp.s -.PHONY : main.cpp.s - -sylvan_sog.o: sylvan_sog.c.o - -.PHONY : sylvan_sog.o - -# target to build an object file -sylvan_sog.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.o -.PHONY : sylvan_sog.c.o - -sylvan_sog.i: sylvan_sog.c.i - -.PHONY : sylvan_sog.i - -# target to preprocess a source file -sylvan_sog.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.i -.PHONY : sylvan_sog.c.i - -sylvan_sog.s: sylvan_sog.c.s - -.PHONY : sylvan_sog.s - -# target to generate assembly for a file -sylvan_sog.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/sylvan_sog.c.s -.PHONY : sylvan_sog.c.s - -threadSOG.o: threadSOG.cpp.o - -.PHONY : threadSOG.o - -# target to build an object file -threadSOG.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.o -.PHONY : threadSOG.cpp.o - -threadSOG.i: threadSOG.cpp.i - -.PHONY : threadSOG.i - -# target to preprocess a source file -threadSOG.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.i -.PHONY : threadSOG.cpp.i - -threadSOG.s: threadSOG.cpp.s - -.PHONY : threadSOG.s - -# target to generate assembly for a file -threadSOG.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f src/CMakeFiles/hybrid-sog.dir/build.make src/CMakeFiles/hybrid-sog.dir/threadSOG.cpp.s -.PHONY : threadSOG.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... hybrid-sog" - @echo "... edit_cache" - @echo "... DistributedSOG.o" - @echo "... DistributedSOG.i" - @echo "... DistributedSOG.s" - @echo "... HybridSOG.o" - @echo "... HybridSOG.i" - @echo "... HybridSOG.s" - @echo "... LDDGraph.o" - @echo "... LDDGraph.i" - @echo "... LDDGraph.s" - @echo "... LDDState.o" - @echo "... LDDState.i" - @echo "... LDDState.s" - @echo "... TransSylvan.o" - @echo "... TransSylvan.i" - @echo "... TransSylvan.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" - @echo "... sylvan_sog.o" - @echo "... sylvan_sog.i" - @echo "... sylvan_sog.s" - @echo "... threadSOG.o" - @echo "... threadSOG.i" - @echo "... threadSOG.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/src/cmake_install.cmake b/build/src/cmake_install.cmake deleted file mode 100644 index a8377c9600ef10e9e3f82a8118e26ac791a85cab..0000000000000000000000000000000000000000 --- a/build/src/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: /home/hiba/PMC-SOG/mc-sog/src - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - diff --git a/build/third-party/sylvan/CMakeFiles/CMakeDirectoryInformation.cmake b/build/third-party/sylvan/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 231d7f3e07d5ac221a86bd8748e501abcce9f2b9..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hiba/PMC-SOG/mc-sog") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hiba/PMC-SOG/mc-sog/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/third-party/sylvan/CMakeFiles/progress.marks b/build/third-party/sylvan/CMakeFiles/progress.marks deleted file mode 100644 index b6a7d89c68e0ca66e96a9a51892cc33db66fb8a3..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -16 diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/C.includecache b/build/third-party/sylvan/CMakeFiles/sylvan.dir/C.includecache deleted file mode 100644 index f11e2418d2021ec1a1447aff6c1eff387ac5105b..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/sylvan.dir/C.includecache +++ /dev/null @@ -1,312 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -../third-party/sylvan/avl.h -stdlib.h -- -string.h -- - -../third-party/sylvan/lace.h -unistd.h -- -stdint.h -- -stdio.h -- -pthread.h -- -lace_config.h -- - -../third-party/sylvan/sha2.h -sys/types.h -- -inttypes.h -- - -../third-party/sylvan/sylvan.h -sylvan_config.h -- -assert.h -- -stddef.h -- -stdint.h -- -stdio.h -- -stdlib.h -- -unistd.h -- -pthread.h -- -mach/mach_time.h -- -time.h -- -lace.h -- -sylvan_tls.h -- -sylvan_common.h -- -sylvan_stats.h -- -sylvan_mt.h -- -sylvan_mtbdd.h -- -sylvan_bdd.h -- -sylvan_ldd.h -- - -../third-party/sylvan/sylvan_bdd.h - -../third-party/sylvan/sylvan_cache.h - -../third-party/sylvan/sylvan_common.h - -../third-party/sylvan/sylvan_config.h - -../third-party/sylvan/sylvan_gmp.h -sylvan.h -- -gmp.h -- - -../third-party/sylvan/sylvan_int.h -sylvan.h -- -sylvan_cache.h -- -sylvan_table.h -- -sylvan_mtbdd_int.h -- -sylvan_ldd_int.h -- - -../third-party/sylvan/sylvan_ldd.h - -../third-party/sylvan/sylvan_ldd_int.h - -../third-party/sylvan/sylvan_mt.h - -../third-party/sylvan/sylvan_mtbdd.h - -../third-party/sylvan/sylvan_mtbdd_int.h - -../third-party/sylvan/sylvan_refs.h - -../third-party/sylvan/sylvan_sl.h - -../third-party/sylvan/sylvan_stats.h - -../third-party/sylvan/sylvan_table.h - -../third-party/sylvan/sylvan_tls.h - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/lace.c -errno.h -- -sched.h -- -stdio.h -- -stdlib.h -- -string.h -- -sys/mman.h -- -sys/time.h -- -pthread.h -- -unistd.h -- -assert.h -- -lace.h -- -hwloc.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sha2.c -string.h -- -assert.h -- -sha2.h -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sha2.h - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sha2.h -sys/types.h -- -inttypes.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_bdd.c -sylvan_int.h -- -inttypes.h -- -math.h -- -string.h -- -avl.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_cache.c -sylvan_int.h -- -errno.h -- -string.h -- -sys/mman.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_common.c -sylvan_int.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_gmp.c -sylvan_int.h -- -sylvan_gmp.h -- -math.h -- -string.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_ldd.c -sylvan_int.h -- -inttypes.h -- -math.h -- -string.h -- -sys/mman.h -- -avl.h -- -sylvan_refs.h -- -sha2.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mt.c -sylvan_int.h -- -inttypes.h -- -string.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mtbdd.c -sylvan_int.h -- -inttypes.h -- -math.h -- -string.h -- -sylvan_refs.h -- -sylvan_sl.h -- -sha2.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_refs.c -sylvan.h -- -sylvan_refs.h -- -errno.h -- -string.h -- -sys/mman.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_seq.c -sylvan.h -- -sylvan_int.h -- -inttypes.h -- -math.h -- -string.h -- -stdint.h -- -avl.h -- -sys/mman.h -- -sha2.h -- -assert.h -- -inttypes.h -- -math.h -- -pthread.h -- -stdint.h -- -stdio.h -- -stdlib.h -- -string.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_sl.c -sylvan.h -- -sylvan_sl.h -- -sys/mman.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_stats.c -sylvan_int.h -- -errno.h -- -string.h -- -sys/mman.h -- -inttypes.h -- - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_table.c -sylvan_int.h -- -errno.h -- -string.h -- -sys/mman.h -- - diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/CXX.includecache b/build/third-party/sylvan/CMakeFiles/sylvan.dir/CXX.includecache deleted file mode 100644 index d86e95d5432a92ac15c4baf49b62424901d16152..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/sylvan.dir/CXX.includecache +++ /dev/null @@ -1,88 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -../third-party/sylvan/lace.h -unistd.h -- -stdint.h -- -stdio.h -- -pthread.h -- -lace_config.h -- - -../third-party/sylvan/sylvan.h -sylvan_config.h -- -assert.h -- -stddef.h -- -stdint.h -- -stdio.h -- -stdlib.h -- -unistd.h -- -pthread.h -- -mach/mach_time.h -- -time.h -- -lace.h -- -sylvan_tls.h -- -sylvan_common.h -- -sylvan_stats.h -- -sylvan_mt.h -- -sylvan_mtbdd.h -- -sylvan_bdd.h -- -sylvan_ldd.h -- - -../third-party/sylvan/sylvan_bdd.h - -../third-party/sylvan/sylvan_common.h - -../third-party/sylvan/sylvan_config.h - -../third-party/sylvan/sylvan_ldd.h - -../third-party/sylvan/sylvan_mt.h - -../third-party/sylvan/sylvan_mtbdd.h - -../third-party/sylvan/sylvan_obj.hpp -string -- -vector -- -lace.h -- -sylvan.h -- - -../third-party/sylvan/sylvan_stats.h - -../third-party/sylvan/sylvan_tls.h - -/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_obj.cpp -sylvan_obj.hpp -- - diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/DependInfo.cmake b/build/third-party/sylvan/CMakeFiles/sylvan.dir/DependInfo.cmake deleted file mode 100644 index a10a9b6d359d1e2a9828a118e9432a8a93294cd1..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/sylvan.dir/DependInfo.cmake +++ /dev/null @@ -1,48 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "C" - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_C - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/lace.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sha2.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_bdd.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_cache.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_common.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_gmp.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_ldd.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mt.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mtbdd.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_refs.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_seq.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_sl.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_stats.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o" - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_table.c" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o" - ) -set(CMAKE_C_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - "../libraries/parser/src" - "../third-party/sylvan" - "../third-party/sylvan/." - ) -set(CMAKE_DEPENDS_CHECK_CXX - "/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_obj.cpp" "/home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_CXX_TARGET_INCLUDE_PATH - "../libraries/parser/src" - "../third-party/sylvan" - "../third-party/sylvan/." - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/build.make b/build/third-party/sylvan/CMakeFiles/sylvan.dir/build.make deleted file mode 100644 index 04f2bb5fa77a593faab5f21748c59086d3df3906..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/sylvan.dir/build.make +++ /dev/null @@ -1,492 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/hiba/PMC-SOG/mc-sog - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/hiba/PMC-SOG/mc-sog/build - -# Include any dependencies generated for this target. -include third-party/sylvan/CMakeFiles/sylvan.dir/depend.make - -# Include the progress variables for this target. -include third-party/sylvan/CMakeFiles/sylvan.dir/progress.make - -# Include the compile flags for this target's objects. -include third-party/sylvan/CMakeFiles/sylvan.dir/flags.make - -third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o: ../third-party/sylvan/lace.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/lace.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/lace.c - -third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/lace.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/lace.c > CMakeFiles/sylvan.dir/lace.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/lace.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/lace.c -o CMakeFiles/sylvan.dir/lace.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o: ../third-party/sylvan/sha2.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sha2.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sha2.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sha2.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sha2.c > CMakeFiles/sylvan.dir/sha2.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sha2.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sha2.c -o CMakeFiles/sylvan.dir/sha2.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_bdd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_bdd.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_bdd.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_bdd.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_bdd.c > CMakeFiles/sylvan.dir/sylvan_bdd.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_bdd.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_bdd.c -o CMakeFiles/sylvan.dir/sylvan_bdd.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_cache.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_cache.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_cache.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_cache.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_cache.c > CMakeFiles/sylvan.dir/sylvan_cache.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_cache.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_cache.c -o CMakeFiles/sylvan.dir/sylvan_cache.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_common.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_common.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_common.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_common.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_common.c > CMakeFiles/sylvan.dir/sylvan_common.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_common.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_common.c -o CMakeFiles/sylvan.dir/sylvan_common.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_gmp.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_gmp.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_gmp.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_gmp.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_gmp.c > CMakeFiles/sylvan.dir/sylvan_gmp.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_gmp.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_gmp.c -o CMakeFiles/sylvan.dir/sylvan_gmp.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_ldd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_ldd.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_ldd.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_ldd.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_ldd.c > CMakeFiles/sylvan.dir/sylvan_ldd.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_ldd.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_ldd.c -o CMakeFiles/sylvan.dir/sylvan_ldd.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_mt.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_mt.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mt.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_mt.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mt.c > CMakeFiles/sylvan.dir/sylvan_mt.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_mt.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mt.c -o CMakeFiles/sylvan.dir/sylvan_mt.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_mtbdd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mtbdd.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_mtbdd.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mtbdd.c > CMakeFiles/sylvan.dir/sylvan_mtbdd.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_mtbdd.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mtbdd.c -o CMakeFiles/sylvan.dir/sylvan_mtbdd.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan_obj.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_obj.cpp.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_obj.cpp - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/sylvan.dir/sylvan_obj.cpp.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_obj.cpp > CMakeFiles/sylvan.dir/sylvan_obj.cpp.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/sylvan.dir/sylvan_obj.cpp.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_obj.cpp -o CMakeFiles/sylvan.dir/sylvan_obj.cpp.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan_refs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_refs.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_refs.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_refs.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_refs.c > CMakeFiles/sylvan.dir/sylvan_refs.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_refs.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_refs.c -o CMakeFiles/sylvan.dir/sylvan_refs.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_seq.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_seq.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_seq.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_seq.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_seq.c > CMakeFiles/sylvan.dir/sylvan_seq.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_seq.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_seq.c -o CMakeFiles/sylvan.dir/sylvan_seq.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan_sl.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_sl.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_sl.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_sl.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_sl.c > CMakeFiles/sylvan.dir/sylvan_sl.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_sl.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_sl.c -o CMakeFiles/sylvan.dir/sylvan_sl.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_table.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_table.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_table.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_table.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_table.c > CMakeFiles/sylvan.dir/sylvan_table.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_table.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_table.c -o CMakeFiles/sylvan.dir/sylvan_table.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o - - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: third-party/sylvan/CMakeFiles/sylvan.dir/flags.make -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_stats.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sylvan.dir/sylvan_stats.c.o -c /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_stats.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sylvan.dir/sylvan_stats.c.i" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_stats.c > CMakeFiles/sylvan.dir/sylvan_stats.c.i - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sylvan.dir/sylvan_stats.c.s" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_stats.c -o CMakeFiles/sylvan.dir/sylvan_stats.c.s - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o.requires: - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o.requires - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o.provides: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o.requires - $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o.provides.build -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o.provides - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o.provides.build: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o - - -# Object files for target sylvan -sylvan_OBJECTS = \ -"CMakeFiles/sylvan.dir/lace.c.o" \ -"CMakeFiles/sylvan.dir/sha2.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_bdd.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_cache.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_common.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_gmp.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_ldd.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_mt.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_obj.cpp.o" \ -"CMakeFiles/sylvan.dir/sylvan_refs.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_seq.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_sl.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_table.c.o" \ -"CMakeFiles/sylvan.dir/sylvan_stats.c.o" - -# External object files for target sylvan -sylvan_EXTERNAL_OBJECTS = - -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/build.make -third-party/sylvan/libsylvan.a: third-party/sylvan/CMakeFiles/sylvan.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hiba/PMC-SOG/mc-sog/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Linking CXX static library libsylvan.a" - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && $(CMAKE_COMMAND) -P CMakeFiles/sylvan.dir/cmake_clean_target.cmake - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sylvan.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -third-party/sylvan/CMakeFiles/sylvan.dir/build: third-party/sylvan/libsylvan.a - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/build - -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o.requires -third-party/sylvan/CMakeFiles/sylvan.dir/requires: third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o.requires - -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/requires - -third-party/sylvan/CMakeFiles/sylvan.dir/clean: - cd /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan && $(CMAKE_COMMAND) -P CMakeFiles/sylvan.dir/cmake_clean.cmake -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/clean - -third-party/sylvan/CMakeFiles/sylvan.dir/depend: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hiba/PMC-SOG/mc-sog /home/hiba/PMC-SOG/mc-sog/third-party/sylvan /home/hiba/PMC-SOG/mc-sog/build /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/sylvan.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/depend - diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/cmake_clean.cmake b/build/third-party/sylvan/CMakeFiles/sylvan.dir/cmake_clean.cmake deleted file mode 100644 index c177ba8a2a7299bce5571f7272c0b014b8a54486..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/sylvan.dir/cmake_clean.cmake +++ /dev/null @@ -1,24 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/sylvan.dir/lace.c.o" - "CMakeFiles/sylvan.dir/sha2.c.o" - "CMakeFiles/sylvan.dir/sylvan_bdd.c.o" - "CMakeFiles/sylvan.dir/sylvan_cache.c.o" - "CMakeFiles/sylvan.dir/sylvan_common.c.o" - "CMakeFiles/sylvan.dir/sylvan_gmp.c.o" - "CMakeFiles/sylvan.dir/sylvan_ldd.c.o" - "CMakeFiles/sylvan.dir/sylvan_mt.c.o" - "CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o" - "CMakeFiles/sylvan.dir/sylvan_obj.cpp.o" - "CMakeFiles/sylvan.dir/sylvan_refs.c.o" - "CMakeFiles/sylvan.dir/sylvan_seq.c.o" - "CMakeFiles/sylvan.dir/sylvan_sl.c.o" - "CMakeFiles/sylvan.dir/sylvan_table.c.o" - "CMakeFiles/sylvan.dir/sylvan_stats.c.o" - "libsylvan.pdb" - "libsylvan.a" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C CXX) - include(CMakeFiles/sylvan.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/cmake_clean_target.cmake b/build/third-party/sylvan/CMakeFiles/sylvan.dir/cmake_clean_target.cmake deleted file mode 100644 index 6fb4b34947a0d3f898873f5226fea23ea98328c6..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/sylvan.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libsylvan.a" -) diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/depend.internal b/build/third-party/sylvan/CMakeFiles/sylvan.dir/depend.internal deleted file mode 100644 index 575b960d3ce3bc61849361521719e522ce7989f9..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/sylvan.dir/depend.internal +++ /dev/null @@ -1,228 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o - ../third-party/sylvan/lace.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/lace.c -third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sha2.c - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sha2.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o - ../third-party/sylvan/avl.h - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_bdd.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_cache.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_common.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_gmp.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_gmp.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o - ../third-party/sylvan/avl.h - ../third-party/sylvan/lace.h - ../third-party/sylvan/sha2.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_refs.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_ldd.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mt.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sha2.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_refs.h - ../third-party/sylvan/sylvan_sl.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_mtbdd.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_refs.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_refs.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o - ../third-party/sylvan/avl.h - ../third-party/sylvan/lace.h - ../third-party/sylvan/sha2.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_seq.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_sl.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_sl.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_stats.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_cache.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_int.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_ldd_int.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_mtbdd_int.h - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_table.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_table.c -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o - ../third-party/sylvan/lace.h - ../third-party/sylvan/sylvan.h - ../third-party/sylvan/sylvan_bdd.h - ../third-party/sylvan/sylvan_common.h - ../third-party/sylvan/sylvan_config.h - ../third-party/sylvan/sylvan_ldd.h - ../third-party/sylvan/sylvan_mt.h - ../third-party/sylvan/sylvan_mtbdd.h - ../third-party/sylvan/sylvan_obj.hpp - ../third-party/sylvan/sylvan_stats.h - ../third-party/sylvan/sylvan_tls.h - /home/hiba/PMC-SOG/mc-sog/third-party/sylvan/sylvan_obj.cpp diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/depend.make b/build/third-party/sylvan/CMakeFiles/sylvan.dir/depend.make deleted file mode 100644 index a42e6eeea5aa5e4ca7fe0765f9c34ada9abbafb5..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/sylvan.dir/depend.make +++ /dev/null @@ -1,228 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o: ../third-party/sylvan/lace.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o: ../third-party/sylvan/sha2.c -third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o: ../third-party/sylvan/sha2.h - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/avl.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_cache.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_ldd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_mtbdd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_table.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o: ../third-party/sylvan/sylvan_bdd.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_cache.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_ldd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_mtbdd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_table.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o: ../third-party/sylvan/sylvan_cache.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_cache.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_ldd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_mtbdd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_table.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o: ../third-party/sylvan/sylvan_common.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_cache.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_gmp.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_ldd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_mtbdd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_table.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o: ../third-party/sylvan/sylvan_gmp.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/avl.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sha2.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_cache.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_ldd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_mtbdd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_refs.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_table.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o: ../third-party/sylvan/sylvan_ldd.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_cache.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_ldd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_mtbdd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_table.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o: ../third-party/sylvan/sylvan_mt.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sha2.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_cache.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_ldd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_mtbdd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_refs.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_sl.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_table.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o: ../third-party/sylvan/sylvan_mtbdd.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan_refs.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o: ../third-party/sylvan/sylvan_refs.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/avl.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sha2.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_cache.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_ldd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_mtbdd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_table.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o: ../third-party/sylvan/sylvan_seq.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan_sl.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o: ../third-party/sylvan/sylvan_sl.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_cache.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_ldd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_mtbdd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_table.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o: ../third-party/sylvan/sylvan_stats.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_cache.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_ldd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_mtbdd_int.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_table.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o: ../third-party/sylvan/sylvan_table.c - -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/lace.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan_bdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan_common.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan_config.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan_ldd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan_mt.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan_mtbdd.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan_obj.hpp -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan_stats.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan_tls.h -third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o: ../third-party/sylvan/sylvan_obj.cpp - diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/flags.make b/build/third-party/sylvan/CMakeFiles/sylvan.dir/flags.make deleted file mode 100644 index 115437eace185ec25dd8a07612901b66f6ca6a39..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/sylvan.dir/flags.make +++ /dev/null @@ -1,17 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# compile C with /usr/bin/cc -# compile CXX with /usr/bin/c++ -C_FLAGS = - -C_DEFINES = - -C_INCLUDES = -I/home/hiba/PMC-SOG/mc-sog/libraries/parser/src -I/home/hiba/PMC-SOG/mc-sog/third-party/sylvan -I/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/. - -CXX_FLAGS = -fpermissive - -CXX_DEFINES = - -CXX_INCLUDES = -I/home/hiba/PMC-SOG/mc-sog/libraries/parser/src -I/home/hiba/PMC-SOG/mc-sog/third-party/sylvan -I/home/hiba/PMC-SOG/mc-sog/third-party/sylvan/. - diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o deleted file mode 100644 index c3a21e8dab50fcff6f69e41558ed76a37a678c95..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/link.txt b/build/third-party/sylvan/CMakeFiles/sylvan.dir/link.txt deleted file mode 100644 index 54d73cff0855fb490925cbae5831a30e9495a5ae..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/sylvan.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libsylvan.a CMakeFiles/sylvan.dir/lace.c.o CMakeFiles/sylvan.dir/sha2.c.o CMakeFiles/sylvan.dir/sylvan_bdd.c.o CMakeFiles/sylvan.dir/sylvan_cache.c.o CMakeFiles/sylvan.dir/sylvan_common.c.o CMakeFiles/sylvan.dir/sylvan_gmp.c.o CMakeFiles/sylvan.dir/sylvan_ldd.c.o CMakeFiles/sylvan.dir/sylvan_mt.c.o CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o CMakeFiles/sylvan.dir/sylvan_obj.cpp.o CMakeFiles/sylvan.dir/sylvan_refs.c.o CMakeFiles/sylvan.dir/sylvan_seq.c.o CMakeFiles/sylvan.dir/sylvan_sl.c.o CMakeFiles/sylvan.dir/sylvan_table.c.o CMakeFiles/sylvan.dir/sylvan_stats.c.o -/usr/bin/ranlib libsylvan.a diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/progress.make b/build/third-party/sylvan/CMakeFiles/sylvan.dir/progress.make deleted file mode 100644 index 2ad1e7a4c91c7fdba777585eaae2b19300d40a2f..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/CMakeFiles/sylvan.dir/progress.make +++ /dev/null @@ -1,17 +0,0 @@ -CMAKE_PROGRESS_1 = 18 -CMAKE_PROGRESS_2 = 19 -CMAKE_PROGRESS_3 = 20 -CMAKE_PROGRESS_4 = 21 -CMAKE_PROGRESS_5 = 22 -CMAKE_PROGRESS_6 = 23 -CMAKE_PROGRESS_7 = 24 -CMAKE_PROGRESS_8 = 25 -CMAKE_PROGRESS_9 = 26 -CMAKE_PROGRESS_10 = 27 -CMAKE_PROGRESS_11 = 28 -CMAKE_PROGRESS_12 = 29 -CMAKE_PROGRESS_13 = 30 -CMAKE_PROGRESS_14 = 31 -CMAKE_PROGRESS_15 = 32 -CMAKE_PROGRESS_16 = 33 - diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o deleted file mode 100644 index eee50ab408336fbaa2aaaf42b537ff4243aed28d..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o deleted file mode 100644 index 14ce028b5532dc6b5fdff2a574aeeb939c41ed9a..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o deleted file mode 100644 index 0c5dd95b560db60933dbc9e2c2ea69eef566dcad..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o deleted file mode 100644 index 71016fac258b8aaa58ab0e7fc2fd2947aa780a0d..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o deleted file mode 100644 index 62a22753bbb794860aab897c787b58ac9027fc12..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o deleted file mode 100644 index 727e00f614978063affe6c832a2719ba4331acc6..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o deleted file mode 100644 index ec63ce62414430afcb76dcc834d25d1d15b8786a..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o deleted file mode 100644 index 752334a10ef77be40716f0bc292489e622609a96..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o deleted file mode 100644 index f4d557ff675e531fdd0fa1dd7e29697671375f7d..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o deleted file mode 100644 index 11862640e8387b4e715ba5148d030a1eaa8568ae..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o deleted file mode 100644 index f0c6864e10fb36340a1c5c782ed32f054126c614..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o deleted file mode 100644 index 9c8b6c8f5637697f1d425297823a71b02b01dca3..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o deleted file mode 100644 index c5aad0607a06d30f9abbda10a1c29b1bd45fdbc6..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o and /dev/null differ diff --git a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o b/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o deleted file mode 100644 index 47967885c072a95e6b94a57facaa6daff5efb56a..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o and /dev/null differ diff --git a/build/third-party/sylvan/Makefile b/build/third-party/sylvan/Makefile deleted file mode 100644 index 6698f6adf6f182ed2436435a18673615c795d181..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/Makefile +++ /dev/null @@ -1,600 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.10 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/hiba/PMC-SOG/mc-sog - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/hiba/PMC-SOG/mc-sog/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles /home/hiba/PMC-SOG/mc-sog/build/third-party/sylvan/CMakeFiles/progress.marks - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 third-party/sylvan/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/hiba/PMC-SOG/mc-sog/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 third-party/sylvan/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 third-party/sylvan/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 third-party/sylvan/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -third-party/sylvan/CMakeFiles/sylvan.dir/rule: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f CMakeFiles/Makefile2 third-party/sylvan/CMakeFiles/sylvan.dir/rule -.PHONY : third-party/sylvan/CMakeFiles/sylvan.dir/rule - -# Convenience name for target. -sylvan: third-party/sylvan/CMakeFiles/sylvan.dir/rule - -.PHONY : sylvan - -# fast build rule for target. -sylvan/fast: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/build -.PHONY : sylvan/fast - -lace.o: lace.c.o - -.PHONY : lace.o - -# target to build an object file -lace.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.o -.PHONY : lace.c.o - -lace.i: lace.c.i - -.PHONY : lace.i - -# target to preprocess a source file -lace.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.i -.PHONY : lace.c.i - -lace.s: lace.c.s - -.PHONY : lace.s - -# target to generate assembly for a file -lace.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/lace.c.s -.PHONY : lace.c.s - -sha2.o: sha2.c.o - -.PHONY : sha2.o - -# target to build an object file -sha2.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.o -.PHONY : sha2.c.o - -sha2.i: sha2.c.i - -.PHONY : sha2.i - -# target to preprocess a source file -sha2.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.i -.PHONY : sha2.c.i - -sha2.s: sha2.c.s - -.PHONY : sha2.s - -# target to generate assembly for a file -sha2.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sha2.c.s -.PHONY : sha2.c.s - -sylvan_bdd.o: sylvan_bdd.c.o - -.PHONY : sylvan_bdd.o - -# target to build an object file -sylvan_bdd.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.o -.PHONY : sylvan_bdd.c.o - -sylvan_bdd.i: sylvan_bdd.c.i - -.PHONY : sylvan_bdd.i - -# target to preprocess a source file -sylvan_bdd.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.i -.PHONY : sylvan_bdd.c.i - -sylvan_bdd.s: sylvan_bdd.c.s - -.PHONY : sylvan_bdd.s - -# target to generate assembly for a file -sylvan_bdd.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_bdd.c.s -.PHONY : sylvan_bdd.c.s - -sylvan_cache.o: sylvan_cache.c.o - -.PHONY : sylvan_cache.o - -# target to build an object file -sylvan_cache.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.o -.PHONY : sylvan_cache.c.o - -sylvan_cache.i: sylvan_cache.c.i - -.PHONY : sylvan_cache.i - -# target to preprocess a source file -sylvan_cache.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.i -.PHONY : sylvan_cache.c.i - -sylvan_cache.s: sylvan_cache.c.s - -.PHONY : sylvan_cache.s - -# target to generate assembly for a file -sylvan_cache.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_cache.c.s -.PHONY : sylvan_cache.c.s - -sylvan_common.o: sylvan_common.c.o - -.PHONY : sylvan_common.o - -# target to build an object file -sylvan_common.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.o -.PHONY : sylvan_common.c.o - -sylvan_common.i: sylvan_common.c.i - -.PHONY : sylvan_common.i - -# target to preprocess a source file -sylvan_common.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.i -.PHONY : sylvan_common.c.i - -sylvan_common.s: sylvan_common.c.s - -.PHONY : sylvan_common.s - -# target to generate assembly for a file -sylvan_common.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_common.c.s -.PHONY : sylvan_common.c.s - -sylvan_gmp.o: sylvan_gmp.c.o - -.PHONY : sylvan_gmp.o - -# target to build an object file -sylvan_gmp.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.o -.PHONY : sylvan_gmp.c.o - -sylvan_gmp.i: sylvan_gmp.c.i - -.PHONY : sylvan_gmp.i - -# target to preprocess a source file -sylvan_gmp.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.i -.PHONY : sylvan_gmp.c.i - -sylvan_gmp.s: sylvan_gmp.c.s - -.PHONY : sylvan_gmp.s - -# target to generate assembly for a file -sylvan_gmp.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_gmp.c.s -.PHONY : sylvan_gmp.c.s - -sylvan_ldd.o: sylvan_ldd.c.o - -.PHONY : sylvan_ldd.o - -# target to build an object file -sylvan_ldd.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.o -.PHONY : sylvan_ldd.c.o - -sylvan_ldd.i: sylvan_ldd.c.i - -.PHONY : sylvan_ldd.i - -# target to preprocess a source file -sylvan_ldd.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.i -.PHONY : sylvan_ldd.c.i - -sylvan_ldd.s: sylvan_ldd.c.s - -.PHONY : sylvan_ldd.s - -# target to generate assembly for a file -sylvan_ldd.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_ldd.c.s -.PHONY : sylvan_ldd.c.s - -sylvan_mt.o: sylvan_mt.c.o - -.PHONY : sylvan_mt.o - -# target to build an object file -sylvan_mt.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.o -.PHONY : sylvan_mt.c.o - -sylvan_mt.i: sylvan_mt.c.i - -.PHONY : sylvan_mt.i - -# target to preprocess a source file -sylvan_mt.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.i -.PHONY : sylvan_mt.c.i - -sylvan_mt.s: sylvan_mt.c.s - -.PHONY : sylvan_mt.s - -# target to generate assembly for a file -sylvan_mt.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mt.c.s -.PHONY : sylvan_mt.c.s - -sylvan_mtbdd.o: sylvan_mtbdd.c.o - -.PHONY : sylvan_mtbdd.o - -# target to build an object file -sylvan_mtbdd.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.o -.PHONY : sylvan_mtbdd.c.o - -sylvan_mtbdd.i: sylvan_mtbdd.c.i - -.PHONY : sylvan_mtbdd.i - -# target to preprocess a source file -sylvan_mtbdd.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.i -.PHONY : sylvan_mtbdd.c.i - -sylvan_mtbdd.s: sylvan_mtbdd.c.s - -.PHONY : sylvan_mtbdd.s - -# target to generate assembly for a file -sylvan_mtbdd.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_mtbdd.c.s -.PHONY : sylvan_mtbdd.c.s - -sylvan_obj.o: sylvan_obj.cpp.o - -.PHONY : sylvan_obj.o - -# target to build an object file -sylvan_obj.cpp.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.o -.PHONY : sylvan_obj.cpp.o - -sylvan_obj.i: sylvan_obj.cpp.i - -.PHONY : sylvan_obj.i - -# target to preprocess a source file -sylvan_obj.cpp.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.i -.PHONY : sylvan_obj.cpp.i - -sylvan_obj.s: sylvan_obj.cpp.s - -.PHONY : sylvan_obj.s - -# target to generate assembly for a file -sylvan_obj.cpp.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_obj.cpp.s -.PHONY : sylvan_obj.cpp.s - -sylvan_refs.o: sylvan_refs.c.o - -.PHONY : sylvan_refs.o - -# target to build an object file -sylvan_refs.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.o -.PHONY : sylvan_refs.c.o - -sylvan_refs.i: sylvan_refs.c.i - -.PHONY : sylvan_refs.i - -# target to preprocess a source file -sylvan_refs.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.i -.PHONY : sylvan_refs.c.i - -sylvan_refs.s: sylvan_refs.c.s - -.PHONY : sylvan_refs.s - -# target to generate assembly for a file -sylvan_refs.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_refs.c.s -.PHONY : sylvan_refs.c.s - -sylvan_seq.o: sylvan_seq.c.o - -.PHONY : sylvan_seq.o - -# target to build an object file -sylvan_seq.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.o -.PHONY : sylvan_seq.c.o - -sylvan_seq.i: sylvan_seq.c.i - -.PHONY : sylvan_seq.i - -# target to preprocess a source file -sylvan_seq.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.i -.PHONY : sylvan_seq.c.i - -sylvan_seq.s: sylvan_seq.c.s - -.PHONY : sylvan_seq.s - -# target to generate assembly for a file -sylvan_seq.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_seq.c.s -.PHONY : sylvan_seq.c.s - -sylvan_sl.o: sylvan_sl.c.o - -.PHONY : sylvan_sl.o - -# target to build an object file -sylvan_sl.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.o -.PHONY : sylvan_sl.c.o - -sylvan_sl.i: sylvan_sl.c.i - -.PHONY : sylvan_sl.i - -# target to preprocess a source file -sylvan_sl.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.i -.PHONY : sylvan_sl.c.i - -sylvan_sl.s: sylvan_sl.c.s - -.PHONY : sylvan_sl.s - -# target to generate assembly for a file -sylvan_sl.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_sl.c.s -.PHONY : sylvan_sl.c.s - -sylvan_stats.o: sylvan_stats.c.o - -.PHONY : sylvan_stats.o - -# target to build an object file -sylvan_stats.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.o -.PHONY : sylvan_stats.c.o - -sylvan_stats.i: sylvan_stats.c.i - -.PHONY : sylvan_stats.i - -# target to preprocess a source file -sylvan_stats.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.i -.PHONY : sylvan_stats.c.i - -sylvan_stats.s: sylvan_stats.c.s - -.PHONY : sylvan_stats.s - -# target to generate assembly for a file -sylvan_stats.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_stats.c.s -.PHONY : sylvan_stats.c.s - -sylvan_table.o: sylvan_table.c.o - -.PHONY : sylvan_table.o - -# target to build an object file -sylvan_table.c.o: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.o -.PHONY : sylvan_table.c.o - -sylvan_table.i: sylvan_table.c.i - -.PHONY : sylvan_table.i - -# target to preprocess a source file -sylvan_table.c.i: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.i -.PHONY : sylvan_table.c.i - -sylvan_table.s: sylvan_table.c.s - -.PHONY : sylvan_table.s - -# target to generate assembly for a file -sylvan_table.c.s: - cd /home/hiba/PMC-SOG/mc-sog/build && $(MAKE) -f third-party/sylvan/CMakeFiles/sylvan.dir/build.make third-party/sylvan/CMakeFiles/sylvan.dir/sylvan_table.c.s -.PHONY : sylvan_table.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... sylvan" - @echo "... edit_cache" - @echo "... lace.o" - @echo "... lace.i" - @echo "... lace.s" - @echo "... sha2.o" - @echo "... sha2.i" - @echo "... sha2.s" - @echo "... sylvan_bdd.o" - @echo "... sylvan_bdd.i" - @echo "... sylvan_bdd.s" - @echo "... sylvan_cache.o" - @echo "... sylvan_cache.i" - @echo "... sylvan_cache.s" - @echo "... sylvan_common.o" - @echo "... sylvan_common.i" - @echo "... sylvan_common.s" - @echo "... sylvan_gmp.o" - @echo "... sylvan_gmp.i" - @echo "... sylvan_gmp.s" - @echo "... sylvan_ldd.o" - @echo "... sylvan_ldd.i" - @echo "... sylvan_ldd.s" - @echo "... sylvan_mt.o" - @echo "... sylvan_mt.i" - @echo "... sylvan_mt.s" - @echo "... sylvan_mtbdd.o" - @echo "... sylvan_mtbdd.i" - @echo "... sylvan_mtbdd.s" - @echo "... sylvan_obj.o" - @echo "... sylvan_obj.i" - @echo "... sylvan_obj.s" - @echo "... sylvan_refs.o" - @echo "... sylvan_refs.i" - @echo "... sylvan_refs.s" - @echo "... sylvan_seq.o" - @echo "... sylvan_seq.i" - @echo "... sylvan_seq.s" - @echo "... sylvan_sl.o" - @echo "... sylvan_sl.i" - @echo "... sylvan_sl.s" - @echo "... sylvan_stats.o" - @echo "... sylvan_stats.i" - @echo "... sylvan_stats.s" - @echo "... sylvan_table.o" - @echo "... sylvan_table.i" - @echo "... sylvan_table.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/hiba/PMC-SOG/mc-sog/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/third-party/sylvan/cmake_install.cmake b/build/third-party/sylvan/cmake_install.cmake deleted file mode 100644 index 64897d00f73c87ae4fdd1d94010fb069f9e7897b..0000000000000000000000000000000000000000 --- a/build/third-party/sylvan/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: /home/hiba/PMC-SOG/mc-sog/third-party/sylvan - -# 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() - diff --git a/build/third-party/sylvan/libsylvan.a b/build/third-party/sylvan/libsylvan.a deleted file mode 100644 index 27456070ad089ea663a06cd603e6514e120504bd..0000000000000000000000000000000000000000 Binary files a/build/third-party/sylvan/libsylvan.a and /dev/null differ