Message Archive and Mangement
-----------------------------

NOTICE:	This MAM release still includes several modules and files which
	don't necessarily belong to MAM.

		typedefs.h
		message.h, message.c
		tables.h, tables.c

	message.c (FreeMessage, NewMessage) and tables.c (string_*
	arrays) are now inserted into generated libMam.* files).

1. Assuming the Mam/Mfm has already been unpacked into a directory,
   for example

	Xew-3.1/Mam/

2. Building the library

	****************************
	* REQUIRES ANSI C COMPILER *
	****************************

	cd Mam
	cp Imakefile.dist Imakefile
			- edit your local changes to Imakefile (there should
			  not be much to do, if any).
	xmkmf -a	- (or 'xmkmf' and 'make depend')
	make		- to build Mam library

If you want to install the libMam* for public use, you need to give

	make install	- install the library (into USRLIBDIR)
	make install.includes
			- install header files (into INCDIR)

*NOTE*	Building the MIME viewer does not require install.

-- Markku Savela (Markku.Savela@vtt.fi)
