
CC      = g++$(VERS) -Wall --warn-error
PLAIN_C = gcc$(VERS) -Wall
CCLIB   = g++$(VERS) -shared
LD      = g++$(VERS)

PIC     = -fPIC
CFLAGS  = -g

