src
The Amzi! src makefile calls the makefiles for each of the major projects
that make up a full Amzi! build.
acore - The core command line system,
needs to be built first
lsx - The various Logic Server extended
predicates modules
libs - The various Prolog predicate libraries
Makefiles
Each platform has its own makefiles, called makefile.X where X indicates
the platform. To build everything from the src directory:
make -f makefile.X
Supported platforms and their makefiles are:
-
Windows - makefile.win
-
Linux - makefile.lnx
-
HP-UX - makefile.hp
-
Solaris - makefile.sol
Windows note: The C++ portions of the system are implemented using VC++,
and for batch builds use nmake on export .mak files. The other Windows
makefiles use Borlands bmake, which is a reasonably close to standard make
utility for Windows.