#define PLHOME "/usr/lib/swipl" /* #undef PLSHAREDHOME */ /* #undef PLPKGNAME */ #define PLARCH "x86_64-linux" #define C_CC "/usr/bin/cc" #define C_CXX "/usr/bin/c++" #define C_CFLAGS "-fPIC -pthread" #define SO_EXT "so" #define SO_PATH "LD_LIBRARY_PATH" /* #undef C_LIBDIR */ /* #undef C_LIBPLSO */ #define EXEC_FORMAT "elf" #define LIBPL_PATH "/usr/lib/swipl/lib/x86_64-linux/libswipl.so" #define C_LIBS "" #define C_PLLIB "-lswipl" #define C_LDFLAGS ""