if [ $FB_CLIENT == n ]; then
# install prebuilt tree
cp -ra $SOURCE_DIRECTORY/gen/buildroot/* /
else
  message only install client library

fi
