One folder contains one SystemC example, and folders are independent to each other.
Each folder contains Makefile, which assumes
SystemC is configured using the following configuration
,in linux64 environment.
../configure CXX=g++ 'CXXFLAG=-std=c++17' --prefix=/opt/systemc If your environment is different, then you will have to modify Makefile in each folder.
For more information, please refer
Installation Notes for SystemC