
CC      = g++ -Wall
CCLIB   = g++ -shared -Xlinker -expect_unresolved -Xlinker \*
LD      = g++

PIC     = -fpic
CFLAGS  = -O2

