[regression-ds390] Use simif for output instead of serial port
[sdcc.git] / sdcc-build / README
blobc3ba8136e4576fa259937e51acfc2022c67ba248
1 sdcc-build - A set of Makefiles that build sdcc and any port specific parts
2 ---------------------------------------------------------------------------
3 Michael Hope 2001
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.
9 Layout
10  * Base directories
11     o lib - Port and component inspecific files.
12     o components - Makefiles for major pieces, for example sdcc or
13 external libraries.
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
19 local copies.
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/).
27 More to come.
29 -- Michael Hope <michaelh@juju.net.nz> <nz_michaelh@yahoo.com>
30    http://sdcc.sourceforge.net/
31    http://juju.net.nz/