*** This version of yamm compiles under HPUX and Linux ***
                                        ^^^^^^^^^^^^^^

NOTE TO NON-SUPPORTED OSs USERS:

This is *extremely* unlikely to work on NON-SUPPORTED systems,
without hard reworking (read: porting) of the code !
If anyone make a porting of this program on unsupported platforms, let the
author know.
For porting, read the doc/README.porting

HOW-TO-INSTALL:

* Makefile and configuration:

/*
 * There is a new top level Makefile, but it is not guaranteed that it works.
 * If it don't work for you, please send me a report, and
 * #define _do_it_the_slow_way
 */
#undef _do_it_the_slow_way

#if defined(_do_it_the_slow_way)
 - Change directory to src/
 - run Configure and answer some questions
 - double check the Makefile just to be sure all is ok
 - please report any bug you find in this script :))
#else
 - Use the top level Makefile. Do 'make' and it will Configure+make all.
   (make install to Configure+make all+make install all)
#endif /* _do_it_the_slow_way */

* To compile:

>>> Linux <<<

you need to have the linux source tree, configured and compiled. To speed
up the things you may want to:

chdir to kernel sources (usually /usr/src/linux/)
make config
make dep

make include/linux/version.h

This should be enought for yamm compilation.

>>> end Linux <<<

chdir to yamm top level directory

make

To install:

make install

Notes:

* Remember that yamm now needs the Linux kernel sources installed and configured
  To do that you should install the kernel sources of the current running
  kernel, then you should chdir to the kernel (usually /usr/src/linux),
  then do the things explained in the paragraph (* To compile)
* Doesn't need to be run setuid'ed or setgid'ed to return info.

- riccardo -
