1 sdcc-build - A set of Makefiles that build sdcc and any port specific parts
2 ---------------------------------------------------------------------------
5 The purpose of these makefiles is to provide a point for combining all
6 the different parts and modules needed to build sdcc, and to provide a
7 bootstrap that may be used by an automated system to automatically build sdcc.
11 o lib - Port and component inspecific files.
12 o components - Makefiles for major pieces, for example sdcc or
14 o local - Makefiles that are machine and/or user specific. Used
15 to override the defaults.
17 * Build time directories
18 o orig - Original copies of the source code as fetched from svn or
20 o src - Build time copies of the source code.
21 o build - Output directory.
22 o tmp - temporary directory for building the documentation
24 Assumes a Debian GNU/Linux like system, having at least svn and GNU
25 make. maccer requires doc++ (http://docpp.sourceforge.net/).
29 -- Michael Hope <michaelh@juju.net.nz> <nz_michaelh@yahoo.com>
30 http://sdcc.sourceforge.net/