DLSUFFIX=.so

if test "$GCC" = yes ; then
  AROPT=crs
  CFLAGS=
  SHARED_LIB=-fPIC
else
  AROPT=cq
  CFLAGS=
  SHARED_LIB=-KPIC
fi
