Build Instructions:

1) Pick the appropriate Makefile for your system.

2) Type "make -f Makefile.<sys> [mdp][tkMdp][mdpChat][libMdp.a]"

3) Example (for Linux)


make -f Makefile.linux mdp

NOTES:

The "mdp" application can be built with or without special support for
using Netscape as the receive file post-processor.  Default is to not
include this support (it requires X11 libraries which are otherwise 
not required for this simple command-line application).  The NETSCAPE_SUPPORT 
macro (-DNETSCAPE_SUPPORT) must be defined _and_ the $(XLIBS) need to
be added to the "mdp" build line in the "Makefile.common".  Note that "tkMdp"
includes support for Netscape post-processing.




