To compile for testing purposes just do:

	make

The makefile assumes a Redhat Linux environment.  It installs the binary
in /usr/local/sbin and the run control script in /etc/rc.d/init.d.  To
install in the default directories:

	make install

To start/stop emwinmcs:

	/etc/rc.d/init.d/emwinmcd start|stop

For automatic startup after system boot, you'll need to create soft links
in /etc/rc.d/rc3.d pointing at the run control script.  This can be done
manually or using 'chkconfig':

	chkconfig emwinmcd on|off
	chkconfig --list emwinmcd

To toggle syslog debugging on or off:

	/etc/rc.d/init.d/emwinmcd debug
