XMON - An interactive X protocol monitor

If you want to read about xmon, look at the manual page in xmon.man.

To make xmon first make the Makefile. If you have xmkmf, then
use it to create the Makefile.

Revision made April 11/96 by qnx tech support:
When compiling for use in a qnx environment do the following:---
After making the Makefile, switch the order of the EXTRA_LIBRARIES
macro to include the -l socket library before the -l Xqnx_s library.
--------------------------------------------- 

If you don't have xmkmf, then type
	make Makefile
If you don't have imake, then good luck with modifing the Makefile.

If you have system five unices, define the appropriate ones of these:
	-DSYSV -DSVR4

When you have finished the Makefile, type
	make
to make the two programs xmond and xmonui.

Run xmon with the command
	xmonui | xmond

PS: The source files have tab stops set to 4 characters. If you are using
vi to look at the code use this to set the tab stops:
	: set tabstop=4

Please send any reports to
	gregm@otc.otca.oz.au

