#!/bin/sh
echo
echo "############################################################"
echo "############      Making targets      ######################"
echo "############################################################"
echo
cd commoncorba
cat /dev/null > depend
make
#gmake
cd ..
echo "############################################################"
cd robotserver
cat /dev/null > depend
make
#gmake
cd ..
echo "############################################################"
cd corbaclient
cat /dev/null > depend
make
#gmake
cd ..
echo "############################################################"
cd glserver
cat /dev/null > depend
make
#gmake
cd ..
echo
echo "############################################################"
echo "#############   Congradulations !  #########################"
echo "####   You can find executables in ./bin directory    ######"
echo "############################################################"
