
BTools - Miscellaneous Java utility classes

- To compile, type "make jar".  The classes will all be compiled and
  placed in ./btools.jar, ready for use.

- To make the documentation, type "make docs".  The documentation will
  be generated and placed in docs/.

- For other make options, simply type "make" or read Makefile-help.

Be sure to examine Makefile.options to ensure that the configuration
matches your system.

The version of BTools can be found in org/gjt/btools/Version.java as static
member org.gjt.btools.Version.btoolsVersion.

Ben Burton <benb@acm.org>
http://sourceforge.net/projects/btools/

