E.5 Programs needed to use the generated makele

At least the following programs are needed by the generated Makele to function correctly:
cp
a copy program.
date
a program that prints the date.
install
a program to install les.
make
the make program, obviously.
pwd
a program that prints the current working directory.
rm
a program to delete les.
zip
the zip archiver program. (on dos/windows/OS2 systems only)
tar
the tar archiver program (on Unix systems only).

These are standard programs on linux systems, with the possible exception of make. For dos or Windows NT, they can be found in the le makeutil.zip on the Free Pascal FTP site.

The following programs are optionally needed if you use some special targets. Which ones you need are controlled by the settings in the tools section.

cmp
a dos and Windows NT le comparer.
di
a le comparer.
ppdep
the ppdep depency lister. Distributed with Free Pascal.
ppules
the ppules unit le dependency lister. Distributed with Free Pascal.
ppumove
the Free Pascal unit mover.
sed
the sed program.
upx
the UPX executable packer.

All of these can also be found on the Free Pascal FTP site for dos and Windows NT. ppdep,ppules and ppumove are distributed with the Free Pascal compiler.