The Imakefiles in this directory and in the Includes, widgets, and widgets/Demos
subdirectories (together with ./Imakefile.Widgets and ./Imakefile.Demos)
can be used to build widget .o files and the Demo programs.  They ARE NOT
used by the Pablo system, and rebuilding a .o using "make" from this directory 
or from ./widgets WILL NOT cause a new version of the widget to be included in 
the Pablo system.  To update the Pablo system, you must use gnumake from
the Build subdirectory.

To build from here:	
	xmkmf
	make Makefiles
	make clean
	make depend
	make all

You can also rebuild from any widget subdir.  You cannot rebuild demos from
the widget/Demo subdirs -- you must be in the widget subdir for things to
work properly all the time.

	Ruth	8/7/91

