Here are all the packages that comprise the ldb distribution, which is
partly converted from mk to m3build.  In approximate order of needed
installation, these packages are:



Everything here is Modula-3 source or object used to build ldb.
Build and ship things in this order:

 ldb-template   Quake code to support ldb
 nrlib          A library of code used in ldb but not ``debugger-related''
 m3psgen        Preprocessor for implementing PostScript operators
 m3ps           Library for the PostScript interpreter
 ldb-pattern    Support for machine-code manipulation
 ldb            The debugger
 ldb-ps		The auxiliary PostScript code that ldb uses dynamically.
 ldb-tie	A difference tool used to build the expression server
 expserver	Expression server used for expression evaluation
*ldb-ld		Ldb's special linker
*ldb-nub	Debug nub linked with C programs

Items marked with * are needed only for nubs (targets), not for debuggers (hosts).

To help you, there's a Makefile with targets 'debugger' and 'nub' predefined.
