For brief description about directory, see FILES file.
Notice : you must fix Makefile in the following directories
for your environment if needed.
MoA
cd MoA
MoA.X.X.X.tar.gz
(Don't ask me "how can I uncompress and untar it?") You can see the files
and sub directories are extracted from tar file into current directory.
make, fix Makefile as your wish.
src directory contains its
own Makefile. As usual, you must fix all of these
Makefile.
-Qoption cpp -B compile option was used for C++
style comments. But it works only SunOS 4.1.X so this option must
be changed to the other one for C++ style comments.
src/token directory, lex.c is generated
when compiling on SunOS 4.1.X KLE using Perl script named
lexconv in the same directory and /bin/lex.
But in the other OS, it cannot be generated. So I copyed
lex.c file in etc directory. Copy it
to src/token directory and modify Makefile
not to generate lex.cautomatically, then it can works.
make will compile all libraries, utilities and MoA
make install will install utilities and MoA to
bin directory.