
CC     = CC -ptused -Olimit 50000
CCLIB  = CC -shared
LD     = CC

PIC    = -KPIC
CFLAGS = -O
MISALGN_FLAG = -misalign

