For More Information : https://ocom5com.blogspot.com/
examples/build-unix/Makefile.config
Variable that points to SystemC installation path
SYSTEMC_HOME?=/home/oh/sysc
Select the target architecture
TARGET_ARCH = linux64
Select the architecture suffix, if necessary
ARCH_SUFFIX = -$(TARGET_ARCH)
How to instruct the dynamic linker to locate the SystemC library
#LDFLAG_RPATH = -Wl,-rpath=
default compiler flags
FLAGS_COMMON = -g -Wall -pthread
FLAGS_STRICT = -pedantic -Wno-long-long
FLAGS_WERROR = -Werror