Initial SCons-based build system. See www.scons.org.
authorSteve Reinhardt <stever@eecs.umich.edu>
Sat, 3 Jul 2004 04:16:38 +0000 (21:16 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sat, 3 Jul 2004 04:16:38 +0000 (21:16 -0700)
commitb13e28afbb0f4bd5ce064339fb527bd5c6b1029c
treed2d25b8f44bb631f25915e71c16a6ca9dbc996c7
parent6083c8280b3042ddbdbdfc3868a26bd69712d4d7
Initial SCons-based build system.  See scons.org.
'cd build; scons' will build ALPHA/m5.debug.
Use e.g. 'scons KERNEL/m5.opt' to build other binaries.
Read the comments in build/SConstruct for more details.

base/traceflags.py:
    Take basename of generated cc/hh files from command line instead
    of hardwiring them.  Lets us call the script from a different
    directory and still have the files end up in the right place
    (e.g. "base/traceflags.py base/traceflags").

--HG--
extra : convert_revision : ee4dbb59040cf07590929275f6c1c01e8d4e00b4
SConscript [new file with mode: 0644]
base/traceflags.py
build/SConstruct [new file with mode: 0644]