To compile SimRulen, make sure that MICO is installed in the default location
of /usr/local.  Otherwise, please make the necessary changes to Makefile.corba.
Then,

> gmake
  to compile the rule engine
> gmake notification.server
  to compile the sample notification server
> gmake client
  to compile the sample client
> runit.all
  to run the MICO naming service, the rule engine, the sample notification
  server and the sample client

