SConscript (8763:509e9bb84dfa) SConscript (8795:0909f8ed7aa0)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 51 unchanged lines hidden (view full) ---

60DebugFlag('ProtocolTrace')
61DebugFlag('RubyCache')
62DebugFlag('RubyDma')
63DebugFlag('RubyGenerated')
64DebugFlag('RubyMemory')
65DebugFlag('RubyNetwork')
66DebugFlag('RubyPort')
67DebugFlag('RubyQueue')
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 51 unchanged lines hidden (view full) ---

60DebugFlag('ProtocolTrace')
61DebugFlag('RubyCache')
62DebugFlag('RubyDma')
63DebugFlag('RubyGenerated')
64DebugFlag('RubyMemory')
65DebugFlag('RubyNetwork')
66DebugFlag('RubyPort')
67DebugFlag('RubyQueue')
68DebugFlag('RubySequencer')
68DebugFlag('RubySlicc')
69DebugFlag('RubyStorebuffer')
70DebugFlag('RubyTester')
71
72CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
69DebugFlag('RubySlicc')
70DebugFlag('RubyStorebuffer')
71DebugFlag('RubyTester')
72
73CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
73 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache',
74 'RubyMemory', 'RubyDma', 'RubyPort'])
74 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache',
75 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer'])