Generating the library:

    Just type make at rmcast dir, it will create the librmcast.a
    
    Other options:
    
    make all
       This will generate all possible files
    
    make clean
       This will clean up the rmcast directory
       
    make client
       This will genereate the librmcast.a and a client program.
       This program is for tests only
       See README for more information
       
    make server
       This will genereate de librmcast.a and a server program.
       This program is for tests only
       See README for more information       
       
    make with_loss_sim
       This will generate a server with loss simulation.
       This program is for tests only
