make install                               &&
if [ $SHARED_LIB == y ]; then
  cp -v lib/*.so $INSTALL_ROOT/usr/lib
fi
