Hi all,

This is a port of GNU make 3.63 for the Atari ST running MiNT.
It was compiled using gcc 2.3.3 and the mintlibs pl1.
As it was compiled using -mbaserel and -mpcrel, it can be shared under MiNT.

I did not include the full documentation; it can be found, like the sources,
at prep.ai.mit.edu. Only a man page is included.

The main changes in make since version 3.61 are in the file NEWS.

Changes made to the normal make:
- configured not to use getgroups()
- configured not to use getloadaverage()
- configured to use /gnu/lib as the directory to find libraries in with -lxx
- configured to use /usr/lib/include as the directory to search by default
  for included makefiles
- changed to read both DOS and Unix-format makefiles properly
The only code changes made were in read.c [fopen(x, "r") -> fopen(x, "rt")].
The configuration stuff was changed in the config.h produced by configure and
in the makefile.

While this make works fine for me, under MiNT 0.96 and 0.99, I cannot
guarantee it to work under TOS. I also did not test the extended
functionality like doing several things in parallel. If this doesn't
work, you're on your own!

Comments, bug-reports, flames, requests to:
Hildo Biersma
boender@dutiws.twi.tudelft.nl
