  for TARGET in $TARGETS; do

    message "${MESSAGE_COLOR}Installing for target : $TARGET${DEFAULT_COLOR}"

    cd $TARGET                          &&
    make  tooldir=$TOOLDIR install      &&
    cd ..                               

  done
