* Wbuild

Wbuild is a program for easier creating of X widgets. It reads
abbreviated code from a file and expands it with the boilerplate code
that every widget must have. It also generates the documentation.

* Files

The program has been written in C with Spidery WEB (Norman Ramsey
<nr@princeton.edu>). The WEB sources are included, but WEB is not
really needed. The .e files are automatically created header files (e
= export)

* Compilation

Check the Makefile for incompatible flags. If you change the scanner
or parser, you will need `bison'/`yacc' and `lex'/`flex'. Then just
type `make'. If you don't have the /etc/install program, you will have
to copy the program by hand. You will also have to install the manual
page by hand.

If make complains about `ceetangle not found', it means that the
relative dates of some of the source files are incorrect. Just do
`touch *.c' and then `make' again.

* Author

Bert Bos <bert@let.rug.nl>
Alfa-informatica, Rijksuniversiteit Groningen, The Netherlands
August 1992 - June 1995

* FTP

Wbuild is available from ftp.let.rug.nl (129.125.8.20) in directory
pub/FWF
